.site-header {
  padding: 0;
  z-index: 1500 !important;
}

.site-header .wrap {
  position: relative;
}

.site-header .wrap .title-area {
  float: none;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 210px;
  text-align: center;
}

.site-header .wrap .nav-primary {
  border-top: 1px solid #d8001a;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.site-header .wrap .nav-primary .menu {
  padding: 0;
}

.site-header .wrap .nav-third {
  float: right;
  text-transform: uppercase;
}

.site-header .wrap .nav-third .menu {
  margin: 0;
  padding: 0 15px;
}

.site-header .wrap .nav-third .menu li.current-menu-item a {
  color: #d8001a;
}

.site-header .wrap .nav-search {
  float: left;
  padding: 0 15px;
}

.site-header .wrap .nav-search .menu {
  display: block;
}

.site-header .wrap .nav-search .menu a {
  color: #d8001a;
}

.site-header .wrap .nav-third .menu a,
.site-header .wrap .nav-search a {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  float: left;
  padding: 30px 5px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
}

.site-header .wrap .nav-third .menu a:hover {
  color: #d8001a;
}

.site-header .wrap .nav-primary ul {
  margin: 0;
}

.site-header .wrap .nav-primary a {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  padding-right: 5px;
  padding-left: 5px;
}

.site-header .wrap .nav-primary a:hover {
  color: #d8001a;
}

.site-header .wrap .nav-primary ul li.current-menu-item a {
  color: #d8001a;
  position: relative;
}

.site-header .wrap .nav-primary ul li.current-menu-item a:after {
  content: "";
  border-bottom: 2px solid;
  position: absolute;
  bottom: 5px;
  left: 0;
  margin-left: 5px;
  width: calc(100% - 10px);
}

.site-header .wrap .menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
}

.site-header .wrap .menu-toggle:before {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  font-size: 30px;
}

html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

body {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #000;
}

hr {
  margin: 20px 0;
}

*:focus {
  outline: none;
}

button[type=submit],
input[type=submit] {
  border-radius: 0;
}

button[type=submit]:hover,
input[type=submit]:hover,
button[type=submit]:focus,
input[type=submit]:focus {
  background-color: #ccc !important;
  color: #000;
}

button:focus {
  color: #000;
}

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

a:hover {
  color: #000;
  text-decoration: none;
}

.entry-content a {
  color: #000;
  text-decoration: underline;
}

.entry-content a:hover {
  color: #000;
  text-decoration: underline;
}

.entry-content a[target=_blank]:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  margin-left: 5px;
  position: relative;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}

hr {
  border-color: #d8001a;
  opacity: 1;
  margin: 40px 0;
}

a.btn-blc {
  display: inline-block;
  background-color: #d8001a;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 8px 20px;
  border-radius: 6px;
}

a.btn-blc:hover {
  background-color: #fff;
  color: #d8001a;
}

a.btn-blc.light {
  background-color: transparent;
  color: #d8001a;
  border: 1px solid #d8001a;
}

a.btn-blc.light:hover {
  background-color: #d8001a;
  color: #fff;
  border: 1px solid #d8001a;
}

