/************ Refonte Imago 2023 ***************/

/** General **/

/*dark-blue:#14769B
blue:#0062D1
light-blue:#298AF7
grey:#868686
ligh-grey:#F0F0F0*/

.o-container {
    padding-left: 40px;
    padding-right: 40px;
}

h2{
    
    font-size:66px;
    line-height:1.1;
    font-weight:600;
}

body, p{
    color:#000;
}

a{
    color:#000;
}

a:hover{
    color:#00A3E0;
}

/** Pages **/

input[type=radio]{
    position: relative;
    z-index: 1;
    opacity: 1;
    margin: 0;
}

input[type=radio]+label::before {
    content:none;
}

.button:not(li) {
    padding: 15px 30px;
    min-width: unset;
    font-weight: 600;
    background-color: #14769B!important;
}

.button:not(li):hover {
    background-color: #00A3E0!important;
    color:#fff!important;
}

li.-tel a {
    display: inline-block;
    padding-left:2px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

li.-tel:before {
    content: "+";
}


li.-add-border:after {
    content: "|";
    margin-right: 30px;
}

.abris-btn a{
    background-color:#14769B!important;
    padding: 15px 30px!important;
}

.abris-btn a:hover {
    background-color: #00A3E0!important;
    color:#fff!important;
}

.abris-btn.active a{
    background-color: #00A3E0!important;
    color:#fff!important;
}

.-scroll .site-header .menu li.abris-btn:hover a {
    color: #fff;
}

.title.-main.-line {
    border-bottom: 3px solid #0062D1;
}

.page-intro{
    width:100%;
    height:355px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.page-intro .page-title{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.page-intro .page-title h1{
    color:#fff;
    text-align:center;
    padding-bottom: 5px;
    border-bottom: 4px solid #fff;
}

.slick-arrow{
    color:#14769B;
}

.gform_confirmation_message{
    color:#0062D1;
}

/** Header **/

.site-header{
    padding-top:24px;
    padding-bottom:24px;
}

.site-header .scrolled-nav{
    display:none;
}

.site-header nav ul li{
    padding-bottom:0!important;
}

.site-header nav ul li a{
    font-weight:500;
    color:#000;
}

.site-header nav ul li a:after{
    color:#00A3E0;
}

@media screen and (max-width: 1024px){
    .site-header nav ul li a{
        border-right:none;
    }
}

.site-header nav ul li:nth-last-child(2) a{
    border-right:none;
}

.site-header nav ul li.abris-btn{
    margin-left:20px;
}

@media screen and (max-width: 1280px){
    .site-header nav ul li.abris-btn{
        margin-left:12px;
    }
}

@media screen and (max-width: 1200px){
    .site-header nav ul li.abris-btn{
        margin-left:7px;
    }
}

@media screen and (max-width: 1023px){
    .site-header nav ul li.abris-btn{
        margin-left:0;
        margin-top:12px;
    }
}

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

    .menu a:hover, .menu li.active>a, .menu li.current-menu-parent>a {
        color: #00A3E0;
    }

    .-scroll .site-header .menu li:hover a {
        color: #00A3E0;
    }

    .-scroll .site-header .menu li.active a {
        color: #00A3E0;
    }
}

.nav-toggle:before{
    color:#14769B;
}

@media only screen and (max-width: 1023px){
    body.-navopen:before {
        background-color: rgba(0,98,209,.95);
    }
}

@media only screen and (max-width: 1023px){
    .menu li>a {
        color: #f0edeb!important;
    }

    .menu li.active>a {
        font-weight:bold;
    }
}

.-scroll .main-nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background-color:#fff!important;
}

.logo-scroll{
   display:none;
}
.-scroll .logo-scroll{
    display:block;
    margin-right:20px;
    padding-top:24px;
    padding-bottom:24px;
}
.-scroll .logo-scroll img{
    width:125px;
}
/*
.-scroll .logo-scroll{
    display:block;
    margin-right:20px;
}

.-scroll .logo-scroll img{
    width:125px;
}

.-scroll li a{
    color: black;
}

.-scroll li a:hover{
    color:#14769B;
}

.-scroll li.active a{
    color:#14769B;
}

.-scroll li.abris-btn a{
    color:#fff!important;
}
*/


/** Home **/

.home .home-banner{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index:3;
    height: calc(100vh - 100px);
}
.home .home-banner .banner-overlay{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .4);
}
.home .home-banner .bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .home-banner .hero-shape {
    position: absolute;
    width: 100%;
    left:0;
    top: 60vh;
}

