@import url('https://fonts.googleapis.com/css2?family=Lexend&display=swap');
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Lexend', sans-serif;
}

.avis-info-titre {
    text-align: center;
    color: #C4BFD6;
}

.contenu {
    padding: 12px 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.right {
    float: right;
}

h2 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.modifier {
    font-size: 0.8rem;
    color: #1995dc!important;
}

.logo-hotel {
    height: 150px;
    width: 150px;
    border: none;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    margin: -80px 0 0 100px;
}

.logo-hotel1 {
    height: 72px;
    width: 72px;
    border: none;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.ui.grid {
    margin: 0!important;
}


/* ---------------------------------------------select avec recherche -----------------------------*/


/**
 * Variables
 */


/**
 * Wrapper
  width: 100%;
 border: none;
 padding: 10px 15px;
 font-size: 1.125rem;
 outline: none;
 background-color: #f3f3f300;
 transition: all .3s linear;
 border-bottom: 2px solid #026198;
 */

.combo-select {
    width: 100%;
    border: none;
    position: relative;
    max-width: 400px;
    font-size: 1.125rem;
    outline: none;
    background-color: #f3f3f300;
    transition: all .3s linear;
    /* border-bottom: 2px solid #026198; */
}

.combo-select .combo-input {
    margin-bottom: 0;
}


/**
 * Input field
 */

.combo-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    height: 34px;
    line-height: 34px;
    padding-right: 34px;
    border-radius: 0px;
    font-size: 14px;
    background-color: #f3f3f300;
}

.combo-input:focus {
    outline: none;
}


/**
 * Arrow
 */

.combo-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    width: 40px;
    color: #999999;
}

.combo-arrow:before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 22px;
    top: -25px;
    display: block;
    width: 0;
    height: 0;
    right: 25px;
    bottom: 0;
    position: absolute;
    margin: auto 0;
}


/**
 * When opened
 */

.combo-open .combo-arrow {
    border-color: #51A7E8;
}

.combo-open .combo-arrow:before {
    content: "\f106";
}


/**
 * When focused
 */

.combo-focus {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-color: #51A7E8;
}

.combo-focus input {
    border-color: #51A7E8;
}


/**
 * Hide native select
 */

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

.combo-select select {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    opacity: 0;
}

@media only screen and (min-width: 960px) {
    .combo-select select {
        left: -1px;
        top: -1px;
        width: 0;
        height: 0;
        margin: 0;
    }
}


/**
 * Selected option
 */

.option-selected {
    background-color: #eee;
}


/**
 * Hovered option
 */

.option-hover {
    background-color: #dfdfdf;
    color: #454545;
}


/**
 * Option item
 */

.option-item {
    cursor: pointer;
    /*border-bottom: 1px #e3e3e3 solid;*/
}

.option-item:hover {
    background-color: #efefef;
    color: #454545;
}

.option-item:last-child {
    border-bottom: none;
}


/**
 * Disabled and optgroups
 */


/*.option-group {
  cursor: text;
  font-weight: 600;
  background: #e1e1e1;
  border: 1px #ccc solid;
  border-width: 1px 0; }*/


/**
 * Disabled
 */

.option-disabled {
    opacity: 0.5;
}


/**
 * Dropdown
 */

