@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: "Roboto", serif;
    scroll-behavior: smooth;
}

/*Body*/
body{
    width: 100%;
    background-color: #fff;
    font-family: "Anton", serif;
}
/*Head Bar*/
#head_bar{
    position: fixed;
    border: solid #000 2px;
    background-color: #000;
    width: 100%;
    height: 75px;
    z-index: 1000;
}
#head_bar_logo1{
    display: inline-block;
    position: relative;
    left: 44%;
    width: 185px;
    height: 75px;
    font-weight: bolder;
}
#head_bar_logo2{
    display: none;
}
#lien{
    display: inline-block;
    position: absolute;
    top: 25px;
    margin-left: -250px;
    padding: 0;
}
#lien_menu {
    display: inline-block;
    position: relative;
    list-style: none;
    text-decoration: none;
    padding: 0;
}
#responsive{
    display: none;
}
#head_devis{
    display: inline-block;
    position: absolute;
    margin-left: 800px;
    list-style: none;
    top: 25px;
}
#head_bar a{
    padding: 15px;
    text-transform: capitalize;
    font-size: 20px;
    text-decoration: 0;
    color: #fff;
    position: relative;
}
#head_bar li:hover{
    color:#37abc8;
}
#head_bar a:hover{
    color:#37abc8;
}



/*After/Now*/
#after_now{
    background-color: #fff;
    width: 100%;
    height: 450px;
}
/*SLIDER*/
.responsive_slider0{
    display: none;
}
.slider0{
    float: left;
    position: relative;
    width: 99.99%;
    height: 450px;
    overflow: hidden;
}

.slider0 img{
    width: 100%;
    height: 450px;
}

img.displaySlide{
    display: block;
    animation-name: fade;
    animation-duration: 1.5s;
}

.slider0 button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    padding: 10px 35px;
    background-color: hsl(0, 0%, 0%, 0);
    color: #fff;
    border: none;
    cursor: pointer;
}

.prev0{
    left: 0;
}
.next0{
    right: 0;
}



/*Tarif1*/
#partie1{
    background-color: #fff;
    width: 100%;
    height: 400px;
}
#partie1 img{
    display: inline-block;
    position: absolute;
    margin-left: 60%;
    height: 400px;
}
#P_partie1{
    display: flex;
    position: absolute;
    margin-left: 10%;
    margin-top: 150px;
    font-size: 30px;
}
#P1 strong{
    color: #37abc8;
}



/*Tarif2*/
#partie2{
    background-color: #fff;
    width: 100%;
    height: 400px;
}
#partie2 img{
    display: inline-block;
    position: absolute;
    margin-left: 5%;
    height: 400px;
}
#P_partie2{
    display: flex;
    position: absolute;
    margin-left: 45%;
    margin-top: 150px;
    font-size: 30px;
}
#P2 strong{
    color: #37abc8;
}



/*Vod*/
#vod{
    width: 100%;
    height: 450px;
}
.video-wrapper {
    position: relative;
    margin-left: 70px;
    margin-top: 25px;
    width: 90%;
    height: 425px;
    border-radius: 50px;
    border:#000 3px solid;
}
.video-wrapper:hover .custom-controls{
    display: flex;
}
.video-wrapper:fullscreen {
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
#vods {
    width: 100%;
    height: 100%;
}
/*ProgressBar*/
#progressContainer {
    position: absolute;
    margin-left: 510px;
    bottom: 10px;
    left: 0;
    width: 40%;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    border: solid #000 1px;
    border-radius: 20px;
}
#progressBar {
    height: 100%;
    width: 0%;
    background: #37abc8;
    transition: width 0.1s linear;
}
/*Button*/
.custom-controls{
    margin-top: -100px;
    display: none;
    gap: 10px;
    justify-content: center;
}
.custom-controls button {
    font-size: 20px;
    padding: 6px 10px;
    cursor: pointer;
    background-color: #222;
    color: white;
    border: none;
    border-radius: 5px;
    z-index: 10000;
    transition: background-color 0.3s;
}
.custom-controls button:hover {
    background-color: #444;
}

  