.home .home-banner .banner-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
    width: 970px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
    color: white;
    z-index:2;
}

@media only screen and (max-width: 1200px){
    .home .home-banner .banner-title{
        width: 90%;
    }
}

.home .home-banner .banner-title p{
    color: white;
}

@media only screen and (max-width: 575px){
    .home .home-banner .banner-title{
        top: 250px;
    }
}

.home .home-banner .banner-title h1{
    color:#fff;
    font-size:82px;
    line-height:normal;
    font-weight:bold;
 
}

@media only screen and (max-width: 1023px){
    .home .home-banner .banner-title h1{
        font-size:40px;
        line-height:50px;
    }
}

@media only screen and (max-width: 575px){
    .home .home-banner .banner-title h1{
        font-size:30px;
        line-height:40px;
    }
}

.home .home-banner .banner-title .sub{
    display:block;
    font-size:40px;
    line-height:50px;
    font-weight:500;
}

@media only screen and (max-width: 575px){
    .home .home-banner .banner-title .sub{
        font-size:25px;
        line-height:30px;
    }
}

.home section.services{
    
    background-image:url('/app/uploads/sites/4/2023/02/home-services-bg-2.png');
    background-size: unset;
    background-position: right bottom;
    background-repeat: no-repeat;
}

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

    .home section.services{
        background:none;
    }
}

.home section.services a:hover img {
    border: 4px solid #0062D1;
}

.home section.tips .tips-image{
    width:50%;
    padding:0 15px;
}

@media only screen and (max-width: 1023px){
    .home section.tips .tips-image{
        width:100%;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
}

.home section.tips .header{
    width:50%;
    margin: 0;
    text-align: left;
}

@media only screen and (max-width: 1023px){
    .home section.tips .header{
        width:100%;
        text-align:center;
        margin:auto;
    }
}

.home section.tips .header h2{
    text-align:left!important;
    color:#fff!important;
}

@media only screen and (max-width: 1023px){
    .home section.tips .header h2{
        text-align:center!important;
    }
}

.home section.tips .header p{
    text-align:left!important;
}

@media only screen and (max-width: 1023px){
    .home section.tips .header p{
        text-align:center!important;
    }
}

/** Stats **/

.home section.stats{
    background-color: #14769B;
    color: white;
    padding-top: 175px;
    padding-bottom: 204px;
}

.home section.stats::before, .home section.stats::after{
    content:none;
}

.home section.stats .stats-inner{
    display: flex;
    flex-direction: column;
    gap: 245px;
}

.home .stats .stats-shape {
    position: absolute;
    right:0;
    top: 400px;
}


.home section.stats .stats-header{
    width: 900px;
    text-align: center;
    margin: 0 auto;
}

.home section.stats p {
    font-size: 36px;
    font-weight: 600;
    color: white;
}

.home section.stats h2{
    text-align:center;
    color: white;
}

.home section.stats .stats-content {
     display: flex;
    flex-direction: column;
    gap: 80px;
}

.home section.stats .stats-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;    
}

.home section.stats .stats-item{
    border-radius: 20px;
    background-color: #D6F5FF;
    overflow: hidden;
}

.home section.stats .stats-item_inner {
    display: flex;
    align-items:center;
    gap: 16px;
    padding: 40px 24px;   
}

.home section.stats .col {
    flex: 0 1 100%;   
}

