:root{
    --color1:#DF9D84;
    --color2:#CC6666;
    --color3:#DF805B;
    --color4:#c76643;
    --color5:#73DBCC;
    --color6:#0A756D;
    --color7:#f8d8cb;
}
html{
    width: 100%;
}

@font-face {
    font-family: "Josefin Slab";
    src: url("../fonts/JosefinSlab-VariableFont_wght_2.woff") format("woff");       
}

@font-face {
    font-family: "Poiret One";
    src: url("../fonts/PoiretOne-Regular.woff") format("woff");       
}



body{
    background: var(--color1);
    color: var(--color2);
    font-family: "Josefin Slab";
    font-weight: 600;
    font-size: 1rem;
}

h1{
    font-family: "Poiret One";
    font-weight: normal;
    text-align: center;
    margin-top: 1rem;
}

h2{
    font-family: "Poiret One";
    font-weight: 600;
    text-align: center;
    font-size: 2rem;
    color: white;
}
h3{
    font-family: "Poiret One";
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0.5rem;
}
h4{
    font-family: "Poiret One";
    font-weight: 600;
    font-size:1.25rem;
    padding: 0.5rem;
}

#navbarNav {
    font-family: "Poiret One";
}

a{
    text-decoration: none;
    color: var(--color5);
}

a:hover{
    color: var(--color6);
}


/**NAVBAR**/
.bg-light {
    --bs-bg-opacity: 0;
}

.navbar-light .navbar-nav .nav-link{
    color:white;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: var(--color2);
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    color: var(--color2);
}
/**FIN NAVBAR**/

/**SECTION PRESENTATION**/
.container-fluid{
    padding-right: 0rem;
    padding-left: 0rem;
}

#apropos{
    padding: 0;
    /**margin: -1.5rem !important;retirer le margin par défaut**/
}

.text-white{
    text-align: justify;
}

#apropos p{
    margin: 1.5rem 1.5rem 0rem 1.5rem;
}

#apropos img{
    width: 100%;
}

#services {
    background: var(--color7);
    box-sizing: content-box;

    overflow-x: hidden;

}



/**FIN SECTION PRESENTATION**/

/**SECTION GALERIE**/
#galerie p{
    text-align: center;
}

.img-lien{
    display: block;
    position: relative;
}

video {
    margin-left: 15%;
}

/**banniere**/
.infos-hover{
    display: block;
    position: absolute;
    left:0;
    bottom: 0rem;
    width: 100%;
    height: 30%;
    color: var(--color6);
    text-align:center;
    background: var(--color7);
    opacity: 60%;
}

.infos-hover p{
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
    margin-top: 5%;
}


/**FIN SECTION GALERIE**/

/**SECTION CONTACT**/
.bg-motif{
    background: url(../img/bg_contact.svg) center/cover fixed;
    overflow: hidden;
    /**height: 100vh;**/
}

.form-label{
    color: white;
    font-weight: bold;
}

.form-control{
    background: #fff0; /**transparent**/
    border: 2px solid var(--color2);
    width: 100%;
}

.form-control:focus{
    border-color: var(--color2);
    box-shadow: 0 0 0 0.25rem rgb(244 67 54 / 0.2); /**à modifier**/
}

.form-control{
    margin-right: auto;
    margin-left: auto;
}

textarea{
    resize: none;
}

.btn{
    background: var(--color2);
    color:white;
}

.btn:hover{
    background: white;
    color: var(--color2);
}

.btn:focus{
    box-shadow: none;
}

#ode{
    font-size: 1rem;
    text-align: center;
}
/**FIN SECTION CONTACT**/

/**FOOTER**/
footer {
    font-size: 0.65rem;   
}

/**RESPONSIVE**/

/** Small devices (landscape phones, 576px and up)**/
@media (min-width: 576px) {
    #ode {
        font-size: 1.5rem;
    }
    #apropos p{
        bottom: 26rem;
    }
    footer {
        font-size: 1rem;
    }
}

/** Medium devices (tablets, 768px and up)**/
@media (min-width: 768px) {
    .text-white{
        text-align: center;
    }

    #apropos img{
        position: relative;
        z-index: 99;
        width: 100%;
    }

    #apropos p{
        position: absolute;
        z-index: 100;
        bottom: 36rem;
        margin-left: 23%;
        margin-right: 23%;
    }

    video {
        margin-left: 0;
    }

    .bg-white{
        min-height: 100%;
    }

    .formulaire{
        display: flex;
        flex-direction: column;
    }
    .form-label{
        display: block;
        margin-left: 15%;
    }
    .form-control {
        width: 70%;
    }
    #ode {
        font-size: 1.5rem;
    }
    footer {
        font-size: 1rem;
    }
}

