@media (min-width: 1366px) {
  #masthead .container {
    width: 1300px;
  }
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  overflow-x: hidden;
}
body.search {
  margin: 0;
}

.site-title {
  margin: 0 0 10px;
}

.d-none, a[title~=Castel] {
  display: none !important;
}

.required-field {
  color: #f00;
}

.only-mobile {
  display: none;
}
@media (max-width: 767px) {
  .only-mobile {
    display: block;
  }
}

.no-padding-right {
  padding-right: 0;
}
@media (max-width: 767px) {
  .no-padding-right {
    padding-right: 15px;
  }
}

.no-padding-left {
  padding-left: 0;
}
@media (max-width: 767px) {
  .no-padding-left {
    padding-left: 15px;
  }
}

.small-padding-right {
  padding-right: 5px;
}
@media (max-width: 767px) {
  .small-padding-right {
    padding-right: 15px;
  }
}

.small-padding-left {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .small-padding-left {
    padding-left: 15px;
  }
}

.no-margin {
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-25 {
  margin-bottom: 25px;
}

.alignleft {
  float: left;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .alignleft {
    margin-bottom: 20px;
  }
}

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.wp-caption img,
blockquote img {
  width: 100%;
  height: auto;
}

b, strong {
  font-weight: 700;
}

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

.user-registration-account .navigation {
  display: none;
}

.search-results .container {
  margin-bottom: 75px;
}
.search-results .container .navigation {
  display: block !important;
}

.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;
  min-height: 1px;
}

.img-responsive-full {
  display: block;
  width: 100%;
  height: auto;
}

.size-full {
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  display: block;
  min-height: 1px;
}
@media (max-width: 768px) {
  .size-full {
    margin: 15px auto;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .size-large {
    margin: 15px 0px;
    text-align: center;
  }
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 25%;
}

.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;
}

iframe {
  max-width: 100%;
}

.input-group {
  margin: 0 0 30px 0;
  width: 100%;
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .bold {
  font-weight: 700;
}
.input-group p {
  color: #555555;
}
.input-group .bigmargin {
  display: block;
  margin-top: 30px;
}

.input-group .form-control,
.input-group .form-control-select {
  position: relative;
  z-index: 0;
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 15px;
  background: #FFF;
  border: 1px solid #0000008c;
  box-shadow: none !important;
  outline: none !important;
  height: 44px;
  transition: none;
  border: 0;
  border-bottom: 1px solid grey;
}
.input-group .form-control.wpcf7-textarea,
.input-group .form-control-select.wpcf7-textarea {
  border: 1px solid grey !important;
}
.input-group .form-control:read-only,
.input-group .form-control-select:read-only {
  cursor: not-allowed;
}

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

.input-group .form-control-select {
  background: #000;
  color: #FFF;
}

.wpcf7-submit {
  border: 0;
  color: #FFF;
  background: #000;
  padding: 10px 30px;
  text-transform: uppercase;
  float: right;
}
.wpcf7-submit:hover {
  background: #005E9E;
  color: #FFF;
}

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

span.wpcf7-not-valid-tip {
  color: #005E9E;
  height: 10px;
}

#footer span.wpcf7-not-valid-tip {
  color: white !important;
}

div.wpcf7-response-output {
  margin: 20px 0;
  padding: 15px;
}

div.wpcf7-mail-sent-ok {
  background: #398f14;
  color: #FFF;
}

div.wpcf7-validation-errors {
  background: white;
  color: #005E9E;
  border: 2px solid #005E9E;
}

#back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top.show {
  opacity: 1;
}

.page-item-6196 {
  display: none;
}

.wp-block-image {
  margin-bottom: 0;
}

.bx-wrapper img {
  margin: 0 auto;
}

.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.color-purple {
  color: #BC106C;
}

.bold {
  font-weight: bold;
}

.img-inline img {
  display: inline;
}

@media (min-width: 1024px) {
  .sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background: white;
    padding-bottom: 15px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  }
  .sticky .hidden-sticky {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 992px) {
  .sticky {
    padding-bottom: 0;
  }
}

.readmore-btn {
  border-top: 1px solid #005E9E;
  padding-top: 10px;
  color: #005E9E;
  width: 115px;
  margin-top: 25px;
  cursor: pointer;
  display: block;
  font-weight: bold;
}
.readmore-btn:hover {
  text-decoration: none;
}

.wp-block-table tbody tr td {
  padding: 15px;
}

/* Buttons */
.button {
  color: #FFF;
  padding: 5px 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  opacity: 1;
  border-radius: 5px;
  box-shadow: 0 3px 6px #00000030;
  position: relative;
  overflow: hidden;
  background: #005E9E;
  transition: .3s;
  border: 1px solid #005E9E !important;
}
.button:hover {
  opacity: 1;
  cursor: pointer;
  text-decoration: none;
  background: #FFF;
  color: #005E9E;
}
.button:focus {
  background: #FFF;
  color: #005E9E;
}
.button.white {
  background: #fff;
  color: #005E9E;
  border: thin solid #005E9E;
  font-weight: 700;
  font-size: 16px;
  box-shadow: none;
  margin-right: 0;
  margin-left: 10px;
}
.button.white:hover {
  background: #005E9E;
  border: thin solid #005E9E;
  color: #fff;
}
.button.purple {
  background: #BC106C;
  color: #FFF;
  border: thin solid #BC106C;
  font-weight: 700;
  font-size: 16px;
  box-shadow: none;
  margin-right: 0;
  margin-left: 0px;
}
.button.purple:hover {
  background: #FFF;
  border: thin solid #BC106C;
  color: #BC106C;
}