.home section.stats .stats-item .icon{
    flex-shrink: 0;
    max-height: 130px;
}

.home section.stats .stats-item .number{
    font-size: 66px;
    line-height: 1;
    color:#00A3E0;
    margin-bottom:0;
}

.home section.stats .stats-item .title{
    color: black;
    font-size: 20px;
}

/* Location d'abris */

section.abris-texte {
    padding-top:80px;
}

section.abris-texte .texte{
    text-align:center;
}

section.abris-texte .texte h2{
    width: fit-content;
    margin:auto;
    margin-bottom:25px;
}

section.abris-texte .texte strong.sub{
    font-size:20px;
}

section.abris-texte .texte .texte1{
    font-size:18px;
    font-weight:500;
}

section.abris-texte .texte .texte2{
    font-size:15px;
    font-weight:500;
    font-style:italic;
}

section.abris-wrap{
    padding-top:30px;
}

section.abris-wrap .abris .abri{
    display:flex;
    background-color:#F0F0F0;
    margin-bottom:80px;
}

@media only screen and (max-width: 1023px){
    section.abris-wrap .abris .abri{
        flex-direction:column;
    }
}

section.abris-wrap .abris .abri .image{
    min-width:574px;
    min-height:541px;
}

@media only screen and (max-width: 1200px){
    section.abris-wrap .abris .abri .image{
        min-width:450px;
    }
}

@media only screen and (max-width: 1023px){
    section.abris-wrap .abris .abri .image{
        width: 100%;
        min-width: unset;
        min-height: unset;
        height: 450px;
    }
}

@media only screen and (max-width: 520px){
    section.abris-wrap .abris .abri .image{
        height:unset;
    }
}

section.abris-wrap .abris .abri .image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: center;
}

@media only screen and (max-width: 1023px){
    section.abris-wrap .abris .abri .image img{
        object-fit:contain;
    }
}

section.abris-wrap .abris .abri .content{
    padding:50px 60px 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width: 1100px){
    section.abris-wrap .abris .abri .content{
        padding:30px;
    }
}

@media only screen and (max-width: 575px){
    section.abris-wrap .abris .abri .content{
        padding:15px;
    }
}

section.abris-wrap .abris .abri .content h3{
    color:#0062D1;
    text-transform:uppercase;
}

section.abris-wrap .abris .abri .content .texte p{
    font-size:16px;
    font-weight:500;
    text-align:left;
}

section.abris-wrap .abris .abri .content .options{
    margin-top:55px;
    /*width:55%;*/
    width:380px;
}

section.abris-wrap .abris .abri .content .option-titres{
    display:flex;
    margin-bottom:10px
}

section.abris-wrap .abris .abri .content .option-titres .dimension{
    font-size:15px;
    font-weight:500;
    color:#14769B;
}

section.abris-wrap .abris .abri .content .option-titres .prix{
    margin-left:95px;
    font-size:15px;
    font-weight:500;
    color:#14769B;
}

@media only screen and (max-width: 575px){
    section.abris-wrap .abris .abri .content .option-titres .prix{
        margin-left: 15px;
    }
}

section.abris-wrap .abris .abri .content .option{
    display:flex;
    justify-content:space-between;
}

@media only screen and (max-width: 575px){
    section.abris-wrap .abris .abri .content .option{
        justify-content:flex-start;
    }
}

section.abris-wrap .abris .abri .content .option .dimension{
    font-size:20px;
    font-weight:bold;
    color:#14769B;
}

@media only screen and (max-width: 575px){
    section.abris-wrap .abris .abri .content .option .dimension{
        font-size:18px;
        font-weight:500;
    }
}

section.abris-wrap .abris .abri .content .option .prix{
    font-size:25px;
    font-weight:bold;
    color:#0062D1;
}

@media only screen and (max-width: 575px){
    section.abris-wrap .abris .abri .content .option .prix{
        font-size:18px;
        font-weight:500;
        margin-left:20px;
    }
}

