/*
 Theme Name: Celeste Child
 Theme URI: http://html5blank.com
 Description: A child theme of Celeste
 Author: G&S
 Version: 1.0.0
 Text Domain: celeste
 Template: celeste
 */
/*
 FONTS
 */
@font-face {
  font-family: "MontserratRegular";
  font-display: swap;
  src: url("../../fonts/MontserratRegular.eot");
  src: url("../../fonts/MontserratRegular.eot") format("embedded-opentype"), url("../../fonts/MontserratRegular.woff2") format("woff2"), url("../../fonts/MontserratRegular.woff") format("woff"), url("../../fonts/MontserratRegular.ttf") format("truetype"),
    url("../../fonts/MontserratRegular.svg#MontserratRegular") format("svg");
}
@font-face {
  font-family: "MontserratLight";
  font-display: swap;
  src: url("../../fonts/MontserratLight.eot");
  src: url("../../fonts/MontserratLight.eot") format("embedded-opentype"), url("../../fonts/MontserratLight.woff2") format("woff2"), url("../../fonts/MontserratLight.woff") format("woff"), url("../../fonts/MontserratLight.ttf") format("truetype"),
    url("../../fonts/MontserratLight.svg#MontserratLight") format("svg");
}
@font-face {
  font-family: "MontserratBold";
  font-display: swap;
  src: url("../../fonts/MontserratBold.eot");
  src: url("../../fonts/MontserratBold.eot") format("embedded-opentype"), url("../../fonts/MontserratBold.woff2") format("woff2"), url("../../fonts/MontserratBold.woff") format("woff"), url("../../fonts/MontserratBold.ttf") format("truetype"),
    url("../../fonts/MontserratBold.svg#MontserratBold") format("svg");
}
/*
 GLOBAL
 */
.section--1 .et_pb_column {
  opacity: 0;
}
::selection {
  background-color: #006eb7;
  color: #fff;
}
html,
body {
  width: 100%;
  font-size: 100%;
}
html a,
body a {
  color: inherit;
  text-decoration: none;
}
html strong,
body strong {
  font-family: "MontserratBold";
}
html .et-db #et-boc .et_pb_blog_grid .et_pb_post,
body .et-db #et-boc .et_pb_blog_grid .et_pb_post {
  padding: 0 !important;
  border-bottom: 0 !important;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 100px !important;
  right: 35px;
  display: none;
  color: white;
  background-color: #00d9a3;
  border-radius: 2px;
  text-align: center;
  z-index: 10;
}
.scrollup svg {
  padding-top: 7px;
}
#breadcrumbs {
  display: none;
}
.breadcrumb-container {
  border-bottom: 1px solid #f3f7fa !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  transition: all 0.2s !important;
}
.breadcrumb-container span {
  margin-left: 0 !important;
  margin-bottom: 8px !important;
}
.breadcrumb-container span a {
  transition: all 0.2s !important;
}
.breadcrumb-container span a:hover {
  font-weight: bold !important;
}
.align--center div {
  margin: 0 auto !important;
}
/*
 ------------------------------------------------- PAGE HOME
 */
body {
  font-family: "MontserratRegular";
  font-size: 14px;
}
header {
  display: flex;
  align-items: baseline;
  position: fixed;
  width: 100%;
  top: 0;
  padding: 0 50px;
  z-index: 10;
  transition: all 0.2s !important;
}
header .logo {
  margin-right: 80px;
  position: relative;
  top: 10px;
}
header nav > ul {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: inherit;
  margin: 0;
  height: 100px;
}
header nav > ul li {
  padding: 0 25px;
  height: 100px;
  display: flex;
  align-items: center;
}
header nav > ul li a {
  font-size: 16px;
  color: #fff;
}
header #menu-item-108 a,
header #menu-item-117 a,
header #menu-item-123 a,
header #menu-item-126 a,
header #menu-item-131 a,
header #menu-item-10243 a,
header #menu-item-2595 a {
  pointer-events: none;
}
header .sub-menu a {
  pointer-events: auto !important;
}
header #menu-item-170 a {
  font-family: "MontserratBold";
  background-color: #00d9a3;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 3px solid #00d9a3;
  transition: all 0.3s;
}
header #menu-item-170 a::before {
  content: "";
  background-image: url(../../images/phone-receiver.svg);
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 17px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
header #menu-item-170 a:hover {
  transform: scale(1.05);
}
header #menu-item-117 a {
  width: 94px;
  display: inline-block;
}
header #menu-item-131 a {
  width: 124px;
  display: inline-block;
}
header #menu-item-498 a {
  position: relative;
  visibility: hidden;
  transition: all 0.3s;
}
header #menu-item-498 a:hover {
  transform: scale(1.05);
}
header #menu-item-498 a::before {
  content: "";
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #a863a5;
  border-radius: 4px;
  display: flex;
  visibility: visible;
}
header #menu-item-498 a::after {
  content: "";
  position: absolute;
  background-image: url(../../images/customer.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  left: 12px;
  top: 10px;
  visibility: visible;
}
header #menu-item-498 a span {
  display: none;
}
header .sub-menu {
  position: absolute;
  top: 100px;
  padding: 10px 10px 10px 0;
  width: auto;
  text-align: left;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s !important;
  display: flex;
  width: 800px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  left: 345px;
}
header .sub-menu li {
  display: block;
  margin: 10px 5px 10px 0;
  height: auto;
  transition: all 0.3s !important;
  width: 300px;
  padding: 0;
  padding-right: 25px;
  align-items: flex-start;
  justify-content: flex-start;
}
header .sub-menu li a {
  width: 100% !important;
  color: #68768c !important;
  padding: 0;
}
header .sub-menu li a:hover {
  font-family: "MontserratBold";
}
header .menu-responsive {
  display: none;
}
header .bg-sub-menu {
  position: absolute;
  width: 800px;
  height: 0;
  top: 100px;
  left: 330px;
  background: #f3f7fa;
  box-shadow: inset 0px 16px 45px -37px rgba(110, 110, 110, 1);
  transition: all 0.3s !important;
}
.burger {
  height: 3em;
  width: 3em;
  position: absolute;
  right: 40px;
  font-size: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.burger:after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}
