@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'Raleway', sans-serif;
}

body{
    background-color: #101010 !important;
}
.headerindex{
    background-image: url(img/ethan-dow-2JLN11-aHmM-unsplash.jpg);
    height: 70vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    position: relative;
}
.headerindex::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);;
}
.headerindex h1{
    color: white;
    background-color: transparent;
}
.headerindex a {
    text-decoration: none;
    color: white;
    font-size: 1.1rem;
}
.headerindex nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    background: rgb(34,34,34);
    background: linear-gradient(180deg, rgba(34,34,34,1) 0%, rgba(255,255,255,0) 100%);
}
.headerindex nav div a{
    padding: 6px;
    margin: 6px;
    position: relative;
}
#navbar .navig a::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);;
    transition: .25s ease-out;
}
#navbar .navig a:hover::before{
    left: 0;
    width: 100%;
}
.intro {
    color: #ccc;
    padding: 100px 80px;
    gap: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 90%;
    margin: auto;
}
.texteintro {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
    text-align: justify;
    line-height: 28px;
}

.texteintro h2{
    padding-bottom: 8px;
    width: fit-content;
    position: relative;
}
.texteintro h2::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    transition: .25s ease-out;
}
#reser{
    padding: 12px;
    width: fit-content;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    background: #171717;
    transition: 1s;
}
#reser:hover{
    background-color: #060606;
    transform: scale(1.1);
    transition: 1s;
}
a.lang img{
    width: 30px;
    transition: .6s;
}
a.lang:hover img{
    transform: scale(1.1);
    transition: .6s;
}
#navbar .navig a.lang::before{
    background: transparent;
}
/*---------------------------------*/
.swiperacti{
    max-width: 1100px;
    margin: auto;
}
.acti{
    text-align: center;
    margin: auto;
    max-width: 80%;
}
.acti h1{
    color: #ccc;
    font-size: 1.8rem;
    text-align: center;
    padding: 30px;
    margin: 20px;
    /* box-shadow: rgba(23, 23, 23, 0.2) 0px 8px 24px; */
    border-radius: 10px;
    background-color: #171717;
}
.cartes a{
    text-decoration: none;
}
.card{
    /* box-shadow: rgba(23, 23, 23, 0.2) 0px 8px 24px; */
    border-radius: 10px;
    background-color: #171717 !important;
    text-align: center;
    /* width: 360px; */
    margin: 0 !important;
    padding: 0;
    color: #ccc !important;
    /* position: absolute; */
    transition: 1s;
}
.card:hover{
    transform: scale(1.02);
    transition: 1s;
}
.card img{
    /* width: 360px; */
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}
.card h2{
    position: relative;
    font-size: 1.2rem;
    padding: 12px;
    width: fit-content;
    margin: 40px auto;
}
.card h2::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);;
    transition: .25s ease-out;
}
.card h3{
    font-size: 1.2rem;
    padding-bottom: 16px;
}
.card p{
    max-width: 70%;
    margin: auto;
    text-align: justify;
    line-height: 30px;
    margin-top: 16px;
    padding-bottom: 30px;
}
/*------Video--------*/
.sectionvid{
    max-width: 80%;
    margin: auto;
}
.video video{
    width: 1000px;
    height: 600px;
    object-fit: cover;
}
/*---------------------*/

