@charset "UTF-8";
body {
  font-family: Arial, serif;
}

main {
  background-color: white;
}

.container-fluid {
  max-width: 1352px;
}

header {
  padding-right: 0 !important;
  /*.header_logo {
    img {
      max-width: 35vw;
      min-width: 80px;

      // Window width >= 992px
      @include lg {
        max-width: 15vw;
      }
      // Window width >= 1200px
      @include xl {
        max-width: 15vw;
      }
    }
  }*/
}
@media (min-width: 992px) {
  header {
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: stretch;
  }
}
header .header_logo {
  min-width: 150px;
  width: 20%;
}
header #language_annonce {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header #language_annonce .language {
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
}
header #language_annonce .annonce {
  background-color: #BE0000; /* Couleur de fond de la bannière */
  color: white; /* Couleur du texte */
  padding: 0 10px;
  z-index: 1000; /* Pour s'assurer que la bannière reste au-dessus des autres éléments */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Ombre pour un effet de relief */
  margin-bottom: 2.5%;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  header #language_annonce .annonce {
    font-size: 0.9em;
  }
}
@media (min-width: 992px) {
  header #language_annonce .annonce {
    font-size: 1em;
  }
}

.logo_normandie a {
  display: block;
}

.carrousel {
  padding-top: 5%;
}
.carrousel .element_carroussel .titre_menu {
  text-align: center;
  background-color: #BE0000;
  background-image: -webkit-linear-gradient(-360deg, #BE0000, #e41a92);
  background-image: linear-gradient(90deg, #BE0000, #e41a92);
  color: white;
  font-weight: bold;
  padding: 7% 0;
  text-transform: uppercase;
}
.carrousel .element_carroussel .texte {
  text-align: left;
}
.carrousel .element_carroussel .texte a {
  display: block;
  font-size: 0.8em;
  color: #BE0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#BE0000), to(#e41a92));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.carrousel .element_carroussel .texte a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 0.5em;
  font-weight: bold;
}
.carrousel .element_carroussel .image {
  display: block;
  overflow: hidden;
  text-align: center;
}
.carrousel .element_carroussel .image img {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 100%;
}
.carrousel .element_carroussel .image img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

#hp-row6 img {
  max-width: 100%;
  height: auto;
}

.titre_homepage {
  letter-spacing: 0.2rem;
  text-align: center;
  padding: 2% 0;
  font-size: 1.5em;
  color: black;
  text-transform: uppercase;
}

#forme_superposition_header {
  position: absolute;
  right: 1%;
  height: 100%;
}

.header_homepage, .header_infos_two_col {
  padding: 0;
}
.header_homepage .banniere, .header_infos_two_col .banniere {
  position: relative;
}
.header_homepage .banniere .texte_banniere, .header_infos_two_col .banniere .texte_banniere {
  color: white;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-weight: bold;
}
.header_homepage .banniere_image_centree, .header_infos_two_col .banniere_image_centree {
  position: absolute;
  top: 0;
  right: 55%;
  height: 122%;
}

.header_infos_two_col .banniere .texte_banniere {
  font-size: 2.2vw;
  right: 4%;
  width: 33%;
}

.header_homepage .banniere .texte_banniere {
  font-size: 3vw;
  right: 7%;
  width: 36%;
}
@media (min-width: 576px) {
  .header_homepage .banniere .texte_banniere {
    font-size: 3vw;
    width: 36%;
  }
}
@media (min-width: 992px) {
  .header_homepage .banniere .texte_banniere {
    font-size: 2.6vw;
    width: 34%;
  }
}
@media (min-width: 1200px) {
  .header_homepage .banniere .texte_banniere {
    font-size: 1.8vw;
    width: 31%;
  }
}

.fa {
  margin: 3px;
}

.icon-header {
  position: absolute;
  right: 1%;
  margin-top: 45px;
}

.lien_menu_footer {
  color: black;
}

#presentation {
  margin-top: 100px;
  margin-right: 100px;
  margin-left: 100px;
}

.homepage_row3 {
  background-color: #E5E5E5;
  line-height: 1;
}
.homepage_row3 .div_dessous_logo {
  padding-top: 2%;
}
.homepage_row3 .div_droite_logo {
  font-size: 1.5em;
}
.homepage_row3 .div_blanc {
  background-color: white;
  padding: 4% 2%;
}
.homepage_row3 .div_blanc p {
  font-weight: bold;
  margin-bottom: 0.6rem;
}
.homepage_row3 .div_blanc p:nth-child(1) {
  font-size: 1.5em;
}
.homepage_row3 .div_blanc p:nth-child(3) a {
  color: #BE0000;
  font-size: 1.2em;
}

