body {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  overflow-x: hidden;
  background: #FFF;
  font-family: 'Poppins', sans-serif;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

b, strong {
  font-weight: 700;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1050px) {
  .img-responsive {
    width: 100%;
  }
}

.size-full {
  max-width: 100%;
  height: auto;
  display: block;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.input-group {
  margin: 0 0 15px 0;
  width: 100%;
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 15px;
  color: #000;
  background: #F2F2F2;
  box-shadow: none !important;
  outline: none !important;
  padding: 8px 13px;
  height: 44px;
  transition: none;
  border-radius: 5px !important;
}

.input-group textarea.form-control {
  height: auto;
}

.wpcf7-submit {
  border: 0;
  width: 100%;
  background: #E16010;
  color: #FFF;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 50px;
  font-size: 20px;
  margin: 0px auto 0 auto;
}
.wpcf7-submit:hover {
  background: #000;
  color: #FFF;
}
.wpcf7-submit.button-green {
  background: green;
}
.wpcf7-submit.button-green:hover {
  background: #000;
  color: #FFF;
}

.formError .formErrorContent {
  background: none repeat scroll 0 0 #0074C1;
}

.wpcf7-response-output {
  border-color: #46b450;
  background: #46b450;
  padding: 15px;
  color: #FFF;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ED2C32;
  background: #ED2C32;
  padding: 15px;
  color: #FFF;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

/* MENU MOBILE */
#nav-icon {
  display: block;
  width: 50px;
  height: 45px;
  margin-top: 50px;
  margin-right: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {
  left: 50%;
}

#nav-icon span:nth-child(odd) {
  left: 0;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 0;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 18px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 36px;
}

#nav-icon p {
  margin-top: 50px;
  width: 50px;
  color: #818181;
  text-align: center;
}

.container-full > #masthead {
  /* Position the content inside the overlay */
  /* The navigation links inside the overlay */
  /* When you mouse over the navigation links, change their color */
}
.container-full > #masthead .overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed;
  /* Stay in place */
  z-index: 30;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: #FFF;
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
.container-full > #masthead .overlay-content {
  position: relative;
  top: 10%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */
  margin-top: 0;
  /* 30px top margin to avoid conflict with the close button on smaller screens */
  margin-bottom: 10px;
}
.container-full > #masthead .overlay ul#menu-menu-haut {
  margin-top: 30px;
  background: none;
  padding-left: 0;
}
.container-full > #masthead .overlay ul#menu-menu-haut > li {
  list-style-type: none;
  width: 100%;
  height: auto;
  line-height: 30px;
}
.container-full > #masthead .overlay ul#menu-menu-haut > li.mega-current-menu-item a {
  border-bottom: 10px solid yellow;
}
.container-full > #masthead .overlay ul#menu-menu-haut > li a {
  padding: 15px 0px;
  text-decoration: none;
  font-size: 18px !important;
  text-align: center;
  color: #000;
  display: block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */
  border-bottom: 1px solid #c6c6c6;
}
.container-full > #masthead .overlay a:hover, .container-full > #masthead .overlay a:focus {
  color: #f1f1f1;
}
.container-full > #masthead .overlay .closebtn {
  position: absolute;
  z-index: 1;
  top: -35px;
  right: 10px;
  font-size: 100px;
  color: #000;
}
.container-full > #masthead .overlay .copyright {
  margin-top: 25px;
  padding: 0 25px;
  color: #000;
  font-size: 12px;
}
.container-full > #masthead .overlay .copyright a {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
  color: #000;
  text-transform: uppercase;
}

.more-info {
  width: 170px;
  border: 2px solid #FFF;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 15px 15px 50px;
  display: inline-block;
  color: #FFF;
  position: relative;
  transition: all 0.4s ease;
}
.more-info span {
  position: absolute;
  left: 10px;
  top: 17.5px;
}