.combo-dropdown {
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    min-width: 100%;
    max-width: 300px;
    max-height: 270px;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    /*display: none;*/
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.combo-dropdown li {
    list-style: none;
    padding: 10px 15px;
    margin: 0 !important;
}


/**
 * On Active
 */

.combo-open .combo-dropdown {
    /*display: block; */
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}


/**
 * Search marker
 */

.combo-marker {
    text-decoration: underline;
}


/*------------------------------------------------------------------------------------------------------------------------------*/


/* aide alert */

.aide-alert {
    position: fixed;
    bottom: 10%;
    right: 24%;
    border-radius: 10px;
    background: white;
    color: black;
    padding: 1em 3em 1em;
    width: 52%;
    border: 2px solid #46A2D9;
    z-index: 100;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.w-90 {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.w-100 {
    width: 100%;
}

.align-items-center {
    align-items: center;
}


/* ====== MAIN ======*/

.main {
    width: 100%;
    padding: 0;
}

.main_header {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1.25rem;
    background-color: #1995dc;
}

.main_header .header-logo img {
    position: relative;
    width: 150px;
    top: 22px;
}

.main_header .main_nav {
    display: flex;
    list-style: none;
    align-items: center;
}

.main_header .header-logo {
    color: white;
    padding: 5px;
    font-size: 1.25rem;
    border-bottom: 2px solid transparent;
    letter-spacing: .5px;
}

.main_header .header-title {
    color: rgb(86, 253, 3);
    margin: 0 10px;
    padding: 5px;
    font-size: 1.25rem;
    border-bottom: 2px solid transparent;
    letter-spacing: .5px;
}

.main_header .header-logo:hover {
    transition: border ease .5s;
    border-bottom: 2px solid white;
}

.main_header .main_nav .main_nav_item {
    color: white;
    margin: 0 5px;
    padding: 5px;
    font-size: 1.25rem;
    border-bottom: 2px solid transparent;
    letter-spacing: .5px;
}

.main_header .main_nav .main_nav_item:hover {
    transition: border ease .5s;
    border-bottom: 2px solid white;
}

.main_header .main_nav .main_nav_item1 {
    color: white;
    margin: 0 30px;
    padding: 5px;
    font-size: 1.25rem;
    border-bottom: 2px solid transparent;
    letter-spacing: .5px;
}

.menu-btn {
    display: none;
}

.tri {
    display: flex;
}

.tri button i {
    margin-left: 10px;
}


/* ====== BANNER ====== */

.ui.message .header {
    text-align: center;
}

.field {
    justify-content: center;
    /* align-items: center; */
    display: flex;
}

.position {
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
}

.liste {
    justify-content: space-evenly;
    display: flex;
}

.banner {
    width: 100%;
    height: 50vh;
    background-position: center center;
    background-size: cover;
    display: flex;
    padding: 20px;
    box-shadow: inset 0 0 2rem black;
}

.banner .banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
}

.banner .logo-banner img {
    height: auto;
    width: 200px;
}

.banner img {
    width: 100%;
    height: 50vh;
    background-position: center center;
    background-size: cover;
    display: block;
}

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

.zoom {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 1.5rem;
}

.zoom input {
    width: 50%;
}

.btn-sejour a {
    font-size: 1rem;
    padding: 20px;
    border-radius: 5px;
    background: #1995dc;
    color: white;
    border: none;
    box-shadow: 0 0 6px #1372a9;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.btn-sejour a:hover,
.btn-sejour a:focus {
    box-shadow: 0 0 6px #1372a9;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.banner .recherche {
    color: white;
    width: 60%;
    display: block;
}

.recherche input {
    width: 100%;
    padding: 10px;
    border: 2px solid #0076fd;
}

.recherche input:focus-visible {
    border: 2px solid #0076fd !important;
}

.banner .recherche .input-group .form-control::placeholder {
    font-size: 1.125rem;
    color: white;
}


/* ====== SECTION ====== */

.section {
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}

.section-pub {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.section-content {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.section-content .mini-box {
    border: 1px solid #aeaeae;
    padding: 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.section-content .mini-box img {
    width: 100%;
    height: 100px;
    object-fit: fill;
}

.section-content .mini-box .box-text {
    padding: 10px 0;
    font-size: 0.8rem;
    color: #1995dc;
}

.trie .box {
    border: 1px solid #aeaeae;
    padding: 10px;
}

.section-text h3 {
    display: block;
    margin: 0 auto;
    text-align: center;
    border-bottom: 3px solid #1995dc;
    width: 200px;
    padding: 10px 0;
    font-weight: bold;
    color: #026198;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.section-titre {
    position: relative;
    z-index: 2;
    width: 400px;
    padding: 10px 0;
    font-weight: bold;
    color: #026198;
    font-size: 1.5rem;
    border-bottom: 3px solid #1995dc;
    display: block;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.owl-prev {
    float: left;
}

.owl-prev .owl-next span {
    width: 100px;
}

.owl-next {
    float: right;
}

.section-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 30px;
}

.section-button a {
    color: #1995dc;
    font-size: 1.25rem;
    font-weight: bold;
    transition: all ease .3s;
    padding-top: 10px;
}

.section-button a:hover {
    color: #009efa;
    text-decoration: underline;
}

.section-content .box .pays {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.section-content .mini-drapeau {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}

.section-content .mini-drapeau img {
    width: 50px !important;
    height: 30px !important;
}

.section-content .box img {
    width: 100%;
    height: 200px;
    object-fit: fill;
}

.section-content .box2 img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.section-content .box1 {
    padding: 0 70px 10px;
    border: 3px solid #026198;
}

.section-content .box2 {
    padding: 0 10px;
    border: 2px solid #e1e1e1
}

.section-content .box1 .triangle {
    position: absolute;
    left: 1.13rem;
    top: 1.13rem;
    border-top: 40px solid red;
    border-right: 40px solid transparent;
}

.section-content .box1 .number {
    position: absolute;
    left: 1.25rem;
    top: 1.5rem;
    font-size: 1.5rem;
    color: white;
}

.section-content .box1 img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.section-content .box .box-text {
    padding: 10px 0;
    font-size: 1.25rem;
    color: #833c15;
}

.section-content .box1 .box-text {
    padding: 10px 0;
    font-size: 1.25rem;
    color: #1995dc;
}

.section-content .box .box-text h4 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 900;
}

.section-content .box .box-text a {
    text-align: center;
    display: block;
}

.section-content .box1 .box-text a {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bolder;
    color: black;
    display: block;
}

.section-content .box .box-text h4 {
    text-align: center;
    display: block;
}

.section-content .box .box-text a:hover {
    text-decoration: underline;
}

.section-content .box1 .box-text a:hover {
    text-decoration: underline;
}


/* ====== TRI SECTION ====== */

.section-tri {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 100%;
    padding: 2rem 0;
}

.section-tri .form-tri-group {
    position: relative;
    border-bottom: 3px solid #1995dc;
}

.section-tri .form-tri-group i {
    font-size: 1.125rem;
    position: relative;
    top: 2px;
    color: #1995dc;
    font-size: 1.125rem;
    position: absolute;
    top: 10px;
    right: 0;
    color: #1995dc;
}

.section-tri .form-tri-group .form-control {
    padding: 10px 5px;
    font-size: 1.125rem;
    outline: none;
    transition: all .3s linear;
    background: none;
    border: none;
    color: #1995dc;
    width: 250px;
}

.section-tri .form-tri-group .form-control::placeholder {
    font-size: 1.125rem;
    color: #1995dc;
}

.section-tri .tri-ordonne .ordre-group {
    position: relative;
    padding: 10px 5px;
    border-bottom: 3px solid #1995dc;
    color: #1995dc;
}

.section-tri .tri-ordonne .ordre-control {
    display: none;
}

.section-tri .tri-ordonne label {
    font-size: 1.125rem;
}

.section-tri .tri-ordonne label i {
    margin-left: 10px;
    float: right;
}

.btn {
    display: block;
    padding: 10px 10px 10px 20px;
    border: none;
    text-transform: uppercase;
    text-align: center;
    margin: 5px;
    font-weight: 400;
}

.btn-blue {
    background: #1995dc;
    color: white;
}


/* ====== AVIS SECTION ====== */

.section-avis {
    width: 100%;
}

.section-avis .section-content {
    display: flex;
    flex-direction: row;
}

.section-avis .section-content .avis-item {
    border: 5px solid #1995dc;
    margin: 0 10px 10px 0;
    padding-bottom: 10px;
}

.section-avis .section-content .avis-item .avis-item-text {
    padding: 5px;
    font-size: 1.1rem;
    color: white;
    background: #1995dc;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.section-avis .section-content .avis-item .avis-item-body {
    padding: 5px 15px;
    font-size: 1rem;
    text-align: justify;
}

.section-avis .section-content .avis-item .avis-item-body .avis-user {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.section-avis .section-content .avis-item .avis-item-body .avis-user .user-info {
    text-align: center;
    width: 80%;
}

.section-avis .section-content .avis-item .avis-item-body .avis-user img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.section-avis .section-content .avis-item .avis-item-body .avis-comment {
    padding: 10px 0 0;
    height: 50px;
    min-height: 50px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
}

.section-avis .section-content .avis-item .avis-item-body .avis-comment:hover {
    height: auto;
}

.section-avis .section-content .avis-item .avis-info .column {
    padding: 0 10px;
}

.section-avis .section-content .avis-item .avis-info .column .star {
    padding: 0 !important;
    font-size: 8px;
    color: #ffe623!important;
    text-shadow: 0 -1px 0 #ddc507, -1px 0 0 #ddc507, 0 1px 0 #ddc507, 1px 0 0 #ddc507!important;
    text-align: right;
}

.section-avis .section-content .avis-item .avis-info .column .nombre {
    text-align: left;
    padding: 0 0 0 1rem !important;
}

.section-avis .section-content .avis-item .avis-info .column .nombre-sejour {
    text-align: center;
    font-size: 2rem;
    /* padding-top: 3rem; */
}

.section-avis .section-content .avis-item .avis-info .column .moyenne-sejour {
    text-align: center;
    font-size: 2rem;
    /* padding-top: 3rem; */
}

.section-avis .section-content .avis-item .avis-info .text-blue {
    color: #009efa;
}

.section-avis .section-content .avis-item .avis-info p {
    font-size: 0.8rem;
    text-align: center;
}


/* ====== TOP SECTION ======*/

.section-top .section-top-menu {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.section-top .section-top-menu .top-item {
    position: relative;
    z-index: 2;
    top: 2px;
    padding: 10px;
    color: #026198;
    font-size: 1.5rem;
    border-bottom: 3px solid transparent;
    transition: border ease .3s;
    text-transform: uppercase;
}

.section-top .section-top-menu .top-item:hover,
.section-top .section-top-menu .top-item.active {
    font-weight: bold;
    border-bottom: 3px solid #1995dc;
}

.section-top-sejours .section-content .box {
    padding: 0 30px;
    border: 3px solid #026198;
}

.section-top-sejours .section-content .box .triangle {
    position: absolute;
    left: 1.13rem;
    top: 1.13rem;
    border-top: 40px solid red;
    border-right: 40px solid transparent;
}

.section-top-sejours .section-content .box .number {
    position: absolute;
    left: 1.25rem;
    top: 1.5rem;
    font-size: 1.5rem;
    color: white;
}

.section-top-sejours .section-content .box .box-text {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bolder;
    text-transform: uppercase;
    color: black;
    display: block;
}

.section-top-sejours .section-content .box .box-text {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bolder;
    text-transform: uppercase;
    color: black;
    display: block;
}


/* ====== SURVEILLANCE SECTION ====== */

.section-surveillance .section-content {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.section-surveillance .section-content .box {
    margin: 0 !important;
}


/* ====== PERIODE SECTION ====== */

.section-periodes .section-content {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.section-periodes .section-content .box {
    margin: 0 !important;
}


/* ====== SECTION LISTE ====== */

.liste-section .section-header {
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.liste-section .section-header .organisme {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.liste-section .section-header .section-image {
    height: 100px;
    width: 100px;
    border: none;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    margin-top: 10px;
}

.liste-section .section-header .tri-nombre {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    color: #1995dc;
}

.liste-section .section-header .tri-nombre h4 {
    font-size: 1.125rem;
    margin: 0;
    font-weight: normal;
}

.liste-section .section-header .tri-nombre .tri-nombre-nav {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: flex-start;
}

.liste-section .section-header .tri-nombre .tri-nombre-nav li {
    font-size: 1.125rem;
    margin: 0 5px;
    padding: 5px;
    border-bottom: 2px solid transparent;
    transition: all linear .4s;
}

.liste-section .section-header .tri-nombre .tri-nombre-nav li input {
    border: none;
    background: none;
    color: #1995dc;
}

.liste-section .section-header .tri-nombre .tri-nombre-nav li.active,
.liste-section .section-header .tri-nombre .tri-nombre-nav li:hover {
    font-weight: bold;
    border-bottom: 3px solid #1995dc;
}

.column {
    padding: 0 10px;
}

.liste-section .section-content .box {
    display: flex !important;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    line-height: 2;
    margin: 0 !important;
    color: #1995dc;
    border: 2px solid #e1e1e1;
    padding: 10px;
}

.liste-section .section-content .box-pub {
    display: flex !important;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    line-height: 2;
    margin: 0 !important;
    color: #1995dc;
    border: 2px solid #e1e1e1;
    padding: 10px;
}

.liste-section .section-content .box-pub img {
    width: 728px;
    height: 90px;
    object-fit: fill;
}

.liste-section .section-content .box a {
    color: #1995dc;
    font-size: 1.15rem;
}

.liste-section .section-content .box p {
    font-size: 1.125rem;
    margin: 10px 0;
}


/* ====== Login ====== */

.login-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem;
}

.login-section .login-content {
    /* width: 40%; */
    padding: 4rem;
    box-shadow: 0 0 4px #41414170;
    border-radius: 10px;
}

.login-section .login-content h3 {
    text-align: center;
    color: #026198;
    width: 100%;
    font-size: 1.75rem;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.form-row {
    width: 100%;
}

.form-group {
    margin: 10px 0;
    position: relative;
}

.form-group .form-control {
    width: 100%;
    border: none;
    /* padding: 10px 15px; */
    font-size: 1.125rem;
    outline: none;
    background-color: #f3f3f300;
    transition: all .3s linear;
    border-bottom: 2px solid #026198;
    margin: 10px;
}

h3 {
    color: #026198;
    ;
}

.search-group label {
    position: relative;
    top: 0px;
    color: #026198;
    padding: 0 15px;
    font-size: .813rem;
    font-weight: bold;
    left: 20px;
}

.form-group label {
    position: absolute;
    top: 50%;
    left: 20px;
    padding: 5px 15px;
    color: #2c2c2c;
    transform: translateY(-50%);
    font-size: 1.125rem;
    pointer-events: none;
    transition: all .3s ease-in-out;
}

.form-group .form-control:focus~label,
.form-group .form-control:valid~label {
    top: 0px;
    color: #026198;
    padding: 0 15px;
    font-size: .813rem;
    font-weight: bold;
}

.form-group .form-control:focus,
.form-group .form-control:valid {
    border-bottom: 2px solid #026198;
}

.register {
    margin-top: 15px;
    font-size: 1rem;
    color: #026198;
}


/* ====== FOOTER ======*/

.main_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1995dc;
    color: white;
    padding: 10px 20px;
    width: 100%;
}

.main_footer .logo {
    width: 150px;
}

.main_footer .footer_nav_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.main_footer .footer_nav {
    list-style: none;
}

.main_footer .footer_nav .footer_nav_item {
    font-size: 1.5rem;
    padding: 10px;
    border-bottom: 2px solid transparent;
}

.main_footer .footer_nav .footer_nav_item:hover,
.main_footer .footer_nav .footer_nav_item.active {
    border-bottom: 2px solid white;
}

@media screen and (max-width: 1450px) {
    .section-surveillance .section-content .box {
        width: 100px;
        margin: 0 10px;
    }
    .section-periodes .section-content .box {
        width: 150px;
        margin: 0 10px;
    }
    .section-avis .section-content .avis-item {
        border: 5px solid #1995dc;
        margin: 0 10px;
    }
    /* .section-avis .section-content .avis-item .avis-info .column .moyenne-sejour {
        padding-top: 4rem;
    } */
}

@media screen and (max-width: 1300px) {
    .section-avis .section-content .avis-item .avis-info .column .star {
        font-size: 7px;
    }
    .section-content .mini-box .box-text {
        padding: 10px 0;
        font-size: 0.75rem;
        color: #1995dc;
    }
    .section-content .box .box-text a {
        font-size: 0.95rem;
    }
}

@media screen and (max-width: 1024px) {
    .section-surveillance .section-content .box {
        width: 70px;
        margin: 0 10px;
    }
    .section-periodes .section-content .box {
        width: 70px;
        margin: 0 10px;
    }
    .section-avis .section-content .avis-item .avis-item-text {
        padding: 10px;
        font-size: 0.9rem;
        color: white;
        background: #1995dc;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .section-avis .section-content .avis-item .avis-info .column .star {
        font-size: 7px;
    }
    .section-avis .section-content .avis-item .avis-info .column .nombre-sejour {
        padding-top: 4rem;
    }
    .section-avis .section-content .avis-item .avis-info .column .moyenne-sejour {
        padding-top: 5rem;
    }
    .section-avis .section-content .avis-item .avis-info .text-blue {
        color: #009efa;
    }
}

@media screen and (max-width: 992px) {
    .section-avis .section-content .avis-item .avis-item-text {
        padding: 10px;
        font-size: 0.5rem;
        color: white;
        background: #1995dc;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .section-avis .section-content .avis-item .avis-info .column .star {
        font-size: 5px;
    }
    .section-avis .section-content .avis-item .avis-info .column .nombre-sejour {
        padding-top: 3.5rem;
    }
    .section-avis .section-content .avis-item .avis-info .text-blue {
        color: #009efa;
    }
    .section-avis .section-content .avis-item .avis-info .column .moyenne-sejour {
        padding-top: 3.5rem;
    }
    /* ====== HEADER ===== */
    .menu-icon {
        cursor: pointer;
        float: right;
        padding: 28px 20px;
        position: relative;
        user-select: none;
    }
    .menu-icon .nav-icon {
        background-color: #f3f3f3;
        display: block;
        height: 2px;
        position: relative;
        transition: background 0.2s ease-out;
        width: 18px;
    }
    .menu-icon .nav-icon::after,
    .menu-icon .nav-icon::before {
        background: #f3f3f3;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all ease-out .2s;
        width: 100%;
    }
    .menu-icon .nav-icon::before {
        top: 5px;
    }
    .menu-icon .nav-icon::after {
        top: -5px;
    }
    .menu-btn:checked~.menu-icon .nav-icon {
        background: transparent;
    }
    .menu-btn:checked~.menu-icon .nav-icon::before {
        transform: rotate(-45deg);
        top: 0;
    }
    .menu-btn:checked~.menu-icon .nav-icon::after {
        transform: rotate(45deg);
        top: 0;
    }
    .main_nav {
        display: block !important;
        position: absolute;
        right: 5px;
        top: 70px;
        background: #1995dc;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity .5s linear;
        z-index: 1000;
        padding: 10px !important;
    }
    .main_nav_item {
        width: 100%;
        margin: 0 !important;
        padding: 10px !important;
    }
    .main_nav_item1 {
        width: 100%;
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main_nav_item a {
        display: block;
        color: white;
        font-size: 1.25rem;
        width: 100%;
        text-align: center;
    }
    .menu-btn:checked~.main_nav {
        visibility: visible;
        opacity: 1;
    }
    .section-avis .section-content .avis-item {
        border: 5px solid #1995dc;
        margin: 0 10px;
    }
    .section-avis .section-content .avis-item .avis-item-body {
        padding: 10px;
        font-size: 1rem;
    }
    .section-avis .section-content .avis-item .avis-item-body .avis-user img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
    .section-content .box {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex-grow: 1;
    }
    .section-surveillance .section-content .box {
        width: 50px;
        margin: 0 10px;
    }
}


/* ====== LISTE SURVEILLANCE SECTION ====== */

.surveillance-liste .section-content .box2 {
    display: flex !important;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    line-height: normal;
    margin: 0 !important;
    color: #1995dc;
    padding: 10px;
}

.surveillance-liste .section-content .box2 .box-text {
    display: flex;
    margin-top: 10px;
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    width: 100%;
    height: 150px;
}

.surveillance-liste .section-content .box2 .box-text .nombre {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}

.surveillance-liste .section-content .box2 .box-text .nombre img {
    width: 70px;
    height: 50px;
}

.surveillance-liste .section-content .box2 .box-text .nombre p {
    font-size: 1.25rem;
}

.surveillance-liste .section-content .box2 .box-text a {
    color: white;
    font-weight: 600;
    text-align: center;
    font-size: 1.5rem;
}

.surveillance-liste .section-content .box2 .box-text a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .section-tri .form-tri-group .form-control {
        width: 100%;
    }
    .section {
        width: 100%;
        padding: 10px 20px;
    }
    .section-titre {
        font-size: 1.125rem;
        width: 170px;
    }
    .section-button a {
        font-size: 1rem;
    }
    .section-top .section-top-menu {
        width: 100%;
    }
    .section-top .section-top-menu .top-item {
        font-size: 1.125rem;
    }
    .section-content .box .box-text {
        font-size: 1rem;
    }
    .section-content .box .box-text h4 {
        font-size: 1.125rem;
    }
    .main_footer {
        justify-content: space-around;
    }
    .main_footer .logo {
        width: 200px;
    }
    .main_footer .footer_nav_content {
        display: block;
        width: 50%;
    }
    .main_footer .footer_nav .footer_nav_item {
        font-size: 1.125rem;
    }
    .section-tri {
        padding: 4rem 2rem;
        flex-direction: column;
        align-items: center;
    }
    .section-tri .form-tri-group {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .section-tri .tri-ordonne {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .liste-section .section-header .tri-nombre {
        width: 170px;
    }
    .liste-section .section-header .tri-nombre h4 {
        font-size: 1rem;
    }
    .liste-section .section-header .tri-nombre .tri-nombre-nav li {
        font-size: 1rem;
    }
    .liste-section .section-titre {
        width: 150px;
    }
    .banner .banner-content {
        flex-direction: column;
    }
    .section-avis .section-content .avis-item {
        width: auto;
    }
    .box1 {
        width: auto;
    }
    .section-avis .section-content .avis-item .avis-info .column .star {
        font-size: 12px;
    }
    .section-avis .section-content .avis-item .avis-info .column .nombre-sejour {
        padding-top: 0;
    }
    .section-avis .section-content .avis-item .avis-info .text-blue {
        color: #009efa;
    }
    .section-avis .section-content .avis-item .avis-info .column .moyenne-sejour {
        padding-top: 0;
    }
}