@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;500;700;900&display=swap");
html {
  font-size: 62.5%; }

body {
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  line-height: 1.6;
  color: #ffffff;
  overflow-x: hidden;
  background-color: #000000; }

body, html {
  padding: 0;
  margin: 0; }

.container_max {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }

.container_900 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto; }

.container_650 {
  max-width: 650px;
  width: 100%;
  margin: 0 auto; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  color: #ffffff; }

li {
  list-style: none; }

strong {
  font-weight: 900; }

figure {
  margin: 0; }
  figure blockquote {
    margin: 0; }

main {
  overflow: hidden; }
  main#main.full {
    padding-right: 15px; }
  main section {
    position: relative;
    padding: 50px 0; }

h1 {
  font-family: "Mulish", sans-serif;
  color: #ffc90d;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.3; }

h2, .h2 {
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1.3;
  margin-top: 0; }

h3, .h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
  color: #ffc90d;
  font-family: "Mulish", sans-serif, sans-serif; }

.f__center {
  text-align: center; }

.f__prems {
  color: #ffc90d; }

.f__bigger {
  font-size: 2.3rem; }

.bg_lightgrey {
  background-color: #FAFAFA;
  padding: 40px; }

.line_vertical_top {
  display: block;
  width: 1px;
  height: 160px;
  margin: 40px auto;
  background-color: #ffffff; }

.link_lighter {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  padding-left: 40px;
  margin-top: 20px;
  margin-bottom: 15px;
  position: relative;
  display: table;
  color: #ffc90d; }
  .link_lighter::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #ffc90d;
    transition: all ease 0.3s; }
  .link_lighter:hover {
    padding-left: 100px;
    color: #ffffff;
    transition: all ease 0.3s; }
    .link_lighter:hover::before {
      width: 90px;
      background-color: #ffffff; }

.link_border {
  padding: 2px 10px;
  border: 1px solid #ffffff;
  text-align: center;
  display: table;
  margin: auto;
  font-family: "Mulish", sans-serif;
  color: #ffffff;}
  .link_border:hover {
    border: 1px solid #ffc90d;
    color: #ffc90d;
    transition: all ease 0.3s; }

.bloc_img_txt {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .bloc_img_txt .img {
    width: 45%; }
  .bloc_img_txt .txt {
    width: 45%;
    position: relative; }
    .bloc_img_txt .txt h2 {
      margin-left: auto;
      margin-top: 0; }

.blocs_by_2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
  margin: auto; }
  .blocs_by_2 > div {
    width: calc(48% - 60px);
    margin: 10px 60px;
    margin-left: 0;
    transition: all ease 0.3s; }

.titre_img_center {
  position: relative; }
  .titre_img_center img {
    max-width: 60%; }
  .titre_img_center h2, .titre_img_center h1 {
    text-align: center;
    position: relative;
    margin-top: 120px;
    padding-top: 20px; }
    .titre_img_center h2::before, .titre_img_center h1::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 100%;
      width: 1px;
      height: 200px;
      background-color: #ffffff; }

.bloc_elm_circles {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  padding-left: 0;
  margin: 40px auto; }
  .bloc_elm_circles .elm {
    border: 1px solid #ffffff;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20px;
    line-height: 1.2; }
    .bloc_elm_circles .elm .num {
      font-family: "Mulish", sans-serif;
      font-size: 3.1rem; }
    .bloc_elm_circles .elm .txt {
      text-align: center;
      padding: 0 10px; }
    .bloc_elm_circles .elm::before {
      display: none; }

.services .service {
  margin-bottom: 30px; }
  .services .service h3 {
    margin-bottom: 0; }
  .services .service .link_border {
    margin-left: 0;
    margin-top: 20px;
    display: inline-block; }
  .services .service .desc_link {
    display: none; }
  .services .service .txt_content strong {
    color: #ffffff; }

.list_actus {
  margin-top: 50px;
  margin-bottom: 60px; }
  .list_actus .actu {
    width: calc(100% - 40px);
    margin: 60px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .list_actus .actu > a {
      width: 35%; }
      .list_actus .actu > a img {
        border-radius: 100%;
        width: 100%; }
    .list_actus .actu .txt {
      width: 60%; }
      .list_actus .actu .txt h3 {
        margin-top: 0;
        margin-bottom: 30px;
        line-height: 1.3; }
      .list_actus .actu .txt p {
        margin-left: auto;
        max-width: 100%; }
      .list_actus .actu .txt .hashtags {
        line-height: 1.1;
        font-style: italic;
        margin-bottom: 0; }
      .list_actus .actu .txt .date {
        margin: 0;
        font-weight: 600;
        font-size: 1.3rem;
        position: relative;
        padding-top: 15px; }
        .list_actus .actu .txt .date::before {
          content: "";
          position: absolute;
          top: 10px;
          left: 0;
          width: 50px;
          height: 1px;
          background-color: #ffffff; }
      .list_actus .actu .txt .link_border {
        margin-left: 0; }

.coordonnees {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 70px; }
  .coordonnees .tel, .coordonnees .adresse, .coordonnees .tel, .coordonnees .form, .coordonnees .reseaux {
    position: relative; }
    .coordonnees .tel::before, .coordonnees .adresse::before, .coordonnees .tel::before, .coordonnees .form::before, .coordonnees .reseaux::before {
      content: "";
      border: #ffffff 1px solid;
      border-radius: 100%;
      width: 100px;
      height: 100px;
      display: block;
      position: absolute;
      top: -20px;
      left: -30px;
      z-index: -1; }
    .coordonnees .tel h3, .coordonnees .tel .h3, .coordonnees .adresse h3, .coordonnees .adresse .h3, .coordonnees .tel h3, .coordonnees .tel .h3, .coordonnees .form h3, .coordonnees .form .h3, .coordonnees .reseaux h3, .coordonnees .reseaux .h3 {
      background-color: #000000;
      margin-bottom: 65px;
      text-transform: uppercase;
      font-size: 1.6rem;
      display: table; }
  .coordonnees.col__2 .tel_reseaux {
    width: calc(45% - 40px); }
  .coordonnees .tel_reseaux {
    width: calc(35% - 40px);
    margin-top: 22px;
    margin-left: 40px; }
    .coordonnees .tel_reseaux > div {
      margin-top: 0; }
      .coordonnees .tel_reseaux > div::before {
        top: -40px; }
        .coordonnees > div.reseaux .list_reseaux {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start; }
          .coordonnees > div.reseaux .list_reseaux a {
            width: 40px;
            margin-right: 20px; }
  .coordonnees .adresse {
    width: calc(25% - 40px);}
    .coordonnees .adresse p:not(.h3) {
      margin: 0; }
  .coordonnees .form {
    width: calc(45% - 40px);
    margin: 20px; }
    .coordonnees .form form {
      max-width: 300px; }
      .coordonnees .form form input, .coordonnees .form form textarea {
        width: calc(100% - 24px);
        margin-bottom: 15px;
        border: none;
        padding: 5px 12px;
        color: #ffffff;
        font-size: 1.4rem;
        font-weight: 900;
        font-family: "Mulish", sans-serif;
        background-color: transparent;
        outline: none;
        border-radius: 0;
        border-bottom: 1px solid #ffffff; }
        .coordonnees .form form input::placeholder, .coordonnees .form form textarea::placeholder {
          color: #ffffff;
          font-family: "Mulish", sans-serif;
          font-weight: 300; }
        .coordonnees .form form input:focus, .coordonnees .form form input:active, .coordonnees .form form textarea:focus, .coordonnees .form form textarea:active {
          color: #ffffff;
          border-bottom: 1px solid #ffc90d; }
          .coordonnees .form form input:focus::placeholder, .coordonnees .form form input:active::placeholder, .coordonnees .form form textarea:focus::placeholder, .coordonnees .form form textarea:active::placeholder {
            color: #ffffff; }
      .coordonnees .form form textarea {
        height: 100px;
        overflow-y: auto; }
    .coordonnees .form input[type="submit"] {
      padding: 7px 25px;
      border: 1px solid #ffc90d;
      color: #ffc90d;
      text-align: center;
      font-weight: 300;
      display: table;
      margin: auto;
      font-family: "Mulish", sans-serif;
      background-color: transparent;
      width: auto;
      cursor: pointer;
      transition: all 0.3s ease; }
      .coordonnees .form input[type="submit"]:hover {
        background-color: #ffc90d;
        color: #000000; }

#map {
  margin-top: 40px;
  width: 100%; }
#map iframe {
  max-width: 100%;
  max-height: 300px;
  width: 100%; }

.js__part_down {
  display: block; }
  .js__part_down.visible {
    display: block; }

#contact_rapid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  padding: 0;
  background-color: #ffc90d; }
  #contact_rapid li {
    margin: 0 10px;
    display: flex; }
    #contact_rapid li a {
      display: block;
      margin-left: 5px;
      color: #000000;
      font-weight: bold;
      font-style: italic; }
    #contact_rapid li img {
      width: 15px; }

header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  min-height: 78px;
  width: 100%;
  max-width: 1200px;
  z-index: 10; }
  header .list_reseaux {
    display: flex;
    justify-content: center;
    align-items: center; }
    header .list_reseaux a {
      display: block;
      margin: 10px;
      width: 30px; }
  header #logo {
    width: 190px;
    display: block;
    position: absolute;
    top: 20px;
    left: 15px; }
  header #hamb {
    display: none;
    width: 36px;
    height: 30px;
    z-index: 10;
    position: fixed;
    background-color: #000000;
    top: 40px;
    right: 20px;
    cursor: pointer;
    transition: right ease-in-out 0.3s; }
    header #hamb .bars {
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #ffc90d;
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s;
      transition-delay: 0.2s; }
      header #hamb .bars.bar_top {
        top: 0; }
      header #hamb .bars.bar_mi {
        top: 7px; }
      header #hamb .bars.bar_bot {
        top: 14px; }
    header #hamb .lib {
      bottom: -4px;
      width: 100%;
      display: block;
      line-height: 1;
      position: absolute;
      text-transform: uppercase;
      font-size: 1.1rem;
      font-weight: bold;
      text-align: center;
      color: #ffc90d; }
    header #hamb.opened {
      right: 250px;
      background-color: transparent; }
      header #hamb.opened .bars.bar_top {
        top: 12px;
        transform: rotate(45deg); }
      header #hamb.opened .bars.bar_bot {
        top: 12px;
        transform: rotate(-45deg); }
      header #hamb.opened .bars.bar_mi {
        opacity: 0; }
  header nav #principal {
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin: 0;
    margin-right: 30px; }
    header nav #principal li {
      margin: 0 20px;
      position: relative; }
      header nav #principal li.current_page_item, header nav #principal li.current-menu-item {
        font-family: "Mulish", sans-serif; }
        header nav #principal li.current_page_item > a, header nav #principal li.current-menu-item > a {
          font-weight: 900;
          color: #ffc90d; }
      header nav #principal li a {
        position: relative;
        font-weight: 300; }
        header nav #principal li a::before {
          content: "";
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: -2px;
          width: 0;
          height: 1px;
          background-color: #ffc90d;
          transition: all ease 0.5s; }
        header nav #principal li a:hover {
          color: #ffc90d;
          transition: all ease 0.5s; }
          header nav #principal li a:hover::before {
            width: 85%; }
    header nav #principal > li > .sub-menu {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      left: -70px;
      top: 100%;
      background: #000000;
      width: 400px;
      padding: 50px 30px 30px 30px;
      transition: none;
      transition-delay: 0; }
      header nav #principal > li > .sub-menu li {
        margin: 10px 0; }
      header nav #principal > li > .sub-menu::before {
        content: "";
        position: absolute;
        top: 20px;
        left: 90px;
        width: 1px;
        height: 30px;
        background-color: #ffffff; }
      header nav #principal > li > .sub-menu .sub-menu {
        display: none; }
        header nav #principal > li > .sub-menu .sub-menu.opened {
          display: block; }
    header nav #principal > li.menu-item-has-children:hover > .sub-menu {
      opacity: 1;
      left: -49px;
      visibility: visible;
      transition: all ease 0.3s;
      transition-delay: 0; }

