@media screen and (max-width: 1250px) {
.img_fond .titre_accueil, .all_page .top_page .comme_h1, .all_page .top_page h1,
.content_page, .all_accueil .bloc_actu, .all_accueil .bloc_presentation, .all_actu .bloc_actu { max-width: inherit; width: 50%; }
.img_fond .titre_accueil h1, .img_fond .titre_accueil h2, .img_fond .titre_accueil .comme_h1, .bloc_actu h3 {
    font-size: 50px;
}
.img_fond .titre_accueil h2 {
    font-size: 20px;
  }
.content_page .bloc_page {
  width: 100%;
  float: none;
  margin: 10px 0;
}
  footer .footer_content, .content {
    width: 90%;
  }
  footer .footer_content .colonne_left {
    width: 40%;
  }
  footer .footer_content .colonne_center {
    width: 60%;
    margin-bottom: 50px;
  }
  footer .footer_content .colonne_right {
    float: none;
    clear: both;
    width: 100%;
    margin: 0;
    border-top: 1px solid #fff;
    padding: 50px;
  }

}
@media screen and (max-width: 1050px) {
  header {
    height: 157px;
  }
  header .logo {
    left: 0;
    width: 173px;
    height: 100px;
  }
  .img_fond {
    padding-top: 157px;
  }
  .img_fond .titre_accueil, .all_page .top_page .comme_h1, .all_page .top_page h1, .content_page, .all_accueil .bloc_actu, .all_accueil .bloc_presentation, .all_actu .bloc_actu {
    width: 70%;
  }
  .all_page .top_page {
    height: 650px;
    padding-top: 150px;
}
}
@media screen and (max-width: 800px) {
  .logo_menu_top {
    display: block;
    width: auto;
    padding-left: 35px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 11px;
    right: 0;
    color: #fff;
    height: 32px;
    padding-top: 5px;
    padding-right: 10px;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
  }
  footer .logo_menu_top {
    display: none;
  }
  .logo_menu_top .in_menu {
    width: 20px;
    height: 20px;
    left: 10px;
    top: 5px;
    display: block;
    position: absolute;
    background-color: #fff;
  }
  .logo_menu_top .in_menu:before, .logo_menu_top .in_menu:after {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #01a4e1;
  }
  .logo_menu_top .in_menu:after {
  top: initial;
  bottom: 4px;
  }
  header {
    height: 55px;
    position: fixed;
  }
  header .logo {
    left: 5%;
    height: 55px;
    width: 95px;
  }
  header .content {
    width: 100%;
  }
  header .content:before {
    content: '';
    width: 6%;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    background-color: #3c3c3e;
  }
  .body_no_scroll {
    overflow: hidden;
  }
  header .content nav {
  position: fixed;
  display: none;
  width: 100%;
  left: inherit;
  height: auto;
  right: 0;
  top: 55px;
  overflow-y: auto;
  background-color: #01a4e1;
  }
  header .content .menu_open {
  display: block;
  }
  header .content nav ul li {
  display: block;
  padding: 0 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  }
  header .content nav ul li .big_link {
  padding: 10px;
  line-height: inherit;
  width: 100%;
  text-align: center;
  }
  header .content nav ul li ul {
  display: block;
  position: relative;
  left: inherit;
  width: 100%;
  padding-top: 0;
  top: 0;
  margin: 0;
  }
  header .content nav ul li ul li {
  border: none;
  padding-bottom: 0;
  }
  nav ul li ul li a {
  padding: 5px;
  }
  header .menu_top { display: none; }
  header .content .menu_open .inside_menu_natel {
  display: block;
  }
  header .content .menu_open .inside_menu_natel .menu_top {
  display: block;
  position: relative;
  top: 0;
  }
  header .content .menu_open .inside_menu_natel .menu_top a {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  line-height: inherit;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  }
  header .content .menu_open .inside_menu_natel .menu_top a:hover {
  color: #3c3c3e;
  }
  .sticky {
  height: 55px;
  position: fixed;
  }
  .sticky::after {
    height: 55px;
  }
  .sticky .content .logo {
  height: 55px;
  width: 95px;
  left: 5%;
  }
  .sticky .content nav {
  top: 55px;
  position: fixed;
  }
  .all_page .top_page {
    height: auto;
    padding-top: 175px;
    padding-bottom: 50px;
  }
  .all_page .top_page h1 {
    position: relative;
    margin: auto;
    right: inherit;
    bottom: inherit;
  }
  .img_fond {
    padding-top: 55px;
  }
  .img_fond .titre_accueil h1, .img_fond .titre_accueil .comme_h1, .bloc_actu h3,
  .all_page .top_page .comme_h1, .all_page .top_page h1 {
      font-size: 40px;
  }
  .img_fond .titre_accueil, .all_page .top_page .comme_h1, .all_page .top_page h1, .content_page, .all_accueil .bloc_actu, .all_accueil .bloc_presentation, .all_actu .bloc_actu {
    width: 90%;
  }
  .img_fond .titre_accueil {
    right: 5%;
  }
  .all_page .top_page .comme_h1, .all_page .top_page h1 {
    text-align: center;
  }
  .content_page, .all_accueil .bloc_actu, .all_accueil .bloc_presentation, .all_actu .bloc_actu {
    margin: 0;
    float: none;
    margin: auto;
  }
  /*
  .img_fond .titre_accueil h1, h1, .comme_h1 {
    font-size: 25px;
  }
  .img_fond .titre_accueil h2 {
    font-size: 18px;
  }

.img_fond, .all_page .top_page {
  height: 500px;
}
.texte_left {
    width: 100%;
    float: left;
}
.colonne_right {
    width: 100%;
    margin-top: 30px;
}
.colonne_right a {
  pointer-events: none;
}
.bloc_actu .un_bloc, .content_page .bloc_page {
    width: 100%;
    margin: 20px 0;
}
.all_page .top_page .comme_h1, .all_page .top_page h1 {
    padding-top: 50px;
}
.all_page .liste_photos .une_galerie {
    height: auto;
    width: 100%;
    pointer-events: none;
}
.all_page .liste_photos .une_galerie .info_img {
  display: none;
}
.all_page .liste_photos .une_galerie img {
    display: block;
    width: 100%;
}
.img_fond .bx-wrapper .bloc_info_slide {
  top: 50px;
}
*/
footer .footer_content .colonne_left {
    display: none;
}
footer .footer_content .colonne_center {
    width: 100%;
    float: none;
}
}
@media screen and (max-width: 600px) {
  .img_fond .titre_accueil h1, .img_fond .titre_accueil .comme_h1, .bloc_actu h3, .all_page .top_page .comme_h1, .all_page .top_page h1 {
      font-size: 35px;
  }
  .img_fond .titre_accueil h2, .bloc_actu .un_bloc .titre, .content_page h2, .content_page h3, .bloc_presentation h3 {
    font-size: 18px;
  }
  .bloc_presentation p, .content_page p {
    font-size: 14px;
  }
.content_page h2, .content_page h3, .bloc_presentation p, .content_page p, footer .footer_content .colonne_right h3 {
    text-align: left;
  }


  footer .footer_content .colonne_center {
    padding: 0 10px;
  }
}
@media screen and (max-width: 450px) {
  footer .footer_content .colonne_center .newsletter_form {
    width: 100%;
  }
  footer .footer_content .colonne_center .newsletter_form .input_newsletter {
    width: 100%;
    float: none;
  }
  @media screen and (max-width: 370px) {
    .all_page .top_page {
      padding-top: 105px;
    }
    .img_fond .titre_accueil h1, .img_fond .titre_accueil .comme_h1, .bloc_actu h3, .all_page .top_page .comme_h1, .all_page .top_page h1 {
        font-size: 26px;
    }
  }
}