#masthead {
  z-index: 10;
  position: relative;
  background: #FFF;
  height: 145px;
  box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 100%;
}
#masthead .site-title {
  font-size: 0;
  margin: 0;
}
#masthead .logo a {
  display: inline-block;
  margin-top: 15px;
  position: relative;
}
@media (max-width: 992px) {
  #masthead .logo a img {
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
  }
}
#masthead .logo a:after {
  position: absolute;
  content: '';
  border-top: 1px solid #4C3D82;
  width: 70px;
  top: 50%;
  right: -70px;
  height: 1px;
}
@media (max-width: 1200px) {
  #masthead .logo a:after {
    width: 70px;
    right: -68px;
  }
}
#masthead .menu-container {
  margin-top: 54.5px;
}
#masthead .menu-container ul {
  padding-left: 0;
  margin-bottom: 0;
}
#masthead .menu-container ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
}
#masthead .menu-container ul li a {
  text-transform: uppercase;
  color: #4C3D82;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  #masthead .menu-container ul li a {
    font-size: 14px;
  }
}
#masthead .menu-container ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  #masthead .menu-container ul li {
    margin-right: 10px;
    margin-bottom: 15px;
  }
}
#masthead .menu-container ul li.mega-current_page_item {
  border-radius: 30px !important;
  border: 1px solid #4C3D82 !important;
}
#masthead .menu-container ul li.mega-current_page_item a {
  color: #4C3D82 !important;
}
#masthead .menu-container ul li.mega-current_page_item li a {
  color: #FFF !important;
}
#masthead #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut > li.mega-menu-flyout ul.mega-sub-menu {
  top: 89px;
}
#masthead #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut > li.mega-menu-flyout ul.mega-sub-menu:after {
  content: '';
  position: absolute;
  width: 38px;
  height: 17px;
  left: 50%;
  margin-left: -19px;
  top: -17px;
  background: url("/wp-content/themes/hetic/images/arrow-menu.png");
  z-index: 1000;
}
#masthead #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  display: none;
}
#masthead #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
  color: #FFF !important;
}
#masthead #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut li.mega-menu-item#mega-menu-item-21 ul.mega-sub-menu {
  left: -35px;
}
#masthead #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut li.mega-menu-item#mega-menu-item-20 ul.mega-sub-menu {
  left: -70px;
}
#masthead #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut li.mega-menu-item#mega-menu-item-19 ul.mega-sub-menu {
  left: -20px;
}
#masthead #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut li.mega-menu-item#mega-menu-item-333 ul.mega-sub-menu {
  left: -65px;
}
#masthead #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut li.mega-menu-item#mega-menu-item-461 ul.mega-sub-menu {
  left: -25px;
}
@media (max-width: 768px) {
  #masthead {
    position: relative;
  }
}

.page-template-home-php .home,
.home-inside,
.classic {
  padding-top: 145px;
}
@media (max-width: 768px) {
  .page-template-home-php .home,
  .home-inside,
  .classic {
    padding-top: 0;
  }
}

.diaporama .bxsliderWrapper .bxslider {
  padding: 0;
  list-style-type: none;
}
.diaporama .bxsliderWrapper .overlay {
  position: absolute;
  bottom: 100px;
  left: 70px;
}
.diaporama .bxsliderWrapper .overlay a {
  width: 170px;
  border: 2px solid #4C3D82;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 15px 15px 50px;
  display: inline-block;
  color: #4C3D82;
  position: relative;
  transition: all 0.4s ease;
}
.diaporama .bxsliderWrapper .overlay a span {
  position: absolute;
  left: 10px;
  top: 17.5px;
}
@media (max-width: 768px) {
  .diaporama .bxsliderWrapper .overlay a {
    display: none;
  }
}
.diaporama .bxsliderWrapper .overlay.centre {
  left: 50%;
  margin-left: -85px;
}
.diaporama .bxsliderWrapper .overlay.blanc {
  bottom: 70px;
}
.diaporama .bxsliderWrapper .overlay.blanc a {
  border: 2px solid #FFF;
  color: #FFF;
}
@media (max-width: 992px) {
  .diaporama .bxsliderWrapper .overlay {
    bottom: 50px;
    left: 45px;
  }
}
.diaporama .bxsliderWrapper .bx-wrapper .bx-controls-direction a {
  width: 15px;
  height: 26px;
  margin-top: -13px;
}
@media (max-width: 768px) {
  .diaporama .bxsliderWrapper .bx-controls-direction {
    display: none;
  }
}
@media (max-width: 2560px) {
  .diaporama .bxsliderWrapper .bx-wrapper img {
    margin: 0 auto;
  }
}

