/*Common*/
.flex-wrap {
    flex-wrap: wrap;
}

.d-flex {
    display: flex;
}

.align-center {
    margin-left: auto;
    margin-right: auto;
}


.d-flex .flex1, .flex-pc-hide .flex1, .flex-mobile-hide .flex1 {
    flex: 1;
}

.seo h2 {
  text-align: center;
}

.seo h1 {
  text-align: center;
}

.seo .title {
  text-align: center;
}

.seo .infos {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.seo .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.seo .list-child {
  max-width: 50%;
  box-sizing: border-box;
  padding: 10px;
  background-color: whitesmoke;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

body.dark-mode .seo .list-child {
  background-color: rgb(38 38 38); /* Style visuel */
}

.margin-bottom30 {
  margin-bottom: 30px;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.margin-bottom15 {
  margin-bottom: 15px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-top20 {
  margin-top: 20px;
}

.margin-top15 {
  margin-top: 15px;
}

.margin-top10 {
  margin-top: 10px;
}


.margin5 {
    margin: 5px;
}

.w6 {
    font-weight: 600;
}

.padding-bottom10 {
    padding-bottom: 10px;
}

.padding-top10 {
    padding-top: 10px;
}

.cb-hover, .co-hover, .cv-hover, .cw-hover, .cp-hover, .cn-hover, .ts2 {
    transition: all .2s ease;
}

.w5 {
    font-weight: 500;
}

.cg2 {
    color: #727272;
    font-size:12px;
}

.d-flex .flexauto, .flex-pc-hide .flexauto, .flex-mobile-hide .flexauto {
    flex: 0 0 auto;
}

.br5 {
    border-radius: 5px;
}

button {
    background-color: #03A0F1;    
    width: 250px;
    border-radius: 50px;
    height: 39px;
    transition: all ease .2s;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center; /* Centre horizontalement */
    align-items: center; /* Centre verticalement */
    white-space: nowrap; /* Empêche le retour à la ligne */
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: hidden;
}

button {
    user-select: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    font-weight: 500;
}

.btn-blanc.b-gris {
    border-color: #929292;
    border: solid 1px #03A0F1;
}

.btn-blanc {
    background-color: transparent;
    color: #03A0F1;
}

.btn-gris {
    background-color: #929292;
    border-color: #929292;
    color: white;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

.checkbox-btn-switch-text .checkbox {
    width: 60px;
    min-width: 60px;
    height: 30px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.checkbox-btn-switch-text .checkbox-title {
    margin: 6px;
    margin-left: 20px;
}


/*Cookie*/
.cookies-container {
    position: fixed;
    z-index: 10000;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.16);
    padding: 25px;
    backdrop-filter: blur(5px);
    transition: all .2s ease;
    font-size: 16px;
}

body.dark-mode .cookies-container {
    background-color: rgba(0, 0, 0, 0.8);
}

.cookie-pop-up {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.16);
    padding: 25px 40px;
    border-radius: 8px 8px 0px 0px;
    transition: all .2s ease;
    bottom: -110%;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
    z-index: 5002;
}

    .cookie-pop-up button {
        width: 100%;
    }

.cookies-container.close {
    bottom: -110%;
}

.cookie-pop-up.open {
    bottom: 0px;
}

.cookie-pop-up .checkbox-btn-switch-text.default {
    display: flex;
}

    .cookie-pop-up .checkbox-btn-switch-text.default .checkbox-title {
        font-weight: 600;
    }

.cookie-pop-up .checkbox-btn-switch-text .checkbox {
    padding-top: 11px;
    padding-bottom: 11px;
}

.cookies-container .content {
    max-width: 1500px;
    width: 97%;
}

    .cookies-container .content .btns {
        margin-left: 20px;
    }

.cookies-container .cookie-img {
    position: absolute;
    opacity: 0.8;
    width: 90px;
    height: 90px;
}

    .cookies-container .cookie-img._1 {
        bottom: -37px;
        left: -42px;
    }

    .cookies-container .cookie-img._2 {
        bottom: -37px;
        right: -42px;
    }

.cookies-container .see-more {
    display: none;
}

@media screen and (max-width:1300px) {
    .cookies-container .content .btns {
        flex: 0 0 250px;
        max-width: 250px;
    }

        .cookies-container .content .btns button {
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
        }
}

@media screen and (max-width:850px) {
    .cookies-container {
        padding: 20px 20px;
    }

        .cookies-container .content .btns {
            flex: 0 0 100%;
            max-width: 100%;
            margin-left: 0px;
            margin-top: 20px;
        }

            .cookies-container .content .btns .margin-top-auto {
                width: 100%;
            }

            .cookies-container .content .btns button {
                margin-left: 0px;
                margin-right: 0px;
            }

        .cookies-container .cookie-img._1 {
            bottom: -17px;
            left: -62px;
        }

        .cookies-container .cookie-img._2 {
            bottom: auto;
            top: 56px;
            right: -60px;
        }
}

@media screen and (max-width:500px) {
    .cookies-container .content .txt {
        max-height: 77px;
        overflow: hidden;
        position: relative;
        margin-bottom: 10px;
        width: 291px;
    }

    .cookies-container .see-more {
        display: block;
    }

    .cookies-container .content .txt.open {
        max-height: 400px;
        margin-bottom: 0px;
    }

        .cookies-container .content .txt.open + .see-more {
            display: none;
        }
}

@media screen and (max-width:420px) {
    .cookie-pop-up {
        padding: 20px;
    }
}