.search {
  margin: 0;
}
.search .search-form {
  margin-right: 15px;
  position: relative;
}
.search .search-form .search-field {
  width: 85%;
  height: 40px;
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #a6a8a6;
  float: left;
  background-color: transparent;
}
@media (max-width: 768px) {
  .search .search-form .search-field {
    color: #fff;
  }
}
.search .search-form button {
  float: left;
  border: 0;
  background-color: transparent;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .search {
    margin: 0 0 10px 0;
  }
  .search .search-form .search-field {
    width: 65%;
    margin-left: 15px;
  }
}

.flex-mobile {
  position: relative;
  margin-bottom: 15px;
}
.flex-mobile .search_mobile {
  position: absolute;
}

.search .up-title {
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  font-size: 22px;
  margin: 10px 0 60px 0;
}
.search .item article {
  background: #f3f3f3;
  padding: 15px;
  position: relative;
  margin-bottom: 30px;
  height: 100%;
}
.search .item article .entry-title {
  margin-top: 0;
  color: black;
}
.search .item article .entry-content p {
  min-height: 20px;
}
.search .item article .read-more {
  border-top: 1px solid #005E9E;
  padding-top: 10px;
  color: #005E9E;
  width: 115px;
  margin-top: 25px;
  cursor: pointer;
  display: block;
  font-weight: bold;
}

/* Fils d'Ariane */
#breadcrumbs {
  font-weight: 300;
  margin-bottom: 25px;
}
#breadcrumbs a {
  color: #000;
}
#breadcrumbs .breadcrumb_last {
  color: #005E9E;
  font-weight: 700;
}

.pagination {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  background: #969595;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
}
.pagination .page-numbers.current {
  background: #005E9E;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  width: auto;
  background: none;
  color: #005E9E;
}

#masthead {
  z-index: 1;
  position: relative;
  margin-bottom: 15px;
}
#masthead .top-header {
  width: 100%;
  border-bottom: 1px solid #a6a8a6;
  padding-top: 15px;
}
#masthead .top-header .icon-sprite {
  float: left;
  margin-right: 10px;
}
#masthead .top-header .contact,
#masthead .top-header .carriere,
#masthead .top-header .lang,
#masthead .top-header .rs {
  position: relative;
  float: right;
  margin-left: 15px;
  padding-right: 15px;
}
#masthead .top-header .contact:before,
#masthead .top-header .carriere:before,
#masthead .top-header .lang:before,
#masthead .top-header .rs:before {
  content: '';
  background: #d3d3d3;
  height: 15px;
  width: 2px;
  position: absolute;
  top: 3px;
  right: 0;
}
#masthead .top-header .contact:first-child,
#masthead .top-header .carriere:first-child,
#masthead .top-header .lang:first-child,
#masthead .top-header .rs:first-child {
  padding-right: 0;
}
#masthead .top-header .contact:first-child:before,
#masthead .top-header .carriere:first-child:before,
#masthead .top-header .lang:first-child:before,
#masthead .top-header .rs:first-child:before {
  display: none;
}
#masthead .top-header .rs a {
  margin: 0 2.5px;
}
#masthead .top-header a {
  color: #707070;
  text-transform: uppercase;
  font-size: 14px;
}
#masthead .bottom-header {
  position: relative;
  padding-top: 10px;
}
@media (min-width: 1025px) {
  #masthead .bottom-header #mega-menu-wrap-Menu-Haut {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  #masthead .bottom-header #mega-menu-wrap-Menu-Haut .mega-menu-item .mega-sub-menu {
    padding: 0px !important;
  }
  #masthead .bottom-header #mega-menu-wrap-Menu-Haut .mega-menu-item .mega-sub-menu li {
    border-bottom: 5px solid #efefef !important;
  }
  #masthead .bottom-header #mega-menu-wrap-Menu-Haut .mega-menu-item .mega-sub-menu li.mega-menu-columns-5-of-12, #masthead .bottom-header #mega-menu-wrap-Menu-Haut .mega-menu-item .mega-sub-menu li#mega-menu-29-0 {
    border-bottom: 0 !important;
  }
  #masthead .bottom-header #mega-menu-wrap-Menu-Haut .mega-menu-item .mega-sub-menu li.mega-menu-columns-5-of-12 li a, #masthead .bottom-header #mega-menu-wrap-Menu-Haut .mega-menu-item .mega-sub-menu li#mega-menu-29-0 li a {
    font-size: 14px !important;
  }
  #masthead .bottom-header #mega-menu-wrap-Menu-Haut .mega-menu-item .mega-sub-menu li a.mega-menu-link {
    line-height: 1.5 !important;
  }
  #masthead .bottom-header #mega-menu-wrap-Menu-Haut .mega-menu-item .mega-sub-menu li.mega-toggle-on .mega-sub-menu {
    margin: 5px 15px !important;
    width: 80% !important;
  }
}
@media (min-width: 768px) {
  #masthead .bottom-header #mega-menu-wrap-Menu-Haut .mega-menu-item .mega-sub-menu li a.mega-menu-link {
    font-size: 16px !important;
    line-height: 35px !important;
  }
}
@media (max-width: 768px) {
  #masthead .bottom-header #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background: #054977;
  }
}
#masthead .bottom-header #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut > li.mega-menu-item > a.mega-menu-link {
  font-family: 'Roboto Condensed', sans-serif;
}
@media (max-width: 768px) {
  #masthead .bottom-header #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #005e9e;
  }
}
#masthead .bottom-header #mega-menu-wrap-Menu-Haut li.espace-pro {
  border-left: 0;
}
#masthead .bottom-header #mega-menu-wrap-Menu-Haut li.espace-pro a {
  color: #005E9E !important;
}
@media (max-width: 768px) {
  #masthead .bottom-header #mega-menu-wrap-Menu-Haut li.espace-pro a {
    color: #fff !important;
  }
}
#masthead .bottom-header #mega-menu-wrap-Menu-Haut li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0;
  border-bottom: thin solid #efefef;
  font-family: 'Roboto', sans-serif;
}
#masthead .bottom-header #mega-menu-wrap-Menu-Haut li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link {
  padding: 0 10px;
  font-weight: 300;
}
#masthead .bottom-header #mega-menu-wrap-Menu-Haut li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:before {
  display: none !important;
}
#masthead .bottom-header #mega-menu-wrap-Menu-Haut li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  padding-right: 20px;
}
#masthead .bottom-header #mega-menu-wrap-Menu-Haut li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  display: none;
}
#masthead .bottom-header #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut > li.mega-menu-flyout > ul.mega-sub-menu {
  top: 40px;
}
@media (max-width: 768px) {
  #masthead .bottom-header #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut > li.mega-menu-flyout > ul.mega-sub-menu {
    background: #005e9e;
  }
}
#masthead .bottom-header #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut {
  text-align: center;
}
@media (max-width: 767px) {
  #masthead .bottom-header #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
    margin-top: 105px;
  }
  #masthead .bottom-header #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut li {
    border-bottom: 1px solid #0b73b9 !important;
  }
  #masthead .bottom-header #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut li ul.mega-sub-menu li a {
    background: #005e9e !important;
    padding: 5px 10px;
    color: #fff;
  }
}
@media (max-width: 992px) {
  #masthead .bottom-header #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut > li.mega-menu-item.mega-item-align-right {
    float: none;
    border-left: 1px solid #a6a8a6;
  }
}
#masthead .bottom-header .mega-indicator {
  display: none !important;
}
@media (min-width: 993px) and (max-width: 1199px) {
  #masthead .bottom-header .logo {
    display: block;
    margin: 20px 0;
  }
}
#masthead .lang .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
#masthead .lang .wpml-ls-legacy-list-horizontal a {
  filter: grayscale(100%);
}
#masthead .lang .wpml-ls-legacy-list-horizontal a span {
  display: none;
}
#masthead .lang .wpml-ls-legacy-list-horizontal ul {
  text-align: center;
}
#masthead .lang .wpml-ls-item-fr a {
  text-indent: -1000px;
  width: 21px;
  height: 21px;
  background: url("../images/flag-fr.png") no-repeat;
  background-size: cover;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #masthead .lang .wpml-ls-item-fr a {
    background-size: auto;
    width: 25px;
    height: 20px;
    background-position: center;
  }
}
#masthead .lang .wpml-ls-item-en a {
  text-indent: -1000px;
  width: 21px;
  height: 21px;
  background: url("../images/flag-eng.png") no-repeat;
  background-size: cover;
  margin-right: 0;
}
@media (max-width: 767px) {
  #masthead .lang .wpml-ls-item-en a {
    background-size: auto;
    width: 25px;
    height: 20px;
    background-position: center;
  }
}
#masthead .lang .wpml-ls-current-language a {
  filter: grayscale(0%);
}
@media (max-width: 992px) {
  #masthead {
    margin-bottom: 0;
  }
}