.is-search-form {
  position: absolute !important;
  right: 10px;
  top: 46px;
  width: 140px; }

.is-form-style input.is-search-input {
  color: #ffffff !important; }
.is-form-style .is-search-submit path {
  fill: #ffffff !important; }

body.smaller header #bar_fix #logo {
  width: 60px; }

#barre_fixe {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  padding-left: 0;
  z-index: 10; }
  #barre_fixe li a {
    display: block;
    margin: 15px auto;
    text-align: center; }
    #barre_fixe li a svg {
      max-width: 22px;
      max-height: 22px;
      transform: scale(1);
      transition: all ease 0.2s; }
  #barre_fixe li:hover a svg {
    transform: scale(1.15); }
    #barre_fixe li:hover a svg path {
      fill: #ffc90d; }

.show_on_scroll {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out; }
  .show_on_scroll.from_bottom {
    transform: translateY(50px) scale(1.03); }
  .show_on_scroll.from_top {
    transform: translateY(-50px) scale(1.03); }
  .show_on_scroll.from_right {
    transform: translateX(50px) scale(1.03); }
  .show_on_scroll.from_left {
    transform: translateX(-50px) scale(1.03); }
  .show_on_scroll.with_delay {
    transition-delay: 0.3s; }
  .show_on_scroll.with_big_delay {
    transition-delay: 0.7s; }