.burger.burger-squeeze .burger-lines:before {
  left: 1em;
  top: 1em;
}
.burger.burger-squeeze .burger-lines:after,
.burger.burger-squeeze .burger-lines:before {
  width: 2em;
}
.burger.burger-squeeze .burger-lines,
.burger.burger-squeeze .burger-lines:after,
.burger.burger-squeeze .burger-lines:before {
  transition: top 0.2s 0.2s, left 0.1s, transform 0.2s, background-color 0.4s 0.2s;
}
.burger.burger-squeeze .burger-lines:after {
  left: 0;
  top: -1em;
}
.burger .burger-lines,
.burger .burger-lines:after,
.burger .burger-lines:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: 0.25em;
  background-color: #fff;
  height: 0.25em;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.burger.burger-squeeze.open .burger-lines:before {
  transform: rotate(-45deg);
  background-color: #fff;
}
.burger.burger-squeeze.open .burger-lines:after {
  transform: rotate(45deg);
  background-color: #fff;
}
.burger.burger-squeeze.open .burger-lines:after,
.burger.burger-squeeze.open .burger-lines:before {
  left: 0.5em;
  top: 0;
}
.burger.burger-squeeze.open .burger-lines,
.burger.burger-squeeze.open .burger-lines:after,
.burger.burger-squeeze.open .burger-lines:before {
  transition: background-color 0.2s, top 0.2s, left 0.2s, transform 0.2s 0.15s;
}
.burger.burger-squeeze.open .burger-lines,
.burger.burger-squeeze.open .burger-lines:after,
.burger.burger-squeeze.open .burger-lines:before {
  transition: background-color 0.2s, top 0.2s, left 0.2s, transform 0.2s 0.15s;
}
.burger.burger-squeeze.open .burger-lines {
  background-color: initial;
}
.burger.burger-squeeze.open .burger-lines,
.burger.burger-squeeze.open .burger-lines:after,
.burger.burger-squeeze.open .burger-lines:before {
  transition: background-color 0.2s, top 0.2s, left 0.2s, transform 0.2s 0.15s;
}
.pum-container .pum-content {
  text-align: center;
}
.pum-container .pum-content h3 {
  font-size: 26px;
}
.pum-container .pum-content .input--tel input {
  width: 60%;
  border: 1px solid #00d9a3;
  border-radius: 4px;
  padding: 16px 10px;
  text-align: center;
  margin-bottom: 0;
  box-shadow: 0px 2px 18px 0px rgba(0, 110, 183, 0.1);
  transition: all 0.2s;
}
.pum-container .pum-content .input--tel input::placeholder {
  color: #68768c;
  opacity: 0.5;
}
.pum-container .pum-content .input--tel input:focus {
  border: 1px solid #a863a5;
}
.pum-container .pum-content .input--sub {
  margin-top: 20px;
}
.pum-container .pum-content .input--sub input {
  background-color: #a863a5;
  border: 3px solid #a863a5;
  padding: 14px 40px;
  margin-left: 16px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 12px 18px -6px rgba(10, 89, 142, 0.2);
  transition: all 0.3s;
}
.pum-container .pum-content .input--sub input:hover {
  transform: scale(1.05);
}
.pum-container .pum-close {
  transition: all 0.2s !important;
}
.pum-container .pum-close:hover {
  transform: scale(1.1) !important;
  color: #a863a5 !important;
}
.pum-content .wpcf7-not-valid-tip {
  margin-top: 8px !important;
  font-size: 13px;
}
.pum-content .wpcf7-validation-errors {
  border: none !important;
  font-size: 13px;
}
.pum-open-overlay body {
  padding-right: 17px;
}
.section--header--home::after {
  content: "";
  position: absolute;
  top: 90px;
  left: 0;
  background-image: url("../../images/picto-home.png") !important;
  background-size: initial;
  background-position: top left;
  width: 359px;
  height: 448px;
}
.section--1 {
  background-size: auto !important;
  background-position-x: -415px !important;
  background-position-y: 260px !important;
}
.section--1 .et_pb_module {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border: 3px solid #fff !important;
  transition: all 0.3s !important;
}
.section--1 .et_pb_module:hover {
  border: 3px solid #00d9a3 !important;
}
.section--1 strong {
  font-size: 18px;
}
.section--3 strong {
  font-size: 22px !important;
}
.section--3 .border--custom .et_pb_text_inner {
  padding: 10px !important;
}
.section--3 .curve--1,
.section--3 .curve--6 {
  transform: translateY(0);
}
.section--3 .curve--2,
.section--3 .curve--5 {
  transform: translateY(0);
}
.section--3::after {
  content: "";
  background-image: linear-gradient(to bottom, #f3f7ff, #f7f9ff, #fafbff, #fdfdff, #fff);
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section--4 .et_pb_salvattore_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section--4 .et_pb_salvattore_content .size-1of3,
.section--4 .et_pb_salvattore_content .size-1of2,
.section--4 .et_pb_salvattore_content .size-1of1 {
  width: 31.33% !important;
  margin-right: 0 !important;
  float: none !important;
}
.section--4 .et_pb_salvattore_content .size-1of3 article,
.section--4 .et_pb_salvattore_content .size-1of2 article,
.section--4 .et_pb_salvattore_content .size-1of1 article {
  height: 470px;
  border-bottom: none !important;
  position: relative;
}
.section--4 .et_pb_salvattore_content .size-1of3 article:hover::after,
.section--4 .et_pb_salvattore_content .size-1of2 article:hover::after,
.section--4 .et_pb_salvattore_content .size-1of1 article:hover::after {
  width: 100% !important;
}
.section--4 .et_pb_salvattore_content .size-1of3 article::after,
.section--4 .et_pb_salvattore_content .size-1of2 article::after,
.section--4 .et_pb_salvattore_content .size-1of1 article::after {
  content: "";
  width: 0% !important;
  height: 3px !important;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #00d9a3 !important;
  display: inline-block !important;
  visibility: visible !important;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1) !important;
}
.section--4 .et_pb_salvattore_content .size-1of3 article:hover .more-link,
.section--4 .et_pb_salvattore_content .size-1of2 article:hover .more-link,
.section--4 .et_pb_salvattore_content .size-1of1 article:hover .more-link {
  transform: translateX(-20px);
}
.section--4 .et_pb_salvattore_content .size-1of3 article .et_pb_image_container,
.section--4 .et_pb_salvattore_content .size-1of2 article .et_pb_image_container,
.section--4 .et_pb_salvattore_content .size-1of1 article .et_pb_image_container {
  margin: 0 !important;
}
.section--4 .et_pb_salvattore_content .size-1of3 article .entry-title,
.section--4 .et_pb_salvattore_content .size-1of2 article .entry-title,
.section--4 .et_pb_salvattore_content .size-1of1 article .entry-title {
  line-height: 20px !important;
}
.section--4 .et_pb_salvattore_content .size-1of3 article .entry-featured-image-url,
.section--4 .et_pb_salvattore_content .size-1of2 article .entry-featured-image-url,
.section--4 .et_pb_salvattore_content .size-1of1 article .entry-featured-image-url {
  height: 237px;
}
.section--4 .et_pb_salvattore_content .size-1of3 article .entry-featured-image-url img,
.section--4 .et_pb_salvattore_content .size-1of2 article .entry-featured-image-url img,
.section--4 .et_pb_salvattore_content .size-1of1 article .entry-featured-image-url img {
  height: 100% !important;
  object-fit: cover;
}
.section--4 .et_pb_salvattore_content .size-1of3 article p,
.section--4 .et_pb_salvattore_content .size-1of2 article p,
.section--4 .et_pb_salvattore_content .size-1of1 article p {
  line-height: 17px;
}
.section--4 .et_pb_salvattore_content .size-1of3 article .more-link,
.section--4 .et_pb_salvattore_content .size-1of2 article .more-link,
.section--4 .et_pb_salvattore_content .size-1of1 article .more-link {
  position: absolute !important;
  right: 0 !important;
  bottom: 7px !important;
  transition: all 0.3s !important;
}
.et-db #et-boc .et_pb_blog_0 .et_pb_post .post-content a.more-link {
  color: #00d9a3 !important;
}
.menu--footer .et_pb_text_inner {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.menu--footer .et_pb_text_inner a {
  font-size: 16px !important;
  color: #fff !important;
}
.rs--footer a {
  margin: 0 20px !important;
  transition: all 0.2s !important;
  display: inline-block;
}
.rs--footer a:hover {
  transform: scale(1.1) !important;
}
.btn--footer .et_pb_text_inner {
  display: flex !important;
  justify-content: center !important;
}
.btn--footer .et_pb_text_inner a {
  border: 3px solid #a863a5 !important;
  border-radius: 4px !important;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 15px !important;
  background-color: #a863a5 !important;
  width: 200px !important;
  text-align: center !important;
  display: inline-block !important;
  padding: 16px 20px !important;
  color: #fff !important;
  margin: 0 15px !important;
  box-shadow: 0px 12px 18px -6px rgba(10, 89, 142, 1) !important;
  transition: all 0.3s !important;
}
.btn--footer .et_pb_text_inner a:hover {
  transform: scale(1.05) !important;
}
.ml--footer .et_pb_text_inner {
  display: flex;
  justify-content: center;
}
.ml--footer .et_pb_text_inner p {
  margin: 10px !important;
  padding-bottom: 0 !important;
}
.ml--footer .et_pb_text_inner p a {
  color: #fff !important;
}
/*
 ------------------------------------------------- PAGE MES ACTUALITES
 */
.section--custom--actu::after {
  content: "";
  background-position: center right;
  background-image: url(../../images/picto.png) !important;
  background-repeat: no-repeat;
  background-size: initial;
  position: absolute;
  top: 0;
  right: 0;
  width: 947px;
  height: 488px;
}
.et-db #et-boc .section--1--articles article {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 60px 0;
  position: relative;
}
.et-db #et-boc .section--1--articles article .article--img {
  width: 400px;
  display: flex;
  margin-right: 3%;
}
.et-db #et-boc .section--1--articles article .article--img a {
  width: 400px;
}
.et-db #et-boc .section--1--articles article .article--img a img {
  width: 100%;
  border-radius: 4px;
  transition: all 0.3s !important;
}
.et-db #et-boc .section--1--articles article:hover img {
  transform: scale(1.05);
}
.et-db #et-boc .section--1--articles article span {
  font-family: "MontserratBold";
  font-size: 16px;
  color: #006eb7;
  text-transform: lowercase;
  margin-bottom: 12px;
  display: inline-block;
}
.et-db #et-boc .section--1--articles article h3 {
  font-family: "MontserratBold";
  margin-bottom: 12px;
  display: inline-block;
}
.et-db #et-boc .section--1--articles article h3 a {
  font-size: 20px;
  color: #354052;
}
.et-db #et-boc .section--1--articles article p {
  font-size: 14px;
  color: #68768c !important;
  line-height: 25px;
}
.et-db #et-boc .section--1--articles article .btn-more-article {
  font-size: 14px;
  color: #00d9a3;
  position: absolute;
  bottom: 0;
  transition: all 0.3s !important;
}
.et-db #et-boc .section--1--articles article:hover .btn-more-article {
  transform: translateX(20px);
}
.et-db #et-boc .section--1--articles .wp-pagenavi {
  text-align: center !important;
  border-top: none !important;
  position: relative !important;
  padding: 0;
  margin-top: 80px;
}
.et-db #et-boc .section--1--articles .wp-pagenavi .current {
  font-family: "MontserratBold" !important;
  font-size: 18px !important;
  color: #68768c !important;
  margin: 0 7px !important;
}
.et-db #et-boc .section--1--articles .wp-pagenavi .page {
  font-family: "MontserratRegular" !important;
  font-size: 18px !important;
  color: #68768c !important;
  padding: 0 !important;
  transition: all 0.2s !important;
}
.et-db #et-boc .section--1--articles .wp-pagenavi .page:hover {
  font-family: "MontserratBold" !important;
}
.et-db #et-boc .section--1--articles .wp-pagenavi .nextpostslink {
  visibility: hidden;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  left: 50px;
}
.et-db #et-boc .section--1--articles .wp-pagenavi .nextpostslink::before {
  content: "";
  background-image: url(../../images/picto-arrow-next.svg) !important;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  width: 8px;
  height: 15px;
  visibility: visible;
}
.et-db #et-boc .section--1--articles .wp-pagenavi .previouspostslink {
  visibility: hidden;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  right: 50px;
}
.et-db #et-boc .section--1--articles .wp-pagenavi .previouspostslink::before {
  content: "";
  background-image: url(../../images/picto-arrow-next.svg) !important;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  width: 8px;
  height: 15px;
  visibility: visible;
}
/*
 ------------------------------------------------- PAGE ARTICLE
 */