.entete {
  min-height: 350px;
  width: 100%;
  position: relative;
}
.entete .container {
  min-height: 350px;
  position: relative;
  display: flex;
  align-items: center;
}
.entete .container h1 {
  letter-spacing: 0;
  color: #FFFFFF;
  text-shadow: black 1px 0 10px;
  margin-top: 75px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .entete .container h1 {
    font-size: 20px;
    margin-top: 150px;
  }
  .entete .container h1.no-margin {
    margin-top: 0 !important;
  }
}
.entete .container .bg-img {
  position: absolute;
  top: 0;
  background-color: #BC106C;
  border-radius: 0 0 5px 5px;
  padding: 62px 16px 20px 16px;
}
@media (max-width: 768px) {
  .entete .container .bg-img img {
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .entete .container {
    min-height: 200px;
  }
}
@media (max-width: 992px) {
  .entete {
    min-height: 200px;
  }
}
.entete.imageMobileSlider .container {
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .entete.imageMobileSlider .container h1 {
    margin-top: 0 !important;
  }
}

.actualites .bgimg {
  width: 100%;
  height: 185px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}

#home {
  position: relative;
}
#home .diaporama .bxsliderWrapper {
  border-bottom: 1px solid #005E9E;
}
#home .diaporama .bxsliderWrapper .bx-viewport {
  height: 400px !important;
}
@media (max-width: 992px) {
  #home .diaporama .bxsliderWrapper .bx-viewport {
    height: auto !important;
  }
}
#home .diaporama .bxsliderWrapper .overlay {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 1140px;
  transform: translateX(-50%);
}
#home .diaporama .bxsliderWrapper .overlay h2 {
  margin: 0;
  color: #005E9E;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 700;
  line-height: 50px;
  font-family: 'Roboto Condensed', sans-serif;
}
#home .diaporama .bxsliderWrapper .overlay h3 {
  margin: 0;
  color: #767676;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 1139px) {
  #home .diaporama .bxsliderWrapper .overlay {
    width: 100%;
    padding: 0 50px;
  }
  #home .diaporama .bxsliderWrapper .overlay h2 {
    font-size: 50px;
    line-height: 30px;
  }
  #home .diaporama .bxsliderWrapper .overlay h3 {
    font-size: 30px;
    line-height: 30px;
    color: #FFF;
  }
}
@media (max-width: 992px) {
  #home .diaporama .bxsliderWrapper .overlay {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  #home .diaporama .bxsliderWrapper .overlay {
    width: 770px;
  }
  #home .diaporama .bxsliderWrapper .overlay h2 {
    font-size: 60px;
  }
}
#home .diaporama .bxsliderWrapper .bx-wrapper .bx-controls-direction a {
  width: 29px;
  height: 51px;
  margin-top: -25.5px;
}
#home .diaporama .bxsliderWrapper .bx-wrapper .bx-prev {
  background: url("../images/prev.png") no-repeat;
  left: 150px;
}
@media (max-width: 1139px) {
  #home .diaporama .bxsliderWrapper .bx-wrapper .bx-prev {
    left: 15px;
  }
}
#home .diaporama .bxsliderWrapper .bx-wrapper .bx-next {
  background: url("../images/next.png") no-repeat;
  right: 150px;
}
@media (max-width: 1139px) {
  #home .diaporama .bxsliderWrapper .bx-wrapper .bx-next {
    right: 15px;
  }
}
#home .menuhome {
  margin-top: -78px;
}
#home .menuhome ul {
  padding-left: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  list-style: none;
}
#home .menuhome ul li {
  list-style: none;
  display: inline-block;
  flex: 1 20%;
  text-align: center;
}
#home .menuhome ul li .bg {
  position: relative;
  width: 155px;
  height: 155px;
  border-radius: 2px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