.show_on_scroll.is_visible {
  transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible; }

.home #welcome {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12%; }
  .home #welcome .img {
    width: 47%;
    order: 1;
    position: relative; }
    .home #welcome .img #corse_logo {
      position: absolute;
      width: 90px;
      top: -30px;
      right: -35px; }
  .home #welcome .txt {
    width: 47%;
    order: 2;
    position: relative;
    padding-top: 5px; }

.wpcf7-not-valid-tip {
  font-size: 1.3rem !important;
  position: relative;
  top: -13px;
  font-style: italic;
  color: red; }

.screen-reader-response {
  display: none; }

.wpcf7-response-output {
  margin-top: 30px;
  font-weight: bold; }

.page_content {
  padding-top: 0; }
  .page_content .section_bloc {
    padding: 30px 0; }
    .page_content .section_bloc.txt_img {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .page_content .section_bloc.txt_img .txt {
        width: calc(50% - 85px);
        margin: 20px 25px; }
        .page_content .section_bloc.txt_img .txt.left {
          margin-right: 60px; }
        .page_content .section_bloc.txt_img .txt.right {
          margin-left: 60px; }
      .page_content .section_bloc.txt_img .img {
        width: 49%;
        position: relative; }
        .page_content .section_bloc.txt_img .img.right::before {
          right: 90%; }
        .page_content .section_bloc.txt_img .img.left::before {
          left: 90%; }
    .page_content .section_bloc.txt_simple {
      position: relative;
      margin-left: 25px; }
      .page_content .section_bloc.txt_simple.center {
        margin-left: auto; }
    .page_content .section_bloc.img_seule {
      position: relative; }
      .page_content .section_bloc.img_seule img {
        margin: auto;
        display: block;
        max-width: 60%;
        max-height: 100vh; }
      .page_content .section_bloc.img_seule.right img {
        margin-left: auto;
        margin-right: 0; }
      .page_content .section_bloc.img_seule.left img {
        margin-left: 0;
        margin-right: auto; }
      .page_content .section_bloc.img_seule.left::before {
        content: "";
        position: absolute;
        bottom: 150px;
        left: 55%;
        background: #ffc90d;
        width: 200px;
        height: 1px; }

.page_int #welcome_simple {
  margin-top: 0;
  padding-top: 155px;
  padding-bottom: 20px;}
  .page_int #welcome_simple #logo {
    width: 100px;
    margin: auto;
    display: table; }
  .page_int #welcome_simple h1 {
    text-align: center;
    text-transform: uppercase;
    max-width: 600px;
    margin: auto;
    margin-bottom: 55px; }