section.abris-wrap .abris .abri .content .option .prix .tax{
    font-size:12px;
    font-weight:500;
    color:#0062D1;
    margin-left:8px;
}

section.abris-wrap .abris .abri .last-row{
    display:flex;
    justify-content: space-between;
    align-items:center;
    padding-top:50px;
}

@media only screen and (max-width: 1400px){
    section.abris-wrap .abris .abri .last-row{
        flex-direction: column;
        justify-content: space-between;
        align-items:flex-start;
    }
}

section.abris-wrap .abris .abri .last-row .inclusions-titre{
    font-size:15px;
    font-weight:500;
    color:#14769B;
}

section.abris-wrap .abris .abri .last-row .inclusions{
    display:flex;
    margin-top:20px;
}

@media only screen and (max-width: 1400px){
    section.abris-wrap .abris .abri .last-row .inclusions{
        margin-bottom:20px;
    }
}

@media only screen and (max-width: 575px){
    section.abris-wrap .abris .abri .last-row .inclusions{
        flex-wrap:wrap;
    }
}

section.abris-wrap .abris .abri .last-row .inclusion{
    margin-right:20px;
    display:flex;
    flex-direction: column;
    justify-content:center;
}

@media only screen and (max-width: 575px){
    section.abris-wrap .abris .abri .last-row .inclusion{
        margin-bottom:10px;
    }
}

section.abris-wrap .abris .abri .last-row .inclusion .inclusion-image{
    display:flex;
    justify-content:center;
}

section.abris-wrap .abris .abri .last-row .inclusion .inclusion-texte{
    margin-top:15px;
    font-size:12px;
    font-weight:500;
    color:#14769B;
}

/* Contact */

section.contact-wrap{
    padding-top:100px;
    padding-bottom:50px;
}

section.contact-wrap > .wrapper{
    display:flex;
    align-items:center;
}

@media only screen and (max-width: 1200px){
    section.contact-wrap > .wrapper{
        flex-direction:column;
    }
}

section.contact-wrap .map{
    width:100%;
    max-width:640px;
    height:500px;
    position:relative;

    display: flex;
    justify-content: center;
    align-items: flex-end;
}

@media only screen and (max-width: 1200px){
    section.contact-wrap .map{
        margin-bottom:50px;
    }
}

section.contact-wrap .map img{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    object-fit:cover;
    object-position: center;
}

section.contact-wrap .map .button{
    position: relative;
    display: block;
    height: fit-content;
    background-color:#0062D1!important;
    margin-bottom:25px;
}

section.contact-wrap .map .button:hover{
    background-color:#14769B!important;
}

section.contact-wrap .map .button::after{
    content:url('/app/uploads/sites/4/2023/02/Trace-80.png');
    padding-left:15px;
    position: relative;
    top: 3px;
}

section.contact-wrap .coordos{
    padding-left:70px;
    padding-right:70px;
    width:100%;
}