.single #et-boc {
  background-size: initial;
  background-position: top left;
  background-image: url(../../images/Group-28-Copy-1.png) !important;
  background-repeat: no-repeat;
}
.single .btn-back {
  width: 80%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
  top: 50px;
  z-index: 1;
}
.single .btn-back a {
  font-family: "MontserratBold";
  font-size: 14px;
  color: #68768c;
  display: inline-block;
  transition: all 0.3s;
}
.single .section--header {
  background-position: bottom center;
  background-image: url(../../images/bg-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  height: 506px;
}
.single .section--header .wrapper--content--header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 80%;
  margin: 0 auto;
  max-width: 1080px;
  padding: 125px 0px 0 0;
}
.single .section--header .wrapper--content--header .content--title {
  width: 545px;
  margin-right: 3%;
  margin-left: 2%;
}
.single .section--header .wrapper--content--header .content--title span {
  font-family: "MontserratBold";
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
}
.single .section--header .wrapper--content--header .content--title h1 {
  font-family: "MontserratBold";
  font-size: 48px;
  color: #fff;
  margin: 0;
}
.single .section--header .wrapper--content--header img {
  width: 400px;
  height: auto;
  border-radius: 8px;
}
.single .et_pb_section_0 {
  font-size: 16px;
  line-height: 25px;
  color: #68768c !important;
}
/*
 ------------------------------------------------- PAGE CONNEXIONS FIBRE
 */
