/* Desktop */

@media screen and (min-width: 1430px) and (max-width: 1573px){

    header .dropdown a i {
        margin-left: 0;
    }

    header nav li {
        margin-left: 10px;
        margin-right: 10px;
    }

}


/* OLD : (min-width: 1295px){ */
@media screen and (min-width: 1080px){

    /* Header */

    .js-menu-toggle{
        display: none;
    }

    header .home {
        margin-left: 20px;
        margin-right: 20px;
    }
	
	.navbar-nav .sub-menu{
    	display: none;
		position: absolute;
		transition: 1s all;
	}

    .navbar-nav [aria-current]:not([aria-current="false"]):after{
        content: "";
        display: block;
        position: absolute;
        bottom: -5px;
        width: 30px;
        height: 4px;
        background: linear-gradient(251.47deg, #02C58B 2.42%, #01E4FC 100.57%);
        border-radius: 4px;
    }

}

@media screen and (max-width: 1080px){

    #navbarNav, .nav-right{
        display: none !important;
    }

    .navbar-nav [aria-current]:not([aria-current="false"]):after{
        content: "";
        display: block;
        position: absolute;
        bottom: 12px;
        left: -20px;
        width: 4px;
        height: 30px;
        background: linear-gradient(251.47deg, #02C58B 2.42%, #01E4FC 100.57%);
        border-radius: 4px;
    }
	
	.navbar-nav .sub-menu li:first-child{
		margin-top: 15px;
	}
	
	.navbar-nav .sub-menu li{
		margin-top: 0px;
		margin-bottom: 0px;
	}

    .btn-profil{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .btn-profil ul{
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media screen and (min-width: 1180px){

/* PTL */

    .ptl-cv .e-con-inner:before, .ptl-cv:after{
        content: "";
        position: absolute;
        display: block;
        width: 308px;
        height: 482px;
    }

    .ptl-cv .e-con-inner:before{
        background-image: url('img/ptl-cv-1.png');
        left: 0;
        top: -100px;
        z-index: 1;
    }

    .ptl-cv:after{
        background-image: url('img/ptl-cv-2.png');
        right: 0;
        bottom: -100px;
    }

}

@media screen and (min-width: 992px){
	
	.banner.no-img{
		background-image: url('img/BG_2.svg');
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 520px;
		padding-top: 200px;
		padding-bottom: 200px;
	}
	
}

/* Tablette */

@media screen and (min-width: 768px) and (max-width: 992px){
	
	h1{
		font-size: 50px;
	}
	
	.banner.no-img{
		padding-top: 150px;
		padding-bottom: 150px;
	}

    .elementor-widget-guide .item-guide img{
        width: 100%;
        transform: translateY(-50%);
    }

}

@media screen and (min-width: 768px){
    
    .banner.w-img:before{
        top: 0;
        left: 0;
        background: url('img/home/degrade_left.png');
        background-repeat: no-repeat;
        width: 451px;
        height: 557px;
    }

}

/* Mobile */

@media screen and (max-width: 768px){

    h1{
        font-size: 35px;
    }

    h2{
        font-size: 30px;
    }

    .banner{
        margin-top: 100px !important;
        margin-bottom: 100px !important;
        padding: 15px;
    }

    .banner:before, .banner:after{
        content: none;
    }

    .wheel-picker {
        width: 100%;
    }

    .elementor-widget-guide{
        height: 250px;
    }

    .elementor-widget-guide .item-guide img{
        width: 100%;
    }

    .reseaux{
        margin-top: 50px;
        margin-bottom: 50px;
    }

}