@media only screen and (max-width: 1200px){
    section.contact-wrap .coordos{
        margin: auto;
        text-align: center;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

section.contact-wrap .coordos .infos-contact{
    margin-top:70px;
}

section.contact-wrap .coordos .infos-contact .info-contact{
    display: flex;
    align-items: center;
    margin-bottom:22px;
}

section.contact-wrap .coordos .infos-contact .info-contact .image{
    width:41px;
    height:41px;
}

section.contact-wrap .coordos .infos-contact .info-contact .texte{
    font-size:18px;
    font-weight:500;
    color:#14769B;
    margin-left:18px;
    text-align:left;
}

section.contact-wrap .coordos .infos-contact .info-contact .texte a{
    font-size:18px;
    font-weight:500;
    color:#14769B;
    text-decoration:none;
}

section.contact-wrap .coordos .infos-contact .info-contact .texte a:hover{
    color:#0062D1;
}

section.contact-wrap .coordos .infos-contact .info-contact .texte .sub{
    font-size:12px;
    font-weight:500;
    color:#14769B;
}

section.reserver-wrap{
    padding-top:70px;
    padding-bottom:65px;
    max-width:700px;
    margin:auto;
} 

section.reserver-wrap .texte{
    margin-bottom:50px;
    text-align:center;
    font-weight:500;
} 

section.reserver-wrap .form .gform_required_legend{
    display:none;
}

section.reserver-wrap .form .gfield label, section.reserver-wrap .form .gfield legend{
    text-transform:uppercase;
    color:#14769B;
    font-size:15px;
    font-weight:500;
}

section.reserver-wrap .form .gfield select{
    border: 1px solid #14769B;
    padding: 18px 30px;
    color:#14769B;
}

section.reserver-wrap .form .gfield input, section.reserver-wrap .form .gfield textarea{
    border-color:#14769B;
    color:#14769B;
}

section.reserver-wrap .form .gfield .ginput_container_select::after{
    color:#000;
}

section.reserver-wrap .form #field_6_3{
    display:flex;
    align-items:center;
}

@media only screen and (max-width: 575px){
    section.reserver-wrap .form #field_6_3{
        flex-direction: column;
        align-items: flex-start;
    }
}

section.reserver-wrap .form #field_6_3 p{
    text-transform:uppercase;
    color:#14769B;
    font-size:15px;
    font-weight:500;
    margin-bottom:0;
}

section.reserver-wrap .form #field_6_3 a{
    margin-left:25px;
    background-color:#0062D1!important;
}

@media only screen and (max-width: 575px){
    section.reserver-wrap .form #field_6_3 a{
        margin-left:0;
        margin-top:15px;
    }
}

section.reserver-wrap .form #field_6_3 a:hover{
    background-color:#14769B!important;
}

section.reserver-wrap .form #field_6_4{
    margin-bottom:30px;
}

section.reserver-wrap .form .gfield .gfield_radio{
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    row-gap: 18px;
    margin-top:18px;
}

@media only screen and (max-width: 575px){
    section.reserver-wrap .form .gfield .gfield_radio{
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

section.reserver-wrap .form .gfield .gchoice label{
    text-transform: none;
    padding-left:15px;
}

.form #label_6_15_1::before{
    content:none;
}

.gchoice_6_15_1 .gfield-choice-input{
    position: relative;
    z-index: 1;
    opacity: 1;
}

#gfield_description_6_15{
    font-size:13px;
}

section.reserver-wrap .form .gform_footer{
    width: 30%;
}

/* Conseils d'experts */

section.conseils-wrap{
    padding-top:118px;
    padding-bottom:65px;
    max-width:1180px;
    margin:auto;
} 

section.conseils-wrap .conseils .drawer > li{
    border-bottom: 1px solid #707070;
    padding: 30px 0;
}

section.conseils-wrap .conseils .drawer > li:first-child{
    border-top: 1px solid #707070;
}

.drawer .trigger:after {
    color: #707070;
}

.drawer .trigger:hover:after {
    color: #707070;
}

section.conseils-wrap .conseils .drawer li h2{
    text-transform:uppercase;
}

section.conseils-wrap .conseils .drawer li .drawer-row p{
    font-size:18px;
    line-height:25px;
    font-weight:500;
}

/* 404 */

.error404 .banner{
    background: url('http://groupeferti.com/app/uploads/sites/4/2023/02/Groupe-de-masques-9-min.png') center center no-repeat;
}

.error404 h1{
    margin-top:50px!important;
    display:block!important;
    font-size:245px!important;
    font-weight:bold!important;
    margin-bottom:20px!important;
}

@media only screen and (max-width: 575px){
    .error404 h1{
        font-size:120px!important;
    }
}

.error404 h2{
    display:block!important;
    font-size:25px!important;
    font-weight:500!important;
    margin-bottom:80px!important;
    color:#fff!important;
    text-transform:none!important;
}

