/*`xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {

  header nav .navbar-nav .nav-item {
    /*margin: auto;*/
    /*margin: 0 10px;*/
    padding: 0 15px;
  }
  .contact .map .right,
  .contact .map .left
  {
    height: 330px;
  }
}
/*`xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/*`lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

  .title-section {
    margin: 30px 0;
  }
  /******************************************************************************************/
  /**************************************     navbar responsive  ***************************************/
  /******************************************************************************************/

  .navbar-expand-lg {
    z-index: 999;
    background: white;
    padding: 0;
  }
  .navbar-expand-lg .container .navbar-toggler {
    display: block;
  }
  .navbar-collapse {
    background: #ffffff;
    position: fixed;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
  }
  .navbar-collapse ul.navbar-nav {
    /*position: absolute;*/
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .navbar-collapse ul.navbar-nav li {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
    padding: 0;
    margin-bottom: 20px;
  }
  .navbar-collapse ul.navbar-nav li a {
    /*color: white;*/
    font-size: 40px;
    /*padding: 0;*/
  }
  .navbar-collapse.show {
    min-height: 100vh;
    visibility: visible;
    opacity: 1;
    z-index: 9;
  }
  .navbar-collapse.show ul li {
    opacity: 1;
  }
  .navbar-collapse.show ul li:nth-child(1) {
    transition-delay: 0.06s;
  }
  .navbar-collapse.show ul li:nth-child(2) {
    transition-delay: 0.12s;
  }
  .navbar-collapse.show ul li:nth-child(3) {
    transition-delay: 0.18s;
  }
  .navbar-collapse.show ul li:nth-child(4) {
    transition-delay: 0.24s;
  }
  .navbar-collapse.show ul li:nth-child(5) {
    transition-delay: 0.3s;
  }
  .navbar-collapse.show ul li:nth-child(6) {
    transition-delay: 0.36s;
  }

  .navbar-toggler {
    padding: 15px;
    z-index: 99;
    border-color: var(--secondary-color);
    box-shadow: none !important;
  }
  .navbar-brand{
    z-index: 99;
  }
  .navbar-toggler #nav-icon {
    width: 30px;
    height: 22px;
    position: relative;
    margin: 0 auto;
    transform: rotate(0deg);
    cursor: pointer;
  }
  .navbar-toggler #nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: var(--secondary-color);
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .navbar-toggler[aria-expanded=false] #nav-icon span:nth-child(even) {
    left: 50%;
  }
  .navbar-toggler[aria-expanded=false] #nav-icon span:nth-child(odd) {
    left: 0px;
  }
  .navbar-toggler[aria-expanded=false] #nav-icon span:nth-child(1),
  .navbar-toggler[aria-expanded=false] #nav-icon span:nth-child(2) {
    top: 0px;
  }
  .navbar-toggler[aria-expanded=false] #nav-icon span:nth-child(3),
  .navbar-toggler[aria-expanded=false] #nav-icon span:nth-child(4) {
    top: 9px;
  }
  .navbar-toggler[aria-expanded=false] #nav-icon span:nth-child(5),
  .navbar-toggler[aria-expanded=false] #nav-icon span:nth-child(6) {
    top: 18px;
  }
  .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(1),
  .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(6) {
    transform: rotate(45deg);
  }
  .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(2),
  .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(5) {
    transform: rotate(-45deg);
  }
  .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(1) {
    left: 5px;
    top: 7px;
  }
  .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
  }
  .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(5) {
    left: 5px;
    top: 12px;
  }
  .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(6) {
    left: calc(50% - 5px);
    top: 12px;
  }

  header .nav-item.dropdown .show, header .nav-item.dropdown:hover {
    background-color: #ffffff;
    text-align: center;
    margin-top: 10px;
  }
  header nav .nav-item .dropdown-menu .nav-link {
    color: var(--secondary-color);
    font-size: 30px;

  }

  /******************************************************************************************/
  /**************************************  end navbar responsive  ***************************************/
  /******************************************************************************************/

  /******************************************************************************************/
  /**************************************  home  ***************************************/
  /******************************************************************************************/
  .section-banner {
    height: 440px;
  }
  .section-banner .content {
    width: 70%;
  }
  .section-chiffres .numbers {
    text-align: center;
  }
  .section-chiffres .numbers .separ {
    margin-bottom: 25px;
  }
  .section-realisation .card-body .card-text {
    line-height: 19px;
    height: 135px;
  }
  .section-chiffres .numbers .separ:after {
    width: 80px;
    right: 0;
    margin: auto;
    left: 0;
    bottom: -20px;
    border-width: 1px;
  }
  .section-chiffres .numbers .description {
    font-size: 22px;
  }
  /******************************************************************************************/
  /**************************************  end home  ***************************************/
  /******************************************************************************************/

  /******************************************************************************************/
  /**************************************  about  ***************************************/
  /******************************************************************************************/
  .mot_1 .card-body {
    padding-left: 20px;
  }
  .mot_1 .card-title {
    margin-top: 5px;
  }
  .mot_1 .card-text {
    margin-top: 30px;
    line-height: 30px;
  }
  .mot_1 .img {
    height: 290px;
  }
  .mot_3 .img {
    padding: 0 30px;
    margin-top: 40px;
  }
  .mot_4 .img img {
     height: auto;
  }

  .mot_5 {
    padding: 50px 5%;
  }
  .mot_5 .card-text {
    line-height: 35px;
    margin-top: 25px;
    padding: 0 0px 0 20px;
  }
  .mot_5 .card .img img {
    margin-top: 4px;
  }

  .mot_6 .card > .row > div {
    height: 300px;
  }
  .mot_6 ul {
    height: 240px;
  }
  .mot_7 .img  {

    height: auto;
  }
  .mot_7 .img img {

    max-width: 50%;
  }
  .mot_8 .img {
    margin-top: -40px;
  }
  .mot_9 .table {
    border-radius: 44px;
  }
  .mot_9 .table tr td:nth-child(2),
  .mot_9 .table tr td {
    padding: 0 0 10px 15px;
  }
  .mot_9 .table tr th:nth-child(2) {
    padding: 0 0 0 15px;
  }
  .mot_9 .table td {
    line-height: 25px;
  }
  /******************************************************************************************/
  /**************************************  end about  ***************************************/
  /******************************************************************************************/


  /******************************************************************************************/
  /**************************************  federation  ***************************************/
  /******************************************************************************************/
  .fed_1 >div {
    padding: 0;
  }
  /******************************************************************************************/
  /**************************************  realisation  ***************************************/
  /******************************************************************************************/
  .fed_1 .info {
    /*width: calc(100% - 240px);*/
  }

  /******************************************************************************************/
  /**************************************  end realisation  ***************************************/
  /******************************************************************************************/

  /******************************************************************************************/
  /**************************************  federation  ***************************************/
  /******************************************************************************************/
  .fed_1 .info {
    width: calc(100% - 190px);
    float: left;
    overflow: hidden;
  }
  .fed_2 .communique_elems .data {
    padding: 20px;
  }

  .fed_2 .title-comunique, .fed_2 .title-help, .fed_2 .title-actualite {
    padding-bottom: 20px;
  }
  .fed_2 .help .content_help {
    height: 340px;
  }
  .fed_3 .content_revendication ul {
    border-radius: 30px;
    margin: 40px;
    padding: 20px;
  }
  .fed_3 .content_revendication ul li {
    line-height: 35px;
  }
  .fed_4 {
    margin-bottom: 50px;
  }
  /******************************************************************************************/
  /**************************************  end federation  ***************************************/
  /******************************************************************************************/


  /******************************************************************************************/
  /**************************************  biblio  ***************************************/
  /******************************************************************************************/
  .biblio >div {
    padding: 0;
  }
  .biblio .card {
    padding: 20px 0px;
  }

  /******************************************************************************************/
  /**************************************  end biblio  ***************************************/
  /******************************************************************************************/

  /******************************************************************************************/
  /**************************************  page details  ***************************************/
  /******************************************************************************************/
  .page_details .blog-content p {
    font-size: 22px;
    line-height: 44px;
  }
  /******************************************************************************************/
  /**************************************  end page details  ***************************************/
  /******************************************************************************************/

  /******************************************************************************************/
  /**************************************  contact  ***************************************/
  /******************************************************************************************/
  .contact h2 {
    /*font-size: 26px;*/
  }
  .contact .map .right {
    padding: 10px;
    height: 300px;
  }
  .contact .map .left {
    height: 300px;
  }
  .contact .map h5 {
    font-size: 16px;
  }
  .contact .map p {
    font-size: 14px;

  }
  .contact_form .form_header {
    /*font-size: 30px;*/
    /*line-height: 75px;*/
  }
  .contact_form .form_body {
    padding: 30px 20px;
  }
  /******************************************************************************************/
  /**************************************  end contact  ***************************************/
  /******************************************************************************************/

}
/*`md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  /******************************************************************************************/
  /**************************************  home  ***************************************/
  /******************************************************************************************/

  header {
    padding:  0 0 10px;
  }
  .navbar-brand {
    margin-right: 0;
    margin-left:64px;
  }
  .navbar-toggler {
    padding: 5px;
  }
  header .logo {
    width: 70px;
    /*width: auto;*/
    height: 65px;
  }
  .navbar-collapse ul.navbar-nav li a {
    font-size: 25px;
  }
  header nav .nav-item .nav-link.active:after {

    bottom: 0px;
  }
  .section-banner .content {
    width: 90%;
    height: 490px;
  }
  .title-section {
    font-size: 25px;
    line-height: 40px;
    padding-left: 20px;
    margin: 35px 0;
  }
  .title-section:before {
    width: 7px;
    top: 9px;
    border-width: 11px 0px;
  }
  .section-chiffres .numbers .value {
    font-size: 55px;
    line-height: 65px;
  }
  .section-chiffres .numbers .unite {
    font-size: 23px;
    line-height: 15px;
  }
  .section-chiffres .numbers .description {
    font-size: 20px;
  }
  .newsletter .left img {
    width: 100px;
  }
  .newsletter .left .text {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  .newsletter .left h4 {
    font-size: 22px;
    padding-bottom: 4px;
  }
  .newsletter .left h5 {
    font-size: 24px;
    line-height: 32px;
  }
  /******************************************************************************************/
  /**************************************  end home  ***************************************/
  /******************************************************************************************/

  /******************************************************************************************/
  /**************************************  about  ***************************************/
  /******************************************************************************************/
  .mot_1 .card-text {
    font-size: 21px;
    line-height: 33px;
  }
  .mot_3 .img {
    padding: 0;
    margin-top: 0px;
  }
  /******************************************************************************************/
  /**************************************  end about  ***************************************/
  /******************************************************************************************/
  .search-results li .search-result__title a{
    color:var(--secondary-color) ;
    font-size: 20px;
  }

  .search-results li .search-result__snippet{
    font-size: 15px;
    line-height: 25px;
  }
}

 /*`sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .section-padding {
    padding: 0 2%;
  }
  .title-section {
    font-size: 25px;
    line-height: 40px;
    margin: 15px 0 35px;
  }
  header .d-flex {
    /*margin: auto;*/
    /*padding-bottom: 7px;*/
  }
  .navbar-collapse.show {
    overflow: auto;
  }
  header nav .nav-item .dropdown-menu .nav-link {
    font-size: 22px;
  }
  header nav .nav-item .nav-link {
    height: 40px;
    line-height: 40px;
  }
  header nav .nav-item .dropdown-menu .nav-item {

    margin-bottom: 0px;
  }
  /******************************************************************************************/
  /**************************************   home  ***************************************/
  /******************************************************************************************/
  .section-banner {
    height: 530px;
  }
  .section-banner .content p {
    font-size: 20px;
  }
  .section-banner .content {
    height: 400px;
  }
  /******************************************************************************************/
  /**************************************  end home  ***************************************/
  /******************************************************************************************/


  /******************************************************************************************/
  /**************************************  about  ***************************************/
  /******************************************************************************************/
  .mot_1 .card-title{
    margin-top: 25px;
    font-size: 18px;

  }
  .mot_1 .card-text {
    font-size: 14px;
    line-height: 25px;
  }
  .mot_2 {
    margin-top: 0px;
  }
  .mot_2 p {
    font-size: 14px;
    line-height: 25px;
    padding: 0 0 50px 25px;
  }
  .mot_5 {
    padding: 20px 5%;
  }
  .mot_5 .card-body {
    padding: 0;
  }
  .mot_5 .card .img {
    height: 260px;
  }
  .mot_5 .card-title {
    font-size: 18px;
    line-height: 25px;
    padding-left: 0;
    margin-top: 10px;
  }

  .mot_5 .card-text {
    line-height: 25px;
    font-size: 14px;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 20px;
  }
  .mot_6 .card .card-body {
    padding: 10px 15px;
  }
  .mot_6 .card .card-body li {
    font-size: 14px;

  }
  .mot_6 .card > .row > div:nth-child(2) {
    height: 320px;
  }
  .mot_6 ul {
    /*height: 490px;*/
  }
  .mot_6 ul li::before {
    width: 10px;
    font-size: 30px;
  }
  .mot_7 .img img {
    height: 190px;
    width: 320px;
    /*max-width: 25%;*/
    margin-right: 0;
  }

  .mot_8 .img {
    margin-top: 0;
  }
  .mot_9 .title-section-two {
    font-size: 21px;
    margin: 10px 0;

    line-height: 35px;
  }
  .mot_9 .table {
    background-color: var(--purple-color);
    border-radius: 30px;
    overflow: hidden;
  }
  .mot_9 .table th {
    font-size: 16px;
    padding: 0 0 0 30px;
  }
  .mot_9 .table td {
    font-size: 13px;
    line-height: 20px;
  }
  /******************************************************************************************/
  /**************************************  end about  ***************************************/
  /******************************************************************************************/

  /******************************************************************************************/
  /**************************************  realisation  ***************************************/
  /******************************************************************************************/
  .fed_1 .info {
    width: 100%;
  }
  .fed_1 .card-body .card-title {
    font-size: 20px;
    line-height: 30px;
  }
  .fed_1 .card-body .card-subtitle {

    font-size: 15px;
  }
  .fed_1 .card-body .card-text {
    font-size: 14px;
    line-height: 22px;
  }
  .fed_2 .title-comunique, .fed_2 .title-help, .fed_2 .title-actualite {
    /*font-size: 33px;*/
    /*line-height: 40px;*/
  }
  .fed_2 .card-body .card-title {
    font-size: 16px;
    line-height: 22px;
  }
  .fed_2 .card-body .card-subtitle {
    font-size: 16px;
  }
  .fed_2 .card-body .card-text {
    font-size: 14px;
    line-height: 23px;
  }
  .actualite-slider .slick-slide {
     margin: 0;
  }
  .fed_2 .info {
    width: 100%;
  }
  .fed_2 .communique_elems .data .title {
    font-size: 16px;
  }
  .fed_2 .communique_elems .data p {
    font-size: 14px;
    line-height: 25px;
  }
  .fed_2 .help .content_help {
    height: 150px;
    background-repeat: repeat;
  }
  .fed_2 .help .btn_help {
    /*font-size: 30px;*/
    /*line-height: 53px;*/
    width: 70%;
    height: 60px;
    font-size: 22px;
    line-height: 44px;
  }
  .fed_3 .content_revendication ul {
    border-radius: 20px;
    margin: 15px;
    padding: 10px;
  }
  .fed_3 .content_revendication ul li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 38px;
    padding-bottom: 15px;
    padding-top: 5px;
  }
  .fed_4 p {
    padding: 5px;
  }
  /******************************************************************************************/
  /**************************************  end realisation  ***************************************/
  /******************************************************************************************/
  /******************************************************************************************/
  /**************************************  biblio  ***************************************/
  /******************************************************************************************/
  .biblio .card .card-body {
    padding-top: 10px;
  }
  .biblio .img {
    margin-left: 20px;
  }
  .biblio .card .card-body {
    width: 100%;
    /* float: right; */
    padding: 15px;
  }
  .biblio .card-text {
    font-size: 14px;
  }
  /******************************************************************************************/
  /**************************************  end biblio  ***************************************/
  /******************************************************************************************/

  /******************************************************************************************/
  /**************************************  page details  ***************************************/
  /******************************************************************************************/
  .page_details .blog-post-title {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 25px;
    margin-top: 20px;
  }
  .page_details .blog-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .page_details .blog-content {
    margin-bottom: 110px;
  }
  /******************************************************************************************/
  /**************************************  end page details  ***************************************/
  /******************************************************************************************/

  /******************************************************************************************/
  /**************************************  contact  ***************************************/
  /******************************************************************************************/
  .contact h2 {
    /*font-size: 20px;*/
    margin-bottom: 20px;
  }
  .contact h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .contact_form .form_header {
    /*font-size: 23px;*/
  }
  .contact_form {
    margin-bottom: 20px;
  }
  .contact .map .right {
    height: 310px;
  }
  /******************************************************************************************/
  /**************************************  end contact  ***************************************/
  /******************************************************************************************/
}
