.colonne-3 {
  width: 33.33333%;
  padding: 0 15px;
}
.colonne-6 {
  width: 50%;
  padding: 0 15px;
  order: 1;
}
.colonne-9 {
  width: 66.66667%;
  padding: 0 15px;
}
.colonne-12 {
  width: 100%;
  padding: 0 15px;
}
.gauche {
  order: 0;
}
.row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.mt-0 {
  margin-top: 0 !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.text-center {
  text-align: center;
}
section {
  padding: 6vw 0;
}
.widget li a {
  text-transform: uppercase;
  padding: 0.3em 0;
  display: block;
}
.widget h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 2em 0 0.5em;
}
#text-2 h3 {
  font-size: 60px;
  margin: 0;
}
#text-2 p {
  color: #858585;
  font-size: 18px;
  line-height: 1.1;
}
.liste-nouvelles .colonne-3 {
margin-bottom:30px;
}
.liste-nouvelles .image-box {
/*  min-height: 10vw;*/
aspect-ratio: 1 / 1;
  width: 100%;
  display: block;
}
.liste-nouvelles .wrapper {
/*  border: 2px solid grey;*/
display: block;
box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
height: 100%;

}
.liste-nouvelles .content {
  padding: 30px;
}
.detail-nouvelle h3,
.liste-nouvelles .content h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0.5em 0;
}
.liste-nouvelles .content .post-categories li a {
  font-size: 16px;
  text-transform: uppercase;
}
.liste-nouvelles .content h3, .post-categories li a {
  color: #858585;
  font-weight: bold;
}
.detail-nouvelle .widget h3 {
  margin-top: 0;
}
.detail-nouvelle h3 {
  margin-top: 2em;
}
.detail-nouvelle h3:first-child {
  margin-top: 0;
}
.slick-slider-center .slick-list {
  padding: 0 200px 0 0 !important;
}
.slick-slider-center .slick-slide {}
.slick-slider-center .slick-slide img {
  width: 100%;
}
.slick-slider-center .prev-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
.slick-slider-center {
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em;
/*  padding-left: 30px;*/
}
.slick-dots {
  display: flex;
  margin: 1em 0;
}
.slick-dots li {
  margin-right: 1em;
}
.slick-dots li.slick-active button {
  background: #858585;

}
.slick-dots li button {
  text-indent: -999em;
  background: #ffffff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #858585;
}
h2.punchline {
  font-size: 60px;
  text-transform: uppercase;
  color: #1E2A70;
}
blockquote {
  position: relative;
  padding:7em 200px;
}
blockquote .left {
position: absolute;
left: 2%;
top:-12%;
}
blockquote .right {
  position: absolute;
right: 2%;
bottom: -4%;
}
.image-full img {
  width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header {
  padding: 10vw 0 0;
  color: #ffffff;
  background-color: rgba(30,42,112,0.74) !important;
  background-blend-mode: multiply !important;
}
.single-header {
  padding: 10vw 0;
  color: #ffffff;
  background-color: rgba(30,42,112,0.74) !important;
  background-blend-mode: multiply !important;
}
.single-header h1 {
  margin-bottom: 0;
    color: #ffffff;
    max-width: 75%;
}

.single-header .post-categories li a {
  color: #ffffff;
    text-transform: uppercase;
}
.header h2 {
  margin-bottom:10vw;
  max-width: 75%;
}
.latest-news {
  border: 2px solid #ffffff;
  border-bottom: none;
  padding: 2vw;
  color: #ffffff;
  align-self: flex-end;
  margin-top: auto;
}
.latest-news h2 {
  margin-bottom: 0.5em;
  display: block;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #ffffff;
}
.latest-news .c-btn {
  margin-top: 0;
}
.latest-news h4 {
/*  font-size: 30px;*/
}
.latest-news h4,
.latest-news .post-categories li a {
  text-transform: uppercase;

}
.latest-news p {
  line-height: 1.1;
}
.latest-news .post-categories li a,
.latest-news a {
  color: #ffffff;
    font-weight: normal;
}
.widget_recent_entries h3 {
  margin-top: 0;
}


@media screen and (max-width: 1680px) {
  .latest-news h2,
#text-2 h3 {
  font-size: 54px;
}
.detail-nouvelle h3, .liste-nouvelles .content h3 {
  font-size: 26px;
}
.o-title_bigger {
  font-size: 1.2em;
}
}
@media screen and (max-width: 1440px) {
.liste-nouvelles .colonne-3 {
  width: 50%;
}
}
@media screen and (max-width: 1024px) {
.latest-news h2, #text-2 h3 {
    font-size:32px;
}
}
@media screen and (max-width: 768px) {
  .colonne-3,
  .latest-news  {
    width: 100%;
}
  .liste-nouvelles {
    margin-top: 60px;
  }
  .liste-nouvelles .colonne-3 {
    width: 50%;
  }
.colonne-9 {
    width: 100%;
    padding: 0 15px;
}
}
@media screen and (max-width: 640px) {

  .liste-nouvelles .colonne-3 {
    width: 100%;
  }
}