.icones {
  padding: 50px 0;
}
.icones .contenu {
  margin: 0 !important;
}
.icones .contenu.br {
  border-right: 1px solid #4C3D82;
}
@media (max-width: 992px) {
  .icones .contenu.br {
    border-right: 0;
  }
}
.icones .contenu .icon-sprite {
  float: left;
}
@media (max-width: 992px) {
  .icones .contenu .icon-sprite {
    float: none;
    margin: 10px auto;
  }
}
.icones .contenu .txt {
  float: left;
  margin-left: 15px;
  margin-top: 5.5px;
}
.icones .contenu .txt p, .icones .contenu .txt span {
  margin: 0;
}
.icones .contenu .txt p {
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  color: #4C3D82;
}
.icones .contenu .txt span {
  font-weight: 500;
  font-size: 19px;
  color: #4C3D82;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .icones .contenu .txt {
    float: none;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .icones .contenu {
    text-align: center;
  }
}

.txt15 {
  background: #BBAEE8;
}
.txt15 .contenu {
  padding-right: 15px;
}
.txt15 .contenu p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}
.txt15 .contenu p strong {
  font-size: 90px;
  line-height: 90px;
  text-transform: uppercase;
  color: #4C3D82;
}
@media (max-width: 992px) {
  .txt15 .contenu p strong {
    font-size: 60px;
    line-height: 60px;
  }
}
.txt15 .contenu h3 {
  margin: 0;
  font-size: 25px;
  color: #4C3D82;
  text-transform: uppercase;
  font-weight: 700;
}
.txt15 .contenu.txt {
  padding-top: 85px;
}
@media (max-width: 992px) {
  .txt15 .contenu.txt {
    padding-top: 5px;
  }
}
@media (max-width: 768px) {
  .txt15 .contenu img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .txt15 .contenu {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .txt15 {
    padding: 15px 0;
  }
}
@media (max-width: 768px) {
  .txt15 {
    padding: 15px;
  }
}

.metiers {
  background: #2F255F;
  padding: 30px 0 60px 0;
}
.metiers h2 {
  text-align: center;
  color: #FFF;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .metiers h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.metiers hr {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.metiers .white-boxes {
  padding-top: 15px;
}
@media (max-width: 992px) {
  .metiers .white-boxes {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.metiers .white {
  background: #FFF;
  width: 100%;
  height: 200px;
  position: relative;
}
.metiers .white .icon-sprite {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.metiers .white p {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #4C3D82;
  width: 100%;
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
}
.metiers .contenu p.sub {
  color: #FFF;
  text-align: center;
  margin-top: 15px;
}

.references {
  background: #251E40;
  min-height: 150px;
  padding: 30px 0 30px 0;
}
.references h2 {
  text-align: center;
  color: #FFF;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .references h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.references hr {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}

.partnairs ul {
  text-align: center;
  margin: 0 auto;
}
.partnairs ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  min-height: auto !important;
}
.partnairs ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1050px) {
  .partnairs ul li {
    margin-bottom: 15px;
  }
}
.partnairs.partenaire h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #0074C1;
}
.partnairs.partenaire ul {
  width: 100%;
  margin: 0px 0;
  padding: 30px 60px;
}
@media (max-width: 767px) {
  .partnairs.partenaire ul {
    margin: 50px 0 0 0;
  }
}
.partnairs.partenaire li.item {
  display: inline-block;
  margin-right: 25px;
}
.partnairs.partenaire li.item a img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all .4s ease;
  /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}
.partnairs.partenaire li.item a img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.partnairs.partenaire li.item:last-child {
  margin-right: 0;
}
.partnairs.partenaire .slick-partners .slick-arrow {
  margin-top: 60px;
  cursor: pointer;
}
.partnairs.partenaire .slick-partners .slick-arrow.left {
  float: left;
  margin-left: -45px;
}
.partnairs.partenaire .slick-partners .slick-arrow.right {
  float: right;
  position: absolute;
  top: 30px;
  right: 15px;
  margin-top: 61px;
}

.contact .background {
  z-index: 1;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.contact .contactform {
  background: #4C3D82;
  color: #FFF;
  padding: 30px 50px;
  margin: 50px 50px 50px 0;
  z-index: 2;
  text-align: center;
}
.contact .contactform h1 {
  font-weight: 700;
  font-size: 40px;
}
.contact .contactform .subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .contact .contactform {
    margin: 0;
  }
}
.contact.offre .contactform {
  background: #D7D1F1;
  color: #000;
  padding: 50px;
}
@media (max-width: 992px) {
  .contact.offre .contactform {
    margin: 0;
  }
}

.single-offre h1 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}
.single-offre .subtitle {
  margin-bottom: 30px;
  text-align: center;
}