.site-inner {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.content-sidebar-wrap {
  position: relative;
}

.content {
  z-index: 100;
  position: relative;
}

.content {
  max-width: 1024px;
  width: 100%;
  padding: 40px 15px 0;
}

.entry-header {
  padding: 0 0 20px;
}

.entry-header .entry-title {
  color: #000;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}

.entry-header .techno {
  display: inline-block;
  color: #fff;
  background-color: #d8001a;
  font-size: 15px;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 3px 10px 2px 15px;
  border-radius: 20px;
  margin-top: 4px;
}

.entry-content {
  border-radius: 12px;
  font-size: 18px;
  font-size: 1.8rem;
}

.sub-title {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
}

.text-page-col {
  margin-left: 40px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}

/*-------------------------*/
.block-list-menu {
  margin-top: 40px;
  border: 1px solid #d8001a;
  border-radius: 6px;
  overflow: hidden;
}

.block-list-menu .row {
  margin: 0;
}

.block-list-menu > .row > [class*=col-] {
  padding: 0;
}

.block-list-menu .img-block-list-menu {
  width: 100%;
  height: 100%;
  background-color: #CCC;
}

.block-list-menu ul {
  margin: 0;
  padding: 0;
}

.block-list-menu ul li {
  display: block;
  list-style: none;
  border-bottom: 1px solid #d8001a;
}

.block-list-menu ul li:last-child {
  border: none;
}

.block-list-menu ul li a {
  text-decoration: none;
}

.block-list-menu ul li a:hover {
  background-color: #d8001a;
  color: #FFF;
  text-decoration: none;
}

.block-list-menu ul li a .col-left {
  border-right: 1px solid #d8001a;
  padding: 30px 20px;
}

.block-list-menu ul li a .col-right {
  -ms-flex: 0 0 100px;
  flex: 0 0 50px;
  text-align: right;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 20px;
  height: 100%;
  color: #d8001a;
}

.block-list-menu ul li a .col-left h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 0;
}

.block-list-menu ul li a .col-left .subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
}

.block-list-menu ul li a .col-left .desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}

.block-list-menu ul li a:hover .col-left {
  border-right: 1px solid #fff;
}

.block-list-menu ul li a:hover .col-right {
  color: #fff;
}

.block-list-menu ul li a:hover .col-left h2 {
  color: #fff;
}

/*-------------------------*/
.content-realisations {
  margin-top: 40px;
}

.content-realisations > .row > [class*=col-] {
  margin-bottom: 15px;
}

.content-realisations > .row > [class*=col-] > div {
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  border: 1px solid #d8001a;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
}

.content-realisations > .row > [class*=col-] > div img {
  width: 100%;
}

.content-realisations > .row > [class*=col-] > div .content-col {
  padding: 15px;
}

.content-realisations > .row > [class*=col-] > div .content-col h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 10px 0;
  font-weight: 600;
}

/*.content-realisations > .row > [class*='col-'] > div .content-col > .row:before { 
	content: ''; 
	border-top: 1px solid #000; 
	width: 100%;
	margin: 10px 7.5px;
}*/
.content-realisations > .row > [class*=col-] > div .content-col .info {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  margin-top: 4px;
}

.content-realisations > .row > [class*=col-] > div .content-col .info i {
  margin-right: 4px;
}

/*-------------------------*/
.modals {
  position: relative;
  z-index: 2000;
}

.modals .modal-content {
  border-radius: 6px;
  border: none;
}

.modals .modal-header {
  background-color: #f4f4f4;
}

.modals .modal-header .btn-close {
  width: 25px;
  height: 25px;
}

.modals .modal-header .btn-close:hover,
.modals .modal-header .btn-close:focus {
  background-color: #d8001a;
  color: #fff;
}

.modals .modal-body {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px;
}

.modals .modal-body h4 {
  font-size: 28px;
  font-size: 2.83rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.modals .modal-body .block-technique {
  margin: 0 0 20px 0;
  border: 1px solid #d8001a;
  border-radius: 6px;
  overflow: hidden;
}

.modals .modal-body .block-technique img {
  width: 100%;
}

.modals .modal-body .block-technique .info {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  margin-top: 4px;
}

.modals .modal-body .block-technique .info i {
  margin-right: 4px;
}

.modal-backdrop {
  z-index: 1999;
}

.modals .modal-body h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 28px;
  font-size: 2.8rem;
}

/*-------------------------*/
.search-form .search-form-input {
  border-radius: 6px;
}

.search-form .search-form-submit {
  border-radius: 6px;
}

.search-form .search-form-submit:hover {
  background-color: #d8001a !important;
  color: #fff;
}

/*-------------------------*/
.layer h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 10px;
}

.layer-2 {
  margin: 50px 0 60px;
}

.owl-layer {
  margin: 0;
  padding: 0;
}

.owl-layer .owl-stage-outer img {
  border-radius: 6px;
  overflow: hidden;
}

