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

  

}





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

  .logo-header {
    width: 16%;
}

.content-header {
    width: 84%;
}

.navlink > li > a {
    font-size: 9.2px;
}

.title-banner {
    font-size: 40px ;
}

.section-title-banner {
    /*! padding-left: 100px; */
}

.wrapper-banniere .owl-nav {
    left: 43px ;
}

.wrap-documentation .nav-btn.prev-slide {
    left: -1% ;
}

.wrap-documentation .nav-btn.next-slide {
    right: -1% ;
}

.wrap-galerie .nav-btn {
    width: 40px ;
    font-size: 14px;
}

.wrap-galerie .prev-slide {
    left: -10px ;
}

.wrap-galerie .next-slide {
    right: -10px ;
}

.wrap-documentation .nav-btn {
    width: 35px;
    height: 35px;
    font-size: 16px;
}
    .navlink{
        width: 91%; 
    }
.navlink > li {
    position: relative;
    padding: 13px 10px;
    /* color: #ffffff; */
    background: grey;
    /* border-right: 3px solid white; */
    margin-right: 4px;
}

.right-top-header {
  padding-left: 10px;
  padding-right: 10px;
  width: 76%;
}
.item-info-header a {
  font-size: 11px;
}
    
.localisation-anglais {
  font-size: 10px !important;
}
.icon-info-header {
  font-size: 13px;
}
    .wrap-info-header{
        flex-wrap: nowrap;
    }
.info-header {
  width: 77%;
}
.social-header {width: 22%;}
.btn-header a {
  padding: 6px 10px;
  font-size: 12px;
}
.wrap-bottom-header.row-container {
  justify-content: space-between;
}
.container{
    padding:0 40px ;
}
      
}




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