#home .menuhome ul li .bg span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#home .menuhome ul li .bg:hover {
  background: #005E9E;
}
#home .menuhome ul li .bg:hover span {
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  #home .menuhome ul li .bg {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 992px) {
  #home .menuhome ul li .bg {
    margin: 15px auto;
  }
}
#home .menuhome ul li p {
  width: 155px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  padding: 0 5px;
}
@media (max-width: 992px) {
  #home .menuhome ul li p {
    width: 100%;
    margin-bottom: 5px;
  }
}
#home .menuhome ul li:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 992px) {
  #home .menuhome ul li {
    flex: 1;
  }
}
@media (max-width: 992px) {
  #home .menuhome {
    margin-top: 15px;
  }
}
#home .contenthome {
  z-index: 0;
  position: relative;
  margin-top: 50px;
}
#home .contenthome .bg {
  background: white;
  padding: 15px 25px;
}
@media screen and (max-width: 767px) {
  #home .contenthome .bg {
    padding: 10px 0px;
  }
}
#home .contenthome .bg h2 {
  margin: 20px 0;
  color: #005E9E;
  font-family: 'Roboto Condensed', sans-serif;
}
#home .contenthome hr {
  width: 10%;
  border-top: 2px solid #005E9E;
  text-align: left;
  margin: 8px 0 10px 0;
}
#home .contenthome .readmore {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #005E9E;
}
@media (max-width: 992px) {
  #home .contenthome {
    margin-top: 30px;
  }
}
#home .news {
  z-index: -1;
  margin-top: -175px;
  min-height: 792px;
  position: relative;
  background: url("../images/bg.jpg") repeat-y;
  background-position: center;
}
@media (max-width: 767px) {
  #home .news {
    z-index: 0;
  }
}
#home .news h2 {
  margin: 20px 0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
}
#home .news .card .content {
  border-bottom: 0;
}
@media (max-width: 992px) {
  #home .news .card .content {
    box-shadow: none;
    margin-bottom: 30px;
  }
}
#home .news ul {
  padding-left: 0;
  margin-bottom: 0;
}
#home .news ul li {
  list-style-type: none;
}
#home .news .inside {
  margin-top: 100px;
}
#home .news .inside .bx-wrapper .bx-viewport {
  background: none;
}
#home .news .inside .bx-wrapper .bx-controls-direction a {
  width: 29px;
  height: 51px;
  margin-top: -25.5px;
}
#home .news .inside .bx-wrapper .bx-prev {
  background: url("../images/prev.png") no-repeat;
  left: -70px;
}
#home .news .inside .bx-wrapper .bx-next {
  background: url("../images/next.png") no-repeat;
  right: -70px;
}
#home .news .inside .bgimg {
  width: 100%;
  height: 185px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
#home .news .inside .bg {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #F2F2F2;
  padding: 15px;
}
#home .news .inside .bg a {
  text-decoration: none;
}
#home .news .inside .bg p.title {
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}
#home .news .inside .bg .excerpt {
  font-size: 16px;
  font-weight: 400;
  color: #7C7C7C;
}
@media (max-width: 992px) {
  #home .news .inside {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  #home .news {
    padding: 30px 0;
    margin-top: 0;
  }
}
#home .products {
  background: #FFF;
  min-height: 300px;
  padding-bottom: 100px;
}
#home .products h2 {
  margin: 50px 0;
  color: #005E9E;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
}
#home .products .inside {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  min-height: 350px;
  padding: 0 30px 15px 30px;
  border-bottom: 3px solid #7C7C7C;
}
#home .products .inside a {
  color: black;
}
#home .products .inside a:hover {
  color: black;
  text-decoration: none;
}
#home .products .inside .bg {
  width: 70px;
  height: 100px;
  background: #D5D5D5;
  position: relative;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#home .products .inside .bg span {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#home .products .inside .title {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 15px 0;
  color: black;
}
#home .products .inside hr {
  width: 30%;
  border-top: 2px solid #005E9E;
  text-align: left;
  margin: 8px 0 10px 0;
}
#home .products .inside .readmore {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #005E9E;
  font-weight: bold;
}
#home .products .inside .readmore:hover {
  color: #005E9E !important;
  text-decoration: underline !important;
}
@media (max-width: 992px) {
  #home .products .inside {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #home {
    z-index: 0;
  }
}

.offers-section .offer {
  margin-top: 15px;
}
.offers-section .offer p {
  font-size: 18px;
  margin-bottom: 0;
}
.offers-section .offer a {
  margin-top: 5px !important;
  padding-top: 5px;
}
.offers-section .title-offer {
  color: #005E9E;
  margin-bottom: 5px;
}
.offers-section .subtitle-offer {
  font-weight: bold;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 0;
}

