/*==================================================
			     Media Queries         
==================================================*/

/* Large Devices (Desktops & Laptops) */

@media (min-width: 1200px) {
  /* Menu Hide/Show */
  .header .h2-menu .menu,
  .header .h2-menu .menu2 {
    clear: none;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
  /* End Menu Hide/Show */
}

/* Medium Devices (Landscape Tablets & Medium Desktops) */

@media (min-width: 992px) and (max-width: 1199px) {
  /* Menu Hide/Show */
  .header .h2-menu .menu,
  .header .h2-menu .menu2 {
    clear: none;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
  /* End Menu Hide/Show */

  .container,
  .header_inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .hero_info {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
}

/* Small Devices (Portrait Tablets & Small Desktops) */

@media (min-width: 768px) and (max-width: 991px) {
  /* Menu Mobile */
  .header .menu-icon {
    position: absolute;
    right: 25px;
    top: 18px;
    width: 27px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h2-menu {
    display: block;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
  }
  .h2-menu .menu li {
    margin: 10px 0;
  }
  .header .h2-menu .menu {
    display: block;
  }
  .header {
    display: block;
    height: 60px;
  }
  .header a {
    color: #032446;
  }
  .header a:hover,
  footer a:hover {
    color: #fff;
  }
  .btn_mobile {
    background-color: unset;
    border: unset;
    padding: unset;
  }

  /* End Menu Mobile */

  .container,
  .header_inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .hero_info {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    grid-gap: 10px;
  }
  .hero_info h1 {
    font-size: 30px;
  }
  .disp_box {
    display: block;
  }
  .corb_inner div span a {
    font-size: 20px;
  }
  .cor_box {
    margin: 30px 0 60px 0;
  }
}

/* Extra Small Devices (Landscape Phones & Portrait Tablets) */

@media (max-width: 767px) {
  /* Menu Mobile */
  .header .menu-icon {
    position: absolute;
    right: 25px;
    top: 18px;
    width: 27px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h2-menu {
    display: block;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
  }
  .h2-menu .menu li {
    margin: 10px 0;
  }
  .header .h2-menu .menu {
    display: block;
  }
  .header {
    display: block;
    height: 60px;
  }
  .header a {
    color: #032446;
  }
  .btn_mobile {
    background-color: unset;
    border: unset;
    padding: unset;
  }
  .header .menu-btn:checked ~ .h2-menu .menu {
    max-height: 340px;
    padding: 20px;
    background-color: #fbc800;
    height: 250px;
  }
  /* End Menu Mobile */

  .container,
  .header_inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .hero_info {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    grid-gap: 10px;
  }
  .hero_info span {
    font-size: 20px;
  }
  .hero_info h1 {
    font-size: 22px;
  }
  .btn_s_l {
    width: 150px;
    padding: 7px 0;
  }
  #pre-header {
    display: none;
  }
  .prb_inner,
  .eng_box,
  .mb_box,
  .disp_box,
  .footer_1 {
    display: block;
  }
  .lined_btns {
    display: grid;
    grid-gap: 10px;
  }
  .tarif_box {
    width: 100%;
  }
  .tb_2 {
    flex: 10;
    padding: 30px 0;
  }
  .sec_title h3 {
    font-size: 27px;
  }
  .sec_title h4 {
    font-size: 19px;
  }
  .sec_title span {
    font-size: 17px;
  }
  .prb_box {
    margin-top: 25px;
  }
  .eb_each {
    width: 100%;
  }
  .presentation_box {
    padding: 50px 25px;
  }
  .eb_each_lst {
    margin-bottom: 0 !important;
  }
  .lined_text::before,
  .lined_text::after {
    width: 1rem;
    margin: 0 0.5rem;
  }
  .disp_each {
    margin-bottom: 10px;
  }
  .corb_inner div span a,
  .corb_inner div span i {
    font-size: 20px;
  }
  .disp_each2 {
    margin-bottom: 40px;
  }
  .disp_each2:last-child {
    margin-bottom: 0;
  }
  .map_box,
  .map_box iframe {
    height: 300px;
  }
  .f_1_sec_1 {
    margin-bottom: 35px;
  }
  .footer_3 {
    display: block;
    text-align: center;
  }
  * {
    font-size: 17px;
  }
  .fl_list {
    justify-content: center;
    margin-top: 20px;
  }
  .logo_header {
    width: 170px;
  }
  .eb_each {
    margin-bottom: 15px !important;
  }
  #methode,
  #engagements,
  #tarif,
  #disponibilite,
  #info {
    padding: 20px 0;
  }
  #presentation {
    margin-bottom: 50px;
  }
  .img_pascal {
    width: 200px;
  }
  .mbb_each {
    margin-bottom: 10px;
  }

  .mbbe_inner span {
    font-size: 16px;
  }
  .mbbe_inner h5 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .mb_box_flx {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 0;
  }
  .meth_box {
    display: grid;
    grid-gap: 30px;
  }
  .logo_footer {
    width: 200px;
  }
  .footer {
    display: grid;
    grid-gap: 50px;
  }
  footer {
    padding: 40px 0;
  }
  .tb_prix {
    font-size: 40px;
  }
  .disp_box {
    display: block;
  }
  .corb_inner div span a {
    font-size: 20px;
  }
  .cor_box {
    margin: 30px 0 60px 0;
  }
  .form_row,
  .form_box {
    display: block;
  }
  .form_col label {
    margin-bottom: 7px;
  }
  .form_col {
    margin-bottom: 16px;
  }
  .map_box_contact {
    height: 100%;
  }
  .btn_yellow.btn_contact {
    margin-top: 0;
  }
}

/* Extra Small Devices (Portrait Phones & Smaller devices) */

@media (max-width: 480px) {
}

/* Extra Small Devices (Portrait Phones & Smaller devices) */

@media (max-width: 320px) {
}