.page_int #contact {
  padding-top: 0; }
.page_int .list_actus {
  margin-top: 0; }

.txt_content h2 {
  margin-top: 50px; }
.txt_content h3 {
  margin-bottom: 3px;
  margin-top: 40px; }
.txt_content ul li {
  margin: 5px 0;
  position: relative; }
  .txt_content ul li::before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #ffc90d;
    display: block;
    position: absolute;
    top: 13px;
    left: -40px; }
.txt_content strong {
  font-weight: 700;
  color: #ffc90d; }
.txt_content a:not(.link_border) {
  background: #ffffff;
  color: #000000;
  font-weight: 700;
  transition: all ease 0.1s; }
  .txt_content a:not(.link_border):hover {
    background: #ffc90d; }
.txt_content blockquote {
  font-family: "Mulish", sans-serif;
  font-size: 1.7rem;
  font-style: italic; }
.txt_content .wp-block-image img {
  width: auto;
  height: auto; }

#category_gallery .photo_item .titre_cat {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #ffffff;
  padding: 5px 10px;
  font-family: "Mulish", sans-serif;
  z-index: 1;
  font-size: 2rem;
  width: 50%;
  text-align: center;
  transition: transform ease 0.3s; }
#category_gallery .photo_item img {
  opacity: 1;
  transition: opacity ease 0.3s; }