#home_nos_valeurs {
  border: 1px solid #A2B4B6;
  margin-bottom: 5%;
}
#home_nos_valeurs a:hover {
  text-decoration: none;
}
#home_nos_valeurs .premiere_colonne .picto {
  font-size: 7em;
  text-align: center;
}
#home_nos_valeurs .premiere_colonne .titre_bloc_gris {
  text-align: center;
  font-size: 1.5em;
  text-decoration: none;
  color: black;
}
#home_nos_valeurs .premiere_colonne .texte_bloc_gris {
  text-align: left;
  font-size: 1em;
  text-decoration: none;
  color: black;
  margin-top: 12%;
}
#home_nos_valeurs .deuxieme_colonne .picto {
  font-size: 4em;
  text-align: center;
}
#home_nos_valeurs .deuxieme_colonne .titre_bloc_gris {
  text-align: center;
  font-size: 1.5em;
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  #home_nos_valeurs .deuxieme_colonne .titre_bloc_gris {
    text-align: left;
  }
}
#home_nos_valeurs .deuxieme_colonne .div_picto_texte {
  margin-bottom: 7%;
}
#home_nos_valeurs .red .picto {
  color: #BE0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#BE0000), to(#e41a92));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home_nos_valeurs .green a .picto i {
  color: rgb(109, 228, 100);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(110, 228, 101)), to(rgb(55, 169, 67)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home_nos_valeurs .blue a .picto i {
  color: rgb(38, 63, 198);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(38, 63, 198)), to(rgb(38, 175, 173)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home_nos_valeurs .cyan a .picto i {
  color: rgb(38, 174, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(38, 175, 255)), to(rgb(38, 213, 132)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.petit-ma {
  margin-left: 60px;
}

.fa-facebook-square {
  color: rgb(59, 89, 152);
  font-size: 35px;
  display: none;
}

.fa-twitter-square {
  color: rgb(0, 172, 237);
  margin-top: 10px;
  font-size: 35px;
  display: none;
}

.fa-youtube {
  color: rgb(204, 24, 30);
  font-size: 35px;
  display: none;
}

.fa-linkedin {
  color: rgb(59, 89, 152);
  margin-top: 10px;
  font-size: 35px;
  display: none;
}

#colla a :hover {
  color: rgb(38, 174, 255);
}

#mana a :hover {
  color: rgb(38, 63, 198);
}

#futu a :hover {
  color: #BE0000;
}

#enviraa a :hover {
  color: rgb(109, 228, 100);
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(0.2);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(0.2);
  }
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover, .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#map {
  height: 400px;
  width: 100%;
}

#back_to_top {
  color: #cdcdcd;
  height: auto;
  position: fixed;
  bottom: 8%;
  margin: 0;
  z-index: 10000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  right: 1%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#back_to_top:hover {
  color: #BE0000;
}
#back_to_top.on {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  right: 1%;
}
#back_to_top span {
  width: 52px;
  height: 52px;
  line-height: 61px;
  text-decoration: none;
  -moz-border-radius: 52px;
  -webkit-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  background: transparent;
  text-align: center;
}
#back_to_top span i {
  color: #d33;
}

.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  display: none;
  margin-right: 7px;
}

.fa-share-alt-square {
  display: none;
}

main {
  box-shadow: rgba(0, 0, 0, 0.8) 0px 20px 30px -20px;
}

#footer {
  padding: 2rem;
  background-color: #e5e5e5;
  z-index: -100;
  position: absolute;
  width: 100%;
}
#footer a {
  color: black;
}
#footer ul {
  list-style: none;
}
#footer ul li {
  overflow: hidden;
}

.icons ul {
  text-align: center;
  padding: 0 0 0 0;
}