.intern {
  margin-top: 30px;
  margin-bottom: 30px;
}
.intern .presentation-gamme p {
  color: #767777;
}
.intern .intro-bleu {
  color: #0071a1;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
}
.intern .intro-grise {
  color: #767777;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
}
.intern h1 {
  margin: 30px 0;
  font-size: 50px;
  font-family: 'Roboto Condensed', sans-serif;
}
.intern h1 img {
  display: block;
  margin: 20px auto;
}
@media (max-width: 992px) {
  .intern h2 {
    font-size: 25px;
  }
}
.intern p.readmore {
  color: #005E9E;
}
.intern .no-margin {
  margin-bottom: 0;
}
.intern .titre-bleu-geant {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  color: #005E9E;
}
@media (max-width: 992px) {
  .intern .titre-bleu-geant {
    font-size: 35px;
  }
}

.secteurs {
  padding-bottom: 5px;
}
.secteurs .content {
  min-height: 470px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .secteurs .content {
    min-height: auto;
    margin-bottom: 15px;
  }
}

.row.is-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.row.is-flex > [class*='col-'].is-header {
  justify-content: center;
  text-align: center;
}
.row.is-flex > [class*='col-'].center-content {
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .row.is-flex > [class*='col-'].align-end-mobile {
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
  }
}
.row .card {
  margin-top: 15px;
}
.row .card .content {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0;
  border-bottom: 3px solid transparent;
}
.row .card .content .img {
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row .card .content img {
  width: auto;
  max-width: 100%;
  max-height: 230px;
  padding-top: 10px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .row .card .content img {
    width: auto;
    height: 100%;
  }
}
.row .card .content .bg {
  padding: 15px;
}
.row .card .content .bg a {
  text-decoration: none;
  color: #000;
}
.row .card .content .bg p.title {
  font-size: 20px;
  line-height: 22px;
  font-family: 'Roboto Condensed', sans-serif;
}
.row .card .content .bg .excerpt {
  font-size: 14px;
  font-weight: 400;
  color: #7C7C7C;
}
.row .card .content .readmore {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #005E9E !important;
  font-weight: bold;
}
.row .card .content hr {
  width: 30%;
  border-top: 2px solid #005E9E;
  text-align: left;
  margin: 8px 0 10px 0;
}
.row .card .content:hover {
  border-bottom: 3px solid #656565;
}

.categories .page-title {
  color: #BC106C;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 30px 0 30px 0;
  text-transform: uppercase;
}
.categories #content {
  margin-bottom: 100px;
}
.categories h2 {
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 25px;
  font-family: 'Roboto Condensed', sans-serif;
}
.categories .card .content {
  border-bottom: 3px solid #7C7C7C;
}

.sidenavigation {
  position: fixed;
  top: 35%;
  right: -401px;
  width: 400px;
  min-height: 150px;
  background: #FFF;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  transition: all .3s ease;
  z-index: 3;
}
@media (max-width: 768px) {
  .sidenavigation {
    right: -260px;
    width: 250px;
    top: 15%;
  }
}
.sidenavigation p {
  margin: 0;
  background: #BC106C;
  text-transform: uppercase;
  color: #FFF;
  height: 50px;
  line-height: 50px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transform: rotate(-90deg);
  position: absolute;
  font-size: 16px;
  width: 150px;
  left: -100px;
  top: 49px;
  cursor: pointer;
  text-align: left;
  padding-left: 15px;
}
.sidenavigation p span {
  transform: rotate(90deg);
  position: absolute;
  transition: all .3s ease;
  right: 15px;
  top: 10px;
}
.sidenavigation p.open span {
  transform: rotate(-90deg);
}
.sidenavigation ul {
  padding-left: 0;
  margin-bottom: 0;
}
.sidenavigation ul li {
  list-style: none;
  margin: 5px 15px;
  border-bottom: 0.5px solid #707070;
}
.sidenavigation ul li a {
  font-size: 14px;
  color: #888888;
  text-transform: uppercase;
}
.sidenavigation.open {
  right: 0;
}

.tax-gamme_produit .intern {
  margin-bottom: 0;
}
.tax-gamme_produit .intern #breadcrumbs {
  margin-bottom: 0;
}
.tax-gamme_produit .categories #content {
  margin-bottom: 50px;
}

.page-template-product h2 {
  font-size: 25px;
  line-height: 25px;
  text-align: center;
}
.page-template-product .summary-gamme {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-top: 25px;
}
.page-template-product .summary-gamme div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .page-template-product .summary-gamme div.margin-mobile {
    margin-left: 33.33333333%;
  }
}
.page-template-product .summary-gamme .readmore {
  border-top: 1px solid #005E9E;
  padding-top: 10px;
  color: #005E9E;
  width: 100px;
  margin-top: 25px;
  cursor: pointer;
}
.page-template-product .card .content {
  margin-bottom: 50px;
  min-height: 350px;
}
.page-template-product .main-assets h2 {
  color: #BC106C;
}
.page-template-product .main-assets div.mt-50 {
  margin-top: 50px;
}
.page-template-product .product-highlight .content .title {
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 15px 0 0 0;
}
.page-template-product .product-highlight .content hr {
  width: 10%;
  border-top: 2px solid #005E9E;
  text-align: left;
  margin: 8px 0 10px 0;
}
.page-template-product .product-highlight .content .readmore {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #005E9E;
}
.page-template-product .atouts {
  padding: 30px 0;
  background: #D6D6D5;
}
.page-template-product .atouts .col-md-3 {
  border-right: 1px solid #030303;
}
.page-template-product .atouts .col-md-3.last {
  border-right: 0;
}
.page-template-product .atouts .content .img {
  height: 150px;
  margin-bottom: 30px;
  position: relative;
}
.page-template-product .atouts .content .img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-product .atouts .content p {
  text-align: center;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 27px;
  font-family: 'Roboto Condensed', sans-serif;
}
.page-template-product .contentsupp {
  padding: 50px 0;
}
.page-template-product .contentsupp strong, .page-template-product .contentsupp bold {
  color: #BC106C;
}