.owl-layer li {
  list-style: none;
}

/*.owl-layer .owl-dots {
	position: relative;
	z-index: 100;
	margin-top: 0; 
	display: block !important; 
	text-align: center; 
	width: 100%; 
}*/
.owl-layer .owl-dots {
  position: absolute;
  top: 50%;
  right: 7.5px;
  transform: translate(0, -50%);
}

.owl-layer .owl-dots .owl-dot {
  display: block;
  margin: 5px;
}

.owl-layer .owl-dots .owl-dot span {
  border-radius: 50%;
  height: 12px;
  width: 12px;
  background-color: #fff;
  border: 1px solid #fff;
  display: block;
}

.owl-layer .owl-dots .owl-dot.active span {
  background-color: #d8001a;
  border: 1px solid #d8001a;
}

.owl-layer .owl-item .wp-caption-text {
  text-align: left;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  padding-left: 5px;
  padding-right: 5px;
}

/*-------------------------*/
.content-emplois {
  margin-top: 40px;
}

.content-emplois > ul {
  margin: 0;
  padding: 0;
}

.content-emplois > ul > li {
  list-style: none;
  border: 1px solid #d8001a;
  border-radius: 6px;
  margin-bottom: 25px;
  overflow: hidden;
}

.content-emplois > ul > li .date-post {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
}

.content-emplois > ul > li h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 0;
}

.content-emplois ul > li > .row > [class*=col-]:first-child {
  border-right: 1px solid #d8001a;
}

.content-emplois ul > li > .row > [class*=col-]:last-child {
  text-align: center;
}

.content-emplois ul > li > .row > [class*=col-] .content-col {
  padding: 15px;
}

.content-emplois ul > li > .row > [class*=col-] a {
  color: #d8001a;
  padding: 15px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #d8001a;
  display: inline-block;
  text-decoration: none;
}

.content-emplois ul > li > .row > [class*=col-] a:hover {
  color: #fff;
  background-color: #d8001a;
}

.content-emplois .type {
  margin-bottom: 10px;
}

.content-emplois .type ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.content-emplois .type ul li {
  display: inline-block;
  margin-right: 10px;
}

/*-------------------------*/
.form-contact {
  padding: 20px 0;
}

.form-contact h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 800;
  margin-top: -10px;
  padding-top: 40px;
  margin-bottom: 0;
}

.form-contact .nf-form-content {
  padding: 0;
  margin: 0;
}

.form-contact .nf-form-fields-required {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 30px;
}

.form-contact .nf-form-content button,
.form-contact .nf-form-content input[type=button],
.form-contact .nf-form-content input[type=submit] {
  background: #d8001a;
  border: 0;
  color: #f7f7f7;
  transition: all 0.5s;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 6px;
  overflow: hidden;
}

.form-contact .nf-form-content button:hover,
.form-contact .nf-form-content input[type=button]:hover,
.form-contact .nf-form-content input[type=submit]:hover {
  background-color: #000 !important;
  color: #fff;
}

.form-contact .file_upload-wrap .nf-field-label {
  margin-bottom: 0 !important;
}

.form-contact .file_upload-wrap .nf-field-description {
  margin-bottom: 10px;
}

.form-contact .file_upload-wrap .ninja-forms-field {
  background: #000;
  border: 0;
  color: #f7f7f7;
  transition: all 0.5s;
  text-transform: initial;
  padding: 4px 12px;
  border-radius: 6px;
  overflow: hidden;
}

.form-contact .file_upload-wrap .ninja-forms-field:hover {
  background: #CCC !important;
  color: #000;
}

/*-------------------------*/
.content-entreprise .menu-layer {
  text-align: center;
  border-radius: 6px;
  margin-bottom: 40px;
  border: 1px solid #d8001a;
  overflow: hidden;
}

.content-entreprise .menu-layer .row > [class*=col-] {
  padding: 0;
}

.content-entreprise .menu-layer .row > [class*=col-]:nth-child(2) {
  border-left: 1px solid #d8001a;
  border-right: 1px solid #d8001a;
}