/*Info/Contact/Horraire*/
#info{
    background-color: #fff;
    width: 100%;
    height: 250px;
}
#P_H{
    display: inline-block;
    position: absolute;
    margin-top: 50px;
    margin-left: 7%;
}
#R_Sociaux{
    display: inline-block;
    position: absolute;
    margin-top: 50px;
    margin-left: 65%;
}
#R{
    color: #000;
}
.tiktok{
    text-decoration: none;
    color: #000;
}

#contact{
    display: inline-block;
    position: absolute;
    margin-top: 120px;
    margin-left: 7%;
}

#devis_info{
    display: flex;
    position: absolute;
    border: 0;
    border-radius: 50px;
    padding: 8px 15px;
    margin-left: 43%;
    margin-top: 50px;
    color: #fff;
    background-color: #1ca700;
    text-transform: uppercase;
    font-size: 100px;
    font-weight: bolder;
    font-family: 'Anton', sans-serif;
    text-align: center;
    cursor: pointer;
}
#devis_info:hover{
    transform: scale(1.06);
}
.info_lienmail, .info_lientel{
    text-decoration: none;
    color: #37abc8;
    font-size: 25px;
}
#info_email, #info_telephone{
    height: 25px;
    width: 25px;
}

/*Modal*/
.modal-container{
    /*display: none;*/
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    transition: visibility 0.4s;
}
.modal-container.active{
    /*display: block;*/
    visibility: visible;
}
.overlay{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333333d3;
    transition: opacity 0.4s 0.2s ease-out;
}
.modal-container.active .overlay{
    opacity: 1;
    transition: opacity 0.4s 0.2s ease-out;
}
.modal{
    opacity: 0;
    width: 95%;
    max-width: 700px;
    min-width: 500px;
    max-height: 700px;
    min-height: 500px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 50px));
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    text-align: center;
    align-items: center;
}
.modal-container.active .modal{
    opacity: 1;
    transform: translate(-50%, calc(-50%));
    transition: opacity 0.4s 0.2s ease-out, transform 0.4s ease-out;
}
.close-modal{
    padding: 8px 10px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color: #de0909;
    color: #fff;
}
.modal h1{
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}
.modal p{
    line-height: 1.4;
    margin-bottom: 1px;
    font-size: 25px;
}
#copie{
    width: 100%;
    border: none;
    height: 50px;
    border-radius: 3px;
    margin-top: 30px;
    font-size: 30px;
    color: #fff;
    background-color: #37abc8;
}
#copie:hover{
    background-color: #1ca700;
    color: #fff;
    cursor: pointer;
}
.modal-container a{
    text-decoration: none;
    color: #37abc8;
}

/*Modal Autres*/
.modal-container-autres{
    /*display: none;*/
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    transition: visibility 0.4s;
}
.modal-container-autres.active{
    /*display: block;*/
    visibility: visible;
}
.overlay{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333333d3;
    transition: opacity 0.4s 0.2s ease-out;
}
.modal-container-autres.active .overlay{
    opacity: 1;
    transition: opacity 0.4s 0.2s ease-out;
}
.modal-autres{
    opacity: 0;
    width: 95%;
    max-width: 700px;
    min-width: 500px;
    max-height: 700px;
    min-height: 500px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 50px));
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    text-align: center;
    align-items: center;
}
.modal-container-autres.active .modal-autres{
    opacity: 1;
    transform: translate(-50%, calc(-50%));
    transition: opacity 0.4s 0.2s ease-out, transform 0.4s ease-out;
}
.close-modal-autres{
    padding: 8px 10px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color: #de0909;
    color: #fff;
}
.modal-autres h1{
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}
.modal-autres p{
    line-height: 1.4;
    margin-bottom: 1px;
    font-size: 25px;
}
#copieautres{
    width: 100%;
    border: none;
    height: 50px;
    border-radius: 3px;
    margin-top: 30px;
    font-size: 30px;
    color: #fff;
    background-color: #37abc8;
}
#copieautres:hover{
    background-color: #1ca700;
    color: #fff;
    cursor: pointer;
}
.modal-container-autres a{
    text-decoration: none;
    color: #37abc8;
}

