/*==============================================
. Break
============================================== */
/*==============================================
. Fonts
============================================== */
/* Blanc */
/* Noir */
/* Gris très très clair */
/* Gris très clair */
/* Gris */
/* Gris foncé */
/* Gris noir */
/* Bleu - BASE */
/* Bleu foncé */
/* Bleu moyen */
/* Bleu clair */
/* Bleu pastel */
/* Rouge - BASE */
/*#c6a699 Rouge foncé */
/* Rouge moyen */
/* Rouge clair */
/* Rouge pastel */
/* Vert fluo */
/* Jaune */
/* Rouge fluo */
/* Bleu - BASE */
/* Bleu foncé */
/* Bleu moyen */
/* Bleu clair */
/* Bleu pastel */
/* Rouge - BASE */
/*#c6a699 Rouge foncé */
/* Rouge moyen */
/* Rouge clair */
/* Rouge pastel */
/* Vert fluo */
/* Jaune */
/* Rouge fluo */
.cc.main.ctxt-home article header.hero .header_tuile figure {
  margin: 0 !important;
}
.cc.main.ctxt-home article header.hero .header_tuile figure::before {
  background: rgba(65, 65, 65, 0.2);
  height: 100%;
  left: 0;
  position: absolute;
  top: 3px;
  width: 100%;
  content: "";
}
@media only screen and (max-width: 768px) {
  .cc.main.ctxt-home article header.hero .header_tuile figure::before {
    background: rgba(65, 65, 65, 0.5);
  }
}
.cc.main.ctxt-home article header.hero .header_tuile .actions .button {
  border: 1px solid white;
  background-color: transparent;
}
.cc.main.ctxt-home article header.hero .header_tuile .actions .button:hover {
  background-color: #004494;
}
.cc.main.ctxt-home article .body .tile.bgtile > div.tile > div figure::before {
  background: rgba(0, 68, 148, 0.4) !important;
}
.cc.main.ctxt-home article .body h2 {
  text-align: center;
}
.cc.main.ctxt-home article .body h2::before {
  content: none;
}
.cc.main.ctxt-home article .body #onglets > div {
  max-width: 1340px;
  /*px*/ padding: 25px;
  /*rem*/ padding: 1.5625rem;
}
@media only screen and (max-width: 768px) {
  .cc.main.ctxt-home article .body #onglets > div {
    /*px*/ padding: 20px;
    /*rem*/ padding: 1.25rem;
  }
}
.cc.main.ctxt-home article .body #video .flex50 .overlay {
  width: 100%;
  background: rgba(0, 68, 148, 0.65);
  height: 100%;
  display: block;
  opacity: 0.5;
  position: absolute;
  z-index: 1000;
}
.cc.main.ctxt-home article .body #video .flex50 .cc.tile.bgtile {
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  width: 100% !important;
  padding: 0;
  /*px*/ border-radius: 20px;
  /*rem*/ border-radius: 1.25rem;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .cc.main.ctxt-home article .body #video .flex50 .cc.tile.bgtile {
    /*px*/ margin-bottom: 10px;
    /*rem*/ margin-bottom: 0.625rem;
  }
}
.cc.main.ctxt-home article .body #video .flex50 .cc.tile.bgtile .cc.tile > div h3 {
  color: white;
}
.cc.main.ctxt-home article .body #video ul.styled.tile {
  width: 100% !important;
  margin: 0;
}
.cc.main.ctxt-home article .body #video ul.styled.tile > li {
  width: 100% !important;
  /*px*/ margin-bottom: 10px;
  /*rem*/ margin-bottom: 0.625rem;
  margin-left: 10px;
  /*px*/ margin-left: 10px;
  /*rem*/ margin-left: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .cc.main.ctxt-home article .body #video ul.styled.tile > li {
    margin-left: 0;
  }
}
.cc.main.ctxt-home article .body #video ul.styled.tile > li:nth-child(2n) {
  float: inherit;
}
.cc.main.ctxt-home article .body #video ul.styled.tile > li figure {
  width: 57%;
}
@media only screen and (max-width: 768px) {
  .cc.main.ctxt-home article .body #video ul.styled.tile > li figure {
    width: 100%;
  }
}
.cc #slider-home .slider-adf:not(.slider-adf--initialized) {
  aspect-ratio: 157/38;
  overflow: hidden;
}
.cc #slider-home .slider-adf:not(.slider-adf--initialized) .tiles > div {
  position: relative;
}
.cc #slider-home .slider-adf__slides-container {
  overflow: hidden;
}
.cc #slider-home .slider-adf__slide {
  position: relative;
}
@media only screen and (max-width: 992px) {
  .cc #slider-home .slider-adf__slide {
    height: 320px;
  }
}
@media only screen and (max-width: 480px) {
  .cc #slider-home .slider-adf__slide {
    height: 480px;
  }
}
.cc #slider-home .slider-adf__track {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .cc #slider-home .slider-adf__track {
    height: 320px;
  }
}
.cc #slider-home .slider-adf__button {
  position: absolute;
  transform: translateY(-50%);
  top: 47%;
  width: 150px;
  background: none;
  border: none;
  color: white;
  font-size: 100px;
}
@media only screen and (max-width: 992px) {
  .cc #slider-home .slider-adf__button {
    width: 100px;
    font-size: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .cc #slider-home .slider-adf__button {
    width: 60px;
    font-size: 45px;
  }
}
.cc #slider-home .slider-adf__button-next {
  right: 0;
}
.cc #slider-home .slider-adf__button-prev {
  left: 0;
}
.cc #slider-home .slider-adf__dots-container {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .cc #slider-home .slider-adf__dots-container {
    bottom: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .cc #slider-home .slider-adf__dots-container {
    bottom: 15px;
  }
}
.cc #slider-home .slider-adf__dot {
  background: white;
  border-radius: 50%;
  margin: 8px;
  opacity: 0.6;
  border: none;
  width: 15px;
  height: 15px;
}
.cc #slider-home .slider-adf__dot--selected {
  opacity: 1;
}
.cc #slider-home .tile.cc div.banner {
  max-width: calc(100% - 250px);
}
@media only screen and (max-width: 1200px) {
  .cc #slider-home .tile.cc div.banner h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .cc #slider-home .tile.cc div.banner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 130px);
  }
  .cc #slider-home .tile.cc div.banner h1,
  .cc #slider-home .tile.cc div.banner p {
    color: white !important;
  }
}
@media only screen and (max-width: 768px) {
  .cc #slider-home .tile.cc div.banner {
    top: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .cc #slider-home .tile.cc div.banner {
    max-width: calc(100% - 80px);
  }
  .cc #slider-home .tile.cc div.banner h1 {
    font-size: 20px;
    line-height: 21px;
  }
  .cc #slider-home .tile.cc div.banner .surtitle {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .cc #slider-home .tile.cc figure,
  .cc #slider-home .tile.cc img {
    max-width: none;
    min-height: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .cc #slider-home .tile.cc figure,
  .cc #slider-home .tile.cc img {
    min-width: 768px;
  }
}
@media only screen and (max-width: 480px) {
  .cc #slider-home .tile.cc figure,
  .cc #slider-home .tile.cc img {
    min-height: 480px;
  }
}
.cc #slider-home .tile.cc div.bg {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.cc #slider-home .tile.cc div.bg picture {
  width: 100%;
}
