.language-selector {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.flag-icon {
    width: 40px;
    height: auto;
    border-radius: 5px;
    padding: 18px;
}

.language-dropdown {
    display: none;
    position: absolute;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    top: 50px;
    left: -80px;
    z-index: 1000;
    width: 150px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    height: 300px;
    overflow-y: scroll;
    background: #F2E9D9;
    border: 2px solid #264E2A;
    border-radius: 0 0 15px 15px;
}

.language-dropdown li a {
    text-decoration: none;
    color: #264E2A;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.language-dropdown li a:hover {
    background-color: #3636363e;
}

.language-dropdown li a img {
    width: 20px;
    margin-right: 10px;
}

.language-selector:hover .language-dropdown {
    display: block;
}

.ul_dpx {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.ul_dpx li {
    position: relative;
    display: inline-block;
  }

.ul_dpx li a {
    color: #264E2A;
    text-decoration: none;
    font-size: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .ul_dpx li a img {
      width: 18px;
  }

  .a_drapeau {
      display: none;
      position: absolute;
      top: 100%;
      left: -70px;
      min-width: 180px;
      z-index: 1;
      background: #F2E9D9;
      border: 2px solid #264E2A;
      border-radius: 0 0 15px 15px;
      padding: 0;
  }

  .ul_dpx li:hover ul {
    display: block;
  }

  .ul_dpx li ul li {
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .ul_dpx li ul li a {
    padding-left: 30px;
    font-size: 16px;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
  }

  .ul_dpx li ul li a img {
    margin-right: 20px;
  }

  .a_icon:hover {
    opacity: 0.5;
  }

  .a_drapeau li a:hover {
    background-color: #3636363e;
  }




.transparent {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 20;
}

.deco {
    background: #F2E9D9;
    border-radius: 8px;
    padding: 20px;
    max-width: 500px;
    text-align: center;
    height: 80%;
    max-height: 450px;
    width: 70%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.paiement_chq_vir {
    background: #F2E9D9;
    border-radius: 8px;
    padding: 20px;
    max-width: 1000px;
    text-align: center;
    height: 80%;
    max-height: 600px;
    width: 60%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}



.custom-shape-divider-bottom-1744713499 {
    position: absolute;
    top: 610px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1744713499 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 45px;
}

.custom-shape-divider-bottom-1744713499 .shape-fill {
    fill: #4D674E;
}

@media screen and (min-width: 1850px) {
    .custom-shape-divider-bottom-1744713499 {
        top: 620px;
    }
}

@media screen and (max-width: 1200px) {
    .custom-shape-divider-bottom-1744713499 {
        top: 615px;
    }
}

/* Sous-menu */

.tel-container {
    display: flex;
    margin: 0 auto;
}
  
.phone-number p {
    margin: 0 !important;
    padding-top: 5px;
    font-weight: bold;
}
  
.phone-number span {
    font-size: 11px;
    color: #ffffffb4;
}

.phone-number {
    height: 35px;
    margin-left: 10px;
    color: #F2E9D9;
    font-size: 18px;
    white-space: nowrap;
    flex-direction: column;
}

.phone-icon {
    width: 25px;
}

/* CSS GLOBAL */

.tittle_poker {
    position: absolute;
    right: 2%;
}

body {
    margin: 0;
    background-color: #FDF5E2;
}

ul{margin:0;}

h1 {
    color: #F2E9D9;
    font-size: 40px;
}

h2 {
    font-size: 24px;
}

.h-vert {
    color: #264E2A;
}

.h-beige {
    color: #F2E9D9;
}

h3 { 
    font-size: 15px;
}

h4 {
    color: #264E2A;
    font-size: 12px;
}

h6 {
    color: #264E2A;
    font-size: 14px;
}

.button_i {
    background-color: #264E2A;
    border-style: outset;
    padding: 10px 20px;
    border-radius: 5px;
    color: #F2E9D9;
    border: none;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.button_ii {
    background-color: #F2E9D9;
    border: 1px solid #264E2A;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #264E2A;
}

.button_i:hover {
    background-color: #264e2ab4;
    border: 1px solid #264E2A;
    color: #F2E9D9;
}

.button_ii:hover{
    background-color: #e0d7ca;
    border: 1px solid #264E2A;
    color: #264E2A;
}

/* EN TETE */
  
  .entete {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background-color: #FDF5E2;
  }
  
  .banner {
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #FDF5E2, #10763E, #0F753D, #10763E, #FDF5E2, #FDF5E2);
    border-radius: 6px;
    height: 50px;
    width: 80%;
  }
  
  .logo {
    height: 70px;
    margin-right: 20px;
    z-index: 1;
  }
  
  .banner-text {
    color: #FDF5E2;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    flex-grow: 0.8;
    text-align: center;
    z-index: 1;
  }
  
  .cards {
    height: 90px;
    position: absolute;
    right: 2%;
    top: -20px;
    z-index: 0;
  }
  
  


/* HEADER MENU DESKTOP */

header {
    background: linear-gradient(to bottom, #13803C, #0C371E);
    background-color: #0C371E;
    font-size: 13px;
    width: 100%;
}

.container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 60px;
    width: 80%;
    margin: 0 auto;
}

nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nav-links {
    list-style: none;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 0;
}

.nav-links li a {
    color: #FDF5E2;
    text-decoration: none;
    padding: 23px 30px;
}

.nav-links a:hover {
    background:
  radial-gradient(ellipse at top, #010974, transparent),
  radial-gradient(ellipse at bottom, #18208e, transparent);
}


.lien_langues {
    text-decoration: none;
    color: #264E2A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.ima_lien {
    display: none;
    padding: 18px 0;
}

.ima_lien img {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}

.ima_lien:hover {
    opacity: 0.8;
}

.autres_sites {
    background-color: #F2E9D9;
    position: absolute;
    border-radius: 10px;
    width: 15%;
    border: 1px solid #264E2A;
    height: 40%;
    top: 100px;
    right: 10%;
    z-index: 1;
    scroll-behavior: smooth;
    overflow-y: scroll;
    padding: 8px 0;
    box-shadow: 0px 0px 20px #f2e9d995;
    z-index: 10;
}

.autres_sites table {
    width: 100%;
    border-collapse: collapse;
}

.autres_sites td {
    padding: 6px 0;
}

.autres_sites  tr:hover {
    background-color: #918a7c48;
}

.table_dpx {
    width: 30%;
    text-align: center;
}

.table_dpx img {
    border-radius: 2px;
    width: 30px;
    height: 22px;
}

.table_langues {
    text-align: left;
    width: 40%;
}
.table_med {
    width: 30%;
    text-align: center;
}

.autres_sites a {
    padding: 5% 0;
    text-decoration: none;
    color: #264E2A;
    text-align: center;
}

@media screen and (max-width: 950px) {
    .header_desktop {
        display: none;
    }
    .banner {
        width: 70%;
        flex-grow: 0.5;
    }
    .banner-text {
        font-size: 20px;
    }
    .banniere {
        flex-direction: column;
    }
    .formulaire {
        width: 75% !important;
        height: 120% !important;
        top: 10%;
    }
    .tittle {
        width: 80%;
        text-align: center;
        top: 35px;
        margin: 0 auto;
    }
    h1 {
        font-size: 28px;
        text-align: center;
        margin: 0 auto;
        justify-content: center;
    }
    .content {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .banner-text {
        text-align: left;
        margin-left: 8%;
    }
}


@media screen and (max-width: 1250px) {
    .nav-links li a {
        padding: 23px 15px;
    }
    .smartphone_ban {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .autres_sites {
        width: 25%;
    }
}

@media screen and (max-width: 900px) {
    .autres_sites {
        width: 40%;
    }
}

@media screen and (max-width: 700px) {
    .banner-text {
        margin-left: 2%;
    }
}
@media screen and (max-width: 650px) {
    .cards {
        height: 70px;
    }
    .banner {
        height: 30px;
    }
    .logo {
        height: 50px;
    }
    .entete {
        padding: 20px 0;
    }
    .banner-text {
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {
    .cards {
        opacity: 0.2;
    }
}

@media screen and (max-width: 550px) {
    .autres_sites {
        width: 50%;
    }
    .button_ii {
        font-size: 12px;
    }
    .banniere {
        padding: 0;
    }
    .formulaire {
        width: 80% !important;
    }
}





/* FIN HEADER MENU DESKTOP */

/* BURGER */

.div_burger {
    display: flex;
    align-items: center;
    width: 80%;
    position: relative;
    left: 10%;
    height: 60px;
    z-index: 10;
}

.menu-toggle {
    position: relative; 
    z-index: 15;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.menu {
    z-index: 20;
    margin: 0;
    padding: 20px;
    background-color: #264E2A;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 60%;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    text-align: right;
    display: none;
}


.menu ul li a {
    color: #F2E9D9;
    text-decoration: none;
    font-size: 15px;
}

.menu ul li {
    padding: 18px 0;
    list-style: none;
    border-bottom: 1px solid #f2e9d97f;
}


.menu-icon {
    height: auto;
    display: none;
    display: flex;
    justify-content: left;
}

.menu-icon a {
    display: flex;
    flex-direction: column;
    color: #F2E9D9;
    text-decoration: none;
    text-align: center;
    align-items: center;
}

.tel_smart {
    color: #F2E9D9;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tel_smart img {
    width: 25px;
    margin-right: 10px;
}

.menu-icon img {
    width: 20px;
    height: 18px;
    margin-bottom: 5px;
}

.close-icon {
    position: relative;
    width: 20px;
    left: 0;
    text-align: left;
}

.close-icon a img {
    width: 100%;
}

.connect_header {
    width: 50px;
    display: flex;
    justify-content: right;
}

.connect_header a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    color: #264E2A;
}



@media screen and (min-width: 951px) {
    #burger {
        display: none;
    }
    nav {
        padding-top: 0px;
    }
    header {
        padding-bottom: 0 px;
    }
    .nav h5 {
        margin-bottom: -50px;
    }
}


/* BANNIERE */


.tittle {
    height: 70%;
    text-shadow: #000 1px 0 10px;
    position: relative;
    justify-content: space-around;
}

.tittle h1 {
    display: flex;
    align-items: center;
    margin: 0;
    height: 50%;
}

.formulaire {
    background-color: #0F3714;
    border-radius: 20px;
    position: relative;
    width: 35%;
    height: 70%;
}

.pulse-button {
    padding: 14px 28px;
    color: #F2E9D9;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    border: 4px solid transparent;
    background: 
    linear-gradient(135deg, #f93232, #990000) padding-box,
    linear-gradient(45deg, #b4b4b4, #ffffff, #5a5a5a) border-box;
    animation: pulse 2s infinite;
}
  
.pulse-button:hover {
    background: 
    radial-gradient(circle, rgba(255, 255, 255, 0.821) 1%, #d90000 50%) padding-box, 
    linear-gradient(45deg, #000000, #c8c8c8) border-box;
}

.blue_button {
    background: none;
    background-image: url('/ima/blue_button.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    border: none;
    color: #F2E9D9;
    padding: 20px 28px;
    margin-left: 20px;
    width: 180px;
    font-size: 18px;
}
  
.text_jouer {
    font-size: 45px;
}
  
@keyframes pulse {
    0% {transform: scale(1);}
    50% {transform: scale(1.05);}
    100% {transform: scale(1);}
}


.smartphone_ban img {
    height: 350px;
    rotate: 15deg;
}

@media only screen and (max-width: 1000px) and (min-width: 801px) {
    .options{
        flex-direction: column;
    }
    .forgot-password {
        text-align: center;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1250px) {
    .formulaire {
        width: 50%;
    }
}



@media screen and (max-width: 1100px) {
    .formulaire {
        width: 45%;
    }

}

@media screen and (max-width: 800px) {
    .tittle_poker {
        position: absolute;
        width: 70%;
        margin: 10px auto;
        text-align: center;
        right: 15%;
    }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 20px;
    }
    .formulaire {
        width: 80%;
        height: 90%;
    }
    .blue_button {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    h1 {
        font-size: 18px;
    }
    .options{
        flex-direction: column;
    }

    .forgot-password {
        text-align: center;
        margin-top: 20px;
    }
    .button_mess_bienv {
        font-size: 10px;
        justify-content: space-between;
    }
    .text_form {
        font-size: 12px;
    }
}

@media screen and (max-width: 360px) {
    .formulaire {
        font-size: 12px;
    }
    h1 {
        font-size: 16px;
    }

    .tittle_poker {
        font-size: 20px;
    }
}


.form_connexion {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 5%;
}

.click_popup {
    color: #F2E9D9;
    text-decoration: none;
    border-bottom: 1px solid #F2E9D9;
}

.click_chgmt_popup {
    color: #f2e9d96f;
    text-decoration: none;
}

.click_chgmt_popup:hover {
    color: #f2e9d9;
}

.tittle_mdp_oubli {
    color: #F2E9D9;
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 25px;
}

.a_retour_mdp {
    text-decoration: none;
    color: #F2E9D9;
    width: 60%;
}

.a_retour_mdp:hover {
    color: #f2e9d996;
}

.info_form {
    margin: 0;
    text-align: center;
    color: #F2E9D9;
    font-size: 14px;
    font-style: italic;
}

.form_login {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 80%;
    height: 90%;
    left: 10%;
    top: 5%;
}


.text_bienv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    width: 100%;
}



.text_bienv img {
    width: 45px;
    height: 30px;
}

.div_bienv {
    margin: 0 auto;
    display: flex;
    justify-content: left;
    align-items: center;
}

.div_bienv img {
    width: 28px;
    height: 25px;
    margin-right: 15px;
}

.text_form {
    color: #F2E9D9;
    text-align: center;
    margin: 0;
    display: flex;
}

.text_form img {
    width: 50px;
}



.champ_login {
    position: relative;
    display: flex;
    border-radius: 10px;
    height: 55px;
}

.icon_popup {
    height: 40%;
    top: 30%;
    position: relative;
}

.champ {
    width: 80%;
    border-radius: 0 10px 10px 0;
    border: none;
    padding-left: 5%;
    background-color: #F2E9D9;
    font-style: italic;
    font-size: 16px;
}





.options {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #F2E9D9;
}

.options a {
    color: #F2E9D9;
    text-decoration: none;
}

.options a:hover {
    text-decoration: underline;
}

.button_login {
    width: 60%;
    padding: 4% 0;
    left: 20%;
    position: relative;
    border-radius: 12px;
    border: none;
    background-color: #F2E9D9;
    color:#264E2A;
    text-align: center;
    text-decoration: none;
}

.button_login:hover {
    background-color: #f2e9d9c3;
}

.button_mess_bienv {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.button_messagerie_bienv {
    width: 70%;
    display: block;
    position: relative;
    text-align: center;
    left: 15%;
    background-color: #010974;
    padding: 3% 1%;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    color: #F2E9D9;
    cursor: pointer;
}

.button_messagerie_bienv:hover {
    background-color: #0039a4b3;
}


/*.transparent {
    background-color: #000000a5;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 20;
}*/


/* SLIDE CAROUSSEL */


.carousels {
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
  
.slide {
    flex: 1 0 100%;
}

.controls {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.slide_deux {
    background-color: #4D674E;
    width: 100%;
    height: 150px;
    display: flex;
}

.story_jb {
    width: 40%;
    padding: 0 5%;
    position: relative;
    height: 70%;
    top: 15%;
    left: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.story_jb_img {
    position: relative;
    object-fit: contain;
    height: 80%;
    top: 10%;
    left: 30%;
}

.story_jb_img img {
    position: relative;
    width: 120px;
    height: auto;
}


@media (max-width: 800px) {
    .story_jb {
        width: 60%;
    }

    .story_jb_img {
        position: relative;
        object-fit: contain;
        height: 60%;
        top: 25%;
        left: 0;
    }
    .slide_deux {
        height: 200px;
    }
}

@media (max-width: 550px) {
    .slide_deux {
        flex-direction: column;
        height: 400px;
    }
    .story_jb {
        width: 80%;
        height: 40%;
        top: 12%;
        left: 5%;
        text-align: center;
    }
    .story_jb_img {
        margin: 0 auto;
        top: 50px;
    }

    .story_jb_img img {
        top: 10px;
    }

}

/* PRESENTATION */

.container_presentation {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
.content {
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
}
.text {
    text-align: left;
    width: 100%;
    margin-bottom: 50px;
}

.text p {
    margin: 10px 0;
}
.btn-container {
    display: flex;
    justify-content: left;
    width: 100%;
    margin-top: 30px;
}

.image {
    margin-top: 20px;
}
.image img {
    height: 500px;
    width: 90%;
    object-fit: contain;
    margin-left: 10%;
}

.ima_alerte {
    width: 20%;
    left: 40%;
    position: relative;
}


@media (max-width: 800px) {
    .content {
        flex-direction: column;
        justify-content: space-between;
    }
    .text {
        width: 95%;
        text-align: center;
        margin-bottom: 50px;
    }
    .image img {
        height: 250px;
    }
    .btn-container {
        justify-content: center;
    }
    .container_presentation {
        margin: 50px auto;
    }
}

@media screen and (max-width: 965px) {
    .image {
        width: 80%;
    }
}

@media screen and (min-width: 966px) {
    .image {
        width: 60%;
    }
}

/* ECRANS */

.container_ecran {
    width: 80%;
    margin: 0 auto;
}

.devices {
    width: 40%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.ecran {
    display: flex;
    margin: 5% auto;
    align-items: center;
}

.devices img {
    width: 350px;
    height: 400px;
    object-fit: contain;
}

.info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    left: 10%;
    width: 50%;
    height: 300px;
}

.info div {
    display: flex;
    gap: 40px;
    height: 70px;
    align-items: center;
}

.info img {
    width: 80px;
    height: 80px;
}

@media screen and (max-width: 900px) {
    .ecran {
        flex-direction: column;
    }
    .info {
        left: 0;
        width: 100%;
    }

    .devices {
        margin: 50px auto;
        position: relative;
        justify-content: center;
        width: 60%;
    }

    .devices img {
        width: 200px;
        height: 200px;
    }

    .info img {
        width: 60px;
        height: 60px;
        vertical-align: middle;
        line-height: normal;
    }

}

@media screen and (max-width: 700px) {
    .devices {
        margin: 10% auto;
        position: relative;
        justify-content: center;
        width: 80%;
    }
}


/* INFORMATION SECTION */

.info_section {
    background-color: #264E2A;
    width: 100%;
    padding: 3% 0;
    margin-top: 5%;
}

.inform_div {
    display: flex;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    color: #F2E9D9;
}

.inform_div div img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.inform_div div {
    width: 25%;
}

@media screen and (max-width: 790px) {
    .inform_div {
        flex-direction: column;
        justify-content: center;
        width: 80%;
    }
    .inform_div div {
        width: 80%;
        margin: 5% auto;
    }
}

/* TABLEAU */

.section_tableau {
    width: 80%;
    margin: 5% auto;
}

.div_tableau {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}

.text_tableau {
    position: relative;
    width: 52%;
}

.chiffres_tableau {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 80%;
    margin-top: 10%;
}

.chiffres_tableau h6 {
    margin: 10px 0;
    font-size: 30px;
}

.chiffres_tableau div {
    background-color: #F7F1E7;
    width: 25%;
    color: #333333;
    text-align: center;
    border-radius: 15px;
    box-shadow: #0000002a 1px 1px 10px;
    padding: 1%;
    font-size: 14px;
}

.ima_tableau {
    position: relative;
    font-style: italic;
    font-size: 12px;
    color: #333333;
}

.ima_tableau img {
    width: 400px;
    height: 300px;
    object-fit: contain;
}

@media screen and (max-width: 950px) {
    .section_tableau {
        text-align: center;
    }
    .div_tableau {
        flex-direction: column;
        text-align: center;
    }

    .text_tableau {
        width: 100%;
    }
    .chiffres_tableau {
        width: 100%;
        justify-content: space-around;
    }
    .chiffres_tableau div {
        width: 20%;
        font-size: 12px;
    }
    .ima_tableau {
        width: 80%;
        margin-top: 5%;
        left: 10%;
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .ima_tableau img {
        width: 450px;
        height: 350px;
    }
    .chiffres_tableau h6 {
        font-size: 25px;
    }
    .tiret {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .ima_tableau img {
        width: 280px;
        height: 220px;
    }
    .chiffres_tableau div {
        width: 30%;
    }
}

/* SECTION PAYS */

.section_pays {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../ima/cartes_pays.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 280px;
    padding-top: 1%;
}

.section_pays h2 {
    text-align: center;
    margin-bottom: 40px;
}

.carousel-item p {
    font-size: 0.8em;
    color: #F2E9D9;
}

.carousel {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
}

.carousel-item h3 {
    color: #F2E9D9;
}

.carousel-item img {
    width: 50px;
    height: 35px;
}

.carousel-dots {
    text-align: center;
    margin-top: 10px;
}

.carousel-item {
    min-width: 20%;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}


.dot.active {
    background-color: #ffffff;
}

@media (max-width: 992px) {
    .carousel-item {
        min-width: 33.33%;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-width: 50%;
    }
}

@media (max-width: 480px) {
    .carousel-item {
        min-width: 100%;
    }
}

/* PERFORMANCES */


.section_performance {
    width: 80%;
    margin: 0 auto;
}

.tittle_perf {
    width: 70%;
    text-align: center;
    margin: 5% auto;
}

.div_performances {
    display: flex;
    justify-content: space-between;
}

.text_performances {
    width: 50%;
    margin-right: 5%;
    text-align: justify;
}

.div_performances img {
    width: 300px;
    height: 400px;
    object-fit: cover;
}

@media screen and (max-width: 900px) {
    .div_performances {
        flex-direction: column;
    }

    .text_performances {
        width: 90%;
        margin: 0 auto;
    }
    .tittle_perf {
        width: 90%;
        margin: 5% auto;
    }
    .div_performances img {
        height: 300px;
        width: 500px;
        margin: 5% auto;
    }
    
}

@media screen and (max-width: 700px) {
    .div_performances img {
        width: 300px;
        height: 200px;
    }
}

@media screen and (max-width: 450px) {
    .div_performances img {
        width: 200px;
        height: 200px;
    }
}


.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 50px;
    margin: 10% 0 5% 0;
}

.card {
    background-color: #F2E9D9;
    border: 2px solid #4d774e;
    border-radius: 10px;
    padding: 20px;
    max-width: 300px;
    text-align: left;
    position: relative;
    flex: 1 1 calc(33.333% - 40px);
    box-sizing: border-box;
}

.card h4 {
    margin-top: 30px;
}

.icon {
    position: absolute;
    top: -30px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #F2E9D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #4d774e;
}

.icon img {
    width: 25px;
    height: 25px;
}

.card p {
    color: #333;
}


@media (max-width: 768px) {
    .card {
        flex: 1 1 calc(50% - 40px);
    }
    .cards-container {
        margin: 20% 0 5% 0;
    }
}

@media (max-width: 480px) {
    .card {
        flex: 1 1 100%;
    }
}

.classement_button {
    display: flex;
    justify-content: space-around;
    margin: 5% 0;
}

@media screen and (max-width: 800px) {
    .classement_button {
        flex-direction: column;
        height: 100px;
        width: 80%;
        margin: 0 auto;
        height: 150px;
    }
}

@media screen and (max-width: 600px) {
    .classement_button {
        flex-direction: column;
        height: 100px;
        width: 100%;
        height: 150px;
    }
}

.text_classement {
    justify-content: space-between;
    display: flex;
    margin-bottom: 10%;
}

.text_classement div {
    width: 45%;
}

@media screen and (max-width: 800px) {
    .text_classement {
        flex-direction: column;
    }
    .text_classement div {
        width: 100%;
    }
}

/* SECTION STORY */

.section_story {
    background-color: #264E2A;
    display: flex;
    text-align: left;
}

.section_story div {
    width: 35%;
    position: relative;
    padding: 1% 7.5%;
    color: #F2E9D9;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.section_story img {
    height: 500px;
    width: 50%;
    object-fit: cover;
}


.section_story video {
    width: 50%;
    object-fit: cover;
}

.section_story button {
        margin: 20px 0;
        width: 50%;
}

.savoir_plus {
    background-color: #F2E9D9;
    border: 1px solid #264E2A;
    text-decoration: none;
    text-align: center;
    width: 30%;
    padding: 10px 20px;
    border-radius: 5px;
    color: #264E2A;
    cursor: pointer;
}

.savoir_plus:hover  {
    background-color: #e0d7ca;
}

.savoir_plus_at {
    background: #0F3714;
    text-decoration: none;
    text-align: center;
    width: 30%;
    padding: 10px 20px;
    border-radius: 5px;
    color: #F2E9D9;
    margin-top: 20px;
    cursor: pointer;
}

.savoir_plus_at:hover  {
    background-color: #0f3714bd;
}

@media screen and (max-width: 1200px) {
    .savoir_plus {
        margin: 30px 0;
    }
}

@media screen and (max-width: 900px) {
    .section_story {
        flex-direction: column;
    }
    .inverse {
        flex-direction: column-reverse;
    }
    .section_story img {
        width: 100%;
        height: 400px;
    }
    .section_story div {
        width: 80%;
    }
    .section_story button {
        margin: 20px auto;
        width: 50%;
    }
    
    .section_story video {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .section_story img {
        height: 200px;
    }
}

@media screen and (max-width: 400px) {
    .savoir_plus {
        width: 40%;
    }
    .banniere {
        height: 600px;
    }
    .button_mess_bienv {
        flex-direction: column;
        height: 100px;
    }
}

/* QUESTIONS FREQUENTE */

.section_questions {
    width: 80%;
    margin: 50px auto;
}

details {
    border: 1px solid #264E2A;
    border-radius: 10px;
    padding: 1%;
    color: #264E2A;
    margin-bottom: 20px;
    font-size: 18px;
}
  
details[open] summary {
    border-bottom: 1px solid #264E2A;
    width: 100%;
}

.details_questions {
    width: 100%;
}

.button_faq {
    text-align: center;
}

.button_faq a {
    background-color: #264E2A;
    border-style: outset;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    color: #F2E9D9;
}


.button_faq a:hover {
    background-color: #264e2ab4;
    border: 1px solid #264E2A;
    color: #F2E9D9;
}

@media screen and (max-width: 840px) {
    .div_questions {
        flex-direction: column;
    }
}


/* TRUCS ET ASTUCES */

.section_truc_astuces {
    margin: 0 auto;
    padding: 20px 0;
}

.astuces {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.section_truc_astuces img {
    width: 300px;
    height: 400px;
    object-fit: contain;
}

.astuces div {
    width: 60%;
    position: relative;
    left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #264E2A;
    text-align: justify;
}

.section_truc_astuces button {
    margin: 20px 0;
    width: 40%;
}


@media screen and (max-width: 1000px) {
    .astuces {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .astuces div {
        width: 100%;
        left: 0%;
    }
    .section_truc_astuces button {
        margin-left: 30%;
    }
    .section_truc_astuces img {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 350px) {
    .section_truc_astuces button {
        margin-left: 20%;
        width: 60%;
    }
    .section_truc_astuces img {
        width: 200px;
        height: 200px;
    }
}

/* SITES PARTENAIRES */

.section_partner {
    display: flex;
    width: 80%;
    margin: 5% auto;
    justify-content: space-around;
}

.img_partner img {
    box-shadow: #264E2A 15px 15px 5px;
    border-radius: 15px;
    width: 400px;
    height: 200px;
    object-fit: cover;
}

.img_partner {
    width: 50%;
}

.text_partner h6 {
    margin: 0;
}

.text_partner {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@media screen and (max-width: 1100px) {
    .img_partner img {
        width: 300px;
    }
}

@media screen and (max-width: 950px) {
    .section_partner {
        flex-direction: column-reverse;
        margin: 0 auto;
        width: 100%;
    }
    .inverse_sites {
        flex-direction: column;
    }
    .img_partner img {
        box-shadow: none;
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: center;
        border-radius: 0px;
    }
    .img_partner {
        width: 100%;
    }
    
    .text_partner {
        width: 80%;
        text-align: center;
        margin: 20px auto;
    }
    .img_belote {
        left: 0;
    }

}

/* PARTIE FONDATEUR */

.fondateur {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 80px auto;
}

.logo_bcl {
    background-color: #2e392f;
    display: flex;
    justify-content: center;
    padding: 5%;
    width: 50px;
    height: 50px;
    position: relative;
    bottom: -200px;
    left: -50px;
}

.logo_bcl img {
    width: 50px;
    height: 50px;
}

.ima_fondateur {
    display: flex;
    position: relative;
}

.ima_th {
    border-radius : 80px 0 0 0;
    box-shadow: -8px -8px 20px #2e392fc5;
    width: 200px;
    height: 250px;
    object-fit: cover;
}

.text_fondateur {
    width: 75%;
}

.text_fondateur h6 {
    margin: 0 auto;
}

@media screen and (max-width: 1300px) {
    .text_fondateur {
        width: 70%;
    }
}

@media screen and (max-width: 1000px) {
    .text_fondateur {
        width: 60%;
    }
    .ima_th {
        width: 200px;
    }
}

@media screen and (max-width: 800px) {
    .fondateur {
        flex-direction: column;
        margin: 50px auto;
    }
    .ima_fondateur {
        flex-direction: column;
    }
    .logo_bcl {
        bottom: 50px;
        left: 150px;
    }
    .text_fondateur {
        width: 80%;
    }
}

@media screen and (max-width: 400px) {
    .ima_th {
        width: 150px;
    }
    .logo_bcl {
        left: 120px;
    }
}



/* MON COMPTE */


.text_compte {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.text_compte h2 {
    margin: 0;
}

.text_compte p {
    background-color: #264E2A;
    width: auto;
    color: #F2E9D9;
    padding: 1% 3%;
    border-radius: 15px;
    display: flex;
    align-items: center;
}

.espace_profil {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.profil {
    background-color: #4d774ead;
    padding: 30px 0;
    border-radius: 20px;
    width: 100%;
    text-align: center;
    position: relative;
    color: #F2E9D9;
    margin: 20px 0;
}

.profil_abo {
    width: 30%;
}

.profil select {
    background-color: #F2E9D9;
    border: none;
    padding: 3% 4%;
    border-radius: 20px;
    width: 76%;
    text-align: left;
    margin-top: 4%;
}

.img_profil img {
    width: 30px;
    height: 30px;
    padding-right: 10px;
}

.img_profil {
    width: 80%;
    margin: 20px auto;
    align-items: center;
    justify-content: space-between;
}

.img_profil p {
    word-wrap: break-word;
    max-width: 80%;
    margin: 10px 0;
}

.img_profil div {
    display: flex;
    align-items: center;
}

.espace_coordonnees {
    background-color: #4d774ead;
    border-radius: 20px;
    width: 58%;
    height: 550px;
    position: relative;
    left: 2%;
    margin: 20px 0;
    padding: 3% 5%;
}

.espace_profil h5 {
    margin: 0;
    font-size: 20px;
}

.nb_jours_abo {
    font-size: 70px;
    margin: 0;
}

.abo_a {
    text-decoration: none;
    font-size: 12px;
    color:#F2E9D9;
}

.abo_a:hover {
    text-decoration: underline;
    color: #f2e9d990;
}

.espace_coordonnees h5 {
    color: #F2E9D9;
}
.genre p {
    color: #F2E9D9;
    font-size: 14px;
}
.genre {
    margin: 20px 0;
    display: flex;
}

.genre div {
    display: flex;
}

.genre input {
    margin: 0 10px 0 30px;
    color: #F2E9D9;
    display: flex;
}
.input_profil {
    display: flex;
    justify-content: space-between;
}

.input_profil input {
    width: 42%;
}

.form_profil {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80%;
    width: 100%;
    
}
.form_profil input {
    background-color: #F2E9D9;
    color: #264E2A;
    border: none;
    padding: 2%;
    border-radius: 10px;
}

.form_profil p {
    margin: 5px;
    font-size: 10px;
    color: #F2E9D9;
}
.form_profil a {
    text-decoration: none;
    color: #264E2A;
    background-color: #F2E9D9;
    width: 20%;
    text-align: center;
    padding: 10px 20px;
    border-radius: 15px;
    margin: 0 auto;
}
.form_profil a:hover {
    background-color: #f2e9d9d0;
}
.ok_news {
    font-size: 10px;
    color: #F2E9D9;
}

.abonnement {
    display: flex;
    width: 80%;
    margin: 0 10%;
    align-items: center;
    border-bottom: 1px solid #F2E9D9;
    padding-bottom: 10px;
}

.abonnement h3 {
    color: #F2E9D9;
    padding-left: 20px;
    margin: 0;
    font-size: 20px;
}

.coordonnees {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #F2E9D9;
    padding-bottom: 10px;
}

.coordonnees h3 {
    padding-left: 20px;
    color: #F2E9D9;
    font-size: 20px;
    margin: 0;
}

.profil h4 {
    text-align: left;
    margin: 5% 10%;
}

.profil span {
    color: #264E2A;
}

.jours_abo {
    margin: 20px 0;
}

.gd_input {
    width: 96%;
}

@media screen and (max-width: 850px) {
    .profil_abo {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .espace_profil {
        flex-direction: column;
    }
    .espace_coordonnees {
        width: 90%;
        height: 700px;
        left: 0;
    }
    .profil {
        width: 48%;
        margin: 0;
    }
    .text_compte {
        flex-direction: column;
        align-items: flex-start;
    }

    .text_compte p {
        padding: 10px;
    }
}

@media screen and (max-width: 600px) {
    .profil_abo {
        flex-direction: column;
    }
    .profil {
        width: 100%;
        margin: 2% 0;
    }
}

@media screen and (max-width: 500px) {
    .genre {
        flex-direction: column;
    }
    .input_profil {
        flex-direction: column;
    }
    .input_profil input {
        width: 92%;
        margin: 2% 0;
    }
    .espace_coordonnees {
        height: 100%;
        padding: 10% 5%;
    }
    .input_profil p {
        margin: 0;
    }
    .genre p {
        margin: 5px;
    }
    .form_profil input {
        padding: 4%;
    }
    .gd_input {
        width: 92%;
    }
}

@media screen and (max-width: 348px) {
    .text_compte p {
        font-size: 12px;
    }
}


/* PAGE PERFORMANCE */



.titre_performances {
    width: 80%;
    margin: 30px auto;
}
.text_perf {
    display: flex;
    justify-content: space-between;

}
.text_perf p {
    width: 50%;
}


.classement {
    display: flex;
    justify-content: space-between;
    margin: 50px 10%;
    width: 80%;
}

.classement-title {
    margin-left: 5%;
}


.table-wrapper {
    background-color: #f8f4e3;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 45%;
}

.table_classement {
    width: 90%;
    border-spacing: 0 10px;
    margin: 0 auto;
    border-collapse: collapse;
}

.table_classement img {
    width: 25px;
    height: 18px;
    object-fit: cover;
}


.rang {
    text-align: center;
}





.table_classement tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.table_classement tr:first-child th:last-child {
    border-top-right-radius: 10px;
}



.table_classement th, td {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    color: #264E2A;
}

.table_classement th {
    background-color: #627c52;
    color: #fff;
}

 
.citation {
    text-align: center;
    margin-top: 20px;
}

blockquote {
    font-style: italic;
    background-color: #fff8e1;
    padding: 15px;
    border-left: 5px solid #627c52;
    margin-top: 20px;
}

cite {
    display: block;
    margin-top: 10px;
    font-size: 0.9em;
}

.text_classement {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
    text-align: justify;
    font-size: 15px;
}

.text_classement div {
    width: 45%; 
}

.table_classement tr:nth-child(even) td {
    background-color: #FDF5E2;
    text-align: center;
  }

.table_classement tr:nth-child(odd) td {
    background-color: #ECDEC1;
    text-align: center;
  }
  


@media screen and (max-width: 1100px) {
    .classement {
        flex-direction: column;
    }
    .table-wrapper {
        width: 95%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 800px) {
    .text_perf {
        flex-direction: column-reverse;
    }
    .text_perf img {
        width: 30%;
        margin: 0 auto;
    }
    .text_perf p {
        width: 100%;
    }
    .text_classement {
        flex-direction: column;
    }
    .text_classement div {
        width: 100%; 
    }
}

@media screen and (max-width: 515px) {
    .text_perf {
        flex-direction: column-reverse;
    }
    .text_perf img {
        width: 30%;
        margin: 0 auto;
    }
    .text_perf p {
        width: 100%;
    }

    .table-wrapper {
        width: 100%;
    }
    
    .table_classement th, td {
        font-size: 10px;
    }

    .table_classement img {
        width: 15px;
        height: 12px;
    }
}

@media screen and (max-width: 300px) {

    .table_classement th, td {
        font-size: 8px;
    }

}
/* FIN PAGE PERFORMANCE */


/* PAGE S'ABONNER */

.titre_sabonner {
    width: 80%;
    position: relative;
    left: 10%;
    margin-top: 30px;
}

.choix_abonnement {
    width: 80%;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
}

.prix_abo {
    border: 2px solid #264E2A;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 200px;
    border-radius: 10px;
    width: 47%;
}

.sous_div_abo {
    display: flex;
    justify-content: space-between;
    width: 49%;
}

.tittle_prix {
    margin: -8% 0 0 0;
    background-color: #FDF5E2;
    width: 80%;
    height: auto;
    position: relative;
    left: 10%;
    text-align: center;
    font-size: 20px;
    color: #264E2A;
}

.tarif {
    display: flex;
    justify-content: center;
    position: relative;
    left: 10%;
    width: 80%;
}

.tarif h4 {
    margin: 0;
    font-size: 50px;
}

.tarif p {
    display: flex;
    align-items: end;
    color: #264E2A;
    margin: 0;
}

.forfait_illi {
    width: 80%;
    position: relative;
    left: 10%;
}

.button_acheter {
    background-color: #264E2A;
    border-style: outset;
    width: 60%;
    padding: 10px 20px;
    border-radius: 5px;
    color: #F2E9D9;
    border: none;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.button_acheter:hover {
        background-color: #264e2ab4;
        border: 1px solid #264E2A;
        color: #F2E9D9;
}

.div_button_acheter {
    margin: 30px 0 10px 0;
    display: flex;
    justify-content: center;
}

.avantages h3 {
    text-align: center;
    color: #264E2A;
    font-size: 20px;
    margin-top: 8%;
}

.mes_avantages {
    text-align: center;
    width: 80%;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
}

.mes_avantages h6 {
    font-size: 15px;
    margin: 20px 0;
}

.mes_avantages img {
    width: 60px;
}

.mes_avantages p {
    font-size: 12px;
    margin: 0;
}

.div_avantages {
    width: 47%;
}

.div_avantages p {
    width: 80%;
    position: relative;
    left: 10%;
}


.comment_acheter {
    background-color: #264e2acd;
    border-radius: 10px;
    height: 300px;
    width: 25%;
}

.comment_acheter img {
    width: 100%;
    height: 50%;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.comment_acheter p {
    color: #F2E9D9;
    width: 70%;
    position: relative;
    left: 15%;
}

@media screen and (max-width: 1050px) {
    .comment_acheter {
        width: 30%;
    }
}



@media screen and (max-width: 850px) {
    .choix_abonnement {
        flex-direction: column;
        margin: 0 auto;
    }
    .prix_abo {
        width: 45%;
        margin-top: 50px;
    }
    .sous_div_abo {
        width: 100%;
        margin-bottom: 50px;
    }
    .mes_avantages {
        flex-direction: column;
        margin-top: 0;
    }
    
    .div_avantages {
        margin-top: 50px;
    }

    .avantages h5 {
        margin-bottom: 0;
    }

    .comment_acheter {
        width: 60%;
        position: relative;
        left: 20%;
        margin: 50px 0;
    }


}

@media screen and (max-width: 500px) {
    .choix_abonnement {
        flex-direction: column;
        margin: 0 auto;
    }
    .prix_abo {
        width: 60%;
        margin-top: 50px;
    }
    .sous_div_abo {
        align-items: center;
        flex-direction: column;
    }

    .div_avantages {
        width: 100%;
    }

    .avantages h5 {
        margin-top: 20%;
    }
    .comment_acheter {
        width: 80%;
        left: 10%;
    }

}

@media screen and (max-width: 350px) {
    .prix_abo {
        width: 80%;
    }

    .comment_acheter {
        width: 100%;
        left: 0;
    }

}
/* FIN PAGE S'ABONNER */

/* PAGE ACHAT */

.div_acheter {
    margin: 50px auto;
    width: 90%;
}

.titre_paiement h3 {
    margin: 30px 5%;
    font-size: 25px;
}
.choix_paiement {
    width: 85%;
    padding: 2%;
    background-color: #627c52b9;
    border-radius: 30px;
    color: #F2E9D9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 30px 5%;
}

.choix_paiement a {
    border-radius: 20px;
    border: 2px solid #F2E9D9;
    margin: 20px 4%;
    padding: 12px 16px;
    position: relative;
    color: #F2E9D9;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.choix_paiement a:hover {
    background-color: #33333327;
}

.choix_paiement div a img {
    width: 70px;
}

.p_cb {
    display: flex;
    justify-content: space-around;
    align-items: center;
}



@media screen and (max-width: 910px) {
    .div_acheter {
        flex-direction: column;
        justify-content: center;
        width: 80%;
    }
}


@media screen and (max-width: 500px) {
    .div_acheter {
        margin: 40px auto;
    }
    .choix_paiement div {
        flex-direction: column;
    }
}

/* FIN PAGE ACHAT */

/* PAGE CONTACT */



.tittle_contact {
    margin: 30px auto;
    width: 80%;
}

.div_questions_contact {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ima_quest_contact {
    width: 30%;
}

.ima_quest_contact img {
    width: 100%;
}


.info_contact {
    display: flex;
    width: 80%;
    margin: 20px auto;
    justify-content: space-between;
}

.formulaire_contact {
    width: 50%;
    margin-bottom: 40px;
}

.champ_contact {
    position: relative;
    display: flex;
    border-radius: 10px;
    height: 50px;
    margin: 5% 0;
    border: 2px solid #264E2A;
}

.champ_contact img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 15px;
}

.champ_contact input {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

textarea {
    width: 100%;
    background: none;
    border: none;
    padding: 2%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

textarea::placeholder {
    font-style: italic;
}

.ima_champ {
    background-color: #264E2A;
    width: 25%;
    text-align: center;
    border-radius: 7px 0 0 7px;
}

.ima_champ img {
    width: 20px;
}

@media screen and (min-width: 500px) {
    .ima_champ {
        width: 15%;
    }
}

.icon_popup {
    height: 40%;
    top: 30%;
    position: relative;
}

.champ {
    width: 90%;
    border-radius: 0 10px 10px 0;
    border: none;
    padding-left: 3%;
    background-color: #F2E9D9;
    font-style: italic;
}

.informations_contact {
    width: 40%;
}

.ima_contact {
    padding: 12px;
}

.ima_info_contact {
    display: flex;
    align-items: center;
}

.adress_phone_contact {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.adress_phone_contact p {
    margin: 0 0 0 20px;

}

@media screen and (max-width: 900px) {
    .info_contact {
        flex-direction: column-reverse;
    }
    .formulaire_contact {
        width: 100%;
    }
    .informations_contact {
        width: 100%;
    }

}

@media screen and (max-width: 800px) {
    .div_questions_contact {
        flex-direction: column;
        margin: 0 auto;
    }
    .details_questions {
        width: 100%;
    }
    .tittle_contact h2 {
        margin: 0 0 0 10px;
    }

    .ima_quest_contact {
        width: 100%;
    }

    .ima_quest_contact img {
        width: 40%;
        position: relative;
        left: 30%;
    }

    .details_questions summary {
        font-size: 14px;
    }
}


/* FIN PAGE CONTACT */


#sms {
    width: 76%;
    margin: 0 auto;
    background-color: #fffafa;
    display: flex;
    flex-direction: column;
    height: 500px;
    overflow-y: scroll;
    border-radius: 8px;
    padding: 2%;
}


#sms section h1 {
    font-size:12px;
    color:gray;
    margin: 10px;
    text-align: left;
}

#sms section p {
    font-size:20px;
    background-color: rgb(221, 221, 221);
    padding: 2%;
    border-radius: 20px 20px 20px 0;
    right: 0;
    margin: 0;
    display: inline-block;
    max-width: 50%;
    color: #000000;
}

#sms article h1 {
    font-size:12px;
    color:gray;
    margin: 10px;
    text-align: right;
}

#sms article p {
    font-size:20px;
    background-color: rgb(30, 159, 30);
    color: #F2E9D9;
    padding: 2%;
    border-radius: 20px 20px 0 20px;
    position: relative;
    text-align: left;
    display: inline-block;
    max-width: 50%;
    right: 0;
    margin: 0;
}

#sms article {
    width: 100%;
    position: relative;
    text-align: right;
}

.mess_profil {
    text-align: center;
    margin: 0 0 20px 0;
    position: sticky;
    top: 0;
    background-color: #fffafa;
    display: flex;
    z-index: 2;
    padding-top: 10px;
}

.mess_profil p {
    margin: 5px;
    font-size: 14px;
}

.mess_profil img {
    width: 30px;
}

.button_messagerie {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-around;
    align-items: center;
}

.button_messagerie a {
    text-align: center;
    background-color: #264E2A;
    padding: 1% 2%;
    border-radius: 10px;
    text-decoration: none;
    color: #F2E9D9;
    display: flex;
    justify-content: space-around;
}

.button_messagerie a:hover {
    background-color: #49734d;
}

.button_messagerie a img {
    width: 20px;
    margin-right: 10px;
}

.messagerie {
    width: 70%;
    background-color: #bbbbbb80;
    border-radius: 10px;
    position: relative;
    margin: 20px 0;
    height: 60px;
    padding: 1%;
}

@media screen and (max-width: 800px) {
    #sms article p {
        font-size:12px;
        max-width: 70%;
        padding: 3%;
    }

    #sms section p {
        font-size:12px;
        max-width: 70%;
        padding: 3%;
    }

    #sms section h1 {
        font-size: 8px;
        margin: 5px 0; 
    }

    #sms article h1 {
        font-size: 8px;
        margin: 5px 0; 
    }

    #sms {
        margin-top: 30px;
    }

    .messagerie {
        width: 50%;
        height: 40px;
    }
}

@media screen and (max-width: 500px) {
    #sms article p {
        max-width: 80%;
        padding: 5%;
        margin-top: 10px;
    }

    #sms section p {
        max-width: 80%;
        padding: 5%;
        margin-top: 10px;
    }

    .button_messagerie a {
        padding: 2% 3%;
    }

    .messagerie {
        padding: 2%;
    }
}

@media screen and (max-width: 420px) {
    .button_messagerie {
        flex-direction: column;
        margin: 2% auto;
    }
    .messagerie {
        width: 100%;
    }
}


/* FOOTER */

footer {
    background-color: #49544A;
    width: 100%;
    padding-bottom: 4%;
}

.footer {
    display: flex;
    border-bottom: 2px solid #F2E9D9;
    width: 80%;
    margin: 0 auto;
}

.div_footer {
    width: 25%;
    position: relative;
    margin: 4% 0;
    color: #F2E9D9;
}

.ima_reseaux a img {
    margin-right: 10%;
    width: 20px;
    height: 20px;
}

.div_footer p {
    margin: 40px 0;
    font-size: 12px;
}

.div_footer div {
    display: flex;
    align-items: center;
}

.liens_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin-left: 10%;
    padding-bottom: 5%;
}

.liens_footer ul {
    list-style: none;
}

.liens_footer a {
    text-decoration: none;
    color: #F2E9D9;
    line-height: 30px;
}

.liens_footer a:hover {
    text-decoration: underline;
    color: #f2e9d9b3;
}

.ima_reseaux {
    width: 30%;
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 681px) {
    .titre_ima_footer span {
        margin-left: 20px;
    }
}

@media screen and (max-width: 920px) {
    .footer {
        flex-direction: column;
        width: 80%;
    }
    .div_footer {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    .div_footer p {
        text-align: center;
        width: 30%;
    }
    .tel-container {
        display: flex;
        justify-content: space-between;
    }
    .tel-container p {
        width: 100%;
    }
    .liens_footer {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 680px) {
    .div_footer {
        flex-direction: column;
        display: block;
        text-align: center;
        width: 80%;
        justify-content: space-around;
        margin: 10% auto;
    }
    .div_footer p {
        width: 70%;
        text-align: center;
        margin: 10% auto;
    }
    .liens_footer {
        flex-direction: column;
        text-align: center;
    }

    .div_footer img {
        margin: 0 5%;
    }
    .titre_ima_footer {
        margin: 0 auto;
        width: 60%;
        justify-content: space-around;
    }
    .tel-container {
        margin: 0 auto;
        width: 150px;
    }

    .div_footer p {
        width: 100%;
    }
    .footer {
        width: 80%;
    }
    .liens_footer ul {
        padding: 0;
        margin: 3% 0;
    }
}

@media screen and (max-width: 450px) {
    .titre_ima_footer {
        flex-direction: column;
    }
}

/* SABLIER */

.sablier {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.sablier img {
    width: 20px;
}

/* MENU COMPTE */

.menu_compte {
    background-color: #F2E9D9;
    position: absolute;
    border-radius: 10px;
    width: 10%;
    border: 1px solid #264E2A;
    top: 80px;
    right: 15%;
    z-index: 1;
    scroll-behavior: smooth;
    padding: 8px 0;
    box-shadow: 0px 0px 20px #f2e9d995;
    z-index: 10;
}

.menu_compte table {
    width: 100%;
    border-collapse: collapse;
}

.menu_compte table tr {
    display: flex;
    align-items: center;

}

.menu_compte img {
    width: 20px;
}

.menu_compte tr {
    width: 100%;
}

.menu_compte a:hover {
    text-decoration: underline;
}

.menu_compte a {
    text-decoration: none;
    color: #264E2A;
}

@media screen and (max-width: 1400px) {
    .menu_compte {
        width: 15%;
    }
}

@media screen and (max-width: 1200px) {
    .menu_compte {
        right: 16%;
    }
}

@media screen and (max-width: 950px) {
    .menu_compte {
        display: none;
    }
}


/* POPUP */


.inter_alerte {
    width: 80%;
    position: relative;
    top: 10%;
    margin: 0 auto;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup-title {
    color: #264E2A;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.inter_alerte span {
    color: #264E2A;
    font-size: 20px;
    font-weight: bold;
}

.inter_alerte p {
    margin: 0 auto;
}

.bouton_deco {
    width: 80%;
    margin: 0 auto;
    justify-content: space-around;
    display: flex;
}

.bouton_vir {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}


.inter_chq_vir {
    width: 90%;
    position: relative;
    top: 5%;
    margin: 0 auto;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.inter_chq_vir h2 {
    margin: 0;
}

.inter_chq_vir span {
    color: #264E2A;
    font-size: 20px;
    font-weight: bold;
}

.inter_chq_vir p {
    margin: 0 auto;
}


.choix_paiement div {
    display: flex;
    justify-content: left;
    align-items: center;
}

#tx_abo_confiance {
    margin: 20px 0;
    color: #264E2A;
    width: 80%;
    margin: 0 auto;
}


@media screen and (max-width: 600px) {
    .bouton_deco {
        justify-content: space-between;
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .bouton_deco {
        flex-direction: column;
        height: 90px;
    }
}






















