#main-column .newsTitre {
  font-weight: bold;
  font-size: 30px;
}
#main-column .titre {
  background-color: #BE0000;
  background-image: -webkit-linear-gradient(-360deg, #BE0000, #e41a92);
  background-image: linear-gradient(90deg, #BE0000, #e41a92);
  color: white;
  padding: 1%;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 4%;
  text-align: center;
}
#main-column img {
  max-width: 100%;
}
#main-column ul {
  line-height: 2.6em;
}
#main-column .green .titre {
  background-image: -webkit-linear-gradient(-360deg, rgb(110, 228, 101), rgb(55, 169, 67));
  background-image: linear-gradient(90deg, rgb(110, 228, 101), rgb(55, 169, 67));
}
#main-column .blue .titre {
  background-image: -webkit-linear-gradient(-360deg, rgb(38, 63, 198), rgb(38, 175, 173));
  background-image: linear-gradient(90deg, rgb(38, 63, 198), rgb(38, 175, 173));
}
#main-column .cyan .titre {
  background-image: -webkit-linear-gradient(-360deg, rgb(38, 175, 255), rgb(38, 213, 132));
  background-image: linear-gradient(90deg, rgb(38, 175, 255), rgb(38, 213, 132));
}
#main-column a {
  color: #BE0000;
}
#main-column a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 0.5em;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .homepage #header-bg {
    padding-top: 75%;
  }
  .homepage #hp-contact {
    top: 270%;
  }
  #hp-row4 .focus-entreprise h2 {
    text-align: center;
  }
  .infos #header-inner {
    padding-top: 45%;
  }
  .infos #page-cms .row {
    display: block;
  }
  .texte_banniere {
    max-width: 100%;
  }
}
#right-column .news {
  margin: 0 0 2% 0;
}

/*.decal {
  margin-left: 10%;
}*/
.sommaire_activites {
  /* ACTIVITES */
  /* VALEURS */
}
.sommaire_activites .titre_menu_activites {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1%;
  font-size: 1.2em;
}
.sommaire_activites a {
  text-transform: uppercase;
  color: black;
  display: block;
  margin-top: 2%;
  margin-bottom: 2%;
}
.sommaire_activites a.current {
  color: #A2B4B6;
}
.sommaire_activites a:before {
  font-family: FontAwesome;
}
.sommaire_activites #lien_454a:before {
  content: "\f275";
}
.sommaire_activites #lien_3894:before {
  content: "\f0d1";
}
.sommaire_activites #lien_e010:before {
  content: "\f013";
}
.sommaire_activites #lien_ed56:before {
  content: "\f095";
}
.sommaire_activites #lien_8748:before {
  content: "\f0ad";
}
.sommaire_activites #lien_facb:before {
  content: "\f0ee";
}
.sommaire_activites #lien_7b5c:before {
  content: "\f109";
}
.sommaire_activites #lien_8a1d:before {
  content: "\f0e8";
}
.sommaire_activites #lien_e4de:before {
  content: "\f299";
}
.sommaire_activites #lien_1d8a:before {
  content: "\f0c0";
}
.sommaire_activites #lien_099e:before {
  content: "\f275";
}
.sommaire_activites #lien_2728:before {
  content: "\f0e3";
}

.grey-actualites {
  background-color: #e5e5e5; /*rgb(162, 180, 182);*/
  color: black;
}
.grey-actualites i {
  color: black;
}
.grey-actualites li {
  list-style: none;
  padding: 1% 2%;
}
.grey-actualites li.current i {
  color: #BE0000;
}
.grey-actualites a {
  color: black;
}
.grey-actualites h2 {
  color: white;
  text-align: center;
  background: #A2B4B6;
  padding: 1%;
}
.grey-actualites ul {
  padding: 1%;
}

.attachments .attnimg {
  border: 1px solid #999;
}

.white-back {
  background-color: white;
  border-radius: 100% !important;
  color: black !important;
  display: none;
}

.language {
  font-size: 0.7em;
  text-align: right;
  padding-bottom: 0.9%;
}
.language img {
  width: 21px;
  height: 16px;
}

@media screen and (min-width: 200px) and (max-width: 992px) {
  #para-foot {
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
  }
  .navbar-text > a {
    left: -50%;
  }
}
.div_container_video_youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.div_container_video_youtube .video_youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***** PAGE CANDIDATURE *****/
.js-rotate-if-collapsed {
  -webkit-transition: width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
}

[data-toggle=collapse][aria-expanded=true] > .js-rotate-if-collapsed {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* homepage-actualites */
#homepage-actualites a {
  color: #111;
}
#homepage-actualites .more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #0275D8;
}
#homepage-actualites article {
  display: flex;
  align-items: center;
  border: 1px solid #A2B4B6;
  margin: 0 0 30px 0;
  position: relative;
}
#homepage-actualites article .cover img {
  max-width: 100%;
}
#homepage-actualites article .title {
  padding: 10px 40px 10px 20px;
}
#homepage-actualites article > div {
  flex: 1 1 50%;
}

