@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
*,
*::before,
*::after {
    box-sizing: border-box;
    scroll-behavior: smooth;
    margin: 0;
	padding: 0;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body{
    width: 100%;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
}

body.loading{
    height: 100vh !important;
    overflow: hidden !important;
    position: relative !important;
}

header{
    background-image: linear-gradient(to top,  #6e0289d0,#6e028963, transparent), url('/images/fond.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    padding: 50px 0!important;
    margin-bottom: 50px;
    border-radius: 0 0 100px 100px;
    box-sizing: border-box;
}

header #logo{
    width: 110px;
    height: 110px;
    background-color: white;
    padding: 10px;
    border-radius: 50px;
}

header nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    gap: 15px;
    margin: 30px 0;
    border: 1px solid #c906f9;
    padding: 15px;
    border-radius: 15px;
    background-color: #6e0289af;
    box-sizing: border-box;
}

header nav div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

header nav div a{
    color:  white;
    text-decoration: none;
    padding: 10px   ;
    margin: 0 5px;
    font-size: 16px;
    transition: .3s;
    white-space: nowrap;
}

header nav div a:hover{
    opacity: 0.7;
}

header nav div a.cible{
    color:  #c906f9;
    font-weight: 600;
}

header nav div #register{
    color:  #ffffff;
    text-decoration: none;
    padding: 10px;
    margin: 5px 0;
    transition: .3s;
    background-color: #c906f9;
    border-radius: 10px;
}

header nav div #register:hover{
    opacity: 0.7;
}

header .present-me{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

header .present-me h2{
    font-size: 30px;
    color: white;
    font-weight: 500;
    text-align: center;
}

header .present-me h1{
    font-size: 70px;
    color: #c906f9;
    font-weight: 800;
    margin: 0 0 10px;
}

header .present-me p{
    font-size: 16px;
    color: rgb(206, 206, 206);
    line-height: 20px;
    text-align: center;
    width: 80%;
}

header .present-me .detail-present{
    display: flex;
    justify-content: space-around;
    align-items: start;
    flex-wrap: wrap;
    width: 80%;
}


header .present-me .detail-present p{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.959);
    line-height: 20px;
    text-align: center;
    width: auto;
}

header .present-me .detail-present .btn-essaie{
    background-color: #c906f9;
    color: white;
    font-size: 16px;
    padding: 15px;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    transition: all .3s;
}

header .present-me .detail-present .btn-essaie:hover{
    background-color: #c806f9ab;
}

#modeles{
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #c806f9ab;
    box-shadow: 1px 1px 5px rgb(145, 145, 145);
}

#modeles img{
    width: 300px;
    height: auto;
}

.services{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    padding: 30px 0 50px 0;
    margin: 50px 0;
}

.services h2{
    color: #6f0289;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.services p{
    width: 80%;
    text-align: center;
    color: rgba(0, 0, 0, 0.521);
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 10px;
}

.services .b-service{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 5px;
}