#category_gallery .photo_item:hover .titre_cat {
  transform: translate3d(-50%, -50%, 0) scale(1.08); }
#category_gallery .photo_item:hover img {
  opacity: 0.6; }

.une_gallery {
  padding-top: 70px; }

.description_album {
  max-width: 600px;
  margin-left: 50px; }

.container_gallery {
  border-bottom: 1px solid #ffc90d;
  padding-bottom: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
  margin: auto;
  margin-top: 25px; }
  .container_gallery .un_appareil {
    position: relative;
    width: calc(33.333% - 30px);
    margin: 15px;
    margin-bottom: 30px;
    cursor: zoom-in;  }
  .container_gallery .un_appareil:hover {
    cursor: zoom-in;  }
  .container_gallery .un_appareil .photo_item {
    width: 100%;
    padding-bottom: 130%;
    position: relative;
    overflow: hidden;
    margin: 0; }
    .container_gallery .un_appareil .photo_item img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      width: 100%;
      object-fit: cover;
      min-height: 100%; }
    .container_gallery .un_appareil .infos {
      margin-top: 10px;
      margin-left: 15px }
    .container_gallery .un_appareil .infos h3 {
      margin: 0;
      font-size: 2rem;  }
    .container_gallery .un_appareil .infos p {
      margin: 0;
      font-size: 1.4rem;  }
.grid_container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  width: 100%;
  grid-gap: 1rem;
  padding-bottom: 50px;
  height: 500px;
  overflow-y: hidden;
  transition: all 0.4s ease-in-out; }
  .grid_container.all {
    height: auto; }
  .grid_container::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 0 0 500px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    bottom: 0;
    left: 0; }
  .grid_container::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 150px 500px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 0;
    right: 0; }

.lightbox_enabled {
  transition: all 250ms ease-in-out;
  cursor: zoom-in; }
  .lightbox_enabled:hover {
    opacity: 0.8;
    cursor: zoom-in;
    transform: scale(1.01); }

#lightbox_container {
  position: fixed;
  top: 0;
  left: 0;
  min-width: calc(100vw - 100px);
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.97);
  display: grid;
  place-items: center;
  padding: 0 50px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: ease-in-out all 0.3s; }
  #lightbox_container.active {
    opacity: 1;
    pointer-events: all; }

.lightbox_image_wrapper {
  width: 90vw;
  height: 90vh;
  position: relative; }

.lightbox_btn {
  font-family: "Mulish", sans-serif;
  font-size: 10rem;
  background-color: transparent;
  color: #000000;
  border: none;
  top: 35%;
  padding: 5px;
  cursor: pointer;
  z-index: 1;
  transition: all ease-in-out 0.3s;
  position: absolute; }
  .lightbox_btn:focus {
    outline: none; }
  .lightbox_btn:hover {
    color: #ffc90d; }
  .lightbox_btn.left {
    left: -10px; }
    .lightbox_btn.left:hover, .lightbox_btn.left:focus {
      left: -25px; }
  .lightbox_btn.right {
    right: -10px; }
    .lightbox_btn.right:hover, .lightbox_btn.right:focus {
      right: -25px; }
  .lightbox_btn.inactive {
    opacity: 0;
    pointer-events: none; }

#lightbox_img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
  cursor: zoom-out; }

#lightbox_img_desc {
  position: absolute;
  bottom: -28px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #000000;
  font-size: 1.7rem;
  font-weight: bold;
  width: 100%;
  text-align: center; }

#plus_photos {
  display: table;
  padding: 5px 10px;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  margin: 20px auto;
  font-size: 2rem;
  color: #000000; }
  #plus_photos.hidden {
    display: none; }

@media screen and (max-width: 767px) {
  .description_album {
    margin-left: 0; }

  .container_gallery .photo_item {
    width: calc(33.333% - 10px);
    padding-bottom: calc(33.333% - 10px);
    margin: 5px; } }
@media screen and (max-width: 540px) {
  .container_gallery .photo_item {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px); } }