.content-entreprise .menu-layer a {
  font-size: 22px;
  font-size: 2.2rem;
  text-decoration: none;
  font-weight: 600;
  padding: 15px;
  display: block;
}

.content-entreprise .menu-layer a:hover {
  background-color: #d8001a;
  color: #fff;
}

.content-entreprise .layer .col-circle {
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
}

.content-entreprise .layer .col-circle img {
  width: 220px;
  height: 205px;
  border-radius: 50%;
  overflow: hidden;
}

.content-entreprise .layer .content-col {
  padding: 0 0 0 20px;
}

.content-entreprise .layer-1 {
  padding-top: 180px;
  margin-top: -180px;
}

.content-entreprise .layer-2 {
  padding: 15px;
  background-color: #f4f4f4;
  border-radius: 6px;
  overflow: hidden;
}

.content-entreprise .layer-3 {
  padding-top: 180px;
  margin-top: -180px;
}

.content-entreprise .layer-3 .slogan {
  padding: 30px;
  border: 1px solid #d8001a;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.content-entreprise .layer-4 {
  padding-top: 180px;
  margin: -130px 0 60px 0;
}

.content-entreprise .layer-4 .list-partners {
  margin-top: 30px;
}

.content-entreprise .layer-4 .list-partners h3 {
  margin-bottom: 15px;
}

.content-entreprise .layer-4 .list-partners a {
  text-align: center;
  width: 100%;
  display: inline-block;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  overflow: hidden;
}

.content-entreprise .layer-4 .list-partners a img {
  max-height: 130px;
  height: 100%;
}

/*-------------------------*/
.content-souspage .layer {
  margin-bottom: 40px;
}

.content-souspage .encart {
  padding: 40px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f4f4f4;
  text-align: center;
  text-transform: uppercase;
}

.content-souspage .encart p {
  margin: 0;
}

.content-souspage .background-layer {
  background-color: #f4f4f4;
  border-radius: 6px;
  overflow: hidden;
}

.content-souspage .background-layer .text-layer {
  padding: 35px;
}

.content-souspage .background-layer .owl-slider,
.content-souspage .background-layer .owl-stage-outer,
.content-souspage .background-layer .owl-stage,
.content-souspage .background-layer .owl-item {
  height: 100%;
  min-height: 350px;
}

.content-souspage .background-layer .owl-layer .owl-stage-outer {
  border-radius: 0;
}

.content-souspage .encart-qualibat {
  margin-top: 40px;
  padding: 40px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #008bd2;
  color: #fff;
}

.content-souspage .encart-qualibat img {
  width: 100%;
  max-width: 140px;
}

.content-souspage .encart-qualibat .content-encart {
  padding-left: 20px;
}

.content-souspage .encart-qualibat .content-encart .titre-encart {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}

.page-template-page .layer-2 .owl-slider .owl-dots,
.page-template-page .layer-3 .owl-slider .owl-dots {
  display: none !important;
}

/*-------------------------*/
.search .site-inner .archive-description {
  margin-bottom: 30px;
}

.search .site-inner .entry {
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
}

.search .site-inner .entry:last-child {
  border-bottom: none;
}

.search .site-inner .entry .entry-content {
  display: none;
}

.search .site-inner .entry .entry-header .entry-title {
  font-size: 42px;
  font-size: 4.2rem;
}

.search .site-inner .entry .entry-header .entry-title a:hover {
  color: #d8001a;
}

.search .site-inner .content {
  margin-bottom: 40px;
}

.search .archive-pagination ul {
  padding: 0;
}

.search .archive-pagination ul li a:hover {
  background-color: #d8001a;
}

/*-------------------------*/
.encart-devis {
  padding: 80px 0 20px;
  text-align: center;
}

.encart-devis a {
  background-color: #d8001a;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 25px 50px;
  border-radius: 60px;
}