.viti #section3 {
  background: url("/wp-content/themes/hetic/images/background-viti-section3.png") no-repeat 0 0;
}
.viti #section3 .content {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .viti #section3 .content {
    padding: 0;
  }
}
.viti #section3 .bold {
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0 30px 0;
}
.viti #section3 h3 {
  background: #4C3D82;
  padding: 20px 0;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  float: left;
  padding-left: 150px;
  padding-right: 15px;
  height: 90px;
  width: 100%;
  position: relative;
}
.viti #section3 h3.oneline {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .viti #section3 h3.oneline {
    padding-top: 20px;
  }
}
.viti #section3 h3 .icon-sprite {
  position: absolute;
  top: -15px;
  left: 15px;
}
@media (max-width: 768px) {
  .viti #section3 h3 .icon-sprite {
    display: none;
  }
}
@media (max-width: 768px) {
  .viti #section3 h3 {
    padding-left: 15px;
  }
}
.viti #section3 ul.special {
  margin-bottom: 30px;
}

.hetic #section1 h1 {
  color: #000;
  font-size: 60px;
  font-weight: 700;
  margin: 40px 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .hetic #section1 h1 {
    font-size: 40px;
  }
}
.hetic #section1 p {
  font-weight: 400;
  font-size: 25px;
}
@media (max-width: 768px) {
  .hetic #section1 p {
    font-size: 18px;
    line-height: 22px;
  }
}
.hetic #section1 img {
  margin-top: 30px;
}
.hetic .txt h2 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  margin: 0px 0 30px 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .hetic .txt h2 {
    font-size: 35px;
  }
}
.hetic #section2 {
  background: #D1C8F2;
  padding: 50px 0 100px 0;
  position: relative;
}
.hetic #section2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 175px;
  left: 0;
  bottom: 0;
  background: url("/wp-content/themes/hetic/images/bg-section2.png");
  z-index: 1;
}
.hetic #section3 {
  padding: 50px 0 100px 0;
  position: relative;
}
.hetic #section3 p {
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .hetic #section3 p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .hetic #section3 {
    padding: 50px 0 50px 0;
  }
}