.page-template-actualites .bg-grey {
  background: #EBEBEB;
  padding: 30px 0;
  margin-bottom: 30px;
}
.page-template-actualites .card .content .bg {
  background: #FFF;
}
.page-template-actualites .card .content .bg .date {
  color: #005E9E;
  font-weight: 700;
}
.page-template-actualites .card .content .bg .button {
  color: #FFF;
}
.page-template-actualites .card .content .bg .button:hover {
  color: #000;
}

.single-product .intern h1 {
  margin-bottom: 0;
}
.single-product .intern .desc {
  color: #000;
}
.single-product .intern .desc span {
  color: #BC106C;
}
@media (max-width: 767px) {
  .single-product .logo_bench {
    display: none;
  }
}
@media (min-width: 993px) {
  .single-product .logo_bench {
    position: absolute;
    width: 30%;
    right: 0;
    top: 20px;
  }
}
.single-product .featured {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.single-product .featured .rounded {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 10px;
  border-radius: 50%;
}
.single-product .intro {
  font-size: 20px;
}
@media (min-width: 993px) {
  .single-product .intro {
    max-width: 65%;
  }
  .single-product .intro.desc {
    margin-top: 10px;
  }
}
.single-product .share {
  display: flex;
  align-items: center;
}
.single-product .share p {
  color: #888888;
}
@media (max-width: 768px) {
  .single-product .share p {
    font-size: 13px;
  }
}
.single-product .share .ss-inline-share-wrapper {
  margin-left: 10px;
}
.single-product .more {
  margin: 50px 0;
  text-align: center;
}
.single-product .more a {
  margin: 0 15px;
}
.single-product .more p {
  font-weight: 700;
  margin: 30px 0;
  color: #888888;
}
.single-product .more .btn {
  color: #FFF;
  padding: 5px 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  opacity: 1;
  border-radius: 5px;
  box-shadow: 0 3px 6px #00000030;
  position: relative;
  overflow: hidden;
  border: transparent thin solid;
  background: #005E9E;
  transition: .3s;
  margin-bottom: 10px;
}
.single-product .icones a {
  color: #888888;
}
.single-product .icones a span {
  float: left;
  margin-right: 10px;
}
.single-product .icones a p {
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 992px) {
  .single-product .icones a p {
    padding-right: 15px;
    margin-left: 55px;
  }
}
.single-product .row1,
.single-product .row2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 993px) {
  .single-product .contenu {
    margin-bottom: 100px;
  }
}

.navigation {
  height: 50px;
}
.navigation a {
  color: #005E9E;
}
.navigation .prev {
  position: absolute;
  top: 0;
  left: 15px;
  font-weight: 700;
}
.navigation .next {
  position: absolute;
  top: 0;
  right: 15px;
  font-weight: 700;
}

#catalogue {
  background: #efefef;
  padding: 40px 0;
}
#catalogue h6 {
  margin-top: 0;
  color: #005E9E;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
#catalogue .download .icon-sprite {
  float: left;
  margin-right: 25px;
}
#catalogue .sisters {
  padding-left: 0;
  margin-top: 15px;
}
#catalogue .sisters li {
  list-style-type: none;
  display: inline-block;
}
#catalogue .sisters li.current_page_item {
  display: none;
}
#catalogue .sisters li a {
  background: #fff;
  color: #005E9E;
  border: thin solid #005E9E;
  font-weight: 700;
  font-size: 16px;
  box-shadow: none;
  margin-right: 0;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  transition: .3s;
  text-decoration: none;
}
#catalogue .sisters li a:hover {
  background: #005E9E;
  color: #FFF;
}

#configuration {
  background: #F0F0F0;
  padding: 30px 0;
}
#configuration h3 {
  margin-top: 0;
  color: #005E9E;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}

#confiance {
  background: #D6D6D5;
  padding: 30px 0;
}
#confiance h3 {
  margin-top: 0;
  color: #005E9E;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}
#confiance .bx-wrapper .bx-viewport {
  background: transparent;
}
#confiance ul li.item {
  background: #FFF;
  border-radius: 10px;
}
#confiance ul li.item div {
  display: block;
  width: 100%;
  height: 130px;
}
#confiance ul li.item img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#confiance .bx-wrapper .bx-controls-direction a {
  width: 29px;
  height: 51px;
  margin-top: -25.5px;
}
#confiance .bx-wrapper .bx-controls-direction {
  left: -70px;
}
#confiance .bx-wrapper .bx-controls-direction .bx-prev {
  left: -50px;
  background: url("../images/prevblue.png") no-repeat;
}
#confiance .bx-wrapper .bx-controls-direction .bx-next {
  background: url("../images/nextblue.png") no-repeat;
  right: -50px;
}

@media (max-width: 767px) {
  #icones ul {
    display: block !important;
    margin: 40px 0 !important;
  }
  #icones ul li {
    height: auto;
  }
  #icones ul li .bg {
    margin: 0 auto;
  }
  #icones ul li p {
    margin: 0 auto;
    width: auto !important;
  }
  #icones .bx-wrapper .bx-controls-direction a {
    width: 29px;
    height: 51px;
  }
  #icones .bx-wrapper .bx-controls-direction .bx-prev {
    background: url("../images/prevblue.png") no-repeat;
    background-position: center center;
    height: 80px;
    width: 80px;
    top: 80px;
    left: -70px;
  }
  #icones .bx-wrapper .bx-controls-direction .bx-next {
    background: url("../images/nextblue.png") no-repeat;
    right: -70px;
    background-position: center center;
    height: 80px;
    width: 80px;
    top: 80px;
  }
}
#icones ul {
  padding-left: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  list-style: none;
  margin: 100px 0;
  transition: .3s;
  height: 100px;
}
#icones ul li {
  list-style: none;
  display: inline-block;
  flex: 1;
  text-align: center;
  transition: .3s;
}
#icones ul li a {
  text-decoration: none;
}
#icones ul li .bg {
  width: 95px;
  height: 95px;
  position: relative;
  border-radius: 2px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