/*Footer*/
footer{
    width: 100%;
}
#footer_bar{
    border: solid black 1px;
    background-color: #000;
    color: #b7b7b7;
    font-weight:lighter;
    font-size: 19px;
    width: 100%;
    height: 100px;
}
#lienmail, #lientel{
    text-decoration: none;
    color: #37abc8;
    font-size: 19px;
}
#email, #telephone{
    height: 17px;
    width: 19px;
}

/*PAGE PRESTATION*/
/*main*/
#main_prestation{
    text-align: center;
    font-size: 20px;
}
/*devis*/
#devis_prestation{
    display: inline-block;
    position: relative;
    border: 0;
    border-radius: 50px;
    padding: 8px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #1ca700;
    text-transform: uppercase;
    font-size: 100px;
    font-weight: bolder;
    font-family: 'Anton', sans-serif;
    text-align: center;
    cursor: pointer;
}
#devis_prestation:hover{
    transform: scale(1.06);
}


/*PAGE A-PROPOS*/
/*main*/
#main_a-propos{
    text-align: center;
    font-size: 20px;
}
.btn{
    font-size: 20px;
    font-weight: bolder;
    text-decoration: none;
    color: #37abc8;
    font-size: 30px;
}

/*Iphone SE*/
@media screen and (max-width: 375px) {
    /*Modal*/
    .modal{
        max-width: 370px!important;
        min-width: 100px!important;
        max-height: 505px!important;
        min-height: 300px!important;
        width: 80%!important;
        height: 100%!important;
        padding: 30px!important;
        top: 55%!important;
        left: 50%!important;
    }
    .modal p{
        font-size: 20px!important;
    }

    /*Modal Autres*/
    .modal-autres{
        max-width: 370px!important;
        min-width: 100px!important;
        max-height: 510px!important;
        min-height: 300px!important;
        width: 80%!important;
        height: 100%!important;
        padding: 30px!important;
        top: 55%!important;
        left: 50%!important;
    }
    .modal-autres p{
        font-size: 20px!important;
    }
}
/*IPad Mini*/
@media screen and (max-width: 768px) and (min-width: 767px) and (max-height: 1024px) and (min-height: 1023px){
     /*Head Bar*/
    #head_bar_logo2{
        left: 35% !important;
    }
    #head_devis{
        margin-left: 27% !important;
    }

    /*Modal*/
    .modal{
        font-size: 25px;
        padding: 30px;
    }
    .modal p{
        font-size: 26px !important;
    }
    /*Modal Autres*/
    .modal-autres{
        font-size: 25px;
        padding: 30px;
    }
    .modal-autres p{
        font-size: 26px !important;
    }

    /*VOD*/
    .video-wrapper {
        margin-left: 30px !important;
    }
    #progressContainer {
        margin-left: 30%!important;
        margin-bottom: 10px!important;
    }
    #vods{
        border-radius: 50px!important;
    }
}
/*All*/
@media screen and (max-width: 799px) and (min-width: 320px) {
    /*Head Bar*/
    #head_bar_logo1{
        display: none;
    }
    #logo1{
        display: none;
    }
    #logo2{
        display: inline-block;
        position: relative;
        top: 0px;
        left: 16%;
        width: 40px;
        height: 60px;
    }
    #head_bar_logo2{
        display: inline-block;
        position: relative;
        top: 0px;
        left: 16%;
        width: 40px;
        height: 60px;
        font-weight: bolder;
        padding: 0;
    }
    #head_devis{
        display: inline;
        position: relative;
        margin-left: 0%;
        top: -25px;
    }
    #lien{
        display: none;
    }
    #lien_menu_responsive{
        display: none;
    }
    #responsive{
        display: inline-block;
        position: relative;
        padding: 0px;
        width: 70px;
        height: 70px;
        left: -70px;
        bottom: 15px;
        text-transform: capitalize;
        font-size: 20px;
        text-decoration: 0;
        color: #fff;
        position: relative;
        cursor: pointer;
    }
    #logo_menu{
        display: inline-block;
        position: absolute;
    }
    #logo_menu::after #lien_menu_responsive{
        display: inline-block;
        position: absolute;
    }
    #lien_menu_responsive{
        position: absolute;
        top: 67px;
        left: 0px;
    }
    #lien_menu_responsive li{
        list-style: none;
        background-color: #000;
        border: 1px solid #fff;
        text-align: center;
    }
    #lien_menu_responsive li a{
        color: #fff;
    }
    #img_logo_menu{
        display: inline-block;
    }
    #menu{
        display: inline-block;
        position: absolute;
        cursor: pointer;
        right: 120px;
        bottom: 7px;
    }
    #lien_menu{
        display: none;
        margin-top: 40px;
        margin-left: 150px;
    }
    

    /*SLIDER*/
    .slider0{
        display: none;
    }
    .responsive_slider0{
        display: block;
        float: left;
        position: relative;
        width: 99.99%;
        height: 450px;
        overflow: hidden;
        
    }

    .responsive_slider0 img{
        width: 100%;
        height: 450px;
    }

    img.displaySlide{
        display: block;
        animation-name: fade;
        animation-duration: 1.5s;
    }

    .responsive_slider0 button{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 32px;
        padding: 10px 35px;
        background-color: hsl(0, 0%, 0%, 0);
        color: #fff;
        border: none;
        cursor: pointer;
    }

    .responsive_prev0{
        left: 0;
    }
    .responsive_next0{
        right: 0;
    }


    /*Tarif1*/
    #partie1{
        height: 575px;
    }
    #partie1 img{
        display: inline-block;
        position: relative;
        margin-left: 0%;
        width: 100%;
    }
    #P_partie1{
        text-align: center;
        margin-left: 0%;
        margin-top: 40px;
    }


    /*Tarif2*/
    #partie2{
        height: 575px;
    }
    #partie2 img{
        display: inline-block;
        position: relative;
        margin-left: 0%;
        width: 100%;
    }
    #P_partie2{
        text-align: center;
        margin-left: 0%;
        margin-top: 40px;
    }

    /*Vod*/
    .video-wrapper {
        margin-left: 10px;
    }
    #progressContainer {
        margin-left: 100px;
        margin-bottom: 10px;
    }
    .custom-controls{
        display: flex;
    }


    /*Info/Contact/Horraire*/
    #info{
        height: 500px;
    }
    #P_H{
        display: inline-block;
        position: absolute;
        margin-top: 15px;
        margin-left: 30px;
    }
    #contact{
        display: inline-block;
        position: absolute;
        margin-top: 120px;
        margin-left: 10px;
    }
    #R_Sociaux{
        display: inline-block;
        position: absolute;
        margin-top: 200px;
        margin-left: 150px;
    }
    #R{
        color: #000;
    }
    .tiktok{
        text-decoration: none;
        color: #000;
    }
    #devis_info{
        margin-left: 120px;
        margin-top: 250px;
    }

    /*Modal*/
    .modal{
        max-width: 500px;
        min-width: 100px;
        max-height: 600px;
        min-height: 300px;
        opacity: 0;
        width: 75%;
        height: 80%;
        padding: 40px;
        background: #fff;
        border-radius: 5px;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, calc(-50% + 50px));
        transition: opacity 0.4s ease-out, transform 0.4s ease-out;
        text-align: center;
        align-items: center;
    }
    .modal p{
        font-size: 24px;
    }

    /*Modal Autres*/
    .modal-autres{
        max-width: 500px;
        min-width: 100px;
        max-height: 600px;
        min-height: 300px;
        opacity: 0;
        width: 75%;
        height: 80%;
        padding: 40px;
        background: #fff;
        border-radius: 5px;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, calc(-50% + 50px));
        transition: opacity 0.4s ease-out, transform 0.4s ease-out;
        text-align: center;
        align-items: center;
    }
    .modal-autres p{
        font-size: 24px;
    }


    /*PAGE PRESTATION*/
    /*main*/
    #main_prestation img{
        width: 100%;
    }


    /*PAGE A-PROPOS*/
    /*main*/
    #main_a-propos img{
        width: 100%;
    }
}

