/* CHANGE BOOTSTRAP NAV COLLAPSE TO 1040px */
@media screen and (max-width: 1040px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .collapse,
  .collapse.in,
  .collapsing {
    position: absolute;
    left: 0;
    width: 100%;
    padding-right: 0;
  }
}
/* 
========================================
================ GÉNÉRAL ===============
========================================
 */
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  background-color: #222020;
}
button.btn-cadence,
input#loadCV {
  border-radius: 5px;
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 20px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: #ffffff 1.5em 0 0 0, #ffffff 1.1em 1.1em 0 0, #ffffff 0 1.5em 0 0, #ffffff -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.5) -1.5em 0 0 0, rgba(255, 255, 255, 0.5) -1.1em -1.1em 0 0, #ffffff 0 -1.5em 0 0, #ffffff 1.1em -1.1em 0 0;
  box-shadow: #ffffff 1.5em 0 0 0, #ffffff 1.1em 1.1em 0 0, #ffffff 0 1.5em 0 0, #ffffff -1.1em 1.1em 0 0, #ffffff -1.5em 0 0 0, #ffffff -1.1em -1.1em 0 0, #ffffff 0 -1.5em 0 0, #ffffff 1.1em -1.1em 0 0;
}
/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 992px) {
  #confidentialite .modal-content {
    width: 900px;
  }
}
#confidentialite h2 {
  margin-bottom: 40px;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
