@font-face {
    font-family: 'texte1';
    src: url('../polices/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
}
   
@font-face {
    font-family: 'titre2';
    src: url('../polices/Reem_Kufi_Fun/ReemKufiFun-VariableFont_wght.ttf') format('truetype');
}



body{
    display: block;
    width: 100vw;
    margin:0;
    font-size: 1.5vw;
    font-family: 'texte1';
}
        
section{
    width:100%;
}

h2{
    font-size: 2vw;
    padding-top: 6vh;
    padding-bottom: 3vh;
    text-align: center;
    margin-top: 0;
    font-family: 'titre2';
}




/* **************** SECTION TOP *************** */
        
.top{
    background-image: url("../images/top.jpg");
    background-size: cover;
    background-position: inherit; 
    height: 93vh;
    padding-top: 7vh;
}

header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-top: 1px solid #0000003d;
    border-bottom: 1px solid #0000003d;
}

.logoHeader{
    padding-left: 5%;
}

.logoHeader img{
    width: 14vw;
}

.liensHeader{
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 8%;
    gap: 3vw;
    display: flex;
}

.liensHeader a{
    color: #6d5d56;
    font-size: 1.2vw;
    text-decoration: none;
    transition: text-decoration ease 1s;
    border: 1px solid white;
    padding: 0.5vw;
}

.liensHeader a:hover{
    text-decoration: wavy underline #e59208;
}

#lienContactHeader{
    border: 1px solid #6d5d56;
    padding: 0.5vw;
    text-decoration: none;
    transition: background-color ease 0.5s;
}

#lienContactHeader:hover{
    text-decoration: none;
    background-color: #e9f1f5;
}

.titreTop{
    padding-top: 23vh;
    padding-left: 6vw;
}

.titreTop h1{
    font-size: 5vw;
    margin-bottom: 2vh;
    font-family: 'titre2';
    color: #6d5d56;
    text-shadow: 1px 1px 2px #d9cdb8;
}

.titreTop h2{
    font-size: 1.7vw;
    text-align: left;
    padding-top: 0vh;
    color: wheat;
}

.boutonTop{
    text-align: left;
    padding-left: 6vw;
}

.boutonTop button{
    padding: 1%;
    background-color: #3d94c9;
    font-family: 'titre2';
    font-size: 1.4vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-right: 2vw;
    padding-left: 2vw;
    color: #fff;
    border-radius: 0.5vw;
    border: 2px solid #130e0e30;
    box-shadow: 0.1vw 0.1vw 0.2vw #0000006e;
    transition: background-color ease 0.5s;
}

.boutonTop button:hover{
    background-color: #e59208;
}








/* **************** SECTION PRESENTATION *************** */

.presentation{
    padding-bottom: 10vh;
}

.divPresentation{
    width: 100%;
    display:flex;
}

.imgPresentation{
    width: 25%;
    padding-left: 5%;
    padding-right: 5%;
    opacity: 10%;
}

.imgPresentation img{
    width: 100%;
}

.divTxtPresentation{
    display: block;
    width: 57%;
    padding-left: 2%;
    padding-right: 4%;
    text-align: justify;
}

.txtPresentation p{
    font-size: 1.5vw;
} 

.ptsfortsPresentation {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colonnes */
    margin-left: 5%;
    margin-right: 5%;
    justify-content: space-between;
}

.ptsfortsPresentation .ptFort {
    text-align: center;
    display: flex;
    font-size: 1.0vw;
}

.ptsfortsPresentation img {
    width: 1.5vw;
    object-fit: contain;
    margin-right: 0.8vw;
}








/* **************** SECTION SERVICES *************** */

.services{
    background-color: #7798ac;
    border-top: 2px solid #4b4b4b;
    border-bottom: 2px solid #4b4b4b;
}

.services h2{
    color: #141111;
    font-size: 4vw;
}

.divServices{
    display:none;
}

.service{
    display: block;
    width: 22%;
    font-size: 1.5vw;
    color: white;
    text-align: center;
}

.service img{
    width: 100%;
    border: 3px solid #4b4b4b;
    border-radius: 15%;
}







/* **************** SECTION PENSION CANINE *************** */

.divPensionCanine{
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.divhautePensionCanine{
    display: flex;
    width: 100%;
    gap: 5%;
    margin-bottom: 8vh;
}

.textePensionCanine{
    display: block;
    width: 60%;
}

.texteHautPensionCanine{
    text-align: justify;
}

.texteBasPensionCanine{
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.texteBasPensionCanine h4{
    text-align: center;
    margin-bottom: 0;
}

.conditionsTexteBasPensionCanine{
    display: block;
}

ul{
    list-style-type: disclosure-closed;
}

.tarifsTexteBasPensionCanine{
    display: block;
    text-align: center;
}

#tarifChien{
    font-size: 2.8vw;
    font-style: ;
    margin-bottom: 0.4vh;
    margin-top: 0.5vh;
}

#tarifChien2{
    font-style: italic;
    font-size: 1vw;
    margin-top: 0;
}