.align--direction--text p {
  display: flex;
  align-items: center;
}
.align--direction--text p img {
  margin-right: 20px !important;
}
.section--carousel--cr h2,
.section--carousel--cr h3,
.section--carousel--cr h4 {
  font-size: 18px;
  margin-top: 10px !important;
}
.section--carousel--cr h5,
.section--carousel--cr h6 {
  font-size: 14px !important;
  color: #68768c !important;
  line-height: 20px !important;
  margin: 20px 0 !important;
}
.section--carousel--cr #sample_slider .owl-stage-outer {
  padding-bottom: 25px;
}
.section--carousel--cr #sample_slider .owl-prev {
  left: -30px !important;
}
.section--carousel--cr #sample_slider .owl-next {
  right: -30px !important;
}
.section--carousel--cr #sample_slider .sa_hover_container {
  position: relative !important;
  border-radius: 4px !important;
  box-shadow: 0px 2px 18px 0px rgba(0, 110, 183, 0.1) !important;
}
.section--carousel--cr #sample_slider .sa_hover_container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: #00d9a3;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1) !important;
}
.section--carousel--cr #sample_slider .sa_hover_container:hover:after {
  width: 100%;
}
.section--carousel--cr #sample_slider .sa_hover_container p:first-child {
  font-size: 14px;
  color: #68768c !important;
}
.section--carousel--cr #sample_slider .sa_hover_container p {
  font-size: 12px;
  color: #006eb7 !important;
  text-align: left !important;
}
.section--carousel--cr #sample_slider .sa_hover_container a {
  font-size: 14px !important;
  color: #00d9a3 !important;
  text-align: center !important;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  transition: all 0.3s !important;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
}
body .column--custom .et_pb_column {
  width: 270px !important;
  margin: 0 1.2% !important;
}
body .column--custom .et_pb_column .et_pb_module::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: #00d9a3;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1) !important;
}
body .column--custom .et_pb_column .et_pb_module:hover:after {
  width: 100%;
}
body .column--custom .et_pb_column .et_pb_module .et_pb_text_inner {
  height: 100%;
}
body .column--custom .et_pb_column .et_pb_module .et_pb_text_inner h5 {
  font-size: 18px !important;
  margin: 2px 0 !important;
}
body .column--custom .et_pb_column .et_pb_module .et_pb_text_inner a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
/*
 ------------------------------------------------- PAGE CLIENTS & PARTENAIRES
 */