.un_diapo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 50px 0;
  position: relative; }
  .un_diapo .slider {
    width: 750px;
    max-width: 100%;
    height: 500px;
    position: relative;
    margin-right: auto;
    overflow: hidden; }
    .un_diapo .slider .slide {
      display: none;
      height: 100%;
      position: relative;
      justify-content: flex-end;
      align-items: center; }
      .un_diapo .slider .slide img {
        max-width: inherit;
        height: 100%;
        width: auto; }
      .un_diapo .slider .slide:nth-of-type(1) {
        display: flex; }
  .un_diapo .container_btn_nav {
    position: absolute;
    bottom: 10px;
    right: -15px;
    display: flex;
    width: 550px;
    max-width: 100%;
    justify-content: flex-start;
    align-items: flex-start; }
    .un_diapo .container_btn_nav .btn_nav {
      display: table;
      cursor: pointer;
      line-height: 1;
      font-size: 3rem;
      color: #ffffff;
      background-color: #ffc90d;
      width: 35px;
      height: 35px;
      margin: 5px;
      position: relative; }
      .un_diapo .container_btn_nav .btn_nav span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -59%, 0); }

#pages_lies {
  text-align: center; }
  #pages_lies .titre {
    font-size: 2rem;
    font-weight: bold; }
  #pages_lies .link_lighter {
    font-size: 1.5rem;
    text-transform: initial;
    margin-left: auto;
    margin-right: auto; }

footer {
  font-size: 1.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 80px }
  footer a {
    display: table;
    margin: 0 7px; }
  footer address, footer ul {
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  footer address {
    margin: 0 20px;
    font-weight: 400;
    font-style: normal; }
    footer address p {
      margin: 0 5px; }
body:not(.page_contact) .grecaptcha-badge {
  display: none 
}
#greenweb_icon {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  display: block;
}
#greenweb_icon img {
  display: block;
  max-height: 100%;
}
  

@media screen and (max-width: 1180px) {
  .container_max {
    max-width: 900px; }

  .container_900 {
    max-width: 800px; }

  .container_650 {
    max-width: 530px; }

  .coordonnees {
    flex-flow: row wrap; }
    .coordonnees .form {
      width: calc(50% - 40px); }
@media screen and (max-width: 991px) {
  .container_max, .container_900, .container_650 {
    padding-right: 15px;
    padding-left: 15px;
    width: calc(100% - 30px); }

  header nav {
    position: fixed;
    right: -100%;
    top: 95px;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    background: #000000;
    visibility: hidden;
    z-index: 0;
    overflow: auto;
    transition: all ease 0.3s; }
    header nav #principal {
      flex-direction: column;
      margin-right: 0;
      justify-content: flex-start;
      align-items: flex-start;
      padding-left: 50px;
      padding-right: 30px;
      padding-bottom: 140px; }
      header nav #principal li {
        margin: 18px 0; }
        header nav #principal li a {
          font-size: 1.8rem;
          font-weight: 400;
          text-transform: uppercase; }
        header nav #principal li .sub-menu {
          visibility: visible;
          opacity: 1;
          position: relative;
          width: 100%;
          left: inherit;
          padding: 0; }
          header nav #principal li .sub-menu li {
            margin: 18px 0;
            padding-left: 20px;
            position: relative; }
            header nav #principal li .sub-menu li a {
              text-transform: none; }
          header nav #principal li .sub-menu::before {
            display: none; }
        header nav #principal li.menu-item-has-children:hover .sub-menu {
          left: inherit; }
  header.opened nav {
    right: 0;
    visibility: visible;
    z-index: 11; }
  header #logo, header #hamb {
    z-index: 12; }
  header #hamb {
    display: block; }

  .is-search-form {
    right: 80px;
    top: 37px; }

  #contact_rapid {
    justify-content: center;
    padding-right: 0;
    width: 100%; }

  .home #welcome {
    flex-direction: column;
    padding-top: 60px; }
    .home #welcome .txt {
      width: 75%;
      padding-top: 25px; }
    .home #welcome .img {
      width: 75%;
      margin-top: 50px; }
      .home #welcome .img #corse_logo {
        top: inherit;
        right: -10px;
        bottom: -40px; }

  .services .service .desc_link {
    display: inline-block; }

  .js__part_down {
    display: none; } 
  .container_gallery .un_appareil {
    width: calc(50% - 30px);
  }
  }