/*---------------------*/
.atouts{
    margin: auto;
    width: 80%;
}
.atouts1{
    background-color: white;
    padding: 30px;
    text-align: center;
    margin: 20px;
    /* box-shadow: rgba(23, 23, 23, 0.2) 0px 8px 24px; */
    border-radius: 10px;
    background-color: #171717;
}
.atouts1 h2{
    color: #ccc;
}
.atouts2{
    display: flex;
}
.atouts2 h3{
    position: relative;
    width: fit-content;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.atouts2 h3::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    transition: .25s ease-out;
}
.atouts2 p{
    line-height: 30px;
}
.atouts2 div{
    color: #ccc;
    padding: 30px;
    margin: 20px;
    background-color: #171717;
    /* box-shadow: rgba(23, 23, 23, 0.2) 0px 8px 24px; */
    border-radius: 10px;
    transition: 1s;
}
.atouts2 div:hover{
    transform: scale(1.1); 
    transition: 1s;
    cursor: pointer; 
}
/*----------------*/
.bgimg{
    background-image: url(img/bgimgmid-modified-transformed.png);
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(1);
    background-attachment: fixed;
    margin: 80px 0 80px 0;
}
.containercontact{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    margin: auto;
}
.map{
    text-align: center;
}
.contactForm{
    user-select: none;
    width: 700px;
    padding: 40px;
    font-family: 'PT Sans', sans-serif;
    background-color: transparent;
}
.contactForm h1
{
    font-size: 30px;
    color: white;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.contactForm .inputBox
{
    position: relative;
    width: 100%;
    margin-top: 10px;
}
:-webkit-autofill { 
    filter:none; /* needed for firefox! */
    box-shadow: 0 0 0 1000px rgba(15, 15, 15, 0.99) inset;
    -webkit-text-fill-color: rgba(250, 250, 250, 0.747);
}
.contactForm .inputBox input,
.contactForm .inputBox textarea
{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
    background: transparent;
    color: rgba(250, 250, 250, 0.747);
}

.contactForm .inputBox span
{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}
.contactForm .inputBox input:focus ~ span,
.contactForm .inputBox input:valid ~ span,
.contactForm .inputBox textarea:focus ~ span,
.contactForm .inputBox textarea:valid ~ span
{
    color: #B38728;
    font-size: 12px;
    transform: translateY(-20px);
    background-color: transparent !important;
}


.contactForm .inputBox input[type="submit"]
{
    max-width: 150px;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    border-radius: 6px;
    transition: .2s;
}

.contactForm .inputBox input:hover[type="submit"]{
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    filter: brightness(0.65);
    transition: .4s;
}
.map iframe {
    width: 900px;
    height: 500px;
}
img.image-formulaire{
    max-width: 600px;
    width: 100%;
}
.bordergold{
    height: 2px;
    max-width: 800px;
    width: 100%;
    margin: 80px auto;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}
.gold{
    position: relative;
}
.gold::before{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
        radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);;
        transition: .25s ease-out;

}
/*-----------Carousel bootstrap-----------*/
.carousel{
    max-width: 600px;
    position: relative;
    margin-right: 24px;
}
.carousel-control-prev{
    position: absolute;
    left: -80px !important;
}
.carousel-control-next{
    position: absolute;
    right: -80px !important;
}
.carousel-item img{
    max-width: 600px;
    height: 600px;
    object-fit: cover;
    border-radius: 12px;
}
/*-----Slider Avis------*/
.swiper{
    max-width: 1400px;
    margin: auto;
}
.avis{
    background-color: #171717;
    color: #ccc;
    border-radius: 12px;
    margin: 12px;
    padding: 28px;
    height: 350px !important;
}
.top{
    display: flex;
    justify-content: space-between;
}
.avis h2{
    font-size: 1.4rem;
}
.avis h3{
    font-size: 1.1rem;
    margin-bottom: 12px;
}
.avis p{
    font-size: 1rem;
}
/*------RESPONSIVE------*/
footer{
    background-image: url(img/bgimgmid-modified-transformed.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30vh;
    box-shadow: inset  0 0 0 1000px rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
footer section h3{
    margin: 30px;
    padding-top: 20px;
    color: white;
    filter: grayscale(0);
    position: relative;
}
footer a {
    color: white;
    text-decoration: none;
    transition: .6s;
}
footer a:hover{
    color: #FDB931;
    transition: .6s;
}
footer section h3::before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 2px;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);;
    transition: .25s ease-out;
}
@media screen and (max-width: 1600px) {
    .intro{
        display: flex;
        flex-direction: column;
        max-width: 80%;
        margin: auto;
    }
    .map iframe{
        margin-bottom: 90px;
        margin-top: 45px;
    }
    .cartes .card{
        width: 320px;
        
    }
    .card img{
        width: 320px;
    }
}
@media screen and (max-width: 1400px) {
    .cartes .card{
        width: 290px;
        
    }
    .card img{
        width: 290px;
    }
}
@media screen and (max-width: 1300px) {
    .cartes{
        flex-direction: column;
        align-items: center;

    }
    .containercontact{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    img.image-formulaire{
        margin: auto;
        width: 80%;
    }
}
@media screen and (max-width: 1024px) {
    .carousel{margin: auto;}
    .intro{
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 80%;
        margin: auto;
    }
    .cartes{
        flex-direction: column;
        align-items: center;

    }
    .atouts2 div:hover{
        transform: scale(1); 
    }
    .carousel{
        max-width: 500px;
    }
    .carousel-item img{
        width: 500px;
        height: 500px;
        object-fit: cover;
    }
    .avis h2{
        font-size: 1.2rem;
    }
    .avis h3{
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .avis p{
        font-size: .9rem;
    }
}
@media screen and (max-width: 900px){
    .atouts2{
        display: flex;
        flex-direction: column;
    }
    .layout{
        max-width: 500px;
    }
    .intro{
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 80%;
        margin: 0 auto 80px auto;
        padding: 0;
    }
    .headerindex nav{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .headerindex nav div{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .containercontact{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contactForm{
        width: 70vw;
    }
    .carousel{
        margin-top: 40px;
        max-width: 400px;
    }
    .carousel-item img{
        width: 400px;
        height: 400px;
        object-fit: cover;
    }
}
@media screen and (max-width: 600px){
    .layout{
        max-width: 400px;
    }
    .map iframe {
        width: 70vw;
        height: 300px;
    }
    .carousel{
        max-width: 300px;
        margin: 4px;
        margin-top: 40px;
    }
    .carousel-item img{
        width: 300px;
        height: 300px;
        object-fit: cover;
    }
    .carousel-control-prev{
        display: none !important;
    }
    .carousel-control-next{
        display: none !important;
    }
    .atouts h3{
        font-size: 1.1rem;
    }
    .acti h1{
        font-size: 1.4rem;
    }
    .g-recaptcha iframe, .g-recaptcha div{
        width: 200px !important;
    }
}