.imgPensionCanine{
    width: 40%;
}

.imgPensionCanine img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.divbassePensionCanine{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 34vh;
    margin-bottom: 5vh;
}

.divbassePensionCanine iframe{
    border: 0;
    width: 100%;
    height: 100%;
}





/* **************** SECTION PENSION FELINE *************** */

.pensionfeline{
    background-color: #cfdde6;
    border-top: 1px dotted black;
}

.divPensionFeline{
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    gap: 5%;
    padding-bottom: 6vh;
}

.imgPensionFeline{
    width: 60%;
    height: 86vh;
    overflow: hidden;
}

.imgPensionFeline img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.txtPensionFeline{
    display: block;
    width: 50%;
}

.txtPensionFeline h4{
    text-align: center;
    margin-bottom: 0.5vh;
}

.txtPensionFeline p{
    text-align: justify;
}

.txtPensionFeline #tarif{
    text-align: center;
    margin-top: 0;
    font-size: 2vw;
    margin-bottom: 0;
}

.txtPensionFeline #tarif2{
    text-align: center;
    margin-top: 0;
    font-size: 1vw;
    font-style: italic;
    margin-bottom: 0;
}



/* **************** SECTION PENSION EQUINE *************** */



.divPensionEquine{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 7vh;
}

.txtPensionEquine{
    text-align: justify;
    padding-bottom: 3vh;
}

.imgPensonEquine{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 2%;
}

.imgPensonEquine img{
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}





/* **************** SECTION PENSION NAC *************** */

.pensionnac{
    background-color: #cfdde6;
    border-top: 1px dotted black;
}

.divPensionNac{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    padding-bottom: 7vh;   
    gap: 5%; 
}

.imgPensionNac{
    flex: 1;
}

.imgPensionNac img{
    width: 100%;
    object-fit: cover;
}

.txtPensionNac{
    display: block;
    text-align: center;
    flex: 1;
}

.txtPensionNac p{
    text-align: justify;
}

.txtPensionNac button{
    padding-top: 1%;
    padding-bottom: 1%;
    padding-right: 2%;
    padding-left: 2%;
    margin-top: 2vh;
    margin-bottom: 2vh;

    padding: 1%;
    background-color: #3d94c9;
    font-family: 'titre2';
    font-size: 1.4vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-right: 2vw;
    padding-left: 2vw;
    color: #fff;
    border-radius: 0.5vw;
    border: 2px solid #130e0e30;
    box-shadow: 0.1vw 0.1vw 0.2vw #0000006e;
    transition: background-color ease 0.5s;
}

.txtPensionNac button:hover{
    background-color: #e59208;
}

.txtPensionNac #nac{
    font-style: italic;
    font-size: 1vw;
    text-align: justify;
}



/* **************** BANDEAU 1 *************** */

.bandeau1{
    height: 6vh;
    opacity: 60%;
    border-top: 6px solid #1b1111;
    border-bottom: 6px solid #1b1111;
    background-color: #7798ac;
}



/* **************** SECTION VAD *************** */

.VAD{
    
}

.divVAD{
    width: 64%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding-bottom: 7vh;   
}

.imgVAD{
    width: 100%;
    justify-content: space-between;
    display: flex;
    gap: 4%;
}

.imgVAD img{
    width: 100%;
    object-fit: cover;
    background-color: white;
    border-radius: 64%;
    border: 3px solid #4d4d4d;
    overflow: hidden;
}

.txtVAD{
    display: flex;
    text-align: justify;
    gap: 6%;
    margin-top: 4vh;
}

.txtVAD p{
    flex: 3.5;
}

.tarifVAD{
    flex: 1;
    text-align: center; 
}

.tarifVAD h4{
    text-align: center;
    margin-bottom: 0vh;
}

.tarifVAD #tarifVAD1{
    margin-bottom: 0;
}

.tarifVAD #tarifVAD2{
    font-size: 0.9vw;
    margin-top: 0.5vh;
    font-style: italic;
}












/* **************** SECTION CONTACT *************** */

.contact{
    background-image: url("../images/bandeau2.jpg");
    background-size: cover;
    background-position: bottom;
    height: 173vh;
}

.divContact{
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7vh;
    text-align: center;
}

.divBasContact{
    display: flex;
    width: 100%;
    margin-top: 6vh;
}

.divForm{
    flex:1;
    border-right: 3px dotted #59c19f;
    display: block;
}

.divForm form{
    width: 100%;
}

.form1{
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-bottom: 2vh;
}