.error404 .prev-btn:hover {
    color: #000!important;
}

.error404 .prev-btn:hover:before {
    color: #000!important;
}

/* Politiques */
.politiques-et-conditions .banner{
    background: url('http://groupeferti.com/app/uploads/sites/4/2023/02/Groupe-de-masques-9-min.png') center center no-repeat;
}

.politiques-et-conditions h1{
    border:none!important;
    color:#fff!important;
}

.politiques-et-conditions #breadcrumbs{
    display:none;
}

.politiques-et-conditions .title.-subtitle{
    color:#0062D1!important;
}

.politiques-et-conditions li, .politiques-et-conditions span{
    color:#14769B!important;
}

/* Footer */
footer .site-footer{
    padding-top:50px;
    padding-bottom:50px;
}

footer .footer-wrap{
    display:flex;
}

footer .footer-wrap .colonne-coordos{
    padding-bottom:0;
}

footer .footer-wrap .colonne-coordos a:hover{
    color:#0062D1!important;
}

footer .coordos{
    align-items:center!important;
}

footer .logo img{
    max-width:233px!important;
}

footer .num-tel{
    display:flex;
    align-items:center;
}

footer .num-tel img{
    margin-right:23px;
}

footer .phone-number{
    color:#14769B;
    font-size:15px;
    font-weight:500;
    padding-bottom:0;
}

footer .phone-number img{
    margin-right:23px;
}

footer .politique{
    display:flex;
    align-items:center;
}

footer .politique ul{
    display:flex!important;
}

footer .politique a{
    color:#14769B!important;
    font-size:15px!important;
    font-weight:500!important;
    padding-bottom:0!important;
}

footer .politique img{
    margin-right:23px;
}

footer .email{
    display:flex;
    align-items:center;
    color:#14769B;
    font-size:15px;
    font-weight:500;
}

footer .email img{
    margin-right:23px;
}

footer .site-footer .social-media a:hover {
    color: #0062D1;
}

footer .social-media-wrap{
    padding-bottom:0!important;
}

footer .social-media{
    flex-direction: column;
    display: flex;
    justify-content:space-between;
    margin-bottom:0;
}

footer .social-media a{
    margin-top:15px;
}

footer .site-footer > .wrapper > .columns > .-column:last-child {
    border-left: 1px solid #b8adaa;
}

footer .divisions{
    display:flex;
    align-items:center;
    height:100%;
    justify-content: space-between;
}

footer .copyrights p{
    font-weight:500;
    color:#868686!important;
    font-size:12px;
}

@media screen and (max-width: 1100px) {
    footer .footer-wrap {
        display: flex;
        flex-direction: column;
    }

    footer .footer-wrap >*{
        width:100%!important;
    }

    footer .footer-wrap >*{
        width:100%!important;
    }

    footer .footer-wrap .divisions{
        border-left:none;
        padding-left:0;
        margin-top:50px;
    }

    .site-footer > .wrapper > .columns > .-column:last-child {
        border-left: none;
    }
}

@media screen and (max-width: 991px) {
    footer .footer-wrap .coordos .coordos-liens {
        margin-top:20px;
    }
}

@media screen and (max-width: 600px) {
    footer .divisions{
        justify-content: center;
        flex-wrap:wrap;
    }

    footer .division{
        padding:15px;
    }
}

footer .signature .imago {
    color: #14769B;
    transition: all .3s ease-in-out;
}

footer .signature .imago:after {
    content: '';
    width: 0.75px;
    height: 0.75rem;
    display: inline-block;
    margin-left: 7px;
    border-left: 5px solid red;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    opacity: 0;
    transform: translateX(-5px);
    transition: all .3s ease-in-out;
    position:relative;
    top:2px
}

footer .signature .imago:hover:after {
    transform: translateX(0);
    opacity: 1;
}

footer .signature .imago span {
    transition: all .3s ease-in-out;
}

footer .signature .imago:hover span {
    color: red;
}