html,
body {
    margin: 0;
    width: 100%;
    background-color: #f7f6e3
}

body {
    font-family: "Playball"
}

.website {
    overflow-x: hidden;
    position: relative
}

.ul_middle li {
    width: 105%
}

.ul_middle span {
    float: right
}

.petite {
    font-size: 25px
}

.moyenne {
    font-size: 30px
}

.grande {
    font-size: 40px
}

.tres_grande {
    font-size: 50px
}

.extra_large {
    font-size: 60px
}

.immense {
    font-size: 80px
}

.container_carrousel {
    width: 100%;
    height: 75vh;
    text-align: center;
    border-bottom: 20px solid #37382a
}

.container_carrousel img {
    width: 7.6923%;
    height: 75vh
}

.container_img {
    width: 1300%;
    white-space: nowrap;
    position: relative;
    -webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s
}

.btn_slider {
    width: 100px;
    font-size: 60px;
    border: 0;
    background-color: #37382a;
    opacity: .7;
    position: absolute;
    margin-top: 140px;
    top: 30vh;
    outline: 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

.btn_slider:nth-child(3) {
    right: 0
}

.btn_slider:nth-child(2) {
    left: 0
}

.btn_slider:hover {
    opacity: 1;
    cursor: pointer
}

.btn_slider:active {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    color: #df6126
}






@media screen and (max-width:800px) {
    .container_carrousel img {
        height: 55vh
    }
    .container_carrousel {
        height: 55vh;
        border-width: 15px
    }
    .btn_slider {
        width: 50px;
        font-size: 35px;
        top: 20vh
    }
}

@media screen and (min-width:1200px){
    .container_carrousel {
        height: 80vh;
    }
    
    .container_carrousel img {
        height: 80vh
    }

}


@media screen and (min-width:1400px){
    .container_carrousel {
        height: 85vh;
    }
    
    .container_carrousel img {
        height: 85vh
    }

}

@media screen and (min-width:1600px){
    .container_carrousel {
        height: 90vh;
    }
    
    .container_carrousel img {
        height: 90vh
    }

}




header~section {
    width: 50%;
    text-align: center;
    margin: auto;
    color: #37382a;
    padding-bottom: 20px
}

.partie_description {
    min-width: 1000px
}

@media screen and (max-width:1200px) {
    .partie_description {
        min-width: initial;
        width: 80%
    }


    
}

@media screen and (max-width:800px) {
    .immense {
        font-size: 60px
    }
    .partie_description .moyenne {
        font-size: 25px
    }
    .partie_description {
        width: 90%
    }
    .partie_description p {
        text-align: justify
    }
}

@media screen and (max-width:320px) {
    h1.immense {
        font-size: 50px
    }
}

.partie_promotion {
    width: 100%;
    margin-top: 200px;
    height: 400px;
    background-color: #37382a;
    color: #fefefe;
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bloc_left_promo ul,
.bloc_right_promo ul {
    padding-left: 0
}

.span_prix_ligne {
    display: inline-block;
    float: right;
}

.partie_promotion h2 {
    padding-top: 40px
}

.bloc_promotion {
    background-color: #80bd3e;
    display: inline-block;
    width: 70%;
    min-width: 400px;
    min-height: 600px;
    padding-right: 20px;
    padding-left: 20px;
    word-wrap: break-word;
    position: relative;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 10px solid #f7f6e3;
    color: #37382a
}

.bloc_promotion p {
    max-width: 80%;
    margin: auto
}

ul.texte_info {
    margin-top: -20px;
    display: inline-block;
    text-align: left
}

.bloc_centre_promo {
    width: 33%
}

.bloc_left_promo p.moyenne {
    margin: 0
}

.bloc_left_promo ul {
    border-bottom: 1px solid #fefefe;
    padding-bottom: 10px
}

.bloc_left_promo,
.bloc_right_promo {
    margin-top: 0;
    padding-top: 0;
    height: 100%
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .bloc_promotion {
        width: 75%
    }
    .bloc_centre_promo .moyenne {
        font-size: 25px
    }
}

@media screen and (max-width:1400px) {
    .partie_promotion {
        background-color: transparent;
        display: block;
        height: auto;
        border-top: 5px solid #df6126;
        border-bottom: 5px solid #df6126
    }
    .bloc_promotion {
        width: 100%;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 0;
        height: auto;
        padding: 0;
        padding-bottom: 100px;
        margin: 0;
        min-width: inherit;
        min-height: inherit
    }
    .bloc_promotion h2 {
        margin: 0;
        padding-bottom: 30px
    }
    .bloc_centre_promo {
        width: 100%;
        background-color: #37382a;
        margin-top: 0
    }
    .bloc_centre_promo .texte_info {
        margin: 0
    }
    .bloc_right_promo,
    .bloc_left_promo {
        padding-bottom: 20px
    }
    .ul_middle {
        padding-top: 15px
    }
    p.texte_info {
        padding-top: 15px
    }
}

@media screen and (max-width:800px) {
    .partie_promotion {
        margin-top: 100px
    }
    .bloc_centre_promo .grande {
        font-size: 30px
    }
    .bloc_left_promo .moyenne,
    .bloc_right_promo .moyenne {
        font-size: 25px
    }
    .bloc_left_promo .petite,
    .bloc_right_promo .petite {
        font-size: 25px
    }
    .bloc_promotion h2 {
        margin-top: 0;
        font-size: 40px
    }
    .bloc_promotion p {
        max-width: none;
        width: 100%;
        margin: 0;
        margin-left: -1px
    }
    .bloc_left_promo {
        padding-bottom: 20px
    }
}

@media screen and (max-width:500px) {
    .bloc_left_promo .moyenne,
    .bloc_right_promo .moyenne {
        font-size: 20px
    }
    .bloc_left_promo .petite,
    .bloc_right_promo .petite {
        font-size: 20px
    }
}

.partie_menu {
    width: 100%;
    padding-top: 100px;
    text-align: left;
}

.bloc_nouveau {
    display: inline-block;
    border: 3px dotted #df6126;
    min-width: 270px;
    max-width: 15%;
    padding-top: 10px;
    margin-top: 50px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    vertical-align: top;
}

.partie_menu .bloc_nouveau:nth-child(1) {
    float: left;
    margin-left: 5%;
}

.partie_menu .bloc_nouveau:nth-child(2) {
    float: right;
    margin-right: 5%;
    min-height: 285px;
}

.bloc_nouveau p {
    text-align: center;
    word-wrap: break-word;
    color: #37382a
}

.bloc_nouveau h3 {
    display: inline-block;
    margin: 0;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    border-bottom: 5px double #df6126;
    color: #df6126
}


/* Bloc econo ne fait qu'overwrite bloc_nouveau pour plus de réutilisation */

.bloc_econo {
    border: 2px solid #df6126;
    padding-top: 0;
    border-radius: 0;
    height: 380px;
    min-width: 400px;
    position: relative;
}

.bloc_econo ul {
    padding-left: 0px;
}

.bloc_econo ul {
    text-align: center;
}

.bloc_econo h3 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%;
    text-align: center;
    border: 0;
}

.bloc_econo h4 {
    margin: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.bloc_econo:nth-child(1) h3,
.bloc_econo:nth-child(1) h4 {
    background-color: #df6126;
    color: #fefefe;
}

.bloc_econo:nth-child(2) {
    border: 2px solid #80bd3e;
}

.bloc_econo:nth-child(2) h3,
.bloc_econo:nth-child(2) h4 {
    background-color: #80bd3e;
    color: #fefefe;
}

.bloc_econo ul {
    list-style-type: none;
    font-size: 26px;
    padding-bottom: 0px;
}

.bloc_econo #note {
    color: #80bd3e;
}

.partie_menu h2 {
    text-align: center;
}

.bloc_menu {
    padding-top: 350px;
}

.bloc_menu p {
    width: 77%;
    padding-bottom: 20px;
    margin: auto;
    text-align: center
}

.container_menu {
    width: 80%;
    margin: auto;
    margin-top: 50px;
    border: 10px solid #80bd3e;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    white-space: nowrap;
    position: relative
}

.container_menu:hover img.img_menu {
    opacity: .2
}

.partie_menu img {
    width: 50%;
    vertical-align: middle;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    position: relative;
    z-index: 2
}

.container_menu div {
    background-color: black;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    padding-right: 5px;
    padding-left: 5px
}

.container_menu div p {
    position: absolute;
    margin: auto;
    height: 160px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #fefefe;
    z-index: 0
}

.container_menu div p img {
    width: 60px;
    padding-right: 30px
}

.part1_menu {
    border-right: 5px solid #80bd3e;
    margin-left: -5px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px
}

.part2_menu {
    border-left: 5px solid #80bd3e;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0
}

@media screen and (max-width:1400px) {
    .bloc_nouveau {
        margin-left: 2%;
        margin-top: 50px
    }
    .partie_menu {
        margin-top: 0;
        padding-top: 0
    }
    .container_menu div p img {
        width: 40px
    }
    .container_menu div p.tres_grande {
        font-size: 40px
    }
}

@media screen and (max-width:1220px) {
    .bloc_nouveau {
        display: block;
        min-width: 250px;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 50px
    }
    .bloc_econo {
        min-width: 375px;
        height: 400px;
        display: inline-block;
    }
    .partie_menu h2 {
        text-align: center;
        padding-top: 50px
    }
}

@media screen and (max-width:1000px) {
    .container_menu div p.tres_grande {
        font-size: 35px
    }
    .container_menu div p {
        width: 100%;
        text-align: center
    }
    .partie_menu img {
        width: 100%;
        display: block;
        border-right: 0;
        border-left: 0;
        padding: 0;
        margin-right: 0;
        margin-left: 0
    }
    .container_menu div {
        padding: 0
    }
    .part1_menu {
        -webkit-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        border-bottom: 10px solid #80bd3e
    }
    .part2_menu {
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px
    }
    .container_menu div p img {
        width: 35px;
        display: inline;
        padding-right: 0
    }
    .container_menu .tres_grande {
        font-size: 40px
    }
}

@media screen and (max-width:850px) {
    .bloc_menu {
        padding-top: 110px;
    }
    .partie_menu .bloc_econo:nth-child(1) {
        margin-top: 100px;
        float: none;
        margin-left: auto;
    }
    .partie_menu .bloc_econo:nth-child(2) {
        margin-top: 100px;
        float: none;
        margin-right: auto;
    }
    .bloc_econo {
        display: block;
        min-width: inherit;
        clear: both;
        max-width: inherit;
        width: 75%;
        max-width: 500px;
        margin: auto;
    }
}

@media screen and (max-width:800px) {
    .bloc_nouveau {
        min-width: 150px
    }
    .bloc_nouveau .grande {
        font-size: 30px
    }
    .partie_menu h2 {
        padding-top: 0;
        font-size: 50px;
        padding-top: 50px;
        margin-bottom: 20px
    }
    .partie_menu p {
        padding-bottom: 0;
        font-size: 30px
    }
    .container_menu div p.tres_grande {
        font-size: 27px
    }
    .partie_menu .bloc_nouveau:nth-child(2) {
        min-height: 217px;
    }
}

@media screen and (max-width:600px) {
    .partie_menu h2 {
        font-size: 40px
    }
    .container_menu div p,
    .container_menu div p img {
        display: none
    }
    .container_menu:hover img.img_menu {
        opacity: 1
    }
}

@media screen and (max-width:500px) {
    .bloc_econo {
        width: 90%;
    }
}

@media screen and (max-width:400px) {
    .bloc_menu {
        padding-top: 20px;
    }
    .bloc_nouveau {
        float: none;
        display: block;
        width: 25%;
    }
    .bloc_econo {
        width: 90%;
    }
    .bloc_econo li {
        font-size: 22px;
    }
    .partie_menu .bloc_nouveau:nth-child(1),
    .partie_menu .bloc_nouveau:nth-child(2) {
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin: auto;
        margin-top: 50px;
    }
}


/* Overlay temporaire */

.overlay {
    background-color: rgba(0, 0, 0, 1);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    opacity: 0.1;
    transition-duration: 1s;
}

.overlay.appear {
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 1;
}

.overlay-title-wrapper p {
    font-size: 55px;
    color: white;
    text-align: center;
}

.overlay-img-wrapper {
    width: 30%;
    min-width: 250px;
    max-width: 1000px;
}

.overlay-img-wrapper img {
    width: 100%;
}

.overlay-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.overlay-main-wrapper {
    height: 100%;
}

#btnCloseOverlay {
    font-size: 5em;
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    background: none;
    outline: 0;
    border: 0;
    cursor: pointer;
}

@media screen and (max-width:1100px) {
    .overlay-img-wrapper {
        width: 60%;
    }
}

@media screen and (max-width:600px) {
    .overlay-img-wrapper {
        width: 85%;
    }
    .overlay-title-wrapper p {
        margin: 0;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}