/* Thèmes de couleurs */
.bg-blue {
  background-color: #e7f6f9;
  color: #02b4c6;
}
.bg-darkblue {
  background-color: #E7EEF5;
  color: #2677A6;
}
.bg-green {
  background-color: #EEF4DE;
  color: #94C43A;
}
.bg-darkgreen {
  background-color: #EAEBE4;
  color: #32673E;
}
.bg-red {
  background-color: rgba(219, 13, 66, 0.3);
  color: #db0d42;
}
.bg-purple {
  background-color: #F3EBEF;
  color: #944C77;
}
.bg-darkpurple {
  background-color: #E4E4EE;
  color: #2A4477;
}
/* END Thèmes de couleurs */
.cdv-container_title {
  text-transform: uppercase;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  padding: 15px 0;
  margin-bottom: 10px;
}
.cdv-titleBig {
  font-family: "SourceSansPro-Black", sans-serif;
  margin-right: 5px;
}
.cdv-titleSmall {
  font-family: "SourceSansPro-Regular", sans-serif;
}
.cdv-titleSection {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
.cdv-container_cards {
  display: flex;
  justify-content: center;
  position: relative;
}
.cdv-filet {
  position: absolute;
  width: calc(100% - 30px);
  height: 20px;
  background-color: #ffff;
  top: 55%;
  z-index: 3;
}
.cdv-container_content {
  margin-top: 10px;
  padding: 15px;
}
.cdv-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  z-index: 5;
}
.cdv-titleCard {
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.cdv-contentCard {
  margin: 15px;
  background-color: #ffff;
  text-align: center;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  flex: 1;
}
.cdv-contentCard p {
  text-align: center !important;
}
.cdv-content_link {
  margin-top: 15px;
}
.cdv-content_link:last-child {
  margin-bottom: 15px;
}
.cdv-link_title {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cdv-link_letter {
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 20px;
  margin-right: 15px;
}
.cdv-link_desc {
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 18px;
}
.cdv-list {
  margin-left: 30px;
}
.cdv-list li {
  margin-top: 5px;
}
.cdv-list_item {
  color: #555;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.cdv-list_item:hover {
  color: #1d1d1c;
  transition: color 0.2s ease-in-out;
}
.cdv-container_more {
  margin-top: 10px;
}
.cdv-container_more h2 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "SourceSansPro-Black", sans-serif;
}
.cdv-more_list {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 20px;
  padding-left: 40px;
}
.swiper-cdv {
  height: 740px;
}
.cdv-contentCardMobile {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bg-blue .cdv-more_list a {
  color: #02b4c6;
}
.cdv-more_list li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cdv-container_img {
  display: flex;
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 10%;
}
.cdv-container_img h4 {
  text-align: center;
  font-size: 18px;
  font-family: "SourceSansPro-Bold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bg-red .swiper-button-next,
.bg-red .swiper-button-prev {
  color: #EF3346;
}
.bg-red .swiper-pagination-bullet-active {
  background: #EF3346;
}
.content_linkMobile {
  max-width: 70%;
  margin: auto;
}
.sticky-aside_cdv {
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 10;
}
.aside-link_cdv {
  padding: 20px 5px;
}
.cdv-img {
  width: 90%;
  height: auto;
  object-fit: cover;
}
.cdv-blockImg {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .dsktp {
    display: none;
  }
  .mbl {
    display: block;
  }
  .cdv-list {
    padding-left: 5px;
    margin-left: 0px;
  }
  .cdv-container_img {
    display: block;
  }
  .cdv-blockImg {
    width: 100%;
  }
  .cdv-blockImg:last-child {
    margin-top: 20px;
  }
  .cdv-container_title {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .dsktp {
    display: block;
  }
  .mbl {
    display: none;
  }
  .cdv-container_img {
    display: flex;
  }
  .cdv-blockImg {
    width: 50%;
  }
  .cdv-container_title {
    display: flex;
  }
}
.circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 0px 8px 1px 8px;
  border: 2px solid;
}
.cdv-footer {
  margin-top: 34px;
}
#go_to_cdv {
  font-size: 23px;
  position: fixed;
  bottom: 319px;
  right: 14px;
  z-index: 10;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  opacity: 20;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 9px;
  border: 2px solid;
}
#go_to_cdv .icon-wrapper {
  position: relative;
  top: 2px;
}
.cdv-aside-link {
  bottom: 390px;
}
.cdv-aside-link .aside-link .svg-icon {
  color: #ca0638 !important;
}
.cdv-aside-link .aside-link .libelle {
  color: #ca0638;
}
.video-section-main {
  width: auto;
  margin: 0;
}
.cdv-video-main {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cdv-video {
  width: 100%;
}
.placeholder-video-wrapper {
  position: relative;
}
.view_more {
  width: auto;
  padding-right: 60px;
  padding-left: 35px;
  margin-top: 25px;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 50% 50%;
}
.view_more#view-more-videos {
  padding: 0;
  grid-gap: 2%;
  grid-template-columns: 48% 50%;
  margin-top: 0;
  margin-bottom: 20px;
}
.placeholder-video-wrapper .placeholder-video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(29, 29, 29, 0.4);
}
.view_more .placeholder-video-wrapper .placeholder-video-overlay {
  width: 100% !important;
}
.placeholder-video-wrapper .placeholder-video-overlay .play-icon {
  display: inline-block;
  width: 29px;
  height: 31px;
  background: transparent url(//www.cetim.fr/wp-content/themes/cetim/assets/images/icons/start-white-op-60.svg) no-repeat 0 0;
}
.video-section-more {
  margin-top: 20px;
  padding-left: 35px;
}
.collapsible {
  margin-bottom: 15px;
}
.third-button {
  height: 44px;
  position: relative;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.third-button button {
  height: 100%;
  position: absolute;
  text-align: center;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0 32px 0 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  background-color: #f7f7f7;
}
.third-button button:hover .arrow-img {
  background: transparent url(//www.cetim.fr/wp-content/themes/cetim/assets/images/icons/icon-12-arrow-right-red.svg) no-repeat 0 0;
}
.third-button a:hover,
.third-button button:hover {
  color: #EF3346;
}
.arrow-img,
.third-button button .arrow-img-down {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 12px;
  vertical-align: middle;
}
.third-button a:hover .arrow-img.down,
.third-button button:hover .arrow-img.down {
  background: transparent url(//www.cetim.fr/wp-content/themes/cetim/assets/images/icons/icon-12-arrow-down-red.svg) no-repeat 0 0;
}
.third-button a .arrow-img,
.third-button button .arrow-img {
  background: transparent url(//www.cetim.fr/wp-content/themes/cetim/assets/images/icons/icon-12-arrow-right-black.svg) no-repeat 0 0;
}
.third-button a .arrow-img.down,
.third-button button .arrow-img.down {
  background: transparent url(//www.cetim.fr/wp-content/themes/cetim/assets/images/icons/icon-12-arrow-down-black.svg) no-repeat 0 0;
}
.collapsible .separator {
  display: inline-block;
  width: 96%;
  height: 1px;
  /*background-color: #d2d2d3;*/
  vertical-align: -6px;
}
.video-section-more .bg-blue .separator {
  background-color: #02b4c6;
}
.video-section-more .bg-darkblue .separator {
  background-color: #2677A6;
}
.video-section-more .bg-green .separator {
  background-color: #94C43A;
}
.video-section-more .bg-darkgreen .separator {
  background-color: #32673E;
}
.video-section-more .bg-red .separator {
  background-color: #db0d42;
}
.video-section-more .bg-purple .separator {
  background-color: #944C77;
}
.video-section-more .bg-darkpurple .separator {
  background-color: #2A4477;
}
.overlay-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100vw;
  background-color: rgba(29, 29, 29, 0.9);
  visibility: hidden;
}
.overlay-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100vw;
  background-color: rgba(29, 29, 29, 0.9);
  visibility: hidden;
}
.active-overlay-popup {
  height: 100vh;
  z-index: 1101;
  visibility: visible;
  display: flex;
}
.close-icon {
  margin-top: 10px;
  left: 40px;
  height: 24px;
  width: 24px;
}
.centered-h {
  padding-left: 10px;
  padding-right: 10px;
}
.centered-h,
.centered-main {
  width: 1302px;
  margin: 0 auto;
}
.grid-12-cols {
  grid-template-columns: repeat(12, [col-start] 1fr);
}
.grid-10-cols,
.grid-12-cols {
  display: grid;
  grid-column-gap: 24px;
}
.video-player,
#video-popup-player-div,
#video-popup-player {
  max-width: 1080px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1200;
}
#video-popup-player {
  z-index: 1199;
}
@media screen and (max-width: 767px) {
  .video-player,
  #video-popup-player-div,
  #video-popup-player {
    width: 100%;
    height: 50%;
  }
}
a .pdf-icon {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  margin-left: 12px;
  background: transparent url(//www.cetim.fr/wp-content/themes/cetim/assets/images/icons/file-download-black-big.svg) no-repeat 0 0;
}
li .title-underline {
  width: 32px;
  height: 4px;
  background-color: #1d1d1d;
  margin-top: 8px;
}
/*# sourceMappingURL=cdv-style.css.map */