/*
SOMMAIRE
00- générale
01 - Accueil
02- contact et inscription
03 - page carrefour
04- véhicules

*/


/* 00- générale */


/* 01- accueil */

#videoPlay{
    opacity: 0.4;
}

.home h1{
    color: var(--white);
}

.bigger_title{
    font-size: 8rem;
    font-weight: 900;
}

.first-word{
    color: var(--color-primary);
}
.smaller_title{
    font-size: 4.8rem;
    line-height: 6.4rem;
    letter-spacing: 0.2px;
    font-weight: 300;
    text-transform: initial;
}

.localisation{
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 300;
    text-transform: initial;
    margin-bottom: 7rem;
}

.more_home_item{
    border: 1px solid #E7EBF0;
}
#testimonies_home .name{
    font-style: italic;
    color: var(--color-primary-grey);
    margin-top: 3rem;
}
#testimonies_home{
    padding-bottom: 30rem;
    margin-bottom: -12rem;
}
#testimonies_home p{
    font-style: italic;
}
#testimonies_home .name::after,
#testimonies_home .name::before{
    content: '';
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: var(--color-primary-grey);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);

}
#testimonies_home .name::after{
    margin-left: 30px;
}
#testimonies_home .name::before{
    margin-right: 30px;
}


#about_home .video::after{
    content: '';
    position: absolute;
    bottom: -10%;
    right: 0;
    display: block;
    width: 80%;
    height: 190px;
    background: rgb(219,0,18);
    background: -o-linear-gradient(left, rgba(219,0,18,1) 0%, rgba(255,51,67,1) 50%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(219,0,18,1)), color-stop(50%, rgba(255,51,67,1)));
    background: linear-gradient(90deg, rgba(219,0,18,1) 0%, rgba(255,51,67,1) 50%);
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
            clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    opacity: 0.8;
}

@media (min-width: 1000px){

    #activities_home::before,
    #more_home::before
    {
        content: '';
        background-repeat: no-repeat;
        display: block;
        width: 315px;
        height: 350px;
        position: absolute;
        background-size: 315px auto;

    }
    #activities_home::before{
        background-image: url(/wp-content/themes/mediapilote/img/charte/roue-garage.svg);
        right: -40px;
        top: -70px;
        background-position: top right;
    }
    #more_home::before{
        background-image: url(/wp-content/themes/mediapilote/img/charte/picto-roue-bottom.svg);
        left: -100px;
        top: -50%;
        background-position: top left;
    }
}

/* 02- Contact  */

.page-template-page-contact .time p{
    color: #fff !important;
}
.page-template-page-contact #contents {
    padding-bottom: 0;
}

.card{
    margin-bottom: 4rem;
    padding: 3rem;
    border-radius: 30px 30px 0 30px;
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
}
.page-template-page-contact #wrapper .btn-phone{
    color: var(--color-primary) !important;
    /* margin-bottom: 3rem; */
}
.assistance a.color-primary{
    font-style: italic;
    font-weight: 800;
    font-size: 2rem;
}
.page-template-page-contact .contact-text .address{

    background-image: url(/wp-content/themes/mediapilote/img/charte/bg-body.svg);
    background-repeat: repeat;
}
.bg-contact{
    -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    top: -700px;
    left: 0;
    bottom: 0;
    right: 0;
}

.contact-form{
    -webkit-filter: drop-shadow(0px 10px 35px rgba(0, 0, 0, 0.031));
            filter: drop-shadow(0px 10px 35px rgba(0, 0, 0, 0.031));
    z-index: 1;
    margin-top: 8rem;
    padding: 4rem;
}

.bg-contact img{
    opacity: 0.2;
}

.contact-text-container{
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 9rem;
}

.contact-text-container .widgettitle{margin-bottom: 2rem;}