.groupe #section1 h1 {
  color: #000;
  font-size: 60px;
  font-weight: 700;
  margin: 40px 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .groupe #section1 h1 {
    font-size: 40px;
  }
}
.groupe #section1 p {
  font-weight: 400;
  font-size: 25px;
}
@media (max-width: 768px) {
  .groupe #section1 p {
    font-size: 18px;
    line-height: 22px;
  }
}
.groupe #section3 .background.right {
  background-position: 100% 50% !important;
}

.content {
  background: #FFF;
  color: #000;
  padding: 50px;
  margin: 80px 50px 80px 0;
  z-index: 2;
  position: relative;
}
.content p.soustitre {
  padding-left: 35px;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
  color: #4C3D82;
  position: relative;
}
.content p.soustitre:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  background: url("/wp-content/themes/hetic/images/orange.png");
}
.content p.soustitre.no {
  height: 20px;
}
.content h1, .content h2 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  margin: 20px 0;
}
@media (max-width: 992px) {
  .content h1, .content h2 {
    font-size: 28px;
  }
}
.content h3 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
}
.content ul.special {
  padding-left: 0px;
  list-style-type: none;
}
.content ul.special li {
  margin-bottom: 10px;
  padding-left: 50px;
  position: relative;
}
.content ul.special li:before {
  content: '';
  position: absolute;
  width: 35px;
  height: 28px;
  left: 0;
  top: 0;
  background: url("/wp-content/themes/hetic/images/puce.png");
}
.content ul.special.double {
  columns: 2;
}
@media (max-width: 768px) {
  .content ul.special.double {
    columns: 1;
  }
}
.content ul.color {
  padding-left: 0px;
  list-style-type: none;
}
.content ul.color li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.content ul.color li:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 12px;
  left: 0;
  top: 0;
}
.content ul.color li:first-child {
  background: url("/wp-content/themes/hetic/images/puce11.png") no-repeat 0 50%;
}
.content ul.color li:nth-child(2) {
  background: url("/wp-content/themes/hetic/images/puce1.png") no-repeat 0 50%;
}
.content ul.color li:nth-child(3) {
  background: url("/wp-content/themes/hetic/images/puce2.png") no-repeat 0 50%;
}
.content ul.color li:nth-child(4) {
  background: url("/wp-content/themes/hetic/images/puce3.png") no-repeat 0 50%;
}
.content ul.color li:nth-child(5) {
  background: url("/wp-content/themes/hetic/images/puce4.png") no-repeat 0 50%;
}
.content ul.color li:nth-child(6) {
  background: url("/wp-content/themes/hetic/images/puce5.png") no-repeat 0 50%;
}
@media (max-width: 992px) {
  .content {
    padding: 15px;
    margin: 0;
  }
}

.classic .background {
  z-index: 1;
  background-repeat: no-repeat !important;
}
.classic .background.left {
  background-position: 0% 50% !important;
}
.classic .background.left .content:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 100%;
  left: 100%;
  top: 0;
  z-index: -1;
  background: url("/wp-content/themes/hetic/images/purple-dot.png");
}
@media (max-width: 992px) {
  .classic .background.left .content:after {
    display: none;
  }
}
.classic .background.right {
  background-position: 100% 100% !important;
}
.classic .background.right .content:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 100%;
  right: 100%;
  top: 0;
  z-index: -1;
  background: url("/wp-content/themes/hetic/images/purple-dot.png");
}
@media (max-width: 992px) {
  .classic .background.right .content:after {
    display: none;
  }
}
.classic .background.bgcenter.right {
  background-position: 100% 50% !important;
}
@media (max-width: 768px) {
  .classic .background {
    background: none !important;
  }
}

.logos .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  z-index: 1;
}
.logos .flex p {
  margin: 0;
}
@media (max-width: 768px) {
  .logos .flex p img {
    width: 100%;
    height: auto;
    margin: 15px auto;
    float: none;
    display: block;
  }
}
.logos .flex:before {
  width: 100%;
  height: 1px;
  content: '';
  border-top: 1px solid #4C3D82;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .logos .flex:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .logos .flex {
    margin-top: 0;
  }
}