@media screen and (max-width: 1385px) and (min-width: 800px){
    /*Head Bar*/
    #head_bar_logo1{
        left: 35%;
    }
    #head_devis{
        display: inline;
        position: relative;
        margin-left: 27%;
        top: -25px;
        padding: 0;
    }
    #lien{
        display: none;
    }
    #lien_menu_responsive{
        display: none;
    }
    #responsive{
        display: inline-block;
        position: relative;
        padding: 0px;
        width: 70px;
        height: 70px;
        left: -70px;
        bottom: 15px;
        text-transform: capitalize;
        font-size: 20px;
        text-decoration: 0;
        color: #fff;
        position: relative;
        cursor: pointer;
    }
    #logo_menu{
        display: inline-block;
        position: absolute;
    }
    #logo_menu::after #lien_menu_responsive{
        display: inline-block;
        position: absolute;
    }
    #lien_menu_responsive{
        position: absolute;
        top: 67px;
        left: 0px;
    }
    #lien_menu_responsive li{
        list-style: none;
        background-color: #000;
    }
    #img_logo_menu{
        display: inline-block;
    }
    #menu{
        display: inline-block;
        position: absolute;
        cursor: pointer;
        right: 120px;
        bottom: 7px;
    }
    #lien_menu{
        display: none;
        margin-top: 40px;
        margin-left: 150px;
    }


    /*SLIDER*/
    .slider0 img{
        width: 100%;
    }


    /*Tarif1*/
    #partie1{
        height: 575px;
    }
    #partie1 img{
        display: inline-block;
        position: relative;
        margin-left: 0%;
        width: 100%;
    }
    #P_partie1{
        margin-left: 10%;
        margin-top: 75px;
    }

    /*Tarif2*/
    #partie2{
        height: 575px;
    }
    #partie2 img{
        display: inline-block;
        position: relative;
        margin-left: 0%;
        width: 100%;
    }
    #P_partie2{
        margin-left: 10% ; 
        margin-top: 75px;
    }

    /*Vod*/
    .video-wrapper {
        margin-left: 30px;
    }
    #progressContainer {
        margin-left: 30%;
        margin-bottom: 10px;
    }
    #vods{
        border-radius: 50px;
    }
    .custom-controls{
        display: flex;
    }



    /*Info/Contact/Horraire*/
    #info{
        height: 500px;
    }
    #P_H{
        display: inline-block;
        position: absolute;
        margin-top: 15px;
        margin-left: 30px;
    }
    #contact{
        display: inline-block;
        position: absolute;
        margin-top: 100px;
        margin-left: 30px;
    }
    #R_Sociaux{
        display: inline-block;
        position: absolute;
        margin-top: 175px;
        margin-left: 150px;
    }
    #R{
        color: #000;
    }
    .tiktok{
        text-decoration: none;
        color: #000;
    }
    #devis_info{
        margin-left: 120px;
        margin-top: 250px;
    }
    /*Modal*/
    .modal{
        max-width: 700px;
        min-width: 100px;
        max-height: 700px;
        min-height: 300px;
        opacity: 0;
        width: 80%;
        height: 80%;
        font-size: 30px;
        padding: 30px;
        background: #fff;
        border-radius: 5px;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, calc(-50% + 50px));
        transition: opacity 0.4s ease-out, transform 0.4s ease-out;
        text-align: center;
        align-items: center;
    }
    .modal p{
        font-size: 33px;
    }
    #copie{
        width: 100%;
        border: none;
        height: 70px;
        border-radius: 3px;
        margin-top: 30px;
        font-size: 40px;
        color: #fff;
        background-color: #37abc8;
    }

    /*Modal Autres*/
    .modal-autres{
        max-width: 700px;
        min-width: 100px;
        max-height: 700px;
        min-height: 300px;
        opacity: 0;
        width: 80%;
        height: 80%;
        font-size: 30px;
        padding: 30px;
        background: #fff;
        border-radius: 5px;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, calc(-50% + 50px));
        transition: opacity 0.4s ease-out, transform 0.4s ease-out;
        text-align: center;
        align-items: center;
    }
    .modal-autres p{
        font-size: 33px;
    }
    #copieautres{
        width: 100%;
        border: none;
        height: 70px;
        border-radius: 3px;
        margin-top: 30px;
        font-size: 40px;
        color: #fff;
        background-color: #37abc8;
    }
}