#icones ul li .bg:hover {
  background: #005E9E;
}
#icones ul li .bg:hover span {
  filter: brightness(0) invert(1);
}
#icones ul li .bg span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#icones ul li p {
  margin-top: 15px;
  font-weight: bold;
  display: none;
  width: 95px;
}
@media (max-width: 992px) {
  #icones ul li p {
    display: block;
  }
}
#icones ul li.active .bg {
  background: #005E9E;
}
#icones ul li.active .bg span {
  filter: brightness(0) invert(1);
}
#icones ul li.active p {
  display: block;
  color: #23527c;
}
#icones ul li:hover p {
  display: block;
}
@media (max-width: 992px) {
  #icones ul li {
    height: 200px;
  }
}
@media (max-width: 992px) {
  #icones ul {
    height: auto;
  }
}

.dashboard .bg {
  padding: 15px;
  box-shadow: 0 2px 20px rgba(45, 53, 89, 0.1);
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dashboard .bg p {
  color: #005E9E !important;
  font-weight: bold;
  text-transform: uppercase;
}

.user-registration-MyAccount-content h2 {
  color: #005E9E;
  margin: 50px 0 60px 0 !important;
}

#footer {
  background: #1068A3;
  min-height: 280px;
  padding-top: 30px;
}
#footer h2, #footer h3 {
  color: #FFF;
  font-size: 19px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 20px 0;
}
@media (max-width: 767px) {
  #footer h2, #footer h3 {
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  #footer h2.border-top {
    border-top: 1px solid #fff;
    padding-top: 20px;
  }
}
#footer h3 {
  display: none;
}
@media (max-width: 767px) {
  #footer h3 {
    display: block;
  }
}
#footer ul {
  padding-left: 0;
  display: flex;
  justify-content: space-evenly;
}
#footer ul li {
  list-style-type: none;
  display: inline-block;
}
#footer ul li a.button {
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
}
@media (max-width: 767px) {
  #footer .rs {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  #footer .rs h3 {
    margin-top: 0;
  }
  #footer .rs .inner-rs {
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px 10px;
  }
  #footer .rs .inner-rs:nth-child(3) {
    border-right: 0px;
  }
}
#footer .rs .icon-sprite {
  float: left;
  margin: 10px 5px;
}
@media (max-width: 768px) {
  #footer .rs .icon-sprite.icon-youtube {
    margin-top: 15px !important;
  }
  #footer .rs .icon-sprite:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
#footer .footer-widget {
  color: #FFF;
}
@media (max-width: 768px) {
  #footer .footer-widget#text-4 {
    display: none;
  }
  #footer .footer-widget#text-6 ul, #footer .footer-widget#text-5 ul {
    display: block;
    justify-content: unset;
  }
  #footer .footer-widget#text-6 ul li, #footer .footer-widget#text-5 ul li {
    width: 100%;
    padding-top: 5px;
  }
  #footer .footer-widget#text-6 ul li a.button, #footer .footer-widget#text-5 ul li a.button {
    background: none;
    color: #FFF;
    box-shadow: none;
    border: none !important;
    padding: 0;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px;
  }
}
#footer #text-4 {
  margin-top: 20px;
}
#footer .your-email {
  width: 90%;
  float: left;
}
#footer .your-email input {
  width: 100%;
  background: none;
  border: 0;
  border-bottom: 1px solid #FFF;
  height: 42px;
  color: white;
}
@media (max-width: 768px) {
  #footer .your-email input {
    border: 1px solid #FFF;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 5px;
  }
}
#footer .your-email ::placeholder {
  color: #FFF;
}
#footer .wpcf7-submit {
  float: left;
  width: 10%;
  padding: 0 !important;
  height: 42px;
  background: #005E9E;
  border-radius: 5px !important;
  border: 1px solid #FFF;
}
@media (max-width: 768px) {
  #footer .wpcf7-submit {
    border: 1px solid #FFF;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
}

#refooter {
  background: #014F83;
  min-height: 20px;
}
@media (max-width: 767px) {
  #refooter {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 0px;
  }
  #refooter ul {
    display: flex;
    flex-direction: column;
  }
  #refooter ul li a {
    font-size: 15px !important;
  }
}
#refooter ul {
  padding-left: 0;
  text-align: center;
  margin-top: 10px;
}
#refooter ul li {
  list-style-type: none;
  display: inline-block;
  border-right: 1px solid #FFF;
  padding-right: 10px;
  padding-left: 9px;
}
@media (max-width: 768px) {
  #refooter ul li {
    margin-bottom: 10px;
  }
}
#refooter ul li a {
  color: #FFF;
  font-size: 13px;
}
#refooter ul li:last-child {
  border-right: 0;
}

.uagb-timeline__marker {
  z-index: 0;
}

.uagb-timeline__line {
  z-index: -1;
}

.acf-fields .row {
  margin-bottom: 15px;
}
.acf-fields .row .acf-field .error-field {
  position: absolute;
  left: 15px;
  bottom: -25px;
}
.acf-fields .row .acf-field .error-field p {
  color: #f00 !important;
  margin-bottom: 0;
  font-size: 12px;
}

.acf-error-message:first-child {
  background: #F55E4F;
  border-color: #f33b28;
  padding: 10px 5px;
}
.acf-error-message:first-child p {
  margin: 0;
}

.list-formations {
  margin: 30px 0;
}
.list-formations .content-formation {
  padding: 15px 15px 5px 15px;
}
.list-formations .content-formation:nth-child(odd) {
  background-color: #f3f4f5;
}
.list-formations .content-formation:nth-child(even) {
  background-color: #e7f5fe;
}
.list-formations .content-formation h3 {
  margin-top: 0;
}

