html{
    overflow-x: hidden;
}
*{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
body{
    /*width:1920px;*/
    /*margin:auto;*/
}
p{
    color:#4F3815;
}
h2{
    color:#4F3815;
}
.visionneuse--image--u{
    animation-name: transparent;
    animation-duration: 4s;
}
@keyframes transparent {
    0% {opacity: .5}
    100% {opacity: 1}
}
/*.background{*/
/*    background: url("../image/fond.svg") no-repeat;*/
/*    background-size: 100% 300%;*/
/*    margin: -30px 0 0 0;*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    z-index: -1;*/
/*}*/

/*//ancien premier !*height: 1000px;*!*/
/*      !*object-fit: cover;*!*/
/*      !*overflow: hidden;*!*/
/*      !*position: absolute;*!*/
/*      !*top: -492px;*!*/
.premier{
    box-shadow: 0 3px 6px #00000029;
}
.premier--titre{
    position: absolute;
    margin: 35px 0 0 -265px;
    left: 50%;
    top:0;
    z-index: 1;
}
.premier--titre>.logo{
    height:90px;
    width:530px;
}
.premier--titre>p{
    color: #FFF;
    text-align: center;
    font-size:30px;
}
.premier>.visionneuse>.visionneuse--images{
    object-fit: cover;
    overflow: hidden;
    width:100%;
    height:650px;
}
.premier>.visionneuse>.visionneuse--images>*{
    width:100%;
    min-width:100%;
    transform: scale(1.25);
}
.premier>.visionneuse>.visionneuse--images>*:not(.premier>.visionneuse>.visionneuse--images>*:nth-child(1)) {
    display: none;
}
.premier>.visionneuse>.visionneuse--action{
    border-radius: 50px;
    height:40px;
    width: 40px;
    position: absolute;
    cursor: pointer;
}

.premier>.visionneuse>.visionneuse--precedent{
    top: 325px;
    left: 50px;
}
.premier>.visionneuse>.visionneuse--suivant{
    top: 325px;
    right: 50px;
    transform: rotate(180deg);
}
.premier>.visionneuse>.visionneuse--precedent:hover{
    transform: scale(1.1);
}
.premier>.visionneuse>.visionneuse--suivant:hover{
    transform: scale(1.1) rotate(180deg);
}
.premier>.visionneuse>*>.visionneuse--chevron{
    height:40px;
    width:40px;
}

.seconde{
    display: flex;
    box-shadow: 0 3px 6px #00000029;
    height:650px;
    width:1920px;
    margin:auto;
    justify-content: center;
}
.seconde>.seconde--illustration>img{
    width: 730px;
    margin: 45px 0 0 -170px;
}
.seconde>.seconde--contenu{
    text-align: center;
    font-size: 25px;
    height:525px;
    padding-top: 160px;
    margin-top: -40px;
    position: relative;
    left: -130px;
}
.seconde>.seconde--contenu>h2{
    margin: 0 0 55px 0;
}

.troisieme{
    background: url("../image/fond.svg") no-repeat;
    background-size: cover;
    padding:0 0 125px 0;
    /*width:1920px;*/
    margin:auto;
    overflow-x: hidden;
}
.troisieme>.troisieme--premier{
    display: flex;
    justify-content: center;
    width:1920px;
    margin:auto;
    padding:0 0 0 15px;
}
.troisieme>.troisieme--premier>img:nth-child(1){
    height:1228px;
    width:1240px;
    margin: 90px -100px 25px -170px;
    transform: scale(0.6) scaleX(-1) rotate(-20deg);
}
.troisieme>.troisieme--premier>.troisieme--contenu{
    display: flex;
    flex-direction: column;
}
.troisieme>.troisieme--premier>.troisieme--contenu>h2{
    margin:100px 0 0 0;
    text-align: center;
    font-size: 38px;
}
.troisieme>.troisieme--premier>.troisieme--contenu>.troisieme--contenu--ligne{
    display: flex;
    margin: 100px 0 0 0;
}
.troisieme>.troisieme--premier>.troisieme--contenu>.troisieme--contenu--ligne>div:nth-child(1){
    padding: 160px 75px 0 0;
    text-align: center;
    width: 465px;
    font-size: 20px;
}
.troisieme>.troisieme--premier>.troisieme--contenu>.troisieme--contenu--ligne>div:nth-child(2){
    background: transparent url('../image/fee_comp.jpg') no-repeat padding-box;
    background-size: 426px 476px;
    background-position-x: center;
    background-position-y: center;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 15px;
    height: 400px;
    width: 350px;
}
.troisieme>.troisieme--premier>.troisieme--contenu>.troisieme--contenu--ligne>div>img{
    width: 426px;
    height: 476px;
}
.troisieme>.troisieme--premier>img:nth-child(3){
    width: 613px;
    height: 856px;
    transform: scale(0.7);
    margin: 90px 0 0 -150px;
}
.troisieme--contenu--ligne2>.pt1{
    margin: -150px 0 0 215px;
}
.troisieme--contenu--ligne2>div{
    display:flex;
    margin:-140px 0 0 0;
}
.troisieme--contenu--ligne2>div>img{
    height:370px;
    width:780px;
    box-shadow: 1px 3px 6px #00000029;
    border-radius: 15px;
    margin:0 0 0 -140px;
}
.troisieme--contenu--ligne2>div>p{
    width: 440px;
    position: relative;
    left: 75px;
    text-align: center;
    font-size: 20px;
    margin:150px 0 0 0;
}
.troisieme--contenu--ligne2>.pt2{
    margin: -150px 0 0 197px;
}
.troisieme--second{
    display: flex;
    width:1920px;
    margin:auto;
    padding: 0 0  0 25px;
}
.troisieme--second>p{
    margin:10px -50px 0 0;
}
.troisieme>a{
    text-decoration: none;
}
.troisieme--second>p{
    position: relative;
    left: 50px;
    text-align: center;
    font-size: 20px;
}
.troisieme--second-image{
    height: 650px;
    width: 565px;
    transform: rotate(75deg);
    margin-top: -180px;
    margin-left:-160px;
}
.troisieme--second>img:nth-child(3){
    top: -242px;
    position: relative;
    left: 200px;
    height: 500px;
    width: 400px;
    border-radius: 15px;
}
.troisieme--second-chemin{
    margin-left: -634px;
    margin-top: 76px;
}

.lien_reservation{
    background: #4F3815 0% 0% no-repeat padding-box;
    border-radius: 15px;
    width: 218px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin: 0 auto;
}
.lien_reservation:hover{
    transform: scale(1.05);
}
.lien_res{
    width: 250px;
    display: block;
    margin: auto;
}
.lien_reservation>p{
    text-decoration: none;
    color:#FFFFFF;
    font-size:20px;
}
.troisieme--footer{
    margin: 90px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.troisieme--footer>img{
    height:55px;
    width:320px;
    margin:0 auto 0 auto;
}
.quatrieme--footer{
    display: flex;
    justify-content: center;
    margin: 0 auto 0 auto;
    padding:10px 0 10px 0;
    background-color: #fff2e0;
    width:100%
}
.quatrieme--footer>*:nth-child(1){
    margin: auto 10px auto 0;
    text-decoration: none;
    color:#4F3815;
}
.quatrieme--footer>p{
    margin:0 0 0 10px;
}
@media screen and (min-width: 1280px) and (max-width: 1919px){
    body{
        /*width:1280px;*/
        /*margin:auto;*/
    }
    .troisieme--premier, .troisieme--second{
        width:1280px !important;
    }
    .seconde>.seconde--illustration>img{
        width:540px
    }
    .seconde > .seconde--contenu{
        font-size: 21px;
    }
    .troisieme > .troisieme--premier > .troisieme--contenu > h2{
        text-align: initial;
    }
    .troisieme--second-image {
        margin-left: -496px;
    }

    .troisieme > .troisieme--premier > img:nth-child(3) {
        margin: 90px 0 0 -324px;
    }

    .troisieme > .troisieme--premier > img:nth-child(1) {
        height: 900px;
        width: 800px;
    }
}
@media screen and (min-width: 800px) and (max-width: 1279px)  {
    .seconde > .seconde--contenu {
        font-size: 15px;
    }
    .premier > .visionneuse > .visionneuse--images {
        height: 420px;
    }
    .premier > .visionneuse > .visionneuse--precedent {
        top: 192px;
    }
    .premier > .visionneuse > .visionneuse--suivant {
        top: 192px;
    }
    .troisieme--premier, .troisieme--second{
        width:800px !important;
    }
    .seconde>.seconde--illustration>img{
        width:540px
    }
    .troisieme > .troisieme--premier > .troisieme--contenu > h2{
        text-align: center;
    }
    .troisieme > .troisieme--premier > .troisieme--contenu > .troisieme--contenu--ligne > div:nth-child(1) {
        padding: 158px 0px 0px 102px;
        font-size: 17px;
    }
    .troisieme > .troisieme--premier > .troisieme--contenu > .troisieme--contenu--ligne > div:nth-child(2) {
        background-size: 234px;
    }
    .troisieme--second-image {
        margin-left: -496px;
    }

    .troisieme > .troisieme--premier > img:nth-child(3) {
        margin: 90px 0 0 -291px;
    }

    .troisieme > .troisieme--premier > img:nth-child(1) {
        height: 900px;
        width: 800px;
    }
    .troisieme--contenu--ligne2 > .pt1 {
        margin: -150px 0px 0px 266px;
        width: 550px;
    }
    .troisieme--contenu--ligne2 > div > img {
        scale: 0.7;
    }
    .troisieme--contenu--ligne2 > div > p {
        left: -118px;
        font-size: 18px;
    }
    .troisieme--contenu--ligne2 > .pt2 {
        margin: -150px 0 0 265px;
        width: 550px;
    }
    .troisieme--second-image {
        margin-left: -625px;
    }
    .troisieme--second-chemin {
        margin-left: -595px;
        margin-top: 76px;
        width: 321px;
    }
    .troisieme--second > img:nth-child(3) {
        height: 400px;
        width: 300px;
        left: 187px;
    }

}
@media screen and (min-width: 479px) and (max-width: 799px) {
    .seconde > .seconde--contenu {
        font-size: 15px;
    }
    .premier > .visionneuse > .visionneuse--images {
        height: 420px;
    }
    .premier > .visionneuse > .visionneuse--precedent {
        top: 192px;
    }
    .premier > .visionneuse > .visionneuse--suivant {
        top: 192px;
    }
    .troisieme--premier, .troisieme--second{
        width:800px !important;
    }
    .seconde>.seconde--illustration>img{
        width:540px
    }
    .troisieme > .troisieme--premier > .troisieme--contenu > h2{
        text-align: center;
    }
    .troisieme > .troisieme--premier > .troisieme--contenu > .troisieme--contenu--ligne > div:nth-child(1) {
        padding: 158px 0px 0px 102px;
        font-size: 17px;
    }
    .troisieme > .troisieme--premier > .troisieme--contenu > .troisieme--contenu--ligne > div:nth-child(2) {
        background-size: 234px;
    }
    .troisieme--second-image {
        margin-left: -496px;
    }

    .troisieme > .troisieme--premier > img:nth-child(3) {
        margin: 90px 0 0 -291px;
    }

    .troisieme > .troisieme--premier > img:nth-child(1) {
        height: 900px;
        width: 800px;
    }
    .troisieme--contenu--ligne2 > .pt1 {
        margin: -150px 0px 0px 266px;
        width: 550px;
    }
    .troisieme--contenu--ligne2 > div > img {
        scale: 0.7;
    }
    .troisieme--contenu--ligne2 > div > p {
        left: -118px;
        font-size: 18px;
    }
    .troisieme--contenu--ligne2 > .pt2 {
        margin: -150px 0 0 265px;
        width: 550px;
    }
    .troisieme--second-image {
        margin-left: -625px;
    }
    .troisieme--second-chemin {
        margin-left: -595px;
        margin-top: 76px;
        width: 321px;
    }
    .troisieme--second > img:nth-child(3) {
        height: 400px;
        width: 300px;
        left: 187px;
    }

    /*body{*/
    /*    width:480px;*/
    /*    margin:auto;*/
    /*}*/
    /*.mb {*/
    /*    display: none;*/
    /*}*/
    /*.troisieme > .troisieme--premier > .troisieme--contenu > h2 {*/
    /*    margin:25px 0 0 150px;*/
    /*}*/
    /*.troisieme > .troisieme--premier {*/
    /*    padding:0;*/
    /*}*/
    /*.seconde,.troisieme{*/
    /*    width:100% !important;*/
    /*}*/
    /*.premier--titre {*/
    /*    position: absolute;*/
    /*    margin: 35px 0 0 -240px;*/
    /*    left: 50%;*/
    /*    top: 0;*/
    /*    z-index: 1;*/
    /*}*/
    /*.premier--titre > .logo{*/
    /*    width:480px;*/
    /*}*/
    /*.premier--titre>p {*/
    /*    margin-bottom: 0;*/
    /*}*/
    /*.premier > .visionneuse > .visionneuse--images{*/
    /*    height:250px;*/
    /*}*/
    /*.premier > .visionneuse > .visionneuse--suivant {*/
    /*    top:200px;*/
    /*    right:20px;*/
    /*}*/
    /*.premier > .visionneuse > .visionneuse--precedent {*/
    /*    top:200px;*/
    /*    left:20px*/
    /*}*/
    /*.seconde > .seconde--illustration > img {*/
    /*    width: 0px;*/
    /*}*/
    /*.seconde > .seconde--contenu {*/
    /*    left:0;*/
    /*    padding-top:65px;*/
    /*    font-size:19px;*/
    /*    padding-left:5px;*/
    /*    padding-right:5px;*/
    /*}*/
    /*.troisieme > .troisieme--premier > .troisieme--contenu > h2 {*/
    /*    margin:0;*/
    /*    font-size: initial;*/
    /*}*/
    /*.troisieme--contenu--ligne2>div>p{*/
    /*    display: none;*/
    /*}*/

    /*.troisieme > .troisieme--premier{*/
    /*    margin-left: 0!important;*/
    /*    width:100%;*/
    /*}*/
    /*.troisieme--contenu--ligne2 > div > img{*/
    /*    margin:0*/
    /*}*/
    /*.troisieme > .troisieme--premier > .troisieme--contenu > h2 {*/
    /*    text-align: initial;*/
    /*}*/
    /*.troisieme>.troisieme--second>p{*/
    /*    width:480px;*/
    /*    left:0;*/
    /*}*/

    /*.troisieme > .troisieme--premier {*/
    /*    margin-left: -285px;*/
    /*}*/
    /*.troisieme > .troisieme--premier > .troisieme--contenu > h2 {*/
    /*    font-size:28px;*/
    /*    margin:30px 0 0 0;*/
    /*    text-align: center;*/
    /*}*/
    /*.troisieme > .troisieme--premier > .troisieme--contenu > .troisieme--contenu--ligne > div:nth-child(1) {*/
    /*    padding:0;*/
    /*}*/
    /*.troisieme--contenu--ligne2 > div > img {*/
    /*    width:480px;*/
    /*    height:revert;*/
    /*}*/
    /*.troisieme>.troisieme--second{*/
    /*    margin: 20px 0 0 0 !important;*/
    /*    width:480px;*/
    /*    padding:0;*/
    /*}*/
    /*.troisieme>.troisieme--second>p{*/
    /*    margin:0 0 0 0;*/
    /*}*/
}
.troisieme{
    width:100vw;
}
.seconde{
    width:100vw;
}

/*1920+*/
/*1920*/
/*1280*/
/*800*/
/*480*/
/*320*/