.encart-devis a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .modals .modal-body .content-technique {
    padding: 0 15px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .entry-header .entry-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .owl-layer {
    margin: 20px 0;
  }
  .owl-layer.no-marge {
    margin: 0;
  }
  .content-entreprise .layer-3 .slogan {
    margin: 20px 0 10px;
    height: auto;
  }
  .text-page-col {
    margin-left: 0;
    margin-top: 30px;
  }
  .content-entreprise .menu-layer .row > [class*=col-]:last-child {
    border-top: 1px solid #d8001a;
  }
}
@media only screen and (max-width: 575px) {
  .content-emplois ul > li > .row > [class*=col-]:first-child {
    border: none;
  }
  .content-emplois ul > li > .row > [class*=col-] a {
    width: 100%;
    margin-bottom: -10px;
  }
  .content-emplois ul > li > .row > [class*=col-] a {
    color: #fff;
    border-radius: 0;
    background-color: #d8001a;
  }
  .content-souspage .encart-qualibat .content-encart {
    padding: 15px 0 0;
  }
  .content-entreprise .layer .content-col {
    padding: 0;
    margin-top: 20px;
  }
  .encart-devis {
    padding: 40px 0 20px;
  }
  .encart-devis a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 30px;
  }
}
.single-emploi .entry-content {
  padding: 20px;
  border: 1px solid #d8001a;
}

.single-emploi .entry-content p {
  margin-top: 20px;
}

.single-emploi .entry-content .type {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: -20px;
}

.single-emploi .entry-content .type ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8001a;
}

.single-emploi .entry-content .type ul li {
  list-style: none;
  padding: 20px;
  border-right: 1px solid #d8001a;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}

.single-emploi .entry-content .type ul li:last-child {
  border: none;
}

.single-emploi .entry-content .type ul li span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 800;
}

.single-emploi .entry-content .form-contact {
  padding: 0;
}

@media only screen and (max-width: 575px) {
  .single-emploi .entry-content .type ul li {
    padding: 10px 20px;
    border: none;
  }
}
.site-footer {
  padding: 0;
  background-color: #f4f4f4;
  position: relative;
  z-index: 1400;
}

.site-footer .logo-footer {
  float: left;
  padding: 20px 20px 0;
}

.site-footer .logo-footer img {
  width: 100%;
  max-width: 200px;
}

.nav-custom-secondary {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 20px 20px;
}

.nav-custom-secondary .col-custom {
  float: left;
  text-align: left;
  margin-right: 30px;
  padding-top: 20px;
  line-height: 1.4;
}

.nav-custom-secondary .col-custom-left {
  float: right;
  text-align: right;
  margin-left: 30px;
  padding-top: 20px;
  line-height: 1.4;
  font-size: 24px;
  font-size: 2.4rem;
}

.nav-custom-secondary .col-custom-left a:hover {
  color: #d8001a;
}

.nav-custom-secondary .col-custom h5 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-custom-secondary .col-custom a {
  display: block;
  text-decoration: none;
}

.nav-custom-secondary .col-custom a:hover {
  color: #d8001a;
  text-decoration: none;
}

.nav-secondary {
  margin: 0;
  padding: 0 20px;
  background-color: #d8001a;
}

.nav-secondary ul {
  margin: 0;
}

.nav-secondary ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 15px 0;
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
}

.nav-secondary ul li a:hover {
  color: #000;
}

.nav-secondary ul li.current_page_item a {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 960px) {
  .site-header .wrap .nav-primary {
    border: none;
    background-color: #f4f4f4;
    padding: 0;
  }
  .site-header .wrap .nav-primary a {
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #FFF;
  }
  .site-header .wrap .nav-primary ul li:last-child a {
    border: none;
  }
}
@media only screen and (max-width: 720px) {
  .nav-custom-secondary .col-custom-left {
    display: none;
  }
}
.home .site-inner {
  max-width: 100% !important;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.home .content {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
}

.home .background-header {
  width: 100%;
  height: 760px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/wp-content/themes/maindron/images/front/background-top-page-3.jpg");
  background-position: center;
  background-size: cover;
}

.home .background-header:after {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 95%);
  width: 100%;
  height: 100%;
}