/* actualites-droite */
.trois_dernieres_actus_colonne_droite .newsTitre {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1%;
  font-size: 1.2em;
  background-color: #A2B4B6;
  color: #FFFFFF;
  padding: 5%;
}

#actualites-droite a {
  font-weight: bold;
  color: black;
  display: block;
  margin-top: 8%;
  margin-bottom: 8%;
}
#actualites-droite a:before {
  font-family: FontAwesome;
  content: "\f061";
  padding-right: 0.5em;
  color: #0275D8;
  font-weight: lighter;
}

.droite_deploiement_reseau a:before {
  font-family: FontAwesome;
  content: "\f054";
  padding-right: 0.5em;
  color: #0275D8;
  font-weight: lighter;
}

.droite_etude_personnalisee {
  background-color: #E5E5E5;
  padding: 4% 5% 8% 5%;
}
.droite_etude_personnalisee img {
  margin: 4% 0;
}
.droite_etude_personnalisee a {
  background-color: #BE0000;
  color: #FFFFFF;
  padding: 5%;
  font-weight: bold;
}
.droite_etude_personnalisee ul {
  margin-bottom: 10%;
  list-style-type: none;
  padding: 0;
}
.droite_etude_personnalisee ul li {
  margin-bottom: 8%;
}
.droite_etude_personnalisee ul li:before {
  font-family: FontAwesome;
  content: "\f058";
  padding-right: 0.5em;
}

#homepage_contactez_nous {
  background-color: #E5E5E5;
  text-align: center;
  font-weight: bold;
  margin-top: 1%;
  margin-bottom: 4%;
  padding: 2%;
  font-size: 1.1em;
}
#homepage_contactez_nous a {
  background-color: #BE0000;
  color: white;
  padding: 1%;
}

.bornes_totems_savoir_plus {
  margin-top: 10%;
}
.bornes_totems_savoir_plus h4 {
  font-weight: bold;
}
.bornes_totems_savoir_plus ul {
  line-height: inherit !important;
  list-style-type: none;
  border-left: 6px solid #E5E5E5;
  margin-left: 5%;
  padding-left: 2%;
}
.bornes_totems_savoir_plus ul li {
  margin-bottom: 2%;
}

.bornes_totems_partenaire ul {
  line-height: 1.5 !important;
}
.bornes_totems_partenaire ul li {
  margin-bottom: 2%;
}

.header_bornes_totems {
  background-image: -webkit-linear-gradient(-360deg, #BE0000, #e41a92);
  background-image: linear-gradient(90deg, #BE0000, #e41a92);
  color: #FFFFFF;
  text-align: center;
  padding: 1%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2vw;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-12 {
  width: 100%;
}

.page_valeurs_soc ol li {
  margin-top: 2.5%;
}
.page_valeurs_soc ol ul li {
  margin-top: 1.5%;
  line-height: 1.8em;
}

#menu {
  z-index: 1030;
}
@media (min-width: 992px) {
  #menu {
    font-size: 0.78em;
  }
}
#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu ul li {
  padding: 0;
  margin: 0;
}
#menu ul li.menu_rouge a {
  color: #BE0000;
}
#menu ul li a {
  color: black;
  display: block;
}
#menu ul li a:hover {
  text-decoration: none;
}
#menu ul li a:before {
  font-family: FontAwesome;
  padding: 15px 10px;
}