.form1 input{
    height: 4vh;
    padding-left: 1vw;
    font-family: 'texte1';
    width: 28%;
    font-size: 1vw;
}

.form2{
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-bottom: 2vh;
}

.form2 input{
    height: 4vh;
    padding-left: 1vw;
    font-family: 'texte1';
    width: 28%;
    font-size: 1vw;
}

.form3{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.form3 textarea{
    width: 83%;
    height: 16vh;
    padding-left: 1vw;
    font-family: 'texte1';
    font-size: 0.9vw;
    padding-top: 1vh;
}

.divCoord{
    flex: 1;
}

.divCoord img{
    width: 18%;
}

#txtContact{
    font-size: 1.2vw;
}


.divForm button{
    padding: 1%;
    background-color: #3d94c9;
    font-family: 'titre2';
    font-size: 1.0vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-right: 2vw;
    padding-left: 2vw;
    color: #fff;
    border-radius: 0.5vw;
    border: 2px solid #130e0e30;
    box-shadow: 0.1vw 0.1vw 0.2vw #0000006e;
    transition: background-color ease 0.5s;
    margin-top: 2vh;;
}

.divForm button:hover{
    background-color: #e59208;
}




/* **************** FOOTER *************** */

footer{
    background-color: #6d5d56; 
}

.divFooter{
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7vh;
    padding-bottom: 8vh;
    gap: 4vw;
}

.logoFooter{
    flex: 1;
}

.logoFooter img{
    width: 100%;
}

.infosEntr{
    display: block;
    flex: 2;
}

.infosEntr h3{
    margin-top: 0;
    font-family: 'titre2';
}

.rappelLiens{
    display: block;
    flex: 2;
}

.rappelLiens a{
    color: black;
    text-decoration: none;
    transition: color ease 0.5s;
}

.rappelLiens a:hover{
    color: #eda01b;
}

#DroitsdAuteur{
    display:none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5vh;
    font-size: 1vw;
}

#DroitsdAuteur a{
    color: black;
    text-decoration: none;
}






/* MEDIA QUERIES */

@media (width <= 2000px) and (orientation: portrait) {
  
    .top{
        height: 53vh;
        padding-bottom: 4vh;
        background-position: right;
    }

    .titreTop h1 {
        font-size: 7vw;
    }

    .titreTop h2 {
        font-size: 3.7vw;
    }

    .boutonTop button{
        font-size: 2.4vw;
    }

    .liensHeader a{
        font-size: 2.2vw;
    }

    .logoHeader img {
        width: 20vw;
    }

    .txtPresentation p {
        font-size: 3.5vw;
    }

    h2 {
        font-size: 4vw;
    }

    .ptsfortsPresentation {
        grid-template-columns: repeat(1, 1fr);
    }

    .ptsfortsPresentation .ptFort {
        text-align: left;
        font-size: 2.5vw;
    }

    .divhautePensionCanine {
        display: block;
        width: 100%;
    }

    .texteHautPensionCanine {
        font-size: 3vw;
    }

    .textePensionCanine {
        width: 100%;
    }

    .imgPensionCanine {
        width: 100%;
        margin-top: 2vh;
    }

    .texteBasPensionCanine{
        font-size: 2.5vw;
    }

    #tarifChien2 {
        font-size: 2.0vw;
    }

    .txtPensionFeline {
        font-size: 3vw;
    }

    .txtPensionFeline #tarif {
        font-size: 3vw;
    }

    .txtPensionFeline #tarif2 {
        font-size: 2vw;
    }

    .txtPensionEquine {
        font-size: 3vw;
    }

    .divPensionNac{
        font-size: 3vw;
        display: block;
    }

    .txtPensionNac button {
        font-size: 3vw;
    }

    .txtPensionNac #nac {
        font-size: 2.5vw;
    }

    .txtVAD {
        display: block;
        font-size: 3vw;
    }

    .tarifVAD #tarifVAD2 {
        font-size: 2.5vw;
    }

    #txtContact {
        font-size: 3.0vw;
        text-align: justify;
    }

    .divBasContact {
        display: block;
    }

    .divBasContact input{
        font-size: 3.0vw;
    }

    .divBasContact textarea{
        font-size: 3.0vw;
    }

    .divForm button{
        font-size: 3.0vw;
    }

    .divForm{
        margin-bottom: 3vh;
        border-right: none;
        border-bottom: 3px dotted #59c19f;
        padding-bottom: 3vh;
    }

    .divCoord {
        font-size: 3.0vw;
    }

    .contact {
        background-image: none;
        height: fit-content;
    }

    .divFooter{
        display: block;
        font-size: 3.0vw;
    }

    .rappelLiens {
        margin-top: 7vh;
    }

    #DroitsdAuteur {
        font-size: 3vw;
    }

}