.page-template-recrutement .content {
  background: #F1EFF9;
}
.page-template-recrutement .content ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #4C3D82;
}
.page-template-recrutement .content ul li {
  text-align: center;
  border-top: 1px solid #4C3D82;
  padding: 10px 0;
}
.page-template-recrutement .content ul li a {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
}
.page-template-recrutement .content ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.page-template-recrutement .offres .item-offre {
  position: relative;
  padding: 50px;
}
.page-template-recrutement .offres .item-offre:nth-child(odd) {
  background: #FFF;
}
.page-template-recrutement .offres .item-offre:nth-child(even) {
  background: #F1EFF9;
}
.page-template-recrutement .offres .item-offre h2 {
  margin: 15px 0 15px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}
.page-template-recrutement .offres .item-offre .legend p {
  text-transform: uppercase;
  color: #221E53;
  font-size: 18px;
  font-weight: 600;
}
.page-template-recrutement .offres .item-offre .legend p span {
  font-weight: 400;
}
.page-template-recrutement .offres .item-offre .ref {
  background: #4C3D82;
  padding: 10px 30px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 50px;
  right: 50px;
}
.page-template-recrutement .offres .item-offre a {
  display: inline-block;
  margin-top: 15px;
  background: #E16010;
  border-radius: 30px;
  color: #FFF;
  padding: 10px 40px;
  text-transform: uppercase;
  font-weight: 600;
}

.pagination {
  position: relative;
  padding-right: 0;
  width: 100%;
  clear: both;
}
.pagination h2 {
  display: none;
}
.pagination .page-numbers {
  background: #efefef;
  color: #000;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
}
.pagination .page-numbers:hover {
  background: #4C3D82;
  color: #efefef;
}

.footer {
  padding: 30px 0 0 0;
  min-height: 100px;
  background: #FFF;
  color: #000;
}
.footer .logo-footer:after {
  position: absolute;
  content: '';
  border-top: 1px solid #4C3D82;
  width: 500px;
  top: 50%;
  right: -450px;
  height: 1px;
}
@media (max-width: 992px) {
  .footer .logo-footer:after {
    display: none;
  }
}
.footer .wp-image-114 {
  margin-bottom: 15px;
}
.footer p {
  margin-bottom: 0;
}
.footer a {
  color: #FFF;
}
.footer ul {
  list-style-type: none;
  padding-left: 0;
}
.footer .links {
  margin-bottom: 0;
  margin-top: 30px;
}
.footer .links li {
  float: left;
  color: #4C3D82;
  font-weight: 700;
  font-size: 20px;
  margin-left: 40px;
  line-height: 60px;
}
.footer .links li a {
  color: #4C3D82;
}
.footer .links li.linkedin {
  background: url("/wp-content/themes/hetic/images/linkedin.jpg");
  width: 59px;
  height: 60px;
  position: absolute;
  right: 15px;
}
.footer .links li.linkedin a {
  display: block;
  width: 59px;
  height: 60px;
  text-indent: -10000px;
}
@media (max-width: 992px) {
  .footer .links li {
    margin-left: 0;
    float: none;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .footer .links {
    margin-top: 0;
  }
}
.footer .flex {
  margin-top: 50px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}
.footer .flex .footer-widget h2 {
  color: #4C3D82;
  font-weight: 700;
  font-size: 20x;
  margin: 0;
  padding-left: 30px;
  position: relative;
}
.footer .flex .footer-widget h2:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 4px;
  background: url("/wp-content/themes/hetic/images/orange.png");
}
@media (max-width: 992px) {
  .footer .flex {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
.footer .under-footer {
  border-top: 1px solid #4C3D82;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer .under-footer ul li {
  display: inline-block;
}
.footer .under-footer ul li a {
  color: #000;
}
@media (max-width: 768px) {
  .footer .col-xs-12 {
    margin-bottom: 15px;
  }
}

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