@media (min-width: 576px) {
  #menu-burger {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  #menu li.level0 {
    display: inline-block;
  }
  #menu li.level0:hover > a {
    font-weight: bold;
    border-bottom: 1px solid #BE0000;
  }
  #menu li.level0:hover ul.level1 {
    display: block;
  }
  #menu li.level0 > a {
    padding: 12px 20px;
  }
  #menu ul ul {
    display: none;
    position: absolute;
    background: #fff;
    text-align: left;
    z-index: 1020;
  }
  #menu li.level1 > a {
    padding: 15px 10px;
  }
  #menu li.level1 {
    border-bottom: 1px solid #e41a92;
  }
  #menu li.level1 a:hover {
    font-weight: bold;
  }
  #menu_165 a:before {
    content: "\f095";
  }
  #menu_166 a:before {
    content: "\f275";
  }
  #menu_170 a:before {
    content: "\f0ee";
  }
  #menu_164 a:before {
    content: "\f013";
  }
  #menu_167 a:before {
    content: "\f0d1";
  }
  #menu_169 a:before {
    content: "\f0ad";
  }
  #menu_172 a:before {
    content: "\f109";
  }
  #menu_162 a:before {
    content: "\f275";
  }
  #menu_103 a:before {
    content: "\f299";
  }
  #menu_152 a:before {
    content: "\f0e8";
  }
  #menu_101 a:before {
    content: "\f0c0";
  }
  #menu_180 a:before {
    content: "\f0e3";
  }
  #menu_163 a:before {
    content: "\f1da";
  }
  #menu_168 a:before {
    content: "\f3c5";
  }
}
@media screen and (max-width: 1199px) {
  #menu ul li.level0 > a {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 991px) {
  #menu {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 450px;
    height: auto;
    opacity: 0;
    transition: opacity 0.5s;
    margin: 0 auto;
  }
  #menu ul.level0 {
    background: #e5e5e5 !important;
    padding: 25px 25px 200px;
    display: none;
    overflow: hidden;
  }
  #menu li.level0 {
    padding: 10px 0 20px;
    border-bottom: #BE0000 0 solid;
    margin: 0 0 10px 0;
  }
  #menu li.level0 > a {
    font-weight: bold;
    color: white;
    background-color: #BE0000;
    background-image: -webkit-linear-gradient(-360deg, #BE0000, #e41a92);
    background-image: linear-gradient(90deg, #BE0000, #e41a92);
    padding: 5px 5px;
  }
  #menu li.level1 {
    padding: 7px 0;
  }
  .menu-on #menu {
    position: absolute;
    opacity: 1;
    height: auto;
  }
  .menu-on #menu ul.level0 {
    display: block;
  }
  .menu-on #menu #content, .menu-on #menu #header-bg, .menu-on #menu #baseline {
    opacity: 0.2;
  }
  .menu-on #menu-burger .fa-bars {
    opacity: 0;
  }
  .menu-on #menu-burger .fa-times {
    opacity: 1;
  }
  #menu-burger {
    display: block;
    position: fixed;
    top: 1%;
    right: 25px;
    font-size: 26px;
    z-index: 1030;
    height: 26px;
    width: 26px;
    background-color: transparent;
    border: none;
  }
  #menu-burger i {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s;
  }
  #menu-burger .fa-times {
    opacity: 0;
  }
}
/* #menu ul li:nth-child(5) ul{max-height: 500px;} */
/* menu bouton partage */
.menu-item,
.menu-open-button {
  width: 52px;
  height: 51px;
  position: absolute;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
  border-radius: 100%;
  right: 1%;
  bottom: 50px;
  padding: 6px;
}

.menu-open {
  display: none;
}

/* .menu-item {
   transition: all 0.1s ease 0s;
} */
.menu-open-button {
  z-index: 1000;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
  border-radius: 100%;
}

.menu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
  -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
  transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.menu-open:checked ~ .menu-item:nth-child(3) {
  transition-duration: 180ms;
  -webkit-transition-duration: 180ms;
  -webkit-transform: translate3d(0.08361px, -104.99997px, 0);
  transform: translate3d(-65.916px, 88.476px, 0);
  z-index: 800;
  text-align: center;
}

.menu-open:checked ~ .menu-item:nth-child(4) {
  transition-duration: 280ms;
  -webkit-transition-duration: 280ms;
  -webkit-transform: translate3d(90.9466px, 52.47586px, 0);
  transform: translate3d(-65.9466px, -7.524px, 0);
  z-index: 800;
  text-align: center;
  vertical-align: center;
}

.menu-open:checked ~ .menu-item:nth-child(5) {
  transition-duration: 380ms;
  -webkit-transition-duration: 380ms;
  -webkit-transform: translate3d(90.9466px, 52.47586px, 0);
  transform: translate3d(-64.947px, 39.476px, 0);
  z-index: 800;
  text-align: center;
}

.menu-open:checked ~ .menu-item:nth-child(6) {
  transition-duration: 480ms;
  -webkit-transition-duration: 480ms;
  -webkit-transform: translate3d(0.08361px, 104.99997px, 0);
  transform: translate3d(-63.916px, -55px, 0);
  z-index: 800;
  text-align: center;
  vertical-align: center;
}

/*# sourceMappingURL=style.css.map */