.front-page {
  z-index: 100;
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.front-page .front-page-container {
  max-width: 1024px;
  margin: 0 auto;
}

.front-page .header-home {
  margin-bottom: 50px;
}

.front-page .header-home h1 {
  color: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.front-page .header-home h1 span {
  background-color: rgba(216, 0, 26, 0.7);
  display: inline;
  padding: 5px 0 0;
  margin-left: 10px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 10px 0 0 rgba(216, 0, 26, 0.7), -10px 0 0 rgba(216, 0, 26, 0.7);
  line-height: 1.27;
}

.front-page .header-home .soustitre {
  color: #212529;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: -20px;
}

.front-page h2 {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1.27;
}

.front-page h2 span {
  background-color: rgba(216, 0, 26, 0.8);
  display: inline;
  padding: 5px 0 4px;
  margin-left: 10px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 10px 0 0 rgba(216, 0, 26, 0.8), -10px 0 0 rgba(216, 0, 26, 0.8);
}

.front-page-1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.front-page-1 .content-col {
  padding-right: 15px;
}

.front-page-1 .content-col ul {
  padding: 0;
}

.front-page-1 .content-col ul li {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 600;
}

.front-page-1 .content-col ul li .annotation {
  color: #d8001a;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: initial;
  font-weight: 400;
  display: block;
  font-style: italic;
  margin-top: 5px;
}

.front-page-1 .owl-slide-1 .owl-dots {
  position: absolute;
  top: 50%;
  right: 7.5px;
  transform: translate(0, -50%);
}

.front-page-1 .owl-slide-1 .owl-dots .owl-dot {
  display: block;
  margin: 5px;
}

.front-page-1 .owl-slide-1 .owl-dots .owl-dot span {
  border-radius: 50%;
  height: 12px;
  width: 12px;
  background-color: #fff;
  border: 1px solid #fff;
  display: block;
}

.front-page-1 .owl-slide-1 .owl-dots .owl-dot.active span {
  background-color: #d8001a;
  border: 1px solid #d8001a;
}

.front-page-1 .owl-slide-1 .slide {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.front-page-1 .owl-slide-1 .slide:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 70%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

.front-page-1 .owl-slide-1 .slide img {
  position: relative;
  z-index: 10;
  width: 100%;
}

.front-page-1 .owl-slide-1 .slide .slide-content {
  width: 100%;
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 0;
  padding: 60px 40px;
}

.front-page-1 .owl-slide-1 .slide .slide-content .slide-content-picto {
  margin-bottom: 20px;
}

.front-page-1 .owl-slide-1 .slide .slide-content .slide-content-picto img {
  max-width: 150px;
}

.front-page-1 .owl-slide-1 .slide .slide-content .slide-content-cartouche {
  display: table;
  background-color: #fff;
  color: #d8001a;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-style: italic;
  margin-bottom: 10px;
  border-radius: 40px;
  padding: 4px 15px;
  letter-spacing: 0.5px;
}

.front-page-1 .owl-slide-1 .slide .slide-content .slide-content-text {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.front-page-1 .owl-slide-1 .slide .slide-content a.btn-blc {
  margin-top: 0;
}

.front-page-2 {
  padding-bottom: 80px;
}

.front-page-2 .owl-slide-2 .owl-stage-outer {
  z-index: 10;
}

.front-page-2 .owl-slide-2 .owl-stage-outer .owl-item img {
  filter: grayscale(1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.front-page-2 .owl-slide-2 .owl-stage-outer .owl-item img:hover {
  filter: grayscale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.front-page-2 .owl-slide-2 .owl-nav {
  display: block !important;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 80px);
}

.front-page-2 .owl-slide-2 .owl-nav .owl-prev {
  float: left;
}

.front-page-2 .owl-slide-2 .owl-nav .owl-next {
  float: right;
}

.front-page-2 .owl-slide-2 .owl-nav .owl-prev,
.front-page-2 .owl-slide-2 .owl-nav .owl-next {
  font-size: 50px;
  font-size: 5rem;
  color: #d8001a;
}

.front-page-2 .owl-slide-2 .owl-nav .owl-prev:hover,
.front-page-2 .owl-slide-2 .owl-nav .owl-next:hover {
  font-size: 50px;
  font-size: 5rem;
  color: #CCC;
}

.front-page-2 .owl-slide-2 .slide {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #cfcfcf;
}

.front-page-3 {
  padding-bottom: 80px;
}

.front-page-3 .content-col {
  text-align: center;
}

.front-page-3 .owl-slide-3 .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.front-page-3 .owl-slide-3 .owl-dots .owl-dot span {
  border-radius: 50%;
  height: 12px;
  width: 12px;
  margin: 5px 3px;
  background-color: #fff;
  border: 1px solid #fff;
  display: inline-block;
}

.front-page-3 .owl-slide-3 .owl-dots .owl-dot.active span {
  background-color: #d8001a;
  border: 1px solid #d8001a;
}

.front-page-3 .row {
  border-radius: 6px;
  overflow: hidden;
  margin: 0;
  background-color: #f4f4f4;
}

.front-page-3 .row [class*=col-] {
  padding: 0;
}

.front-page-3 .content-col {
  height: 100%;
  padding: 0 30px;
}

.front-page-3 .content-col ul {
  padding: 0;
}

.front-page-3 .content-col ul li {
  display: inline-block;
  max-width: 90%;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 15px;
  text-align: center;
  font-style: italic;
}

.front-page-3 .content-col ul li span {
  line-height: 1.2;
}

.front-page-4 {
  max-width: 100%;
  padding: 80px 0 80px;
  background-color: #f4f4f4;
}

.front-page-4 .front-page-container {
  padding: 0 20px;
}

.front-page-4 .front-page-container h3 {
  font-size: 32px;
  font-size: 3.2rem;
  text-transform: uppercase;
  font-weight: 700;
}

.front-page-4 .front-page-container .text-content-col {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}

.front-page-5 .row {
  background-image: url("/wp-content/themes/maindron/images/front/background-carte.jpg");
  background-position: center;
  background-size: cover;
}

.front-page-5 .front-page-container {
  margin: 60px 0;
  border-radius: 8px;
  overflow: hidden;
}

.front-page-5 .front-page-container .content-carte {
  padding: 40px 30px;
}

.front-page-5 .front-page-container h3 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 320px;
  color: #fff;
}

@media only screen and (max-width: 1080px) {
  .front-page-2 .owl-slide-2 .owl-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 960px) {
  .home .site-inner {
    padding: 0;
  }
  .front-page-1 {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .front-page h2 {
    margin-left: 0;
  }
  .front-page .header-home h1 {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .front-page .header-home .soustitre {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .front-page-1 .owl-slide-1 .slide .slide-content {
    padding: 20px 40px 20px 20px;
  }
  .front-page-3 .content-col {
    padding: 30px;
  }
  .front-page-3 .content-col ul li {
    max-width: 100%;
  }
  .front-page-1 .content-col,
  .front-page-4 .row [class*=col-]:last-child .content-col {
    padding-top: 30px;
  }
  .front-page-5 .row [class*=col-] {
    text-align: center;
  }
  .front-page-5 .row [class*=col-]:last-child {
    padding-bottom: 40px;
  }
  .front-page-5 .row [class*=col-]:last-child h3 {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 620px) {
  .front-page .header-home h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .front-page .header-home .soustitre {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .front-page-1 .owl-slide-1 .slide .slide-content .slide-content-picto {
    display: none;
  }
  .front-page-1 .owl-slide-1 .slide .slide-content .slide-content-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 534px) {
  .front-page .header-home h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .front-page .header-home h1 span {
    padding: 3px 0 0;
  }
  .front-page .header-home .soustitre {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
/* @import 'sass/vendors/bootstrap-custom';
@import 'sass/components/carousel'; */