.services .b-service .service{
    background-color: #6e028923;
    flex: 1 1 350px;
    height: auto;
    padding: 30px 15px;
    border-radius: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

.services .b-service .service i{
    font-size: 60px;
    color: #6f0289;
    margin-bottom: 5px;
}

.services .b-service .service h6{
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin: 10px;
}

.services .b-service .service span{
    color: rgba(0, 0, 0, 0.521);
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}

.pourquoi{
    background-image: linear-gradient(to top,#6e0289af,#6e0289af), url('/images/129728.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 50px 0!important;
    margin-bottom: 50px;
    margin-top: 100px;
    box-sizing: border-box;
}

.pourquoi .ctn-pourquoi{
    width: 80%;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column;
    gap: 15px;
}

.pourquoi .ctn-pourquoi h2{
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.pourquoi .ctn-pourquoi h3{
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.pourquoi .ctn-pourquoi p{
    text-align: center;
    color: white;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
}

.pourquoi .ctn-pourquoi .why-content{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.pourquoi .ctn-pourquoi .why-content .why{
    min-width: 300px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pourquoi .ctn-pourquoi .why-content .why i{
    color: white;
    font-size: 60px;
    padding: 5px;
}

.pourquoi .ctn-pourquoi .why-content .why div h4{
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

.pourquoi .ctn-pourquoi .why-content .why div span{
    color: rgba(255, 255, 255, 0.877);
    font-size: 14px;
    line-height: 15px;
}

.forfaits{
    width: 100%;
    height: auto;
    padding: 50px 0;
    margin: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #6e02892a;
    border-radius: 0 0 100px 0;
    box-sizing: border-box;
}

.forfaits h2{
    color: #6f0289;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.forfaits p{
    width: 80%;
    text-align: center;
    color: rgba(0, 0, 0, 0.521);
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 10px;
}

.forfaits .b-forfaits{
    width: 80%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}

.forfaits .b-forfaits .forfait{
    background-color: white;
    flex: 1 1 300px;
    height: auto;
    padding: 30px 10px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.forfaits .b-forfaits .forfait.actif{
    border: 1px solid #c906f9;
}

.forfaits .b-forfaits .forfait i{
    font-size: 40px;
    color: #ff0095;
}

.forfaits .b-forfaits .forfait h6{
    font-size: 25px;
    margin: 7px 0 0;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.788);
}
.forfaits .b-forfaits .forfait h6.price{
    color: #c906f9;
    font-size: 55px;
    margin-bottom: 3px;
}

.forfaits .b-forfaits .forfait span{
    color: rgba(0, 0, 0, 0.521);
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}

.forfaits .b-forfaits .forfait ul li{
    margin: 5px 0;
    color: rgba(0, 0, 0, 0.521);
    font-size: 14px;
}

.forfaits .b-forfaits .forfait ul li i{
    color: #c906f9;
    font-size: 12px;
    padding: 5px;
    border-radius: 50%;
    background-color: #c806f921;
}

.forfaits .abonne{
    background: #6f0289;
    border-radius: 10px;
    padding: 15px;
    margin: 5px 0 0;
    text-align: center;
    color: white;
    text-decoration: none;
    transition: all .3s;
    margin-top: 20px;
}

.forfaits .abonne:hover{
    background: #6e0289ab;
}


.avis{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 50px 0;
    margin: 50px 0;
    box-sizing: border-box;
}

.avis h2{
    color: #6f0289;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    width: 90%;
}

.avis p{
    width: 80%;
    text-align: center;
    color: rgba(0, 0, 0, 0.521);
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 10px;
}

.avis .b-avis{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    width: 80%;
    height: auto;
}

.avis .b-avis .avis-client{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #6e028923;
    width: 100%;
    border-radius: 15px;
}

.avis .b-avis .avis-client .bloc-avis{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background-color: #6f0289;
    border-radius: 15px;
}

.avis .b-avis .avis-client .bloc-avis.bloc-avis-tout{
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    justify-content: center;
}

.avis .b-avis .avis-client .bloc-avis i{
    font-size: 25px;
    color: #6f0289;
    padding: 10px;
    background-color: white;
    border-radius: 50%;
}

.avis .b-avis .avis-client .bloc-avis div h6{
    font-weight: 500;
    font-size: 16px;
    margin: 5px 0;
    color: white;
}

.avis .b-avis .avis-client .bloc-avis div span{
    color: rgba(255, 255, 255, 0.644);
    font-size: 14px;
}

.avis .b-avis .avis-client p{
    color: rgba(0, 0, 0, 0.521);
    line-height: 20px;
    font-size: 16px;
    text-align: left;
    margin: 10px;
}

.avis .liens a{
    display: block;
    background: #6f0289;
    border-radius: 10px;
    padding: 15px 50px;
    margin-top: 20px;
    text-align: center;
    color: white;
    text-decoration: none;
}

.avis .liens a:hover{
    background: #6e0289e0;
}

.stats{
    width: 100%;
    height: auto;
    margin: 50px 0 !important;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #6e02892a;
    border-radius: 0 100px 0 100px;
    box-sizing: border-box !important;
}

.stats h2{
    color: #6f0289;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.stats .lists-lieux{
    display: flex;
    justify-content: space-around;
    align-items: start;
    flex-wrap: wrap;
    gap: 15px;
    width: 80%;
    height: auto;
    padding: 10px;
       box-sizing: border-box !important;
}

.stats .lists-lieux .item-lieux{
    width: 300px !important;
    height: 300px !important;
    margin: 1px !important;
    padding: 0;
    background-color: transparent;
    border-radius: 10px !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.733);
    text-decoration: none;
}

.stats .lists-lieux .item-lieux:hover{
    opacity: 0.8;
}

.stats .lists-lieux .item-lieux img{
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
}

.stats .lists-lieux .item-lieux .title_item-lieux{
    transform: translateY(-300px);
    background: linear-gradient(to top, #6e0289d2, transparent);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.stats .lists-lieux .item-lieux .title_item-lieux h1{
    font-size: 16px;
    text-align: center;
    color: white;
    font-weight: 700;
}

.stats .lists-lieux .item-lieux .title_item-lieux span{
    font-size: 14px;
    margin-top: 5px;
}

.stats .lists-lieux .item-lieux .title_item-lieux span i{
    color: #ff0095;
    font-size: 25px;
    padding: 5px;
    background-color: white;
    border-radius: 50%;
}

.stats a{
    background: #ff0095;
    border-radius: 10px;
    padding: 10px 25px;
    margin-top: 15px;
    text-align: center;
    color: white;
    text-decoration: none;
}

.stats a:hover{
    background: #ff0095e0;
}
/* 
    .stats .b-stat{
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 30px;
    padding: 100px 10px;
}

.stats .b-stat .stat{
    background-color: white;
    width: 250px;
    height: auto;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 5px solid #6f0289;
}

.stats .b-stat .stat i{
    font-size: 40px;
    color: #ff0095;
}

.stats .b-stat .stat h5{
    font-weight: 900;
    font-size: 20px;
    margin: 5px 0;
    text-align: center;
}

.stats .b-stat .stat h6{
    font-weight: 700;
    font-size: 20px;
    margin: 5px 0;
    text-align: center;
}

.stats .b-stat .stat span{
    color: rgba(0, 0, 0, 0.521);
    line-height: 20px;
    font-size: 14px;
    text-align: center;
} */

.contacts{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    padding: 50px 0 !important;
    margin: 50px 0 !important;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.contacts h2{
    color: #6f0289;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    width: 90%;
}

.contacts p{
    width: 90%;
    text-align: center;
    color: rgba(0, 0, 0, 0.521);
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 10px;
}

.contacts .b-contact{
    display: flex;
    justify-content: space-around;
    align-items: start;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px;
    width: 80%;
}

.contacts .b-contact .contact{
    width: 30%;
    height: 320px;
    padding: 20px;
    border: 4px double #6e02892a;
    border-radius: 100px 5px 5px 5px;
}

.contacts .b-contact .contact img{
    width: 100%;
    height: inherit;
    border-radius: 100px 5px 5px 5px;
}

.contacts .b-contact form{
    background: #6e02892a;
    padding: 30px 20px 4px;
    border-radius: 5px;
    width: 65%;
}

.contacts .b-contact form input,textarea,button{
    width: 100%;
    display: inline-block;
    padding: 13px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
}

.contacts .b-contact form button{
    background-color: #6f0289;
    font-weight: 700;
    color: white;
}

.contacts .b-contact form textarea{
    height: 100px;
}

.contact-nous{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.contact-nous .contact-ns{
    padding: 10px;
    border-radius: 5px;
    background-color: #c806f92a;
}

footer{
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 50px;
    width: 100%;
    height: auto;
    background-color: #6f0289;
    border-radius: 100px 0 0 0;
}

footer .bloc-footer{
    display: flex;
    align-items: start;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 50px;
    width: 90%;
    height: auto;
}

footer .bloc-footer .cadre-reseaux img{
    width: 110px;
    height: 100px;
    background: white;  
    padding: 5px;
    border-radius: 10px; 
}

footer .bloc-footer .cadre-reseaux span{
    width: 110px;
    display: inline-block;
    text-align: center  ;
    color: rgb(209, 209, 209);
    font-size: 14px;
}

footer .bloc-footer .cadre-reseaux{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

footer .bloc-footer .cadre-reseaux .reseaux{
    padding: 5px;
}

footer .bloc-footer .cadre-reseaux .reseaux a{
    font-size: 25px;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin: 0 5px;
}

footer .bloc-footer .infos{
    width: auto;
    padding: 0 5px 0;
}

footer .bloc-footer .infos h3{
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

footer .bloc-footer .infos li{
    list-style-type: circle;
    color: white;
    margin-left: 20px;
}

footer .bloc-footer .infos li a,span{
    color: rgba(255, 255, 255, 0.87);
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
}

footer .bloc-footer .infos li a:hover{
    opacity: 0.8;
}

footer .bloc-footer .btn-lettre-info{
    color: rgba(255, 255, 255, 0.87);
    text-align: center;
    font-size: 16px;
    display: block;
    text-decoration: none;
    padding: 10px;
    background-color: #ff0095;
    border-radius: 5px;
    margin-top: 10px;
    transition: .3s;
}

footer .bloc-footer .btn-lettre-info:hover{
    background-color: #ff0095cb;
}

.copy{
    background-color: #6f0289;
    padding: 20px 0 40px;
    width: 100%;
}

.copy p{
    text-align: center;
    color: rgba(255, 255, 255, 0.63);
    font-size: 14px;
}

.politiques{
    margin: 50px 0 !important;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
        box-sizing: border-box;
}

.politiques .detail-politique{
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
}

.politiques .detail-politique .bloc-politique{
    width: 100% !important;
    padding: 20px;
    border-radius: 15px;
    background-color: #c806f910;
    border: 1px solid #c906f9;
}

.politiques .detail-politique .bloc-politique h2{
    color: #6f0289;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.politiques .detail-politique .bloc-politique h3{
    color: #c906f9;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.politiques .detail-politique .bloc-politique p{
    color: #636363;
    font-size: 14px;
    line-height: 25px;
    margin-left: 20px;
}

.politiques .detail-politique .bloc-politique ul{
    margin-left: 20px;
}

.politiques .detail-politique .bloc-politique ul li{
    color: #636363;
    font-size: 14px;
    line-height: 25px;
    list-style-type: square;
}

.newsletters{
    width: 100%;
    height: auto;
    margin: 0 !important;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
        box-sizing: border-box;
}

.newsletters form{
    background: #6e02892a;
    width: 60%; /* ou 100% selon le contexte */
    padding: 50px 20px;
    border-radius: 10px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.newsletters form input{
    box-sizing: border-box; /* important pour padding */
    width: 100%;
    display: block;
    padding: 15px 10px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.newsletters form button{
    background-color: #ff0095;
    color: white;
    font-size: 16px;
    margin-bottom: 0;
    transition: all .3s;
}

.newsletters form button:hover{
    opacity: 0.6;
}

.lieux{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    padding: 50px 0;
    width: 100%;
    height: auto;
        box-sizing: border-box;
}

.lieux .search{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    width: 80%;
    height: auto;
    margin-bottom: 50px;
}

.lieux .search input,select{
    width: 45%;
    min-width: 250px;
    font-size: 16px;
    padding: 15px 10px;
    border: none;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(219, 219, 219), -1px -1px 15px rgb(219, 219, 219);
    border: 1px solid #cc00ff;
}

.lieux .present-lieu{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 80%;
    height: auto;
}

.lieux .present-lieu .bloc-lieu{
    flex: 1 1 300px;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    box-shadow: 1px 1px 10px rgb(219, 219, 219), -1px -1px 15px rgb(219, 219, 219);
    border-radius: 10px;
    padding-bottom: 10px;
}

.lieux .present-lieu .bloc-lieu img{
    width: 100%;
    height: 250px;
    border-radius: 10px 10px 0 0;
}

.lieux .present-lieu .bloc-lieu h5{
    font-size: 16px;
    margin: 5px 0;
    padding: 5px;
    text-align: center;
    width: 100%;
    min-height: 50px;
    border-bottom: 1px solid rgba(219, 219, 219, 0.527);
    color: #6f0289;
}

.lieux .present-lieu .bloc-lieu small{
    color: gray;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    height: 50px;
    padding: 0 5px;
    line-height: 15px;
    margin-bottom: 5px;
}

.lieux .present-lieu .bloc-lieu div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(219, 219, 219, 0.527);
    padding: 10px;
}

.lieux .present-lieu .bloc-lieu div span{
    color: #6f0289;
    text-align: center;
    font-size: 12px;
}

.lieux .present-lieu .bloc-lieu a{
    text-decoration: none;
    text-align: center;
    padding: 10px;
    background-color: #c906f9;
    color: white;
    border-radius: 10px;
    font-size: 14px;
}

.detail-lieu{
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 15px;
    padding: 50px 0;
    margin: 0 auto;
    width: 80%;
}

.detail-lieu .lieu-left{
    padding: 10px;
    border-radius: 5px;
    background-color: #6e02892a;
    border: 1px solid #c906f9;
}

.detail-lieu .lieu-left img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.detail-lieu .lieu-right{
    padding: 10px;
    border-radius: 5px;
    background-color: #6e02892a;
    border: 1px solid #c906f9;
}

.detail-lieu .lieu-right a{
    color: white;
    padding: 10px 5px;
    display: block;
    background-color: #ff0095;
    margin: 10px 0 30px;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
}

.detail-lieu .lieu-right h4{
    color: #6f0289;
    margin-bottom: 5px;
    font-weight: 700;
}

.detail-lieu .lieu-right span{
    color: #6f0289;
    margin-left: 25px;
}

.list-photos-lieux{
    padding: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: start;
    flex-wrap: wrap;
    gap: 10px;
    width: 80%;
    height: auto;
        box-sizing: border-box;
}

.list-photos-lieux .item-photos{
    width: 300px;
    height: 300px;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.608);
    text-decoration: none;
}

.list-photos-lieux .item-photos:hover{
    opacity: 0.9;
}

.list-photos-lieux .item-photos img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.list-photos-lieux .item-photos .title_item-photos{
    transform: translateY(-300px);
    background: linear-gradient(to top, #6f0289e5, transparent, transparent);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.list-photos-lieux .item-photos .title_item-photos h1{
    font-size: 16px;
    margin: 5px;
    text-align: center;
    color: white;
    font-weight: 700;
}

.list-photos-lieux .item-photos .title_item-photos span i{
    color: #ff0095;
    font-size: 20px;
    padding: 5px;
    background-color: white;
    border-radius: 50%;
}
/* Fin de la partie photos */

/* Btn retour */
.scroll-btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 200;
    width: 2.7rem;
    height: 2.7rem;
    background: #6f0289;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 0 0.1rem 0.1rem #dfdfdf;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-5rem);
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
}

.scroll-btn.active {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    transform: translateY(0);
}

.scroll-btn i {
    font-size: 20px;
    color: white;
}

@media screen and (max-width: 1080px) {
    header #logo{
        width: 80px;
        height: 80px;
    }

    header nav{
        gap: 5px;
        width: 90%;
        padding: 5px;
    }

    header nav div{
        gap: 5px !important;
    }

    header nav div a{
        padding: 10px 0;
    }

    header .present-me{
        width: 90%;
        margin-bottom: 20px;
    }

    header .present-me h2{
        width: 100%;
        margin-bottom: 5px;
    }

    header .present-me .detail-present{
        width: 100%;
    }

    header .present-me .detail-present p{
        width: 100%;
        margin-bottom: 5px;
    }

    .services{
        margin: 0;
        padding: 0;
    }

    .services .b-service{
        width: 90%;
        justify-content: center;
    }

    .forfaits .b-forfaits{
        width: 90%;
    }

    .avis .b-avis{
        width: 90%;
    }

    .avis .b-avis .avis-client .bloc-avis{
        justify-content: start;
        width: 100%;
    }

    .stats h2{
        width: 90%;
    }

    .stats .lists-lieux{
        width: 90%;
    }

    .contacts .b-contact{
        width: 90%;
    }

    .contacts .b-contact .contact{
        width: 100%;
        height: auto;
    }

    .contacts .b-contact form{
        width: 100%;
    }

    .contacts .contact-nous{
        width: 90%;
    }

    .lieux .search{
        width: 90%;
    }

    .lieux .present-lieu{
        width: 90%;
    }

    .politiques{
        padding: 0;
    }

    .politiques .detail-politique{
        width: 90%;
    }

    footer{
        padding-left: 20px;
        padding-right: 20px;
    }

    .detail-lieu{
        grid-template-columns: 1fr;
        padding: 0;
        width: 80%;
    }

    #modeles{
        width: 90%;
    }
}

@media screen and (max-width: 800px) {
    header nav div{
        justify-content: space-around !important;
    }

    .pourquoi .ctn-pourquoi{
        width: 90%;
    }

    .pourquoi .ctn-pourquoi .why-content{
        justify-content: center;
        align-items: center;
    }

    .pourquoi .ctn-pourquoi .why-content .why{
        min-width: 90%;
        width: 90%;
    }

    .lieux .search{
        gap: 20px;
    }

    .lieux .search input,select{
        width: 100% !important;
    }

    .lieux .present-lieu{
        gap: 25px;
    }

    footer .bloc-footer{
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 10px !important;
    }

    footer .bloc-footer .infos{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }
    
    footer .bloc-footer .infos h3{
        padding-top: 20px;
    }

    footer .bloc-footer .infos li{
        list-style-type: none;
        margin-left: 0;
        text-align: center;
        margin: 0 10px;
    }

    footer .bloc-footer .infos li a,span{
        margin-bottom: 0;
        margin-left: 0;
        padding: 5px 0;
    }

    footer .bloc-footer .infos li a:hover{
        opacity: 0.8;
    }

    footer .bloc-footer .btn-lettre-info{
        padding: 10px;
    }
}

@media screen and (max-width: 700px) {
    header nav{
        justify-content: space-around;
    }
}

@media screen and (max-width: 500px) {
    header .present-me h2{
        font-size: 30px;
        font-weight: 500;
    }

    header .present-me h1{
        font-size: 45px;
    }

    .services h2{
        font-size: 30px;
    }

    .services .b-service .service{
        width: 100%;
    }

    .forfaits h2{
        font-size: 30px;
    }

    .forfaits .b-forfaits .forfait{
        width: 100%;
    }

    .avis{
        margin-top: 0;
        padding: 0;
    }

    .avis h2{
        font-size: 30px;
    }

    .avis .b-avis .avis-client{
        width: 100%;
    }

    .stats h2{
        width: 90%;
        font-size: 30px;
    }

    .stats .lists-lieux{
        padding: 0;
    }

    .stats .lists-lieux .item-lieux{
        width: 100% !important;
    }

    .contacts{
        padding: 0 !important;
        margin: 0 !important;
    }

    .contacts .b-contact{
        width: 90%;
    }

    .contacts .b-contact .contact{
        width: 100%;
        height: auto;
    }

    .contacts .b-contact form{
        width: 100%;
    }

    .contacts .contact-nous{
        width: 90%;
    }

    .lieux .present-lieu .bloc-lieu{
        width: 100%;
    }

    .newsletters{
        padding: 0;
    }

    .newsletters form{
        width: 90%;
    }
}

/* Animation de bloc */
/* De haut en bas */
[class*="reveal-"]{
    opacity: 0;
    transform: translateY(-50px);
}

.reveal-visible{
    opacity: 1;
    transform: translateY(0);
    transition: 1s cubic-bezier(.5,0,0,1);
}

.reveal-1{
    transition-delay: .3s;
}

.reveal-2{
    transition-delay: .5s;
}

.reveal-3{
    transition-delay: .7s;
}

/* De gauche à droite */
[class*="gauche-"]{
    opacity: 0;
    transform: translateX(-50px);
} 

.gauche-visible{
    opacity: 1;
    transform: translateX(0);
    transition: 1s cubic-bezier(.5,0,0,1);
}

.gauche-1{
    transition-delay: .3s;
}

.gauche-2{
    transition-delay: .5s;
}

/* De droite à gauche */
[class*="droite-"]{
    opacity: 0;
    transform: translateX(50px);
}  

.droite-visible{
    opacity: 1;
    transform: translateX(0);
    transition: 1s cubic-bezier(.5,0,0,1);
}

.droite-1{
    transition-delay: .3s;
}

.droite-2{
    transition-delay: .5s;
}


/* Partie loading */
.centre-loading{
    height: 100%;
    width: inherit;
    background: #6f0289;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    z-index: 4000;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fondu-out{
    display: none;
}

.centre-loading img{
    border-radius: 50%;
    animation: cache 10s infinite;
    height: 80px;
    width: 80px;
    background-color: white;
    padding: 5px;
    box-shadow: 1px 1px 10px white;
}

@keyframes cache{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}