.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body {
  font-family: 'Montserrat', sans-serif;
}
body .anchor {
  scroll-margin-top: 50px !important;
  scroll-padding-top: 50px !important;
  padding-top: 30px;
}
body a {
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
body a:hover,
body a:focus,
body a:active {
  outline: none;
  color: #333333;
  box-shadow: none;
  text-decoration: none;
}
body .btn {
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 0;
  position: relative;
  border: none;
}
body .btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .btn:first-of-type {
  margin-right: 20px;
}
body .btn--primary {
  background: #fbdfb7;
  color: #113042;
}
body .btn--primary:before {
  background: linear-gradient(to right,#f37029 2px,transparent 2px) 0 0, linear-gradient(to right,#f37029 2px,transparent 2px) 0 100%, linear-gradient(to left,#f37029 2px,transparent 2px) 100% 0, linear-gradient(to left,#f37029 2px,transparent 2px) 100% 100%, linear-gradient(to bottom,#f37029 2px,transparent 2px) 0 0, linear-gradient(to bottom,#f37029 2px,transparent 2px) 100% 0, linear-gradient(to top,#f37029 2px,transparent 2px) 0 100%, linear-gradient(to top,#f37029 2px,transparent 2px) 100% 100%;
  background-repeat: no-repeat;
  background-size: 8px 8px;
}
body .btn--primary:hover {
  background: #f37029;
  color: #fff;
}
body .btn--secondary {
  background: #d3f1fc;
  color: #113042;
}
body .btn--secondary:before {
  background: linear-gradient(to right,#113042 2px,transparent 2px) 0 0, linear-gradient(to right,#113042 2px,transparent 2px) 0 100%, linear-gradient(to left,#113042 2px,transparent 2px) 100% 0, linear-gradient(to left,#113042 2px,transparent 2px) 100% 100%, linear-gradient(to bottom,#113042 2px,transparent 2px) 0 0, linear-gradient(to bottom,#113042 2px,transparent 2px) 100% 0, linear-gradient(to top,#113042 2px,transparent 2px) 0 100%, linear-gradient(to top,#113042 2px,transparent 2px) 100% 100%;
  background-repeat: no-repeat;
  background-size: 8px 8px;
}
body .btn--secondary:hover {
  background: #113042;
  color: #fff;
}
body .btn--white {
  background: #fff;
  color: #113042;
}
body .btn--white:before {
  background: linear-gradient(to right,#113042 2px,transparent 2px) 0 0, linear-gradient(to right,#113042 2px,transparent 2px) 0 100%, linear-gradient(to left,#113042 2px,transparent 2px) 100% 0, linear-gradient(to left,#113042 2px,transparent 2px) 100% 100%, linear-gradient(to bottom,#113042 2px,transparent 2px) 0 0, linear-gradient(to bottom,#113042 2px,transparent 2px) 100% 0, linear-gradient(to top,#113042 2px,transparent 2px) 0 100%, linear-gradient(to top,#113042 2px,transparent 2px) 100% 100%;
  background-repeat: no-repeat;
  background-size: 8px 8px;
}
body .btn--white:hover {
  background: #00aeef;
  color: #fff;
}
body .title-center {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
}
body .title-center .strong {
  font-size: 34px;
}
body .wysiwyg-content__white p,
body .wysiwyg-content__white ul,
body .wysiwyg-content__white .title-center {
  color: #fff;
}
body .wysiwyg-content.align-center p {
  text-align: center;
}
body .wysiwyg-content.align-right .title {
  font-size: 40px;
  padding-right: 20px;
  padding-left: 0;
  position: relative;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: right;
}
body .wysiwyg-content.align-right .title:before {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: inherit;
  background: #f37029;
}
body .wysiwyg-content.align-right p {
  text-align: right;
}
body .wysiwyg-content .title {
  font-size: 40px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
  font-weight: 400;
}
body .wysiwyg-content .title:before {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f37029;
}
body .wysiwyg-content p {
  font-weight: 500;
}
body .wysiwyg-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .wysiwyg-content ul li:before {
  content: '>';
  color: #f37029;
  display: inline-block;
  margin-right: 10px;
}
body .wysiwyg-content .btn--primary,
body .wysiwyg-content .btn--secondary {
  margin-top: 20px;
}
body .liste_categories {
  display: flex;
  align-items: center;
  justify-content: stretch;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 40px 0;
}
body .liste_categories .lien-cat {
  font-size: 15px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  max-width: 200px;
  margin-bottom: 20px;
}
body .liste_categories .lien-cat .picto {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
body .liste_categories .lien-cat .picto svg {
  width: 40px;
  height: 40px;
}
body .liste_categories .lien-cat .picto svg path {
  fill: #d1d3d4;
  transition: all 0.3s ease;
}
body .liste_categories .lien-cat .text {
  border-left: 2px solid #d1d3d4;
  padding-left: 10px;
  padding-right: 20px;
  line-height: 22px;
  color: #d1d3d4;
  transition: all 0.3s ease;
}
body .liste_categories .lien-cat:hover .picto svg path,
body .liste_categories .lien-cat.active .picto svg path {
  fill: #f37029;
}
body .liste_categories .lien-cat:hover .text,
body .liste_categories .lien-cat.active .text {
  border-left: 2px solid #f37029;
  color: #113042;
}
body .actu {
  background: #f1f2f2;
  display: block;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
  margin-bottom: 40px;
  height: 90%;
}
body .actu .bg-img {
  height: 200px;
  background-size: cover;
}
body .actu .content-actu {
  padding: 30px;
  color: #113042;
  text-align: center;
}
body .actu .content-actu .cat {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}
body .actu .content-actu .titre-block {
  margin-bottom: 20px;
}
body .actu .content-actu .titre-block h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
}
body .actu .content-actu .contenu {
  margin-bottom: 20px;
}
body .actu .content-actu .post_date {
  display: block;
  margin: 0 auto;
}
body .actu:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
}
body .form-contact {
  font-family: ;
}
body .form-contact .titre {
  font-weight: 800;
  margin-bottom: 40px;
}
body .form-contact .nf-form-content {
  max-width: 100%;
}
body .form-contact .nf-form-title h3 {
  color: ;
  font-size: 36px;
}
body .form-contact .nf-cell {
  padding: 0 15px;
}
body .form-contact .nf-field-label {
  display: none;
}
body .form-contact .nf-form-fields-required {
  display: none;
}
body .form-contact .nf-before-form-content {
  margin-bottom: 20px;
}
body .form-contact .nf-error-msg {
  text-align: center;
  color: ;
  font-size: 14px;
}
body .form-contact .nf-field-container {
  margin-bottom: 10px;
}
body .form-contact .nf-form-content .nf-error .nf-error-msg {
  color: ;
}
body .form-contact .nf-form-content .nf-error .nf-field-element input[type='text'],
body .form-contact .nf-form-content .nf-error .nf-field-element input[type='tel'],
body .form-contact .nf-form-content .nf-error .nf-field-element input[type='email'],
body .form-contact .nf-form-content .nf-error .nf-field-element input[type='number'] {
  border: 1px solid ;
}
body .form-contact .nf-form-content .stars {
  height: 60px;
  padding: 15px 0;
}
body .form-contact .nf-form-content input[type='text'],
body .form-contact .nf-form-content input[type='tel'],
body .form-contact .nf-form-content input[type='email'],
body .form-contact .nf-form-content input[type='number'] {
  min-height: 30px;
  padding: 10px 20px;
  border: 1px solid #f1f2f2;
  background: #f1f2f2;
  color: #113042;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
body .form-contact .nf-form-content input[type='text']:focus,
body .form-contact .nf-form-content input[type='tel']:focus,
body .form-contact .nf-form-content input[type='email']:focus,
body .form-contact .nf-form-content input[type='number']:focus {
  outline: none;
}
body .form-contact .nf-form-content label {
  display: none;
}
body .form-contact .nf-form-content input[type='text']::placeholder,
body .form-contact .nf-form-content input[type='tel']::placeholder,
body .form-contact .nf-form-content input[type='email']::placeholder,
body .form-contact .nf-form-content input[type='number']::placeholder {
  color: #113042;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 2px;
}
body .form-contact .nf-form-content .list-select-wrap .nf-field-element > div {
  border: 1px solid #f1f2f2;
  background: #fff;
}
body .form-contact .nf-form-content .list-select-wrap select.ninja-forms-field {
  color: ;
}
body .form-contact .nf-form-content .field-wrap.submit-wrap input[type='button'] {
  text-align: center;
  background: #f37029;
  border: none;
  color: #fff;
  border: 2px solid #f37029;
  padding: 0 20px;
  cursor: pointer;
  width: 240px;
  display: block;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease;
  z-index: 10;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
body .form-contact .nf-form-content .field-wrap.submit-wrap input[type='button']:hover {
  color: #f37029;
  background: transparent;
}
body .form-contact .nf-form-content .field-wrap.submit-wrap input[type='button']:focus {
  outline: none;
}
body .form-contact .nf-form-content .field-wrap textarea {
  background: #f1f2f2;
  padding: 10px 20px;
  border: 1px solid #f1f2f2;
  height: 150px;
  font-weight: 600;
  color: #113042;
}
body .form-contact .nf-form-content .field-wrap textarea::placeholder {
  color: #113042;
  letter-spacing: 2px;
}
body .form-contact .nf-form-content .field-wrap textarea:focus {
  outline: none;
}
body .form-contact .nf-form-content .list-container {
  padding-left: 0;
}
body .form-contact .nf-form-content .list-container .nf-field-label {
  display: block;
}
body .form-contact .nf-form-content .list-container .listcheckbox-wrap .nf-field-element label {
  display: block;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  line-height: 20px;
}
body .form-contact .nf-form-content .list-container .listcheckbox-wrap .nf-field-element label:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #f37029;
  top: 3px;
  left: -28px;
}
body .form-contact .nf-form-content .list-container .listcheckbox-wrap .nf-field-element label:after {
  width: 20px;
  height: 20px;
  background: transparent;
}
body .form-contact .nf-form-content .list-multiselect-wrap {
  background: transparent;
  border: 2px solid #333333;
  padding: 20px;
}
body .form-contact .nf-form-content .list-multiselect-wrap select {
  border: none;
  overflow: hidden;
  height: 40px;
}
body .form-contact .nf-form-content .list-multiselect-wrap select option {
  text-transform: uppercase;
  color: #000;
}
body .form-contact .nf-form-content .list-multiselect-wrap select:focus {
  outline: none;
}
body header .header__top {
  background: #113042;
  display: flex;
  justify-content: space-between;
}
body header .header__top .info-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body header .header__top .info-contact__left {
  display: flex;
}
body header .header__top .info-contact__left .tel,
body header .header__top .info-contact__left .email {
  padding: 10px;
  color: #fff;
  display: flex;
  align-items: center;
}
body header .header__top .info-contact__left .tel .picto,
body header .header__top .info-contact__left .email .picto {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
body header .header__top .info-contact__left .tel .picto svg,
body header .header__top .info-contact__left .email .picto svg {
  width: 24px;
  height: 24px;
}
body header .header__top .info-contact__left .tel:hover,
body header .header__top .info-contact__left .email:hover {
  color: #00aeef;
}
body header .header__top .info-contact .linkedin {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 10px 10px;
  height: 53px;
}
body header .header__top .info-contact .linkedin .fa-linkedin:before {
  content: '\f08c';
}
body header .header__top .info-contact .linkedin:hover {
  color: #00aeef;
}
body header .header__bottom {
  padding: 20px 0;
}
body header .header__bottom .logo-nav {
  display: flex;
  justify-content: space-between;
}
body header .block-nav {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
body header .block-nav .text {
  color: #f37029;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
body header .block-nav .nav-icon {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  transition: all 0.3s ease;
}
body header .block-nav .nav-icon span {
  display: block;
  top: 17px;
  width: 27px;
  height: 4px;
  background-color: #f37029;
  position: relative;
  margin: 0 auto;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
  transition: all 0.3s ease;
}
body header .block-nav .nav-icon span:after,
body header .block-nav .nav-icon span:before {
  display: block;
  content: '';
  position: absolute;
  width: 27px;
  height: 4px;
  background-color: #f37029;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
  transition: all 0.3s ease;
}
body header .block-nav .nav-icon span:before {
  margin-top: -10px;
}
body header .block-nav .nav-icon span:after {
  margin-top: 10px;
}
body header .block-nav .nav-icon:hover span {
  background-color: #333333;
}
body header .block-nav .nav-icon:hover span:after,
body header .block-nav .nav-icon:hover span:before {
  background-color: #333333;
}
body header .block-nav .nav-icon.active span {
  background-color: rgba(255,255,255,0);
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
body header .block-nav .nav-icon.active span:before,
body header .block-nav .nav-icon.active span:after {
  margin-top: 0px;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
body header .block-nav .nav-icon.active span:before {
  transform: rotate(45deg);
}
body header .block-nav .nav-icon.active span:after {
  transform: rotate(-45deg);
}
body header .nav-menu {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  background: #f37029;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  background: #f37029 url('../img/bg-menu.jpg') no-repeat top center;
  background-size: cover;
  transform: translateY(-100%);
  transition: all 0.8s ease;
  opacity: 0;
  pointer-events: none;
}
body header .nav-menu.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: initial;
}
body header .nav-menu .text-menu {
  flex: 0 0 5%;
  max-width: 5%;
  display: flex;
  justify-content: flex-end;
  margin-top: 130px;
}
body header .nav-menu .text-menu .text {
  color: #fff;
  text-transform: uppercase;
  transform: rotate(-90deg);
  display: block;
  width: 0;
  height: 10px;
  font-size: 15px;
}
body header .nav-menu .text-menu .line {
  height: 750px;
  width: 10px;
  background: #fff;
  display: block;
  margin-top: 15px;
}
body header .nav-menu .nav-btn {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 12;
}
body header .nav-menu .nav-btn .block-nav .text {
  color: #fff;
}
body header .nav-menu .nav-btn .block-nav .nav-icon span:after,
body header .nav-menu .nav-btn .block-nav .nav-icon span:before {
  background-color: #fff;
}
body header .nav-menu .nav-primary {
  flex: 0 0 95%;
  max-width: 95%;
  position: relative;
  z-index: 1;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav {
  flex-direction: column;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li {
  display: flex;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li:first-child > a {
  padding-top: 80px;
  max-height: 200px;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > a:after {
  content: '';
  display: block;
  background: url('../img/plus-octo-2.svg') no-repeat top center;
  width: 60px;
  height: 70px;
  position: absolute;
  right: -30px;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > .kulmineo-submenu {
  opacity: 0;
  flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  background: rgba(241,242,242,0.8);
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 80px;
  counter-reset: li;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > .kulmineo-submenu > li {
  counter-increment: li;
  display: list-item;
  list-style-position: inside;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > .kulmineo-submenu > li::marker {
  display: list-item;
  content: '0' counter(li) ' ';
  color: #f37029;
  font-weight: bold;
  font-size: 50px;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > .kulmineo-submenu > li > a {
  font-size: 20px;
  line-height: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: #113042;
  padding: 30px 0 20px;
  display: inline-block;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > .kulmineo-submenu > li > .kulmineo-submenu {
  list-style: none;
  padding-left: 85px;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > .kulmineo-submenu > li > .kulmineo-submenu > li > a {
  color: #00aeef;
  font-size: 20px;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > .kulmineo-submenu > li > .kulmineo-submenu > li > a:hover {
  color: #113042;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children:hover .kulmineo-submenu {
  opacity: 1;
  z-index: 5;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children:hover > a {
  background: linear-gradient(90deg,rgba(255,255,255,0) 0%,#113042 100%);
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children:hover > a .description {
  color: #f37029;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.active > a {
  background: linear-gradient(90deg,rgba(255,255,255,0) 0%,#113042 100%);
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.active > a .description {
  color: #f37029;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li > a {
  text-align: right;
  font-weight: 600;
  flex: 0 0 50%;
  max-width: 50%;
  max-height: 120px;
  background: transparent;
  transition: all 0.3s ease;
  padding: 0 80px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li > a:after {
  content: '';
  display: block;
  background: url('../img/arrow-octo.svg') no-repeat top center;
  width: 60px;
  height: 70px;
  position: absolute;
  right: -30px;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li > a .text {
  font-size: 40px;
  color: #fff;
  display: block;
  line-height: 48px;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li > a .description {
  font-size: 18px;
  color: #113042;
  display: block;
  transition: all 0.3s ease;
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li > a:hover {
  background: linear-gradient(90deg,rgba(255,255,255,0) 0%,#113042 100%);
}
body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li > a:hover .description {
  color: #f37029;
}
body header .nav-menu .block-mountain {
  position: absolute;
  right: 0;
  width: 47.5%;
  background: #113042;
  height: 100%;
  display: block;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
body header .nav-menu .block-mountain .cap {
  display: flex;
  justify-content: center;
}
body header .nav-menu .block-mountain .cap .text {
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  color: #f37029;
  margin-right: 15px;
  line-height: 1.3;
}
body header .nav-menu .block-mountain .cap .picto svg {
  width: 65px;
  height: 80px;
}
body header .nav-menu .block-mountain .cap .picto svg path {
  fill: #f37029;
}
body header .nav-menu .block-mountain .mountain {
  margin-left: 320px;
}
body header .nav-menu .block-mountain .mountain svg {
  width: 805px;
  height: 415px;
}
body header .nav-menu .block-mountain .mountain svg polygon {
  fill: #fff;
}
body footer a {
  color: #fff;
}
body footer a:hover {
  color: #00aeef;
}
body footer .footer {
  background: #113042;
  padding: 40px 0;
}
body footer .footer__top {
  padding-bottom: 30px;
  border-bottom: 1px solid #00aeef;
}
body footer .footer__top h3 {
  color: #00aeef;
  font-size: 18px;
  margin-bottom: 15px;
}
body footer .footer__top .contenu {
  color: #fff;
}
body footer .footer__top .tel,
body footer .footer__top .email,
body footer .footer__top .localisation {
  padding: 10px 0;
  color: #fff;
  display: flex;
  align-items: center;
}
body footer .footer__top .tel .picto,
body footer .footer__top .email .picto,
body footer .footer__top .localisation .picto {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
body footer .footer__top .tel .picto svg,
body footer .footer__top .email .picto svg,
body footer .footer__top .localisation .picto svg {
  width: 24px;
  height: 24px;
}
body footer .footer__top .tel .picto svg path,
body footer .footer__top .tel .picto svg polygon,
body footer .footer__top .email .picto svg path,
body footer .footer__top .email .picto svg polygon,
body footer .footer__top .localisation .picto svg path,
body footer .footer__top .localisation .picto svg polygon {
  fill: #f37029;
}
body footer .footer__top .tel:hover,
body footer .footer__top .email:hover,
body footer .footer__top .localisation:hover {
  color: #00aeef;
}
body footer .footer__top .nav-footer ul > li {
  display: block;
  width: 100%;
}
body footer .footer__top .nav-footer ul > li > a {
  display: block;
}
body footer .footer__bottom {
  padding-top: 30px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.single a {
  color: #f37029;
}
body.single .wysiwyg-content.align-center p {
  text-align: left;
}
body.single .footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
body.single .footer-info #bpsn-social-share-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.single .footer-info #bpsn-social-share-buttons .heading {
  margin-bottom: 0;
}
body.single .footer-info #bpsn-social-share-buttons .bpsn-link {
  background: transparent;
  color: #113042;
  border-right: 1px solid #113042;
  border-radius: 0;
}
body.single .footer-info #bpsn-social-share-buttons .bpsn-link:last-of-type {
  border: none;
}
body.single .footer-info #bpsn-social-share-buttons .bpsn-link:hover {
  color: #00aeef;
}
body.single .footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
body.single .footer-links .previous,
body.single .footer-links .back-btn,
body.single .footer-links .next {
  margin: 10px 10px;
}
body.page .page-content {
  padding: 80px 0;
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li > a .text {
    font-size: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > .kulmineo-submenu {
    padding: 0 60px;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li > a .text {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  body .btn {
    white-space: normal;
  }
  body .btn--primary,
  body .btn--secondary,
  body .btn--white {
    width: 100%;
  }
  body .title-center {
    font-size: 26px;
  }
  body .title-center .strong {
    font-size: 28px;
  }
  body .wysiwyg-content.align-right .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  body .wysiwyg-content .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  body header .header__top .info-contact__left .tel,
  body header .header__top .info-contact__left .email {
    padding: 5px;
    font-size: 14px;
  }
  body header .header__top .info-contact .linkedin {
    font-size: 18px;
    padding: 10px;
    height: 50px;
  }
  body header .nav-menu {
    min-height: 600px;
    overflow: auto;
  }
  body header .nav-menu .text-menu {
    display: none;
  }
  body header .nav-menu .nav-primary {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li {
    position: relative;
    flex-wrap: wrap;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > a:after {
    width: 30px;
    height: 40px;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > .kulmineo-submenu {
    padding: 0 40px;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    left: 0;
    display: none;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > .kulmineo-submenu > li::marker {
    font-size: 40px;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > .kulmineo-submenu > li > a {
    font-size: 18px;
    padding: 15px 0 10px;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > .kulmineo-submenu > li > .kulmineo-submenu {
    padding-left: 65px;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children:hover > .kulmineo-submenu.open,
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children.active > .kulmineo-submenu.open {
    display: block;
    position: relative;
    opacity: 1;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li > a {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 20px 5px 60px;
    text-align: left;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li > a:after {
    width: 30px;
    height: 40px;
    right: inherit;
    left: 10px;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li > a .text {
    font-size: 26px;
    line-height: 30px;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li > a .description {
    font-size: 15px;
  }
  body header .nav-menu .block-mountain {
    display: none;
  }
  body header .nav-menu .block-mountain .cap .text {
    font-size: 40px;
    margin-right: 15px;
  }
  body header .nav-menu .block-mountain .cap .picto svg {
    width: 45px;
    height: 60px;
  }
  body header .nav-menu .block-mountain .mountain {
    margin-left: 200px;
  }
  body header .nav-menu .block-mountain .mountain svg {
    width: 300px;
    height: 200px;
  }
}
@media (max-width: 480px) {
  body .title-center {
    font-size: 22px;
  }
  body .title-center .strong {
    font-size: 26px;
  }
  body .wysiwyg-content.align-right .title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  body .wysiwyg-content .title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  body header .header__top .info-contact__left .tel {
    display: none;
  }
  body header .nav-menu .nav-primary {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > .kulmineo-submenu {
    padding: 0 10px;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li > a .text {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .nav-menu .text-menu {
    display: none;
  }
  body header .nav-menu .nav-primary {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > a:after {
    width: 40px;
    height: 50px;
    right: -20px;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > .kulmineo-submenu {
    padding: 0 40px;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > .kulmineo-submenu > li::marker {
    font-size: 40px;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > .kulmineo-submenu > li > a {
    font-size: 18px;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li.menu-item-has-children > .kulmineo-submenu > li > .kulmineo-submenu {
    padding-left: 65px;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li > a {
    padding: 0 60px 0 10px;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li > a:after {
    width: 40px;
    height: 50px;
    right: -20px;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li > a .text {
    font-size: 26px;
    line-height: 30px;
  }
  body header .nav-menu .nav-primary .menu-menu-principal-container ul.nav > li > a .description {
    font-size: 15px;
  }
  body header .nav-menu .block-mountain {
    width: 50%;
  }
}