.contact-text .picto{
	width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 10px;
    background-color: rgb(219,0,18);
	background-color: -moz-linear-gradient(90deg, rgba(219,0,18,1) 0%, rgba(255,51,67,1) 50%);
	background-color: -webkit-linear-gradient(90deg, rgba(219,0,18,1) 0%, rgba(255,51,67,1) 50%);
	background-color: linear-gradient(90deg, rgba(219,0,18,1) 0%, rgba(255,51,67,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#db0012",endColorstr="#ff3343",GradientType=1);
    margin: 0 auto;
    margin-bottom: 2rem;
}

@media (max-width: 1425px){
    .bg-contact{
        -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
                clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
    }
}
@media (max-width: 1300px){
    .bg-contact{
        top: -400px;
        padding-bottom: 0;
    }
}
@media (max-width: 1200px){
    .bg-contact{
        top: -200px;
    }
    .page-template-page-contact .contact-text .address{
        margin-bottom: 2rem;
    }
}
@media (max-width: 1160px){
    .bg-contact{
        top: -50px;
    }
    #videoPlay{
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto !important;
        height: initial;

    }
}
@media (min-width: 1000px){

    .actualities-container-listing{
        margin: 0 auto;
        max-width: 90%;
    }
}

@media (max-width: 999px){



    .bg-contact{
        display: none;
    }

    .page-template-page-contact .contact-text .address{
        margin: 15px 0;
    }

    .contact-text-container,
    .page-template-page-contact .time p{
        color:var(--color-secondary) !important;
    }

    .contact-text-container{
        margin-top: 1rem;
    margin-bottom: 7rem;
    }


    .bigger_title,
    .first-word{
        font-size: 3.5rem !important;
    }
    
    .smaller_title{
        font-size: 3rem !important;
        line-height: 4.2rem;
    }
    
    .localisation{
        font-size: 2rem;
        margin-bottom: 4rem;
    }

    .main-home{
        height: 110vh;
    }

    .one-clic h2::before{
        position: relative;
        left: 0;
        display: block;
        margin-bottom: 2rem;
    }
    .one-clic-Item a,
    .one-clic-Item{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
    }
  
    .actualities-container-listing .listing{
        margin-left: -50px;
    }

    .zoom-itemImg{
        position: relative;
        top: 0;
        bottom: 0;
        max-width: 100%;
        right: 0;
    }
    .associations-zoom .zoom-item{
        margin-right: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 4rem;
    }
    .home .associations-container{
        padding: 0;
    }
    .home .kiosque{
        padding: 2em 0;
        border-top-right-radius: 0;
    }
    .kiosque-slider-img .img {
        padding: 1rem;
        margin-top: 4rem;
    }
   

}
@media (max-width:768px){
    #testimonies_home .name::after, #testimonies_home .name::before{
        display: none !important;
    }
    .smaller_title {
        font-size: 2rem !important;
    line-height: 3.2rem;
    }
}

/* 03- page carrefour */

.carrefour-element .btn-fourth{
position: absolute;
bottom: 3rem;
}


/* Page activité */

.services{
	padding: 10rem 0 20rem;
    margin-bottom: -12rem;
}

.services-listing{
    margin: 50px 0;
}

.services-item .picto{
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
}
.more_home_item .picto{
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 15px;
}

.services-item-inner p{
    margin-bottom: 0;
    font-weight: 700;
    color: var(--color-secondary);
    text-align: left;
    padding-left: 15px;
}


/* Page véhicules d'occasion */

.card-vehicule{
    padding: 3rem;
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
}
.card-vehicule ul li::before{
    display: none;
}
.card-vehicule ul li{
    padding-left: 0 !important;
}
.card-vehicule span.strong{
    font-weight: 600;

}
.card-vehicule span.text{
    margin-left: 25px;
}
.card-vehicule span.text::first-letter{
    text-transform: capitalize;
}
.card-vehicule svg{
    min-width: 20px;
}
.contact-area svg{
    margin-right: 10px;
}
.contact-area .btn-secondary:hover svg path{
 fill: #fff;
}
.conseiller .like-h6{
    font-style: initial;
}
.advisor{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media (min-width: 768px){

}

@media screen and (max-width: 780px), (max-device-width: 780px){
    #about_home .video::after{
        height: 90px;
    }

    #testimonies_home{
        padding-bottom: 24rem;
    }

    .contact-form{
        margin-top: 2rem;
        padding: 1rem;
    }

    .page-template-page-contact .time p,
    .time strong{
        color: var(--black) !important;
    }
    .page-template-page-contact .contact-text .address{
        margin-bottom: 0;
    }
}


/* 04- véhicules
 */

 .price-annonce{
    font-size: 2.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 3.4rem;
    color: var(--black);
 }

 .more-info{
    font-size: 1.6rem;
    font-weight: 600;
 }

 .single-vehicules h1{
    font-size: 1.8rem;
    line-height: 1.5;
    font-style: normal;
 }
 .single-vehicules .card ul li{padding-left: 0 !important;}
 .single-vehicules .card ul li::before{
    display: none;
 }

 .single-vehicules .details ul li{
    width: 50%;
    display: inline-block;
 }

 .tease-vehicules {
position: relative;
 }
 .tease-vehicules .btn-primary{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: calc(100% - 60px);
 }
 .actualite.tease-vehicules .content{
    padding-bottom: 50px;
 }
 .post-type-archive .templatePageTextBloc > .bloc-texte-image:last-of-type .bloc-texte-image-inte{
    flex-direction: row-reverse;
 }