.formations .wpcf7-list-item {
  display: block;
}

.ab-block-accordion summary {
  background: #005E9E !important;
  color: white;
  cursor: pointer;
  font-size: 18px;
}
.ab-block-accordion a {
  color: #005E9E;
}
.ab-block-accordion .wpdm-download-link {
  background-color: #005E9E;
  border-color: #005E9E;
}
.ab-block-accordion .ab-accordion-text .list-group img {
  max-width: 90%;
  margin: 0 auto;
}
.ab-block-accordion .ab-accordion-text .align-items-cente {
  display: none !important;
}
.ab-block-accordion .ab-accordion-text .align-items-center a, .ab-block-accordion .ab-accordion-text .align-items-center h3 {
  margin: 0 auto !important;
}
.ab-block-accordion .ab-accordion-text .align-items-center h3 {
  height: 60px;
}
.ab-block-accordion .ab-accordion-text .align-items-center h3 a {
  cursor: auto;
}
.ab-block-accordion .ab-accordion-text .align-items-center h3 a:hover {
  text-decoration: none;
}
.ab-block-accordion .ab-accordion-text .align-items-center .d-block {
  cursor: auto;
}

.term-documents-techniques .is-flex-terms-tech {
  display: flex;
  flex-wrap: wrap;
}
.term-documents-techniques .is-flex-terms-tech > [class*='flex'] {
  display: flex;
  flex-direction: column;
}
.term-documents-techniques .is-flex-terms-tech > [class*='flex'].is-header {
  justify-content: center;
  text-align: center;
}
.term-documents-techniques .is-flex-terms-tech > [class*='flex'].center-content {
  justify-content: center;
  align-items: center;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .wp-block-image img {
    margin-top: 15px;
  }
}

.simple-sitemap-page > li {
  padding: 10px 0;
  font-weight: bold;
  font-size: 16px;
}
.simple-sitemap-page > li ul li {
  font-weight: normal;
  font-size: 14px;
}

.user-registration-message {
  font-size: 18px;
}

.page-id-67 .prev, .page-id-546 .prev, .grecaptcha-badge, .page-id-6194 .navigation {
  display: none !important;
}

.category-list li, .category-list span {
  padding: 10px 0;
}
.category-list .files li {
  padding: 0 !important;
}
.category-list .files li p {
  display: inline;
}
.category-list .category-title {
  font-weight: bold;
  font-size: 16px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .entete .container h1 {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-product .summary-gamme div img {
    min-height: 1px;
    align-self: center;
  }

  .filter {
    display: none;
  }
}
@media (max-width: 768px) {
  #mega-menu-wrap-Menu-Haut .mega-menu-toggle + #mega-menu-Menu-Haut {
    right: -450px !important;
    background: #005e9e !important;
    max-height: calc(100% - 80px);
    overflow-y: auto;
  }

  #mega-menu-wrap-Menu-Haut .mega-menu-toggle.mega-menu-open + #mega-menu-Menu-Haut {
    right: 0px !important;
  }

  #mega-menu-wrap-Menu-Haut .mega-menu-toggle.mega-menu-open:after {
    background: none !important;
  }

  .icon-search-icon {
    background-image: url(../images/icon-se5545fe12d-mobile.png);
  }

  .goback {
    text-align: center;
  }
  .goback .button {
    margin: 20px 0px;
  }

  .intro_gold {
    display: block !important;
  }
  .intro_gold img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .table.equipment_return td,
  .table.equipment_return th {
    padding: 0px !important;
  }

  .equipment-return .qty_input {
    max-width: 100% !important;
  }

  .page-id-114 .size-large {
    margin-bottom: 20px;
  }
  .page-id-114 .size-large.wp-block-image img {
    max-width: 60%;
  }
  .page-id-114 .size-full {
    margin-bottom: 20px;
  }
  .page-id-114 .size-full.wp-block-image img {
    max-width: 60%;
  }
  .page-id-114 .wp-block-columns.are-vertically-aligned-center {
    margin-bottom: 0px;
  }
}
.sg-popup-builder-content {
  overflow: hidden;
}
.sg-popup-builder-content .title {
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  color: #005E9E;
}
.sg-popup-builder-content .succes-message-avis {
  background-color: green;
  color: white;
  padding: 10px;
  display: none;
}
.sg-popup-builder-content form p {
  font-weight: bold;
  color: black;
}
.sg-popup-builder-content form p.question-label {
  margin: 25px 0;
  color: #005E9E;
  font-size: 22px;
}
.sg-popup-builder-content form .starratingawesome {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 20px;
}
.sg-popup-builder-content form .starratingawesome:not(:checked) > label:hover ~ label, .sg-popup-builder-content form .starratingawesome > input:checked ~ label {
  color: #E1E5ED;
}
.sg-popup-builder-content form .starratingawesome:not(:checked) > label:hover, .sg-popup-builder-content form .starratingawesome > input:checked + label {
  color: #005E9E;
}
.sg-popup-builder-content form .submit {
  display: flex;
}
.sg-popup-builder-content form .submit input {
  margin: 0 auto;
}
.sg-popup-builder-content form .value {
  font-size: 11px;
  margin-top: 5px;
  text-align: center;
  font-style: italic;
}
.sg-popup-builder-content .wpcf7-response-output {
  padding: 0;
  margin: 0;
}

.sgpb-theme-1-content {
  box-shadow: #005E9E 0 0 0 10px !important;
  border-bottom-width: 0 !important;
}

.sgpb-popup-close-button-1 {
  top: 9px !important;
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #mega-menu-wrap-Menu-Haut .mega-menu-toggle + #mega-menu-Menu-Haut {
    right: -750px !important;
    max-height: calc(100% - 80px);
    overflow-y: auto;
  }
}

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