.tabs--part ul {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  background-color: #fff !important;
}
.tabs--part li {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-right: none !important;
}
.tabs--part a {
  text-align: center !important;
  padding: 0 !important;
}
.tabs--part .et_pb_tab_content {
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
  flex-wrap: wrap;
}
.tabs--part .et_pb_tab_content img {
  padding: 20px !important;
}
.tem--custom {
  display: flex !important;
  margin-top: 50px !important;
}
.tem--custom .et_pb_column {
  display: flex !important;
  width: 360px !important;
  margin-right: 3% !important;
}
.tem--custom img {
  display: flex !important;
  margin: -110px auto 0 auto !important;
  border-radius: 100% !important;
}
.tem--custom p:last-child {
  position: relative;
}
.tem--custom p:last-child::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 20px;
  height: 19px;
  display: block;
  margin-bottom: 5px;
  background: url("../../images/quote-haut.png") no-repeat top left;
}
.tem--custom p:last-child::after {
  content: "";
  position: relative;
  top: 0;
  right: 0;
  width: 20px;
  height: 19px;
  display: block;
  margin-left: auto;
  margin-top: 5px;
  background: url("../../images/quote-bas.png") no-repeat bottom right;
}
.tem--custom h4 {
  padding-bottom: 5px !important;
}
.tem--custom h5 {
  margin-bottom: 30px !important;
}
/*
 ------------------------------------------------- PAGE PLAN D'ACCES
 */