.section-title-banner {
    padding-left: 100px;
  }

    .banniere .nav-btn {
        top: 90% !important;
        width: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .banniere .nav-btn.next-slide {
        left: 55%;
    }
    .logo-header {
    width: 15%;
}

.content-header {
    width: 86%;
}

.navlink > li {
    padding: 5px 7px;
}

.navlink > li > a {
    font-size:10px;
    padding: 15px 11px;
}

.wrapper-banniere .owl-nav {
    left: 50px;
}

.section-title-banner {
    padding-left: 90px;
}

.wrap-galerie .nav-btn {
    width: 60px;
    font-size: 20px;
}
    /* ********************* MENU *************************** */

    .close-menu-mb {
        background: transparent;
        width: 10%;
        margin-right: 5px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .close-menu-mb span {
        display: flex;
        background: #fff;
        width: 100%;
        height: 35px;
        align-items: center;
        justify-content: center;
        color: grey;
        position: absolute;
        top: 0;
    }

    .main-menu-mb {
        width: 100%;
        position: relative;
        padding: 44px 20px 0 30px;
        overflow-y: auto;
        height: 100%;
        z-index: 10;
        position: absolute;
    }

    .linklist-menu {
        color: #ddd;
        font-size: 15px;
        font-weight: 500;
        position: relative;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 10px;
        padding-top: 10px;
        text-transform: uppercase;
        justify-content: space-between;
    }

    .listmenu input:checked ~ .linklist-menu {
        color: var(--white-color);
        border-bottom: 1px solid var(--white-color);
    }

    .panel_submenu_mb {
        background: #ffffff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        position: relative;
        transition: all 3ms ease;
        overflow: hidden;
        height: 0;
    }

    .linksubmenu__mb {
        color: grey;
        position: relative;
    }

    .listmenu input {
         display: none; 
    }

    .listmenu input:checked ~ label.submenu-label .panel_submenu_mb {
        height: 100%;
        padding: 10px 20px 10px 22px;
    }
    
    .listmenu input:checked ~ label.submenu-label span.linklist-menu {
        color: var(--second-color);
    }

    label.submenu-label .linklist-menu:after {
        content: "\f105";
        position: relative;
        font-family: "FontAwesome";
    }

    .listmenu input:checked ~ label.submenu-label  span.linklist-menu:after {
        content: "\f107";
    }

    .smenu-item label {
        width: 100%;
    }
        
    .smenu-item.has-children {
        display: flex;
        justify-content: space-between;
    }
        
    .has-children .smenu-item-titre:after {
        content: "\f105";
        font-family: 'FontAwesome';
        position: relative;
        font-size: 14px;
    }
    
.smenu-item input:checked ~ label .smenu-item-titre:after {
    content: "\f107";
}
    
    .smenu-item {
        border-bottom: 1px solid #d1d1d1;
        padding: 8px 0;
        line-height: 1.2;
    }
    
    .smenu-item:last-child {
        border: none;
    }

    .ssmenu {
        /* font-size: 14px; */
        line-height: 1.8;
        background: none;
        position: relative;
        transition: all 3ms ease;
        overflow: hidden;
        height: 0;
        font-weight: 400;
    }

    .ssmenu li {
        position: relative;
        padding: 4px 0;
        line-height: 1.3;
        font-size: 15px;
    }

    .ssmenu li:before {
        content: "\f105";
        position: relative;
        font-family: 'FontAwesome';
        font-size: 12px;
        margin-right: 10px;
    }

    .smenu-item input:checked ~ label .smenu-item-titre {
        color: var(--primary-color);
        /* border-bottom: 1px solid var(--primary-color); */
    }

    .smenu-item input:checked ~ label .ssmenu {
        height: auto;
        padding: 15px 15px 0;
        top: unset;
        left: unset;
        position: relative;
        opacity: 1;
        visibility: visible;
        margin: unset;
        min-width: unset;
        border: none;
        box-shadow: none;
        transform: unset;
        clip: unset;
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .smenu-item-titre {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .smenu-item-titre span {
        margin: 2px 0 0 15px;
    }
    .has-children a::before{
        display: none;
    }


    .button_close {
        position: absolute;
        display: flex;
        font-size: 16px;
        left: 12px;
        background: #fff;
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

  
    .container {
        padding: 0 20px;
    }
    
.bottom-mobile-header {
  background-color: #f8f8f8;
  display: flex;
  justify-content: space-between;
}
.right-header-mobile {
  display: flex;
  padding: 10px 0;
  margin-right: 30px;
  justify-content: center;
  align-items: center;
}
.wrap-right-bottom-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.right-top-header {
  background-color: var(--primary-color);
  color: white;
}
.icon-info-header {
  color: var(--white-color);
  padding-left: 10px;
}
.logo-header {
  width: 14%;
}
.social-header a {
  background-color: white;
  color: var(--primary-color);
}
.header-mobile {
  background-color: var(--primary-color);
}
.top-header {
  padding-bottom: 10px;
  padding-left: 9px;
  font-size: 14px;
}



    .header-mobile {
        background: #edf2f8;
        box-shadow: 0 0 30px rgba(0 0 0 / 21%);
        z-index: 2;
        position: relative;
        /*! display: block; */
    }

    .wrap-header-mobile {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .middle-header {
        position: relative;
        padding: 0;
    }

    .wrap-middle-header {
        background-color: var(--primary-color);
        padding: 15px 20px 15px 40px;
        position: relative;
    }

    .wrap-middle-header > div {
        position: relative;
        z-index: 2;
    }

    .left-header, .amoirie {
        height: unset;
        padding: 5px 0;
        justify-content: center;
    }

    .amoirie a img {
        height: 70px;
    }

    .element-shape-decor {
        position: absolute !important;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 1;
    }

    .search {
        /*! color: #fff; */
        /*! width: unset; */
        /*! font-size: 23px; */
    }


    


    

    .widget_menu.content_menu_btn {
        position: relative;
    }
    
    .icon_bar {
        width: 45px;
        aspect-ratio: 1;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--second-color);
    }
    
    .icon_bar svg {
        height: 100%;
        display: flex;
        fill: #fff;
    }

    .content_panel_menu_mobile {
        position: fixed;
        top: 0;
        overflow-y: auto;
        height: 100vh;
        width: 100%;
        z-index: 10;
        transition: all 1s ease;
        visibility: hidden;
        opacity: 0;
        left: -100%;
    }

    .content_panel_menu_mobile:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: .5;
        cursor: pointer;
    }

    .container_panel {
        position: relative;
        background: var(--primary-color);
        width: 100%;
        height: 100%;
        max-width: 100%;
        z-index: 10;
    }


/* ********************* MENU *************************** */

    .close-menu-mb {
        background: transparent;
        width: 10%;
        margin-right: 5px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .close-menu-mb span {
        display: flex;
        background: #fff;
        width: 100%;
        height: 35px;
        align-items: center;
        justify-content: center;
        color: grey;
        position: absolute;
        top: 0;
    }

    .main-menu-mb {
        width: 100%;
        position: relative;
        padding: 44px 20px 0 30px;
        overflow-y: auto;
        height: 100%;
    }

    .linklist-menu {
        color: #ddd;
        font-size: 15px;
        font-weight: 500;
        position: relative;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 10px;
        padding-top: 10px;
        text-transform: uppercase;
        justify-content: space-between;
    }

    .listmenu input:checked ~ .linklist-menu {
        color: var(--white-color);
        border-bottom: 1px solid var(--white-color);
    }

    .panel_submenu_mb {
        background: #ffffff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        position: relative;
        transition: all 3ms ease;
        overflow: hidden;
        height: 0;
    }

    .linksubmenu__mb {
        color: grey;
        position: relative;
    }

    .listmenu input {
         display: none; 
    }

    .listmenu input:checked ~ label.submenu-label .panel_submenu_mb {
        height: 100%;
        padding: 10px 20px 10px 22px;
    }
    
    .listmenu input:checked ~ label.submenu-label span.linklist-menu {
        color: var(--white-color)
    }

    label.submenu-label .linklist-menu:after {
        content: "\f105";
        position: relative;
        font-family: "FontAwesome";
    }

    .listmenu input:checked ~ label.submenu-label  span.linklist-menu:after {
        content: "\f107";
    }

    .smenu-item label {
        width: 100%;
    }
        
    .smenu-item.has-children {
        display: flex;
        justify-content: space-between;
    }
        
    .has-children .smenu-item-titre:after {
        content: "\f105";
        font-family: 'FontAwesome';
        position: relative;
        font-size: 14px;
    }
    
.smenu-item input:checked ~ label .smenu-item-titre:after {
    content: "\f107";
}
    
    .smenu-item {
        border-bottom: 1px solid #d1d1d1;
        padding: 8px 0;
        line-height: 1.2;
    }
    
    .smenu-item:last-child {
        border: none;
    }

    .ssmenu {
        /* font-size: 14px; */
        line-height: 1.8;
        background: none;
        position: relative;
        transition: all 3ms ease;
        overflow: hidden;
        height: 0;
        font-weight: 400;
    }

    .ssmenu li {
        position: relative;
        padding: 4px 0;
        line-height: 1.3;
        font-size: 15px;
    }

    .ssmenu li:before {
        content: "\f105";
        position: relative;
        font-family: 'FontAwesome';
        font-size: 12px;
        margin-right: 10px;
    }

    .smenu-item input:checked ~ label .smenu-item-titre {
        color: var(--primary-color);
        /* border-bottom: 1px solid var(--primary-color); */
    }

    .smenu-item input:checked ~ label .ssmenu {
        height: auto;
        padding: 3px 15px 0;
        top: unset;
        left: unset;
        position: relative;
        opacity: 1;
        visibility: visible;
        margin: unset;
        min-width: unset;
        border: none;
        box-shadow: none;
        transform: unset;
        clip: unset;
    }

    .smenu-item-titre {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .smenu-item-titre span {
        margin: 2px 0 0 15px;
    }


    .button_close {
        position: absolute;
        display: flex;
        font-size: 16px;
        left: 12px;
        background: #fff;
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .contentclose {
        position: absolute;
        display: flex;
        font-size: 16px;
        background: #fff;
        width: 35px;
        aspect-ratio: 1;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        right: 20px;
        /* left: 45%; */
        top: 20px;
        border: 2px solid grey;
        border-radius: 50%;
        position: absolute;
        z-index: 20;
    }

   



/* ********************* MENU *************************** */

    .close-menu-mb {
        background: transparent;
        width: 10%;
        margin-right: 5px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .close-menu-mb span {
        display: flex;
        background: #fff;
        width: 100%;
        height: 35px;
        align-items: center;
        justify-content: center;
        color: grey;
        position: absolute;
        top: 0;
    }

    .main-menu-mb {
        width: 100%;
        position: relative;
        padding: 44px 20px 0 30px;
        overflow-y: auto;
        height: 100%;
        z-index: 100;
    }

    .linklist-menu {
        color: #ddd;
        font-size: 15px;
        font-weight: 500;
        position: relative;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 10px;
        padding-top: 10px;
        text-transform: uppercase;
        justify-content: space-between;
    }

    .listmenu input:checked ~ .linklist-menu {
        color: var(--white-color);
        border-bottom: 1px solid var(--white-color);
    }

    .panel_submenu_mb {
        background: #ffffff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        position: relative;
        transition: all 3ms ease;
        overflow: hidden;
        height: 0;
    }

    .linksubmenu__mb {
        color: grey;
        position: relative;
        /*! border-bottom: 1px solid #d1d1d1; */
        padding: 8px 0;
        line-height: 1.2;
        width: 100%;
        display: block;
    }

    .listmenu input {
         display: none; 
    }

    .listmenu input:checked ~ label.submenu-label .panel_submenu_mb {
        height: 100%;
        padding: 10px 20px 10px 22px;
    }
    
    .listmenu input:checked ~ label.submenu-label span.linklist-menu {
        color: var(--white-color)
    }

    label.submenu-label .linklist-menu:after {
        content: "\f105";
        position: relative;
        font-family: "FontAwesome";
    }

    .listmenu input:checked ~ label.submenu-label  span.linklist-menu:after {
        content: "\f107";
    }

    .smenu-item label {
        width: 100%;
    }
        
    .smenu-item.has-children {
        display: flex;
        justify-content: space-between;
    }
        
    .has-children .smenu-item-titre:after {
        content: "\f105";
        font-family: 'FontAwesome';
        position: relative;
        font-size: 14px;
    }
    
.smenu-item input:checked ~ label .smenu-item-titre:after {
    content: "\f107";
}
    
    .smenu-item {
        border-bottom: 1px solid #d1d1d1;
        padding: 8px 0;
        line-height: 1.2;
    }
    
    .smenu-item:last-child {
        border: none;
    }

    .ssmenu {
    }

    .ssmenu li {
    }

    .ssmenu li:before {
    }

    .smenu-item input:checked ~ label .smenu-item-titre {
    }

    .smenu-item input:checked ~ label .ssmenu {
    }

    .smenu-item-titre {
    }

    .smenu-item-titre span {
        margin: 2px 0 0 15px;
    }


    .button_close {
        position: absolute;
        display: flex;
        font-size: 16px;
        left: 12px;
        background: #fff;
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

   
    .container {
        padding: 0 20px;
    }

    .title-bloc {
        font-size: 35px;
        line-height: 1.2;
    }

    .section-title {
    }

    .section-title .sub-title {
    }

.social-header a {
  width: 30px;
  font-size: 12px;
}
.social-header {
  width: 18%;
}
.right-top-header {
  width: 89%;
}
.wrap-item-info-header {
  font-size: 12px;
}
.logo-header img {
  /*! width: 80%; */
}
.bottom-header {
  padding: 0 10px;
}
.navlink > li > a {
  font-size: 9px;
  padding: 5px 0;
}
.right-bottom-header {
  padding-left: 10px;
}
.search-header {
  border: none;
}


}


@media only screen and (max-width: 1024px) {
     .wrap-info-header{
        flex-wrap: nowrap;
    }
    .logo-header {
  width: 63%;
  background: none;
}
  
.languages-header span {
  color: var(--primary-color);
}
    
.logo-mobile {
  width: 30%;
}
.right-header-mobile {
  width: 100%;
  justify-content: space-between;
  padding: 7px 20px;
}
.logo-header img {
}
    

.icon_bar {
  margin-right: 10px;
}
.social-header {
  width: max-content;
  margin-right: 40px;
}
    .languages-header a.active {
    color: var(--primary-color);
}

    body {
        font-size: 15px;
        line-height: 1.5;
    }

    .header-mobile{
        display: block !important;
    }


    .section-title {
        margin-bottom: 30px;
    }
    .right-top-header {
  width: 100%;
  left: -12px;
  position: relative;
}

.left-header {
  display: flex;
  width: 62%;
  justify-content: end;
  align-items: center;
}
   
    
.wrap-languages-header a:nth-child(1) {
  color: wheat;
  font-weight: 600;
}
.top-header::before {
  display: none;
}
 .top-header {
    padding-left: 0 !important;
    display: flex;
  }
.title-filigrane {
    font-size: 100px;
}
.title-bloc {
  font-size: 30px;
}
.top-footer {
        width: 100%;
        justify-content: center;
        display: flex;
        position: absolute;
        top: -164px;
    }
    .wrap-footer {
        align-items: unset;
        color: #DDE8E8;
        position: relative;
        padding: 0 50px;
    }
    .footer-widget.logo-widget {
        line-height: 27px;
        font-weight: 400;
        padding: 0;
        padding-bottom: 30px;
    }
    .footer-widget {
        width: 50%;
        font-size: 14px;
        line-height: 27px;
        font-weight: 400;
        padding-left: 0px;
    }
    .footer-widget-title h3 {
        font-size: 16px;
    }
    .wrap-nav-footer li {
        line-height: 1.5;
        padding: 5px 0;
        position: relative;
        padding-left: 7px;
        font-size: 13px;
    }
    .social-footer a {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .news-letter-button svg {
        fill: var(--white-color);
        height: 15px;
    }
    .field-form-news-letter input {
        height: 43px;
    }

    .news-letter-button {
        height: 43px;
    }
    .news-letter-button svg {
        fill: var(--white-color);
        height: 15px;
    }
    .footer-copyright {
        background-color: #01080D;
        color: white;
        position: relative;
        font-family: poppins,sans-serif;
        font-size: 12px;
    }
    .wrap-form-news-letter {
        width: 100%;
        justify-content: start;
        align-items: center;
        display: flex;
        padding-top: 30px;
    }
    .footer-widget.nav-widget {
        padding-left: 0px;
    }
    .footer-widget.contact-widget {
        width: 50%;
        padding-left: 0px;
    }
    .info-contact i {
        color: var(--primary-color);
        margin-right: 13px;
        font-size: 16px;
    }



}


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



    body {
        line-height: 1.5;
        font-size: 14px;
    }

.ligne-titre > * {
    width: 100% !important;
    justify-content: start;
    padding: 0 !important;
}
    

.title-filigrane {
    font-size: 120px;
}

.social-header {
  width: fit-content;
  justify-content: flex-start;
  margin-right: 15px;
}
.right-top-header {
  width: 100%;
  padding: 14px 0 10px;
}
.languages-header {
  padding-top: 0;
  color: white;
}


h2.title-bloc {
    font-size: 30px;
    padding-bottom: 25px;
}


    .primary-btn i {
        font-size: 12px;
    }


    .icon_bar {
        width: 43px;
        height: auto;
    }

    .icon_bar svg {
        width: 55%;
    }

    .primary-btn {
        padding: 10px 25px;
        font-size: 14px;
    }
    .top-footer {
        width: 100%;
        justify-content: center;
        display: flex;
        position: absolute;
        top: -164px;
    }
    .wrap-footer {
        align-items: unset;
        color: #DDE8E8;
        position: relative;
        padding: 0 50px;
    }
    .footer-widget.logo-widget {
        line-height: 27px;
        font-weight: 400;
        padding: 0;
        padding-bottom: 30px;
    }
    .footer-widget {
        width: 50%;
        font-size: 14px;
        line-height: 27px;
        font-weight: 400;
        padding-left: 0px;
    }
    .footer-widget-title h3 {
        font-size: 16px;
    }
    .wrap-nav-footer li {
        line-height: 1.5;
        padding: 5px 0;
        position: relative;
        padding-left: 7px;
        font-size: 13px;
    }
    .social-footer a {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .news-letter-button svg {
        fill: var(--white-color);
        height: 15px;
    }
    .field-form-news-letter input {
        height: 43px;
    }

    .news-letter-button {
        height: 43px;
    }
    .news-letter-button svg {
        fill: var(--white-color);
        height: 15px;
    }
    .footer-copyright {
        background-color: #01080D;
        color: white;
        position: relative;
        font-family: poppins,sans-serif;
        font-size: 12px;
    }
    .wrap-form-news-letter {
        width: 100%;
        justify-content: start;
        align-items: center;
        display: flex;
        padding-top: 30px;
    }
    .footer-widget.nav-widget {
        padding-left: 0px;
    }
    .footer-widget.contact-widget {
        width: 50%;
        padding-left: 0px;
    }
    
.logo-header {
  width: 58%;
}
.search-header {
  padding: 0 10px;
}
.widget_menu.content_menu_btn {
  height: 100%;
}


}
@media only screen and (max-width: 500px) {
    
    .languages-header {
  width: 100%;
}
.left-header {
  flex-wrap: wrap;
}
.bottom-mobile-header {
  align-items: center;
}
    
/*     menu */
    
.item-info-header {
  width: 100%;
  padding: 4px 0;
}
    
.wrap-item-info-header {
  justify-content: initial;
  display: flex;
  padding-right: 10px;
}
.item-info-header + .item-info-header {
  padding-left: 0;
}
.logo-header {
  width: 60%;
}
.logo-header img {
  width: 90%;
}
.icon_bar {
  width: 35px;
}
.widget_menu.content_menu_btn {
  justify-content: center;
  display: flex;
  height: fit-content;
}
.btn-header a {
  padding: 6px 11px;
  font-size: 10px;
}
.right-header-mobile {
  margin-right: 20px;
}
    
    .logo-footer {
        width: 100px;
        height: 100px;
    }
    .footer-widget-title h3 {
        font-size: 14px;
    }
    .wrap-nav-footer li {
        line-height: 1.5;
        padding: 5px 0;
        position: relative;
        padding-left: 7px;
        font-size: 11px;
    }
    .info-contact i {
        color: var(--primary-color);
        margin-right: 13px;
        font-size: 12px;
    }
    .info-contact {
        padding: 7px 0;
        display: flex;
        align-items: center;
        font-size: 11px;
        line-height: 18px;
    }
    .footer-widget.contact-widget {
        width: 100%;
        padding-left: 0px;
        padding: 16px 0;
    }
    .footer-widget.logo-widget {
        line-height: 27px;
        font-weight: 400;
        padding: 0;
        padding-bottom: 8px;
    }
    .bg-footer {
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: absolute;
        overflow: hidden;
        max-height: 100%;
        height: 100%;
    }
    .wrapper-footer {
        padding: 0px 0 60px;
    }
    .top-footer {
        width: 100%;
        justify-content: center;
        display: flex;
        position: absolute;
        top: -114px;
    }
    banner-btns .primary-btn {
  padding: 5px 10px 5px 10px;
  font-size: 13px;
}

.wrap-documentation .nav-btn {
  width: 35px;
  height: 35px;
  font-size: 14px;
}
.wrap-documentation .nav-btn.prev-slide {
  left: -2%;
}
.wrap-documentation .nav-btn.next-slide {
  right: -2%;
}

}


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

        
    .icon_bar {
        width: 30px;
        height: 30px;
    }
      .icon-info-header {
  font-size: 10px;
}

    .icon_bar svg {
        width: 49%;
    }
    .social-header {
  margin: 0;
  width: 100%;
  margin-bottom: 10px;
}
.languages-header {
  width: 100%;
  padding-bottom: 10px;
  font-size:  16px !important;
}
.left-header {
  flex-wrap: wrap;
  width: 60%;
  padding-top: 0px;
}


    body {
        line-height: 1.5;
        font-size: 13px;
        text-align: justify;
    }

    .section-title {
        margin-bottom: 15px;
    }

    .sub-title {
        font-size: 10px;
    }

    .title-bloc {
        font-size: 22px !important;
    }

    .primary-btn {
        padding: 7px 7px 7px 15px;
        font-size: 12px;
    }  

    .primary-btn svg {
        width: 20px;
        height: 20px;
    }

    .logo-header img, .amoirie a img {
        width: 89%;
    }

    .wrap-middle-header.row-container {
        padding: 8px 15px;
    }

    .search-header {
        padding: 0 10px;
    }

    .search {
        font-size: 15px;
    }

    .container_panel {
        width: 100%;
    }

    .linklist-menu {
        font-size: 13px;
    }
    .top-footer {
        left: 0;
        top: -141px;
    }
    .footer-widget {
        width: 100%;
    }
    .footer-widget.contact-widget {
        width: 100%;
        padding-left: 0px;
    }
    .info-contact i {
        color: var(--primary-color);
        margin-right: 13px;
        font-size: 14px;
    }
    .form-newsletter {
        position: relative;
        width: 95%;
    }
    .logo-footer {
        width: 75%;
        height: 120px;
        margin-bottom: 20px;
    }
    
.wrap-footer.row-container {
  padding-left: 0;
  padding-right: 0;
}
.footer-widget-title h3 {
  margin-bottom: 10px;
}
.wrap-footer-widget {
  margin-bottom: 20px;
}
.wrap-nav-footer li::before {
  left: 0;
}
.wrap-nav-footer li a {
  margin-left: 10px;
}
.footer-widget + .footer-widget {
  padding-left: 0;
  padding: 0;
}
.news-letter-title {
  font-size: 12px;
  line-height: 20px;
  text-align: initial;
}
    
 
.logo-mobile {
  width: 40% !important;
  /*! justify-content: start; */
  display: flex;
  padding: 0;
  margin: 0;
}
.logo-header {
  width: 92% !important;
  background: none;
  justify-content: start;
}
.right-header-mobile {
  width: 100%;
  margin-right: 0;
}   
    

}


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


   .primary-btn {
        padding: 8px 18px;
        font-size: 12px;

    }


}


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



}