@media screen and (max-width: 767px) {
  .container_max {
    max-width: 540px;
    width: calc(100% - 30px); }

  .container_900 {
    max-width: 500px; }

  .container_650 {
    max-width: 400px; }

  .home #welcome .txt {
    width: 100%; }

  .bloc_img_txt {
    flex-direction: column;
    justify-content: center; }
    .bloc_img_txt .txt {
      width: 100%;
      order: 2; }
    .bloc_img_txt .img {
      width: 75%; }

  .blocs_by_2 {
    align-items: center;
    justify-content: center; }
    .blocs_by_2 > div {
      width: 100%;
      margin: 10px 0; }

  .services .service {
    margin-bottom: 0; }

  .titre_img_center img {
    max-width: 100%; }

  .list_actus {
    flex-direction: column;
    align-items: center; }

  #actualites {
    margin-bottom: 50px; }

  .list_actus .actu {
    width: calc(100% - 40px);
    margin-bottom: 80px; }

  .coordonnees {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .coordonnees .tel, .coordonnees .reseaux, .coordonnees .form, .coordonnees .adresse {
      width: calc(100% - 40px) !important;
      max-width: 400px;
      margin-left: 0;
      margin-top: 60px; }
    .coordonnees .form {
      order: 1; }
    .coordonnees .tel {
      margin-top: 0;
    }
    .coordonnees .adresse {
      order: 3; }

  .page_content .section_bloc.txt_img {
    flex-direction: column; }
    .page_content .section_bloc.txt_img .txt {
      margin-right: 15px !important;
      margin-left: 15px !important;
      width: calc(100% - 30px);
      order: 2; }
    .page_content .section_bloc.txt_img .img {
      width: calc(100% - 30px);
      order: 1; }
  .page_content .section_bloc.img_seule img {
    max-width: 80%; }

  #pages_lies .link_lighter {
    font-size: 1.3rem; }

  #lightbox_container {
    min-width: 100vw;
    padding: 0; }

  footer {
    flex-direction: column;
    padding-top: 30px;
    margin-top: 20px; }
    footer address {
      flex-direction: column;
      order: 1; }
    footer ul {
      order: 2;
      margin-bottom: 0; } }
@media screen and (max-width: 540px) {
  header {
    min-height: 65px; }
    header nav {
      top: 87px; }
      header nav #principal {
        padding-left: 20px;
        padding-right: 15px;
        padding-bottom: 200px; }
    header #logo {
      top: 26px;
      left: 0;
      width: 145px; }

  .is-search-form {
    width: 120px; }

  #contact_rapid li a {
    font-size: 1.4rem; }

  h1 {
    font-size: 2.8rem; }

  h2 {
    font-size: 2.4rem; }

  h3 {
    font-size: 2rem; }

  main section {
    padding: 25px 0; }

  .container_650, .container_900, .container_max {
    max-width: 100%; }

  .bloc_elm_circles .elm {
    margin: 10px; }

  .link_lighter {
    padding-left: 60px; }
    .link_lighter::before {
      width: 55px; }

  .home #welcome .txt, .home #welcome .img {
    width: 100%; }
  .home #welcome .img {
    margin-top: 20px; }

  .bloc_img_txt .txt {
    width: 100%; }

  .page_int #welcome_simple h2, .page_int #welcome_simple h1 {
    font-size: 2.6rem; }

  .blocs_by_2 > div {
    width: 100%; }

  .titre_img_center h2::before, .titre_img_center h1::before {
    height: 100px; }
  .titre_img_center img {
    max-width: 90%; }

  .list_actus .actu {
    flex-direction: column;
    width: 100%;
    margin: 30px 0;
    margin-bottom: 50px; }
    .list_actus .actu > a {
      width: 55%;
      margin-bottom: 0;
      margin-right: auto; }
    .list_actus .actu .txt {
      width: 100%; }
      .list_actus .actu .txt > h3 {
        margin-bottom: 10px; }
      .list_actus .actu .txt > *:not(h3):not(.link_border) {
        display: none; }

  .bloc_img_txt .img {
    width: 100%; }

  .page_content .section_bloc.img_seule img {
    max-width: 100%; }

  .coordonnees {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .coordonnees .form {
      width: 100%!important;
      max-width: 400px;
      margin-right: 0; }
    .coordonnees .tel_reseaux > div.reseaux .list_reseaux {
      justify-content: center; }
    .coordonnees .form form {
      max-width: 100%; }

  .container_gallery .un_appareil {
    width: calc(50% - 30px);
  }
  .container_gallery .un_appareil .infos {
    margin-left: 0;
  }
}
@media screen and (max-width: 350px) {
  #contact_rapid li img {
    display: none;
  }
  .is-search-form {
    right: 60px;
  }
  header #hamb {
    right: 10px;
  }
}
/*# sourceMappingURL=style.css.map */