.align--custom p {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
.align--custom p img {
  width: 20px !important;
  margin-right: 10px !important;
}
#map {
  width: 100%;
  height: 400px;
}
/*
 ------------------------------------------------- PAGE CONTACT
 */
.section--formulaire fieldset {
  line-height: 0;
}
.section--formulaire fieldset ul {
  line-height: 14px;
}
.align--direction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 30px 0 !important;
}
.align--direction fieldset {
  width: 48.6%;
  border-radius: 4px;
  border: 1px solid #bfc3ca;
  background-color: #fff;
  transition: all 0.2s !important;
  opacity: 0;
}
.align--direction fieldset:focus {
  border: 1px solid #00d9a3;
}
.align--direction fieldset legend {
  font-family: "MontserratBold";
  font-size: 16px;
  color: #68768c;
  margin-left: 10px;
  padding: 0 5px;
  transition: all 0.2s !important;
}
.align--direction fieldset .theme--select,
.align--direction fieldset .date--select {
  position: relative;
}
.align--direction fieldset .s-hidden {
  visibility: hidden;
  padding-right: 10px;
}
.align--direction fieldset .select {
  position: relative;
}
.align--direction fieldset select {
  width: 100%;
  border: none !important;
  padding: 8px;
  background: transparent;
  appearance: none;
  cursor: pointer !important;
}
.align--direction fieldset .styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0.5 !important;
  padding: 0 15px !important;
  display: flex;
  align-items: center;
  cursor: pointer !important;
}
.align--direction fieldset .styledSelect::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 37px;
  height: 37px;
  pointer-events: none;
  background-image: url(../../images/picto-arrow-next.svg) !important;
  background-repeat: no-repeat !important;
  background-color: #fff;
  background-position: center center;
  transform: rotate(90deg);
  transition: all 0.3s !important;
}
.align--direction fieldset .styledSelect.active::after {
  transform: rotate(270deg) !important;
}
.align--direction fieldset .options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin-left: 0 !important;
  list-style-type: none !important;
  padding: 0 !important;
  border: 1px solid #ccc;
  background-color: #fff !important;
  border-bottom: 3px solid #00d9a3 !important;
}
.align--direction fieldset .options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
  list-style-type: none !important;
  padding: 7px 12px !important;
  transition: all 0.2s !important;
  cursor: pointer !important;
}
.align--direction fieldset .options li:hover {
  background-color: #00d9a3 !important;
  color: #fff !important;
}
.align--direction fieldset input {
  width: 100% !important;
  border: none !important;
  padding: 10px !important;
}
.align--direction fieldset input::placeholder {
  opacity: 0.5;
  font-size: 14px;
}
.section--formulaire .align--full {
  width: 100%;
  margin: 30px 0 !important;
}
.section--formulaire .align--full fieldset {
  border-radius: 4px;
  border: 1px solid #bfc3ca;
  transition: all 0.2s !important;
}
.section--formulaire .align--full fieldset legend {
  font-family: "MontserratBold";
  font-size: 16px;
  color: #68768c;
  margin-left: 10px;
  padding: 0 5px;
}
.section--formulaire .align--full fieldset input {
  width: 100% !important;
  border: none !important;
  padding: 10px !important;
}
.section--formulaire .align--full fieldset input::placeholder {
  opacity: 0.5;
  font-size: 14px;
}
.section--formulaire .align--full textarea {
  width: 100%;
  padding: 8px 10px !important;
  border: none !important;
  resize: none;
}
.section--formulaire .align--full textarea::placeholder {
  opacity: 0.5;
  font-size: 14px;
}
.section--formulaire .align--full #desc {
  font-family: "MontserratBold";
  font-size: 10px;
  color: #68768c;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section--formulaire .align--full input[type="submit"] {
  color: #fff;
  border: 3px solid #a863a5;
  border-radius: 3px !important;
  font-size: 19px !important;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 16px !important;
  background-color: #a863a5;
  text-align: center !important;
  padding: 14px 90px !important;
  box-shadow: 0px 12px 18px -6px rgba(10, 89, 142, 0.2) !important;
  transition: all 0.2s !important;
  display: flex;
  margin: auto !important;
  cursor: pointer;
}