*:focus {
  outline: none;
}
.allcaps {
  text-transform: uppercase;
}
.float {
  animation: float_1212 4s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_1212 {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(10px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 479px) {
  .hidden-mobile {
    display: none;
  }
}
/* Scroll to top button */
.scrolltop {
  position: fixed;
  right: -10%;
  bottom: 10%;
  background-color: rgba(30, 30, 30, 0.95);
  padding: 10px;
  border-radius: 5px 0 0 5px;
  transition: 1s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .scrolltop {
    display: none;
  }
}
.scrolltop .fa-angle-up {
  color: #fff;
  font-size: 32px;
}
@media screen and (max-width: 991px) {
  .scrolltop .fa-angle-up {
    font-size: 24px;
  }
}
.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wpcf7-acceptance label input[type="checkbox"],
.wpcf7-acceptance label span.wpcf7-list-item {
  flex: 0 0 auto;
  width: auto;
  min-width: auto;
}
.wpcf7-acceptance label .wpcf7-list-item-label {
  flex: 1 1 auto;
  min-width: 0;
}
input[type="submit"] {
  background-color: #ae122a;
  color: #fff;
  padding: 15px 20px;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
/* Titre pages */
.container-page-titre {
  background-image: radial-gradient(circle at top center, #3a3736 0%, #3a3736 20%, #1d1717 100%);
  padding: 70px 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container-page-titre {
    padding: 70px 30px;
  }
}
.container-page-titre .titre-main {
  font-size: 60px;
  font-weight: 600;
  color: #f04937;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0 50px 0 0;
}
@media screen and (max-width: 991px) {
  .container-page-titre .titre-main {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  .container-page-titre .titre-main {
    font-size: 25px;
  }
}
.container-page-titre .solutions-linked-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
  width: 100%;
}
.container-page-titre .solutions-linked-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.container-page-titre .solutions-linked-link:hover,
.container-page-titre .solutions-linked-link:focus {
  text-decoration: none;
  color: #fff;
  border-color: #f04937;
  background-color: rgba(240, 73, 55, 0.15);
}
.container-page-titre .solutions-linked-link.is-active {
  color: #fff;
  border-color: #f04937;
  background-color: #f04937;
}
@media screen and (max-width: 479px) {
  .container-page-titre .solutions-linked-link {
    font-size: 12px;
    padding: 7px 12px;
  }
}
.container-page-titre .titre-categorie {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 28px;
  font-weight: lighter;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .container-page-titre .titre-categorie {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .container-page-titre .titre-categorie {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .container-page-titre .titre-categorie {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .container-page-titre .titre-categorie {
    font-size: 18px;
  }
}
.container-page-titre .titre-categorie.support-title {
  font-size: 20px;
}
@media screen and (max-width: 1040px) {
  .container-page-titre .titre-categorie.support-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .container-page-titre .titre-categorie.support-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .container-page-titre .titre-categorie.support-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .container-page-titre .titre-categorie.support-title {
    font-size: 16px;
  }
}
.container-page-titre .titre-categorie.contact-title {
  color: #afafae;
}
/* Formulaire contact modal */
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
}
.modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  background-color: rgba(60, 56, 56, 0);
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #817e7e;
  color: #fff;
}
.modal-content .close {
  font-size: 32px;
  color: #fff;
}
.modal-content .close span {
  color: #fff;
}
.modal-content h2 {
  margin-bottom: 80px;
  margin-top: 0;
}
.modal-content .wpcf7-form {
  padding: 65px;
}
@media screen and (max-width: 479px) {
  .modal-content .wpcf7-form {
    padding: 25px;
  }
}
.modal-content input,
.modal-content select,
.modal-content textarea {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 2px solid #817e7e;
  width: 100%;
}
.modal-content select {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.modal-content .wpcf7-form-control-wrap {
  margin-bottom: 35px;
  display: block;
}
.modal-content textarea {
  height: 4em;
}
.modal-content label,
.modal-content .wpcf7-submit {
  border: none;
}
.modal-content .wpcf7-submit {
  color: #fff;
  margin-bottom: 0;
}
.modal-content label {
  color: #817e7e;
  width: 100%;
  font-style: italic;
  font-weight: 300;
}
.modal-content label span {
  font-style: normal;
  font-weight: 500;
}
.modal-content label.label-message {
  margin-top: 25px;
}
.fade.in {
  background-color: rgba(60, 56, 56, 0.98);
}
.solution-tile-modal.fade.in {
  background-color: rgba(0, 0, 0, 0.35);
}
/*
========================================
================ HEADER ================ 
========================================
*/
.container-nav {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.container-nav .logo {
  position: absolute;
  left: 20px;
  top: 20px;
  padding-left: 15px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .container-nav .logo {
    left: 50px;
    top: 40px;
  }
  .container-nav .logo img {
    max-height: 66px;
  }
}
@media screen and (max-width: 479px) {
  .container-nav .logo {
    left: 15px;
  }
}
.container-nav .navbar-utility {
  padding-left: 15px;
  padding-right: 15px;
}
.container-nav .navbar-utility .text-right {
  padding: 0;
}
.container-nav .navbar-utility p {
  color: #fff;
  margin: 30px 0 10px;
}
@media screen and (max-width: 479px) {
  .container-nav .navbar-utility p {
    margin: 15px 0 25px;
  }
}
.container-nav .navbar-utility a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-left: 35px;
}
.container-nav .navbar-utility a:hover,
.container-nav .navbar-utility a:focus {
  text-decoration: none;
}
.container-nav .navbar-utility .wpml-lang-switch {
  margin-left: 20px;
}
.container-nav .navbar-utility .wpml-lang-switch .wpml-lang-link {
  margin-left: 0;
  font-size: 14px;
  letter-spacing: 0.03em;
  opacity: 0.85;
}
.container-nav .navbar-utility .wpml-lang-switch .wpml-lang-link.is-active {
  opacity: 1;
  text-decoration: underline;
}
.container-nav .navbar-utility .wpml-lang-switch .wpml-lang-sep {
  display: inline-block;
  margin: 0 6px;
  opacity: 0.85;
}
.container-nav .navbar-utility i {
  color: #fff;
  font-size: 16px;
  padding: 5px 6px;
  border: 2px solid #fff;
}
@media screen and (max-width: 1040px) {
  .container-nav .navbar-utility {
    padding-right: 15px;
  }
}
.container-nav .navbar-cadence #mainNav {
  padding-left: 0;
  padding-right: 0;
  z-index: 9999;
}
.container-nav .navbar-cadence #mainNav.in {
  overflow: initial;
}
@media screen and (max-width: 1040px) {
  .container-nav .navbar-cadence #mainNav {
    margin-right: 15px;
    background-color: rgba(30, 30, 30, 0.95);
    padding-left: 0;
  }
}
.container-nav .navbar-cadence .nav-cadence {
  text-align: center;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .container-nav .navbar-cadence .nav-cadence {
    padding-left: 0;
  }
}
.container-nav .navbar-cadence .nav-cadence > li {
  display: inline-block;
  padding: 15px 35px 35px;
}
@media screen and (max-width: 1040px) {
  .container-nav .navbar-cadence .nav-cadence > li {
    display: block;
    text-align: center;
    padding: 15px 35px;
  }
  .container-nav .navbar-cadence .nav-cadence > li:hover {
    background-color: rgba(23, 23, 23, 0.95);
  }
}
.container-nav .navbar-cadence .nav-cadence > li.current_page_item a,
.container-nav .navbar-cadence .nav-cadence > li.current-menu-parent a {
  color: #f04937;
}
@media screen and (max-width: 1199px) {
  .container-nav .navbar-cadence .nav-cadence {
    text-align: right;
  }
}
.container-nav .navbar-cadence .nav-cadence .sub-menu {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #b6b4b5;
  z-index: 10000;
}
.container-nav .navbar-cadence .nav-cadence .sub-menu li {
  display: block;
  text-align: left;
  margin-left: 10%;
  padding: 6px 10px;
  border-left: 2px solid #000;
}
.container-nav .navbar-cadence .nav-cadence .sub-menu li:hover,
.container-nav .navbar-cadence .nav-cadence .sub-menu li.current-menu-item {
  border-left: 2px solid #f04937;
}
.container-nav .navbar-cadence .nav-cadence .sub-menu li > a:hover {
  text-decoration: underline;
  color: #0f0f0f;
}
.container-nav .navbar-cadence .nav-cadence .sub-menu li a {
  color: #000;
  font-size: 12px;
}
.container-nav .navbar-cadence .nav-cadence > .menu-item-has-children {
  border-bottom: 5px solid rgba(0, 0, 0, 0);
}
@media screen and (min-width: 1041px) {
  .container-nav .navbar-cadence .nav-cadence > .menu-item-has-children:hover {
    border-bottom: 5px solid #f04937;
  }
  .container-nav .navbar-cadence .nav-cadence > .menu-item-has-children:hover > ul.sub-menu {
    width: 100%;
    display: block;
    padding-left: 0;
    background: rgba(210, 210, 210, 0.9);
    position: absolute;
    left: 0;
    top: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .container-nav .navbar-cadence .nav-cadence > .menu-item-has-children {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .container-nav .navbar-cadence .nav-cadence > .menu-item-has-children a:hover + ul.sub-menu {
    border: none;
    width: 100%;
    display: block;
    padding-left: 0;
    background: rgba(210, 210, 210, 0.9);
    position: absolute;
    margin-top: -5px;
  }
  .container-nav .navbar-cadence .nav-cadence > .menu-item-has-children > ul.sub-menu:hover {
    border: none;
    width: 100%;
    display: block;
    padding-left: 0;
    background: rgba(210, 210, 210, 0.9);
    position: absolute;
    margin-top: -5px;
  }
}
@media screen and (max-width: 1040px) {
  .container-nav .navbar-cadence.nav-cadence > li.menu-item {
    display: block;
  }
  .container-nav .navbar-cadence.nav-cadence > li.menu-item > a {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.container-nav .navbar-cadence a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.container-nav .navbar-cadence a:hover {
  text-decoration: none;
  color: #f04937;
}
.container-nav .navbar-cadence button.navbar-toggle {
  background-color: #ae122a;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  margin-right: 0;
  border-radius: 5px 0 0 5px;
}
.container-nav .navbar-cadence button.navbar-toggle p {
  margin: 0;
}
.container-nav .navbar-cadence button.navbar-toggle .icon-bar {
  border: 1px solid #fff;
}
@media screen and (max-width: 1040px) {
  .container-nav {
    padding-right: 0;
  }
}
/*
========================================
================ FOOTER ================ 
========================================
*/
/* FOOTER 1 + 2 WRAPPER */
.footer-top {
  background: linear-gradient(180deg, #3a3736 0%, #5a5858 35%, #a6a6a6 100%);
}
/* FOOTER 1 */
.footer-1 {
  text-align: center;
  padding: 40px 15px 25px;
}
.footer-1 h2 {
  color: #fff;
  font-weight: 300;
  font-size: 34px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .footer-1 h2 {
    font-size: 24px;
  }
}
.footer-1 strong {
  font-weight: 600;
}
.footer-1 p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  width: 70%;
  margin: 0 auto;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .footer-1 p {
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* FOOTER 2 */
.footer-2 {
  background: linear-gradient(180deg, #8a8888 0%, #a6a6a6 50%, #9a9898 100%);
  padding: 50px 0 55px;
}
.footer-2 .row {
  display: flex;
  flex-wrap: wrap;
}
.footer-2 .carte-container {
  display: flex;
  flex-direction: column;
  padding: 0 10px 20px;
}
.footer-2 .carte1,
.footer-2 .carte2,
.footer-2 .carte3,
.footer-2 .carte4 {
  background-color: #fff;
  padding: 28px 32px 32px;
  min-height: 280px;
  flex: 1 1 auto;
  height: 100%;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.footer-2 .carte1::before,
.footer-2 .carte2::before,
.footer-2 .carte3::before,
.footer-2 .carte4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ae122a 0%, #f04937 100%);
}
.footer-2 .carte1:hover,
.footer-2 .carte2:hover,
.footer-2 .carte3:hover,
.footer-2 .carte4:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.08);
}
.footer-2 h3 {
  font-weight: 700;
  color: #000;
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 4px;
  letter-spacing: 0.02em;
}
.footer-2 p {
  margin: 0;
  font-size: 15px;
  color: #444444;
  line-height: 1.5;
}
.footer-2 ul {
  font-size: 15px;
  padding-left: 1.2em;
  line-height: 1.55;
}
.footer-2 .carte1 i {
  margin: 10px 0;
  color: #f04937;
  font-size: 18px;
}
.footer-2 .carte2 .progress-bar {
  height: 6px;
  background: linear-gradient(90deg, #ae122a, #f04937);
  border-radius: 3px;
}
.footer-2 .carte2 .progress-bar.progress1 {
  width: 25%;
}
.footer-2 .carte2 .progress-bar.progress2 {
  width: 15%;
}
.footer-2 .carte2 .progress-bar.progress3 {
  width: 5%;
}
.footer-2 .carte2 .progress-bar.progress {
  width: 100%;
  transition: 5s;
}
.footer-2 .carte2 .progress-bar.progress.progress2 {
  transition-delay: 0.5s;
}
.footer-2 .carte2 .progress-bar.progress.progress3 {
  transition-delay: 1s;
}
.footer-2 .carte2 .progress-container {
  background-color: #e8e8e8;
  padding: 4px 0;
  height: 12px;
  margin: 12px 0 24px;
  border-radius: 6px;
  overflow: hidden;
}
.footer-2 .carte3 p {
  line-height: 1.55;
  margin-bottom: 24px;
}
@media screen and (min-width: 1601px) {
  .footer-2 .carte3 p {
    line-height: 1.8em;
  }
}
.footer-2 .carte3 img {
  margin: 0 auto;
  display: block;
  border-radius: 4px;
}
@media screen and (min-width: 1601px) {
  .footer-2 .carte3 img {
    margin: 50px auto 0;
  }
}
/* Solution page – cartes layout (footer-style, modal on click) */
.solution-cartes-footer-style {
  padding: 0;
}
.solution-cartes-footer-style .row {
  display: flex;
  flex-wrap: wrap;
}
.solution-cartes-footer-style .carte-container {
  display: flex;
  flex-direction: column;
  padding: 0 4px 20px;
}
.solution-cartes-footer-style .solution-carte {
  background-color: #fff;
  padding: 20px 20px 20px;
  flex: 1 1 auto;
  height: 100%;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}
.solution-cartes-footer-style .solution-carte h3 {
  font-size: 16px;
}
.solution-cartes-footer-style .solution-carte::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ae122a 0%, #f04937 100%);
}
.solution-cartes-footer-style .solution-carte:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.08);
}
/* FOOTER 4 */
.footer-4 {
  padding: 60px 0 30px;
  background-color: #242424;
}
@media screen and (max-width: 991px) {
  .footer-4 {
    text-align: center;
  }
}
.footer-4 .gauche {
  padding-top: 25px;
}
.footer-4 .gauche img {
  margin-bottom: 100px;
  max-width: 190px;
}
.footer-4 .gauche p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 60px;
}
.footer-4 .gauche a {
  color: #9b9b9b;
  font-size: 11px;
  font-weight: 600;
}
.footer-4 .gauche a:hover,
.footer-4 .gauche a:focus {
  text-decoration: none;
}
.footer-4 .droite .boutons {
  margin-bottom: 70px;
}
.footer-4 .droite h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer-4 .droite p {
  color: #797676;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
}
.footer-4 .droite a:hover,
.footer-4 .droite a:focus {
  text-decoration: none;
}
.footer-4 .droite .btn-cadence {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  padding: 16px 0;
  width: 200px;
  text-align: center;
  border-radius: 5px;
  border: none;
}
@media screen and (max-width: 767px) {
  .footer-4 .droite .btn-cadence {
    margin: 10px auto;
    display: block;
  }
}
.footer-4 .droite .btn-cadence.btn-rouge {
  margin-right: 20px;
  background-color: #d61930;
}
@media screen and (max-width: 767px) {
  .footer-4 .droite .btn-cadence.btn-rouge {
    margin-right: auto;
  }
}
.footer-4 .droite .btn-cadence.btn-gris {
  background-color: #c3c2c1;
}
.footer-4 .droite .btn-cadence.btn-gris a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-4 .droite .adresse-container {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.footer-4 .droite .adresse {
  min-height: 120px;
}
@media screen and (max-width: 767px) {
  .footer-4 .droite .adresse {
    min-height: auto;
  }
}
.footer-4 .droite .adresse p {
  font-size: 16px;
  color: #b21b2e;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer-4 .droite .adresse p {
    margin-bottom: 0;
  }
}
.footer-4 .droite .adresse p.allcaps {
  color: #fff;
  margin-bottom: 0;
}
.footer-4 .droite .telephone a {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
}
.footer-4 .droite .telephone a:hover,
.footer-4 .droite .telephone afocus {
  text-decoration: none;
}
/*
========================================
=============== ACCUEIL ================ 
========================================
*/
.container-header {
  padding-top: 50px;
  padding-bottom: 50px;
}
.container-header h1 {
  text-align: center;
  margin-bottom: 60px;
}
.container-header h1 span {
  display: block;
}
.container-header h1 span.sur-titre {
  color: #afafae;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .container-header h1 span.sur-titre {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .container-header h1 span.sur-titre {
    font-size: 14px;
  }
}
.container-header h1 span.titre-main {
  color: #f04937;
  font-size: 60px;
  font-weight: 600;
  margin-top: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .container-header h1 span.titre-main {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  .container-header h1 span.titre-main {
    font-size: 25px;
  }
}
.container-header .header-accueil {
  display: block;
  text-align: center;
  margin-bottom: 50px;
  list-style-image: none;
}
@media screen and (max-width: 767px) {
  .container-header .header-accueil {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 479px) {
  .container-header .header-accueil {
    padding-left: 0;
  }
}
.container-header .header-accueil li {
  display: inline-block;
  margin: 0 30px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .container-header .header-accueil li {
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 479px) {
  .container-header .header-accueil li {
    margin-bottom: 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .container-header .header-accueil img {
    height: 30px;
    width: auto;
  }
}
.container-header .arrow-down {
  display: block;
  text-align: center;
}
.container-header .arrow-down .fa.fa-angle-down {
  color: #fff;
  font-size: 60px;
}
.container-bandes-rouges {
  background-image: url("https://cadenceautomation.ca/wp-content/uploads/2017/05/cadence_automatisation_background_bandes_rouges.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 180px;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .container-bandes-rouges {
    background-size: contain;
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .container-bandes-rouges {
    padding-top: 120px;
  }
}
@media screen and (max-width: 479px) {
  .container-bandes-rouges {
    padding-top: 90px;
  }
}
.container-bandes-rouges h2 {
  font-size: 32px;
  color: #000;
  font-weight: 300;
  text-align: center;
  margin-bottom: 50px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .container-bandes-rouges h2 {
    font-size: 24px;
  }
}
.container-bandes-rouges .marches {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
}
.container-bandes-rouges .marches .marche {
  margin-bottom: 20px;
  flex: 0 0 25%;
  text-align: center;
}
.container-bandes-rouges .marches .marche a {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.container-bandes-rouges .marches .marche a h3 {
  margin-top: auto;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .container-bandes-rouges .marches .marche {
    flex: 0 0 calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .container-bandes-rouges .marches .marche {
    flex: 0 0 100%;
  }
}
/*
========================================
============== SOLUTIONS =============== 
========================================
*/
.container-solution-menu {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.container-solution-menu .solution-menu {
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .container-solution-menu {
    padding: 50px;
  }
}
@media screen and (max-width: 1040px) {
  .container-solution-menu {
    background-size: contain,
      auto 100%;
  }
}
@media screen and (max-width: 1040px) {
  .container-solution-menu {
    background-image: url("https://cadenceautomation.ca/wp-content/uploads/2017/05/cadence_automatisation_background_bandes_rouges_solutions.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
  }
}
.container-solution-menu .solution-menu-list {
  display: flex;
  flex-wrap: wrap;
}
.container-solution-menu .solution-menu-item {
  flex: 1;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 5px 5px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  margin: 9px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #444444;
}
.container-solution-menu .solution-menu-item:hover,
.container-solution-menu .solution-menu-item:focus {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .container-solution-menu .solution-menu-item {
    flex: auto;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .container-solution-menu .img-responsive {
    max-height: 300px;
    margin: 0 auto;
  }
}
.container-solution-menu h1 {
  font-size: 28px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 70px;
  font-weight: 300;
  line-height: 1.5em;
}
@media screen and (max-width: 991px) {
  .container-solution-menu h1 {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .container-solution-menu h1 {
    font-size: 20px;
  }
}
.solutions-container .solution {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .solutions-container .solution {
    text-align: center;
  }
}
.solutions-container .solution:nth-child(even) {
  background-color: #fff;
}
.solutions-container .solution:nth-child(odd) {
  background-color: #ebebec;
}
.solutions-container .solution .solution-header {
  margin-bottom: 50px;
}
.solutions-container .solution .solution-header .solution-main-description {
  font-size: 18px;
}
.solutions-container .solution h2 {
  text-align: left;
  background-color: inherit;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #444444;
}
@media screen and (max-width: 767px) {
  .solutions-container .solution h2 {
    text-align: center;
    border-bottom: 2px solid #000;
    padding-bottom: 8px;
  }
}
.solutions-container .solution h2 .title-line {
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .solutions-container .solution h2 .title-line {
    display: none;
  }
}
.solutions-container .solution h2 .title-text {
  margin-right: 15px;
  font-weight: 600;
}
.solutions-container .solution .description {
  margin-bottom: 35px;
  display: block;
  font-weight: 300;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .solutions-container .solution .description {
    text-align: left;
  }
}
.solutions-container .solution .liste-solution {
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .solutions-container .solution .liste-solution {
    margin-bottom: 60px;
    margin-top: 20px;
  }
}
.solutions-container .solution .liste-solution .item-solution {
  color: #ae122a;
  margin: 15px 0;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}
@media screen and (max-width: 991px) {
  .solutions-container .solution .liste-solution .item-solution {
    flex-direction: column;
    text-align: left;
  }
}
.solutions-container .solution .liste-solution .item-solution .liste-titre-rouge {
  color: #ae122a;
  font-size: 18px;
  font-weight: 500;
  width: 20%;
}
@media screen and (max-width: 991px) {
  .solutions-container .solution .liste-solution .item-solution .liste-titre-rouge {
    width: 100%;
  }
}
.solutions-container .solution .liste-solution .item-solution .liste-texte-noir {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  width: 80%;
}
@media screen and (max-width: 991px) {
  .solutions-container .solution .liste-solution .item-solution .liste-texte-noir {
    width: 100%;
  }
}
.solutions-container .solution .logo-solution-row {
  margin-bottom: 30px;
  align-items: center;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .solutions-container .solution .logo-solution-row {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.solutions-container .solution .logo-solution-row .logo-solution {
  padding: 0 50px;
}
.solutions-container .solution .logo-solution-row .logo-solution:has(.logo-solution-carousel) {
  padding: 0 10px;
}
.solutions-container .solution .logo-solution-row .logo-texte,
.solutions-container .solution .logo-solution-row .logo-image {
  padding: 0 10px;
}
.solutions-container .solution .logo-solution-row .logo-solution {
  width: 25%;
  overflow: hidden;
}
.solutions-container .solution .logo-solution-row .logo-solution img {
  display: block;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .solutions-container .solution .logo-solution-row .logo-solution {
    width: 100%;
    margin-bottom: 20px;
  }
  .solutions-container .solution .logo-solution-row .logo-solution img {
    margin: 0 auto;
  }
}
.solutions-container .solution .logo-solution-row .logo-texte {
  width: 50%;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .solutions-container .solution .logo-solution-row .logo-texte {
    width: 100%;
    margin-bottom: 20px;
  }
}
.solutions-container .solution .logo-solution-row .logo-image {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .solutions-container .solution .logo-solution-row .logo-image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .solutions-container .solution .logo-solution {
    height: auto;
    margin-bottom: 50px;
  }
}
.solutions-container .solution .logo-image img {
  display: block;
  margin: 0 auto;
}
.solutions-container .solution .logo-image-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
@supports not (aspect-ratio: 1 / 1) {
  .solutions-container .solution .logo-image-carousel::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
}
.solutions-container .solution .logo-image-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.solutions-container .solution .logo-image-slide.is-active {
  display: block;
}
.solutions-container .solution .logo-image-carousel .logo-image-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solutions-container .solution .logo-solution-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3 / 1;
  max-width: 100%;
  box-sizing: border-box;
}
@supports not (aspect-ratio: 1 / 1) {
  .solutions-container .solution .logo-solution-carousel::before {
    content: "";
    display: block;
    padding-top: 33.3333%;
  }
}
.solutions-container .solution .logo-solution-carousel .logo-image-slide {
  padding: 0 40px;
  box-sizing: border-box;
}
.solutions-container .solution .logo-solution-carousel .logo-image-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solutions-container .solution .solution-tile-modal .modal-dialog {
  margin: 0 auto;
  width: 1200px;
  max-width: 90%;
  display: flex;
  align-items: center;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .solutions-container .solution .solution-tile-modal .modal-dialog {
    max-width: 100%;
    padding: 0 15px;
  }
}
.solutions-container .solution .solution-tile-modal .modal-content {
  background-color: #f7f7f7;
  border-color: #dddddd;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  color: #000;
}
.solutions-container .solution .solution-tile-modal .modal-content .close,
.solutions-container .solution .solution-tile-modal .modal-content .close span {
  opacity: 1;
  font-weight: 400;
  color: #000;
}
.solutions-container .solution .solution-tile-modal .modal-content .close {
  position: absolute;
  top: 0;
  right: 3px;
  z-index: 9;
}
.solutions-container .solution .solution-tile-modal .modal-body {
  padding: 25px 30px 30px;
}
@media screen and (max-width: 767px) {
  .solutions-container .solution .solution-tile-modal .modal-body {
    padding: 20px;
  }
}
.solutions-container .solution .solution-tile-modal .solution-modal-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}
.solutions-container .solution .solution-tile-modal .solution-modal-download {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #d61930;
  text-decoration: underline;
}
.solutions-container .solution .solution-tile-modal .solution-modal-section {
  margin-top: 20px;
  text-align: left;
}
.solutions-container .solution .solution-tile-modal .solution-modal-section h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #d61930;
}
.solutions-container .solution .solution-tile-modal .solution-modal-section ul {
  margin: 0;
  padding-left: 18px;
}
.solutions-container .solution .solution-tile-modal .solution-modal-section ul li {
  font-size: 14px;
  margin-bottom: 4px;
}
.solutions-container .solution .solution-tile-modal .solution-modal-section.solution-modal-avantages ul {
  padding-left: 0;
  list-style: none;
}
.solutions-container .solution .solution-tile-modal .solution-modal-section.solution-modal-avantages ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.solutions-container .solution .solution-tile-modal .solution-modal-section.solution-modal-avantages ul li img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) grayscale(100%);
}
.solutions-container .solution .logo-image-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  width: 28px;
  height: 28px;
  padding: 0;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
  outline: none;
}
.solutions-container .solution .logo-image-control-prev {
  left: 5px;
}
.solutions-container .solution .logo-image-control-next {
  right: 5px;
}
.solutions-container .solution h3 {
  font-size: 17px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}
.solutions-container .solution hr {
  background-color: #000;
  height: 1px;
  width: 100%;
  margin-bottom: 35px;
}
.solutions-container .solution .pdf-icon {
  padding: 30px 20px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
}
.solutions-container .solution .pdf-title {
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 12px;
  text-align: center;
}
.solutions-container .solution .icon-container {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .solutions-container .solution .pdf-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.solutions-container .solution .solution-tuiles-description {
  margin-bottom: 30px;
  text-align: left;
}
.solutions-container .solution .solution-tuiles-description .description {
  font-size: 18px;
  line-height: 1.6;
}
.solutions-container .solution .solution-tuiles-columns {
  margin-bottom: 35px;
  text-align: left;
}
.solutions-container .solution .solution-tuiles-column {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .solutions-container .solution .solution-tuiles-column {
    margin-bottom: 25px;
  }
}
.solutions-container .solution .solution-tuiles-column p:last-child {
  margin-bottom: 0;
}
.solutions-container .solution .solution-tuiles-animation {
  margin-bottom: 40px;
  text-align: center;
}
.solutions-container .solution .solution-tuiles-video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.solutions-container .solution .solution-tuiles-subtitle {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #000;
  width: 100%;
}
.solutions-container .solution .solution-tuiles-cards-section {
  margin-bottom: 40px;
}
.solutions-container .solution .solution-tuiles-bottom {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.solutions-container .solution .solution-tuiles-bottom .solution-tuiles-subtitle-full {
  width: 100%;
  margin-bottom: 25px;
}
.solutions-container .solution .solutions-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.solutions-container .solution .solution-tile-wrapper {
  flex: 0 1 calc(33.333% - 30px);
  max-width: 360px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .solutions-container .solution .solution-tile-wrapper {
    flex: 0 1 calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .solutions-container .solution .solution-tile-wrapper {
    flex: 0 1 100%;
    max-width: none;
  }
}
.solutions-container .solution .solution-tile {
  background-color: #fff;
  border: 1px solid #b3b3b3;
  height: 100%;
  cursor: pointer;
  text-align: left;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.solutions-container .solution .solution-tile-image {
  margin-bottom: 15px;
  aspect-ratio: 14/9;
  overflow: hidden;
}
.solutions-container .solution .solution-tile-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.solutions-container .solution .solution-tile-content {
  padding: 20px;
}
.solutions-container .solution .solution-tile-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
  color: #000;
}
.solutions-container .solution .solution-tile-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.solutions-container .solution .solution-tile-list li {
  font-size: 14px;
  color: #444444;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.solutions-container .solution .solution-tile-list li img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) grayscale(100%);
}
/*
========================================
=============== CONTACT ================ 
========================================
*/
.contact {
  background: #fff;
  padding-top: 150px;
}
.contact .texte p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1041px) {
  .contact .texte p {
    padding: 0 35px;
  }
}
@media screen and (min-width: 1041px) {
  .contact .wpcf7 {
    padding: 0 35px;
  }
}
.contact h2 {
  margin-top: 0;
  margin-bottom: 35px;
  font-weight: 300;
}
.contact input:not([type="submit"]),
.contact select,
.contact textarea {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 2px solid #6d6e71;
  width: 100%;
  font-size: 16px;
  color: #000;
}
.contact select {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.contact .wpcf7-form-control-wrap {
  margin-bottom: 35px;
  display: block;
}
.contact .wpcf7-form-control-wrap[data-name="cv"],
.contact .wpcf7-form-control-wrap[name="cv"] {
  display: none;
}
.contact textarea {
  height: 4em;
}
.contact label,
.contact .wpcf7-submit {
  border: none;
}
.contact .wpcf7-submit {
  margin-bottom: 0;
}
.contact label {
  color: #454446;
  width: 100%;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
.contact label span {
  font-style: normal;
  font-weight: 500;
}
.contact label.label-message {
  margin-top: 25px;
}
.contact .contact-map {
  text-align: center;
  margin-top: 50px;
}
.contact .contact-map p {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 300;
}
.contact .contact-map p a {
  color: #f04937;
}
.contact .contact-map-fullwidth {
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
}
.contact .contact-map-fullwidth iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
}
/*
========================================
=============== SUPPORT ================ 
========================================
*/
.support {
  text-align: center;
  padding: 120px 0 80px;
}
.support:nth-child(even) {
  background-color: #fff;
}
.support:nth-child(odd) {
  background-color: #ebebec;
}
.support h2 {
  font-size: 36px;
  font-weight: 700;
  color: #444444;
  margin: 0 0 35px;
}
@media screen and (max-width: 767px) {
  .support h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .support h2 {
    font-size: 24px;
  }
}
.support p.texte {
  color: #000;
  font-size: 16px;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .support p.texte {
    padding: 0 120px;
  }
}
@media screen and (max-width: 479px) {
  .support p.texte {
    font-size: 14px;
  }
}
.support p.texte.left {
  text-align: left;
  padding: 0;
  color: #6d6e71;
}
@media screen and (min-width: 992px) {
  .support p.texte.left {
    margin-bottom: 0;
    margin-top: 90px;
  }
}
.support .btn-cadence {
  background-color: #ae122a;
  padding: 12px 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  border: none;
}
@media screen and (min-width: 1041px) {
  .support .wpcf7 {
    padding: 0 35px;
  }
}
.support .wpcf7 p {
  padding: 0;
}
.support .wpcf7 h2 {
  display: none;
}
.support input,
.support select,
.support textarea {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 2px solid #6d6e71;
  width: 100%;
}
.support select {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.support .wpcf7-form-control-wrap {
  margin-bottom: 35px;
  display: block;
}
.support .wpcf7-form-control-wrap[data-name="cv"],
.support .wpcf7-form-control-wrap[name="cv"] {
  display: none !important;
}
.support textarea {
  height: 4em;
}
.support label,
.support .wpcf7-submit {
  border: none;
}
.support .wpcf7-submit {
  color: #000;
  margin-bottom: 0;
}
.support label {
  color: #817e7e;
  width: 100%;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}
.support label span {
  font-style: normal;
  font-weight: 500;
}
.support label.label-message {
  margin-top: 25px;
}
.support .support-blocks-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
  clear: both;
}
@media screen and (max-width: 767px) {
  .support .support-blocks-container {
    gap: 20px;
  }
}
@media screen and (max-width: 479px) {
  .support .support-blocks-container {
    flex-direction: column;
    gap: 30px;
  }
}
.support .support-blocks-container .support-block {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 0;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .support .support-blocks-container .support-block {
    flex: 1 1 calc(50% - 15px);
  }
}
@media screen and (max-width: 479px) {
  .support .support-blocks-container .support-block {
    flex: 1 1 100%;
  }
}
.support .support-blocks-container .support-block h3 {
  font-size: 20px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 15px;
}
@media screen and (max-width: 479px) {
  .support .support-blocks-container .support-block h3 {
    font-size: 18px;
  }
}
.support .support-blocks-container .support-block p.texte {
  margin-bottom: 0;
  text-align: left;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .support .support-blocks-container .support-block p.texte {
    padding: 0;
  }
}
/*
========================================
=============== À PROPOS =============== 
========================================
*/
#file {
  display: none;
}
.carriere {
  position: absolute;
  right: 0;
  top: 40%;
}
@media screen and (max-width: 479px) {
  .carriere {
    top: 60%;
  }
}
.carriere a {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .carriere a {
    font-size: 12px;
  }
}
.carriere a:hover,
.carriere a:focus {
  text-decoration: none;
}
.carriere a button {
  background-color: #ae122a;
  padding: 15px 20px;
  border: none;
  border-radius: 2px 0 0 2px;
}
.bandes-rouges {
  background-image: url("https://cadenceautomation.ca/wp-content/uploads/2017/05/cadence_automatisation_background_bandes_rouges_solutions.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 150px 0 0;
  text-align: center;
}
.bandes-rouges h1,
.bandes-rouges p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}
@media screen and (max-width: 1040px) {
  .bandes-rouges {
    background-size: contain;
    padding: 120px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .bandes-rouges {
    padding: 100px 0 40px;
  }
  .bandes-rouges h1,
  .bandes-rouges p {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .bandes-rouges {
    padding: 60px 0 20px;
  }
}
.bandes-rouges h1,
.bandes-rouges p {
  margin-top: 0;
  margin-bottom: 30px;
}
.hrwhite {
  background-color: #fff;
  height: 1px;
  width: 100%;
  margin-bottom: 35px;
}
.intro {
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
}
.intro h1,
.intro p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4em;
  color: #000;
}
@media screen and (max-width: 1040px) {
  .intro {
    background-size: contain;
    padding: 120px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .intro {
    padding: 100px 0 40px;
  }
  .intro h1,
  .intro p {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .intro {
    padding: 60px 0 20px;
  }
}
.intro h1,
.intro p {
  margin-top: 0;
  margin-bottom: 30px;
}
.talents {
  text-align: center;
  color: #fff;
  padding: 150px 0;
  background-image: url("https://cadenceautomation.ca/wp-content/uploads/2017/06/cadence_automatisation_background_a_propos_talents.jpg");
  background-size: cover;
  background-position: right;
}
.talents h2 {
  font-size: 37px;
  margin-top: 0;
  margin-bottom: 72px;
}
@media screen and (max-width: 479px) {
  .talents h2 {
    font-size: 24px;
  }
}
.talents p {
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto;
}
.projets {
  padding-top: 120px;
  background-image: url("https://cadenceautomation.ca/wp-content/uploads/2017/06/cadence_automatisation_background_a_propos_projets.jpg");
  background-size: cover;
  background-position: right;
}
.projets h2 {
  color: #d61930;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 479px) {
  .projets h2 {
    font-size: 24px;
  }
}
.projets p.elaboration {
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .projets p.elaboration {
    text-align: center;
    font-size: 20px;
  }
}
.projets .elaboration-etape-container {
  padding: 10px 0;
  margin-bottom: 120px;
}
.projets .etape1 .elaboration-etape,
.projets .etape2 .elaboration-etape,
.projets .etape3 .elaboration-etape,
.projets .etape4 .elaboration-etape {
  transition: 2s;
  opacity: 0;
}
.projets .etape2 .elaboration-etape {
  transition-delay: 1.2s;
}
.projets .etape3 .elaboration-etape {
  transition-delay: 2.4s;
}
.projets .etape4 .elaboration-etape {
  transition-delay: 3.6s;
}
.projets .elaboration-etape {
  position: relative;
}
.projets .elaboration-etape img {
  position: absolute;
  left: -2px;
}
.projets .elaboration-etape hr {
  margin: 0;
  border-top: 2px solid #fff;
}
.projets .elaboration-etape h3 {
  margin: 3px 0 3px 15%;
  color: #d61930;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  .projets .elaboration-etape h3 {
    font-size: 15px;
    margin: 4px 0 4px 17%;
  }
}
.projets .elaboration-etape ul {
  color: #fff;
  margin-left: 11%;
  margin-top: 20px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .projets .elaboration-etape ul {
    width: 75%;
  }
}
.projets .elaboration-etape ul li {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  .projets .elaboration-etape ul li {
    font-size: 14px;
  }
}
#logos {
  position: relative;
  padding: 80px 0;
  background: #afafae;
  overflow: hidden;
  white-space: nowrap;
}
#logos ul {
  overflow: hidden;
  padding: 0;
}
#logos ul li {
  list-style: none;
  padding: 0 25px;
  display: inline-block;
}
.innovants {
  text-align: center;
  padding: 60px 0 60px 0;
  background: #afafae;
}
.innovants h2 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  margin: 40px 0 30px 0;
}
@media screen and (max-width: 479px) {
  .innovants h2 {
    font-size: 24px;
  }
}
.innovants p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}
@media screen and (max-width: 479px) {
  .innovants p {
    font-size: 16px;
  }
}
.collaborative {
  text-align: center;
  background: #fff;
}
.collaborative h2 {
  font-size: 36px;
  font-weight: 500;
  color: #000;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 479px) {
  .collaborative h2 {
    font-size: 24px;
  }
}
.collaborative p {
  color: #000;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .collaborative p {
    font-size: 16px;
  }
}
.collaborative img {
  margin: 15px 40px;
}
@media screen and (max-width: 767px) {
  .collaborative img {
    display: block;
    margin: 15px auto;
  }
}
@media screen and (max-width: 479px) {
  .collaborative img {
    max-width: 100%;
  }
}
#carriere.container {
  border: 1px solid #a6a6a6;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}
#carriere .texte p,
#carriere h2 {
  font-size: 34px;
  color: #000;
}
@media screen and (max-width: 479px) {
  #carriere .texte p,
  #carriere h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  #carriere .texte p {
    font-size: 20px;
  }
}
#carriere .wpcf7 {
  padding: 0;
}
@media screen and (max-width: 479px) {
  #carriere .wpcf7-submit {
    margin-top: 40px;
  }
}
#carriere #loadCV {
  color: #fff;
  background-color: #ae122a;
  border: none;
  padding: 15px 0;
  font-size: 17px;
  font-weight: 600;
}
/*
========================================
=============== PRODUITS =============== 
========================================
*/
.sous-menu-produits {
  background-image: url("https://cadenceautomation.ca/wp-content/uploads/2017/06/cadence_automatisation_background_categories_produits.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 200%;
  background-color: #fff;
  padding: 20px 0 50px 0;
}
.sous-menu-produits .container-fluid {
  display: table;
}
@media screen and (max-width: 1200px) {
  .sous-menu-produits .container-fluid {
    display: none;
  }
}
.sous-menu-produits ul.dropdown-menu {
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.sous-menu-produits ul.dropdown-menu .active-term {
  background-color: #d61930;
  color: #fff;
}
.sous-menu-produits ul.dropdown-menu a {
  white-space: normal;
}
.sous-menu-produits .container {
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .sous-menu-produits .container {
    display: none;
  }
}
.sous-menu-produits .btn-cadence {
  background-color: #d61930;
  border: none;
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
}
.sous-menu-produits ul.desktop {
  display: table-row;
  width: 100%;
  text-align: center;
}
.sous-menu-produits ul.desktop .item-categorie-produit {
  display: table-cell;
  height: 150px;
  list-style-type: none;
  padding: 2px;
  vertical-align: middle;
}
.sous-menu-produits ul.desktop .item-categorie-produit a {
  display: table-cell;
  vertical-align: middle;
  height: 140px;
  border: 2px solid #b3b3b3;
  border-radius: 3px;
  font-size: 16px;
  color: #444444;
  font-weight: 400;
  padding: 0 20px;
  width: 150px;
  background-color: #fff;
}
.sous-menu-produits ul.desktop .item-categorie-produit a:hover,
.sous-menu-produits ul.desktop .item-categorie-produit a.active-term,
.sous-menu-produits ul.desktop .item-categorie-produit a:focus {
  background-color: #d61930;
  text-decoration: none;
  color: #fff;
}
.sous-menu-produits #logos {
  background: none;
  padding: 60px 0 0 0;
}
/* Sidebar */
#application label,
#marque label {
  margin-bottom: 0;
}
.list-group-item {
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  color: #444444;
  font-weight: 400;
}
.list-group-item.titre {
  color: #888785;
  font-size: 18px;
}
.list-group-item:first-child,
.list-group-item:last-child {
  border: none;
  border-radius: 0;
}
.list-group-item:hover {
  background-color: #ebebec;
}
.pagination-container {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .pagination-container {
    text-align: center;
  }
}
.pagination-container #pagination {
  display: inline-block;
  padding-left: 0;
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  .pagination-container #pagination {
    margin-left: 0;
  }
}
.pagination-container #pagination li {
  display: inline-block;
  text-align: center;
}
.pagination-container #pagination li a {
  color: #b3b3b3;
  font-size: 18px;
  text-decoration: none;
  padding: 10px;
  border: 2px solid #b3b3b3;
  margin: 5px;
  min-width: 40px;
  display: inline-block;
}
.pagination-container #pagination li a:hover,
.pagination-container #pagination li a:focus,
.pagination-container #pagination li a.page-active {
  color: #fff;
  background-color: #b3b3b3;
}
.piliers {
  padding-top: 20px;
  margin: 0;
  background-color: #fff;
}
.piliers .top h2 {
  float: left;
  font-size: 50px;
  color: #af132b;
  width: 30%;
  box-sizing: border-box;
  font-weight: 700;
}
.piliers .top p {
  float: left;
  padding-left: 35px;
  font-size: 24px;
  color: #848383;
  width: 70%;
  box-sizing: border-box;
}
.piliers .middle {
  margin: 50px 0;
  text-align: center;
}
.piliers .middle img {
  max-width: 100%;
}
.piliers .bottom {
  padding-bottom: 30px;
}
.piliers .bottom p {
  font-size: 14px;
}
.piliers .bottom p span {
  font-size: 22px;
  color: #af132b;
  font-weight: 600;
}
.container-produits,
.container-produit {
  background: #ebebec;
  padding-top: 80px;
  padding-bottom: 120px;
}
.container-produits .produits,
.container-produit .produits {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .container-produits .produits,
  .container-produit .produits {
    margin-top: 30px;
    text-align: center;
  }
}
.container-produits h1,
.container-produit h1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  .container-produits h1,
  .container-produit h1 {
    font-size: 30px;
  }
}
.container-produits small,
.container-produit small {
  margin-bottom: 25px;
  margin-left: 15px;
  display: block;
}
.container-produits .sidebar,
.container-produit .sidebar {
  background-color: #fff;
  padding: 20px 0 40px 0;
  box-shadow: #afafae 0 2px 15px;
}
@media screen and (max-width: 1040px) {
  .container-produits .collapse,
  .container-produit .collapse,
  .container-produits .collapsing,
  .container-produit .collapsing,
  .container-produits .in,
  .container-produit .in {
    position: inherit;
    width: auto;
  }
}
.container-produits .image-produit,
.container-produit .image-produit {
  width: 200px;
  height: 200px;
  background-color: #fff;
  text-align: center;
  font: 0/0 a;
  display: inline-block;
  margin: 0 15px 60px;
  border: 1px solid #b3b3b3;
  position: relative;
}
@media screen and (max-width: 1200px) and (min-width: 607px) {
  .container-produits .image-produit,
  .container-produit .image-produit {
    width: 250px;
    height: 250px;
  }
}
.container-produits .image-produit .titre-container,
.container-produit .image-produit .titre-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(30, 30, 30, 0.9);
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  display: flex;
}
@media screen and (max-width: 991px) {
  .container-produits .image-produit .titre-container,
  .container-produit .image-produit .titre-container {
    opacity: 1;
    height: auto;
    position: relative;
    width: auto;
    background-color: inherit;
    padding: 0;
  }
}
.container-produits .image-produit .titre-container h3,
.container-produit .image-produit .titre-container h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 991px) {
  .container-produits .image-produit .titre-container h3,
  .container-produit .image-produit .titre-container h3 {
    color: #000;
  }
  .container-produits .image-produit .titre-container h3:hover,
  .container-produit .image-produit .titre-container h3:hover {
    text-decoration: none;
    color: #000;
  }
}
.container-produits .image-produit:hover .titre-container,
.container-produit .image-produit:hover .titre-container {
  opacity: 1;
}
.container-produits .image-produit:before,
.container-produit .image-produit:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.container-produits .image-produit img,
.container-produit .image-produit img {
  display: inline-block;
  vertical-align: middle;
  font: 16px/1 Arial sans-serif;
  max-height: 180px;
}
/*
========================================
=============== PRODUIT ================ 
========================================
*/
.container-produit {
  padding-bottom: 0;
}
.container-produit .container-fluid {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .container-produit .container-fluid {
    padding-left: 0;
  }
}
.container-produit .sidebar {
  padding: 30px 20px;
  font-size: 16px;
}
.container-produit .sidebar a {
  color: #888785;
}
.container-produit .sidebar a:hover,
.container-produit .sidebar a:focus {
  text-decoration: underline;
  color: #888785;
}
.container-produit .produit {
  background: #fff;
  box-shadow: #afafae 0 2px 15px;
  padding: 30px 25px 70px;
}
@media screen and (max-width: 479px) {
  .container-produit .produit {
    padding: 30px 0 70px;
  }
}
.container-produit .produit .main-image {
  width: 300px;
  height: 300px;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 479px) {
  .container-produit .produit .main-image {
    width: 200px;
  }
}
.container-produit .produit .main-image:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.container-produit .produit .main-image img {
  display: inline-block;
  vertical-align: middle;
  font: 16px/1 Arial sans-serif;
  max-width: 300px;
  max-height: 300px;
}
@media screen and (max-width: 479px) {
  .container-produit .produit .main-image img {
    max-width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .container-produit .produit .brochure {
    margin-bottom: 25px;
    display: block;
  }
}
.container-produit .produit .brochure img {
  display: inline-block;
  padding: 20px;
  border: 1px solid #b3b3b3;
  margin-right: 10px;
}
.container-produit .produit .brochure p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 14px;
}
.container-produit .produit a {
  text-decoration: none;
  color: #000;
}
.container-produit .produit a:hover,
.container-produit .produit a:focus {
  text-decoration: none;
  color: #000;
}
.container-produit .produit .breadcrumb {
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  padding-left: 15px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media screen and (max-width: 479px) {
  .container-produit .produit .breadcrumb {
    padding: 8px 15px;
  }
}
.container-produit .produit .breadcrumb a {
  text-decoration: underline;
}
.container-produit .produit .description p {
  margin-bottom: 50px;
}
.container-produit .produit .image-secondaire-container {
  text-align: center;
}
.container-produit .produit .image-secondaire {
  height: 95px;
  width: 120px;
  margin: 5px;
  display: inline-block;
  border: 1px solid #b3b3b3;
  text-align: center;
  box-shadow: #afafae 0 2px 7px;
  cursor: pointer;
}
.container-produit .produit .image-secondaire:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.container-produit .produit .image-secondaire img {
  display: inline-block;
  vertical-align: middle;
  font: 16px/1 Arial sans-serif;
  max-height: 85px;
  max-width: 110px;
}
.container-produit .produit .autres-produits {
  text-align: center;
  margin-top: 100px;
}
.container-produit .produit .autres-produits hr {
  width: 70%;
  border-color: #454446;
  margin-top: 0;
}
.container-produit .produit .autres-produits h3 {
  font-weight: 300;
  font-size: 17px;
  color: #454446;
  margin-bottom: 8px;
}
.recommended-products {
  height: 90px;
  width: 90px;
  margin: 5px;
  display: inline-block;
  border: 1px solid #b3b3b3;
  text-align: center;
  cursor: pointer;
}
.recommended-products:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.recommended-products img {
  display: inline-block;
  vertical-align: middle;
  font: 16px/1 Arial sans-serif;
  max-height: 80px;
  max-width: 80px;
}
.recommended-products-container {
  display: inline-block;
  max-width: 100px;
  vertical-align: top;
}
.content-conditions {
  background-color: #3c3838;
  color: #fff;
  padding: 90px 0;
}
.content-conditions ol li {
  margin: 40px 0;
}
