video::-webkit-media-controls-start-playback-button {
  display: none;
}

/** Page index **/ 
.container video {
    position:relative;
    z-index:0;
}
.overlay {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    margin-top: 150px;
    font-family: Lato;
}

.item_advantage img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.item_advantage .centered {
    background: #000 none repeat scroll 0 0;
    color: tan;
    font-weight: 600;
    margin: 2rem 3rem 0;
    mix-blend-mode: overlay;
    padding: 5px 15px;
    text-align: center;
}

#edit-bg {
    border-radius: 500px;
    bottom: 16px;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    min-width: 60px;
    position: fixed;
    width: 100px;
    right: 10px;
    bottom: 62px;
    z-index: 2;
    padding: 5px;
}

.eactc-button-component:before, .eactc-button-component:after {
    content: '';
    position: absolute;
    border: 1px solid #eee;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    border-radius: 500px;
    opacity: 0;
    z-index: 2;
}



/* vehicules */

.card {
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
}

.logo_vehicule_porsche {
    width: 80px;
    margin-bottom: 10px;
}

.ep-enhanced a {
    font-size: 12px;
}

.section-description {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: none;
    font-family: Lato;
    text-align: justify;
}

#vehicule-logo-jaguar {
    width: 20%;
    margin-top: 25px;
}

.vehicule-logo-porsche {
    width: 15%;
    margin-top: 15px;
}

.left-on-line {
    text-align: left;
    padding-right: 20px !important;
}

.right-on-line {
    text-align: left;
    padding-left: 15px !important;
}

.vehicule-title {
    color: grey;
    font-weight: normal;
    font-size: 13px;
}

.vehicule-title-bold {
    color: black;
    font-weight: bold;
    font-size: 13px;
}

.vehicules-info-table td {
    padding-bottom: 0px !important;
    width: 50%;
}

#logo_mercedes {
    width: 65px;
}


/** contact **/

.contact_info_snetworks {
    margin-bottom: 40px;
}

.info_item_contact {
    display: inline-block;
    margin-left: 13px;
}

.info_item_contact .text_title {
    font-size: 14px;
    font-weight: 100 !important;
    margin-bottom: 0px!important;
}

.info_item_contact .text_title_single {
    font-size: 14px;
    font-weight: 100 !important;
    margin-top: -25px;
    position: absolute;
}

.info_item_contact .text_line {
    font-size : 13px;
}

.contact_info i {
    font-size: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
}

.contact_logo {
    color: #d79743;
}

.centered {
    margin: auto;
}

.contact_info_item {
    margin-bottom: 15px;
}

#snetworks li {
    display: inline-block;
    width: 30%;
    text-align: center;
}

.snetworks_title {
    margin-left: 40px;
    padding-top: 12px;
}

.snetworks_title a{
    color: black;
}

.snetworks_logo {
    float: left;
    margin-left: 50px;
}

.snetworks_logo_size {
    font-size: 50px !important;
    padding-bottom: 5px;
}

#location {
    margin-top: -90px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:36.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#copyright {
    background-color: #f8f9fa!important;
    padding: 0px;
    height: 90px;
    text-align: center;
    color: #adadad;
}

/** avis **/

.contact_section {
    padding-bottom: 40px;
}

.avis_name {
    margin-bottom: 1px !important;
}

#ajouter_avis:hover {
    background-color: #d79743;
}

.user_comment_info {
    margin-left: 10px;
    margin-top: 7px;
}

.review_item {
    border-bottom: 1px solid #aaa;
    margin-bottom: 1em;
    display:none;
}

#load_more_items {
    text-align: center;
    color: #000;
}

.star_note {
    color: #d79743;
}

#services h2 {
    color: white;
}

.avantage_button {
    color: white;
    border-radius: 25px;
    border: 2px solid #FFF;
    padding: 10px; 
    font-weight: 700;
    width: 300px;
    text-align: center;
}

.numberCircle {
    border-radius: 50%;
    padding: 11px 18px;
    background: #d79743;
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-top: 4px;
}

.box_avis {
    margin: auto;
    height: 100px;
    border: 2px solid #d79743;
    padding: 23px 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 18px 20px 0 rgba(0, 0, 0, 0.19);
}

/*** Toutes les pages  **/

.container { 
    position:relative; 
}

#edit-bg.ep-enhanced {
    background-color: rgb(215, 151, 67);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 1px 2px rgba(0, 0, 0, .23);
}

@media (prefers-color-scheme: dark)
#edit-bg.ep-enhanced {
    background-color: rgb(var(--dark-mode-dialog-rgb));
}

#edit-bg {
    border-radius: 500px;
    bottom: 16px;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    min-width: 60px;
    position: fixed;
    width: 100px;
    right: 25px;
    bottom: 70px;
    z-index: 2;
    padding: 5px;
}

.form-control {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.form-group label {
    font-weight: bold;
}

.seperator-line {
    border: 1px solid #E2E6E7;
    border-radius: 10px;
    width: 100px;
}

.fadeInDown {
    animation-duration: 2s;
}

.fadeInUp {
    animation-duration: 2s;
}

.fadeInLeft {
    animation-duration: 2s;
}

.colored_heading {
    color : #d79743 !important;
}

#insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
        /* Also define standard property for compatibility */
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 200px; /* change this to change the size*/
}

.small_title_text{
    color: #d79743; 
    font-size: 15px;
    margin-bottom:50px;
}



/*** fin toutes les pages ***/

@media only screen and (max-width: 479px) and (min-width: 0px) {
    section h2.section-heading {
        font-size: 14px;
    }

    section h2.small_title {
        font-size: 22px;
    }

    section h2.small_mini_title {
        font-size: 15px;
    }

    .avantage_button_alone {
        width: 112px !important;
    }

    .avantage_button {
        color: white;
        border-radius: 25px;
        border: 1px solid #FFF;
        padding: 3px;
        font-weight: 100;
        width: 90px;
        font-size: 9px;
        text-align: center;
    }

    .text_small {
        font-size: 11px !important;
        margin-bottom: 5px !important;
    }

    .hours_title {
        font-size: 12px !important;   
    }

    .contact_info {
        margin-bottom: 30px;
        margin-left: 10px;
    }
    
    #snetworks li {
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
    }

    #snetworks ul {
        margin-top: 30px;
    }

    .snetworks_logo {
        margin-left: 5px;
    }

    .snetworks_title {
        margin-left: 70px;
    }

    #location {
        margin-top: -50px;
    }

    .map-responsive{
        padding-bottom: 100%;
    }

    #logo_mercedes {
        width: 80px;
        margin-bottom: 10px;
    }

    #vehicule-logo-jaguar {
        width: 20%;
        margin-top: 5px;
    }

    .vehicule-logo-porsche {
        width: 15%;
        margin-top: 5px;
    }

    .sub-title-inline {
        font-size: 13px;
    }
}