#et-boc .et-l input[type="submit"] {
  color: #fff;
  border: 3px solid #a863a5;
  background-color: #a863a5;
}
.section--formulaire .align--full input[type="submit"]:hover {
  transform: scale(1.05);
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed !important;
  border: 3px solid #cccccc !important;
  background-color: #cccccc !important;
  color: #666666 !important;
}

.contact--footer {
  width: 80% !important;
}
.contact--footer .et_pb_module {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 18px !important;
}
#et-boc input:focus fieldset {
  border: 1px solid #00d9a3 !important;
}
.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
  color: #dc143c !important;
  text-align: center !important;
}
/*
 ------------------------------------------------- PAGE ML
 */
.section--mentions strong {
  font-family: "MontserratBold" !important;
  font-size: 18px !important;
  color: #338bc5 !important;
}
/*
 --------------------------------------------------ESPACE CLIENT
 */
body.espace-client header {
  background: #f3f7fa none repeat scroll 0% 0%;
  box-shadow: rgba(0, 110, 183, 0.16) 0px 2px 18px 0px;
  height: 100px;
}
body.espace-client header .logo-vecto path {
  fill: #338bc5;
}
body.espace-client header nav li:not(#menu-item-170) a {
  color: #338bc5;
}
/*
 ------------------------------------------------- RESPONSIVE
 */