/** Large devices (desktops, 992px and up)**/
@media (min-width: 992px) {
    .text-white{
        text-align: center;
    }

    #apropos img{
        position: relative;
        z-index: 99;
        width: 100%;
    }

    p {
        font-size: 1.25rem;
    }

    #apropos p{
        position: absolute;
        z-index: 100;
        bottom: 32rem;
        margin-left: 23%;
        margin-right: 23%;
    }

    video {
        margin-left: 0;
    }

    .bg-white{
        min-height: 100%;
    }

    .img-lien{
        display: block;
        position: relative;
        overflow: hidden;
    }
   
    .img-lien .infos-hover{
        display: block;
        position: absolute;
        left:0;
        bottom:0;
        width: 100%;
        height:0;
        color: var(--color6);
        text-align:center;
        background: var(--color7);
        opacity: 60%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    .infos-hover p{
        text-transform: uppercase;
        text-align: center;
        margin-top: 30%;
    }
    
    .img-lien:hover .infos-hover{
        height: 100%;
    }
    .formulaire{
        font-size: 1.25rem;
        display: flex;
        flex-direction: column;
    }
    .form-label{
        display: block;
        margin-left: 15%;
    }
    .form-control {
        font-weight: 600;
        width: 70%;
    }
    .btn {
        font-weight: 600;
        font-size: 1.25rem;
    }
    #ode {
    font-size: 2rem;
    }
    footer {
        font-size: 1rem;
    }
}

/** X-Large devices (large desktops, 1200px and up)**/
@media (min-width: 1200px) {
    .text-white{
        text-align: center;
    }
    #apropos img{
        position: relative;
        z-index: 99;
        width: 100%;
    }

    #apropos p{
        position: absolute;
        z-index: 100;
        bottom: 32rem;
        margin-left: 20%;
        margin-right: 20%;
    }
    .img-lien{
        display: block;
        position: relative;
        overflow: hidden;
    }
   
    .img-lien .infos-hover{
        display: block;
        position: absolute;
        left:0;
        bottom:0;
        width: 100%;
        height:0;
        color: var(--color6);
        text-align:center;
        background: var(--color7);
        opacity: 60%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    .infos-hover p{
        text-transform: uppercase;
        text-align: center;
        margin-top: 30%;
    }
    
    .img-lien:hover .infos-hover{
        height: 100%;
    }

    video {
        margin-left: 0;
    }

    .formulaire{
        font-size: 1.25rem;
        display: flex;
        flex-direction: column;
    }
    .form-label{
        display: block;
        margin-left: 15%;
    }
    .form-control {
        font-weight: 600;
        width: 70%;
    }
    .btn {
        font-weight: 600;
        font-size: 1.25rem;
    }
    #ode {
        font-size: 2rem;
        }
    footer {
            font-size: 1rem;
    }
}

/** XX-Large devices (larger desktops, 1400px and up)**/
@media (min-width: 1400px) {
    
    #apropos img{
        position: relative;
        z-index: 99;
        width: 100%;
    }

    #apropos p{
        position: absolute;
        bottom: 60%;
        z-index: 100;
        /**transform: translateX(58.5%); /**revoir la valeur ap avoir enlever le margin**/
        margin-left: 29%;
        margin-right: 29%;
    }
    .text-white{
        text-align: center;
    }
    .img-lien{
        display: block;
        position: relative;
        overflow: hidden;
    }
   
    .img-lien .infos-hover{
        display: block;
        position: absolute;
        left:0;
        bottom:0;
        width: 100%;
        height:0;
        color: var(--color6);
        text-align:center;
        background: var(--color7);
        opacity: 60%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    .infos-hover p{
        text-transform: uppercase;
        text-align: center;
        margin-top: 30%;
    }
    
    .img-lien:hover .infos-hover{
        height: 100%;
    }

    video {
        margin-left: 0;
    }

    .formulaire{
        font-size: 1.25rem;
        display: flex;
        flex-direction: column;
    }
    .form-label{
        display: block;
        margin-left: 15%;
    }
    .form-control {
        font-weight: 600;
        width: 70%;
    }
    .btn {
        font-weight: 600;
        font-size: 1.25rem;
    }

    #ode {
    font-size: 2rem;
    }
    footer {
        font-size: 1rem;
    }
}