@media only screen and (max-width: 1690px) {
  header .logo {
    margin-right: 40px;
  }
  header nav li {
    padding: 0 19px !important;
  }
  header nav li a {
    font-size: 15px !important;
  }
  header .bg-sub-menu,
  header .sub-menu {
    left: 283px;
    width: 719px;
  }
}
@media only screen and (max-width: 1520px) {
  header #menu-item-170 {
    padding-right: 5px !important;
  }
  header #menu-item-170 a {
    padding: 10px !important;
  }
  header #menu-item-170 a::before {
    margin-right: 0 !important;
  }
  header #menu-item-170 span {
    display: none;
  }
  header #menu-item-498 {
    padding-left: 5px !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 1170px) {
  header #menu-item-117 a,
  header #menu-item-131 a {
    width: auto;
  }
  header #menu-item-170 span {
    display: block;
    color: #fff;
    margin-left: 5px;
  }
  header .show--menu {
    opacity: 1;
    visibility: visible;
    height: auto;
    border-bottom: 3px solid #00d9a3;
    transition: all 0.5s !important;
  }
  header .bg-sub-menu {
    display: none !important;
  }
  header .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    left: 0;
  }
  header .sub-menu a:hover {
    font-family: inherit !important;
  }
  header .burger {
    top: 40px;
  }
  header .color--custom .burger-lines {
    background-color: #338bc5;
  }
  header .color--custom .burger-lines::before {
    background-color: #338bc5;
  }
  header .color--custom .burger-lines::after {
    background-color: #338bc5;
  }
  header nav > ul {
    flex-direction: column;
    position: absolute !important;
    top: 80px !important;
    left: 0 !important;
    width: 100% !important;
    height: 0;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
  }
  header nav > ul li {
    width: 100% !important;
    justify-content: center;
    margin: 10px;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  header nav > ul li a {
    color: #006eb7 !important;
  }
  header #menu-item-170,
  header #menu-item-498 {
    padding: 0 !important;
  }
  .menu-responsive {
    display: block !important;
  }
  .et-db #et-boc .section--3 strong {
    font-size: 16px !important;
  }
  .et-db #et-boc .section--3 .curve--1,
  .et-db #et-boc .section--3 .curve--2,
  .et-db #et-boc .section--3 .curve--3,
  .et-db #et-boc .section--3 .curve--4,
  .et-db #et-boc .section--3 .curve--5,
  .et-db #et-boc .section--3 .curve--6 {
    width: 130px !important;
    height: 130px !important;
  }
  .menu--footer .et_pb_text_inner {
    width: 70%;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto !important;
  }
  .menu--footer .et_pb_text_inner a {
    display: inline-block !important;
    margin: 0 15px !important;
  }
  .section--4 > div {
    width: 80% !important;
  }
  .section--4 .et_pb_salvattore_content .size-1of3 article {
    height: 555px;
  }
}
@media only screen and (max-width: 980px) {
  .section--4 .et_pb_salvattore_content .size-1of2 {
    width: 48% !important;
  }
  .single .section--header .wrapper--content--header {
    flex-direction: column;
    padding: 150px 0px 0 0;
  }
  .single .section--header .wrapper--content--header .content--title {
    width: 100%;
    margin-right: 0;
  }
  .single .section--header .wrapper--content--header img {
    width: 250px;
    margin: 30px auto;
  }
  .single .btn-back {
    top: 0;
    margin-top: 100px;
  }
  .single .section--header {
    margin-bottom: 100px !important;
  }
  body .column--custom .et_pb_column {
    width: 100% !important;
    margin: 2% 0 !important;
  }
  body .column--custom .et_pb_column .et_pb_module {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tem--custom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tem--custom .et_pb_column {
    margin: 65px 0 65px 0 !important;
  }
}
@media only screen and (max-width: 900px) {
  .section--1--articles article {
    flex-direction: column;
  }
  .section--1--articles article .btn-more-article {
    position: relative !important;
    top: 20px !important;
  }
  .section--1--articles article .align--direction {
    flex-direction: column;
  }
  .section--1--articles article .align--direction fieldset {
    width: 80%;
    margin-bottom: 20px;
  }
  .et-db #et-boc .section--3 .curve--1,
  .et-db #et-boc .section--3 .curve--6 {
    transform: translateY(0) !important;
  }
  .et-db #et-boc .section--3 .curve--2,
  .et-db #et-boc .section--3 .curve--5 {
    transform: translateY(0) !important;
  }
  .et-db #et-boc .section--3 .border--custom {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center;
    justify-content: center;
  }
  .et-db #et-boc .section--3 .border--custom .et_pb_column {
    width: auto !important;
    margin: 8px !important;
  }
  .et-db #et-boc .section--3 .pictos--custom .et_pb_column {
    margin-right: 0 !important;
  }
  .tabs--part ul {
    flex-direction: column;
  }
  .tabs--part ul li {
    border-bottom: 1px solid #d9d9d9 !important;
  }
  .tabs--part ul a {
    padding: 12px 0 !important;
    text-align: left !important;
  }
  .tabs--part .et_pb_tab_content {
    justify-content: center !important;
  }
  .align--direction {
    flex-direction: column;
    margin: 0 !important;
  }
  .align--direction fieldset {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumb-container {
    display: none;
  }
  .menu--footer .et_pb_text_inner,
  .btn--footer .et_pb_text_inner,
  .ml--footer .et_pb_text_inner {
    width: 100%;
    flex-direction: column;
  }
  .pictos--custom {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pictos--custom .et_pb_column {
    width: 30% !important;
  }
  .section--4 .et_pb_salvattore_content .size-1of1,
  .section--4 .et_pb_salvattore_content .size-1of2 {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .single .section--header .wrapper--content--header .content--title h1 {
    font-size: 37px;
  }
  .column--custom {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 531px) {
  header {
    height: 80px !important;
    padding: 0 15px;
  }
  .scrollup {
    bottom: 90px;
    right: 15px;
  }
  .section--3 .border--custom {
    width: auto !important;
  }
  .section--3 .border--custom .et_pb_column {
    width: 80% !important;
  }
  .section--3 .border--custom .et_pb_column .et_pb_module {
    margin: 0 auto !important;
  }
  .section--1--articles article .article--img {
    width: 100% !important;
  }
  .section--1--articles article .article--img a {
    width: 100% !important;
  }
  .section--1--articles fieldset {
    width: 100% !important;
  }
  .single .section--header .wrapper--content--header .content--title span {
    font-size: 14px;
  }
  .single .section--header .wrapper--content--header .content--title h1 {
    font-size: 30px;
  }
  .single .section--header .wrapper--content--header .content--title img {
    width: 100%;
  }
  .column--custom .et_pb_column {
    margin: 2% auto !important;
  }
  .pum-container .pum-content .input--tel input {
    width: 90%;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1921px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html {
    zoom: 1;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  html {
    zoom: 0.8;
  }
}

div#crisp-chatbox .cc-1xry.cc-1gmp a.cc-unoo {
  bottom: 90px !important;
  right: 30px !important;
}

@media only screen and (max-width: 560px) {
  div#crisp-chatbox .cc-1xry.cc-1gmp a.cc-unoo {
    bottom: 90px !important;
    right: 10px !important;
  }
}
