.single .container:has(> aside) {
  gap: 3vw; }

.section_derniers_billets .module_search_and_filter,
.page-template-page-archive .module_search_and_filter,
.blog .module_search_and_filter {
  padding-top: 0; }

.section_derniers_billets .container:has(> aside),
.page-template-page-archive .container:has(> aside),
.blog .container:has(> aside) {
  gap: 3vw; }

.section_derniers_billets .module_cpt_master.grid_3col .module_bloc,
.page-template-page-archive .module_cpt_master.grid_3col .module_bloc,
.blog .module_cpt_master.grid_3col .module_bloc {
  background: var(--bloc_background_color); }

.section_derniers_billets .module_bloc,
.page-template-page-archive .module_bloc,
.blog .module_bloc {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: var(--bloc_background_color); }
  .section_derniers_billets .module_bloc .illustration,
.page-template-page-archive .module_bloc .illustration,
.blog .module_bloc .illustration {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .section_derniers_billets .module_bloc .illustration.logo,
.page-template-page-archive .module_bloc .illustration.logo,
.blog .module_bloc .illustration.logo {
    padding: clamp(10px, 12%, 50px);
    padding-bottom: 0;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .section_derniers_billets .module_bloc .illustration.logo img, .section_derniers_billets .module_bloc .illustration.logo svg,
.page-template-page-archive .module_bloc .illustration.logo img,
.page-template-page-archive .module_bloc .illustration.logo svg,
.blog .module_bloc .illustration.logo img,
.blog .module_bloc .illustration.logo svg {
      -o-object-fit: contain;
         object-fit: contain;
      max-width: 80%;
      width: auto;
      height: 70px; }
  .section_derniers_billets .module_bloc .contents .bouton_wrap .module_bouton,
.page-template-page-archive .module_bloc .contents .bouton_wrap .module_bouton,
.blog .module_bloc .contents .bouton_wrap .module_bouton {
    margin-top: 10px; }

.section_derniers_billets .module_cpt_master.newsletters,
.page-template-page-archive .module_cpt_master.newsletters,
.blog .module_cpt_master.newsletters {
  gap: 1rem; }
  .section_derniers_billets .module_cpt_master.newsletters .module_bloc.newsletter,
.page-template-page-archive .module_cpt_master.newsletters .module_bloc.newsletter,
.blog .module_cpt_master.newsletters .module_bloc.newsletter {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: transparent; }
    .section_derniers_billets .module_cpt_master.newsletters .module_bloc.newsletter a,
.page-template-page-archive .module_cpt_master.newsletters .module_bloc.newsletter a,
.blog .module_cpt_master.newsletters .module_bloc.newsletter a {
      font-weight: 400; }

.single .section_blog {
  padding-top: 0; }

.bloc_equipe .linkedin {
  margin-top: 20px;
  width: 50px;
  height: auto; }
  .bloc_equipe .linkedin img, .bloc_equipe .linkedin svg {
    width: 100%;
    height: auto; }

.section_video .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(10px, 12%, 50px); }
  .section_video .container .module_intro {
    width: 33%; }
  .section_video .container .module_video {
    width: 67%;
    margin-top: 0; }

.video-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden; }
  .video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.footer_column .module_reseaux a:hover svg, .footer_column .module_reseaux a:hover img {
  background-color: transparent !important; }

@media screen and (max-width: 1200px) {
  .section_video .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px; }
    .section_video .container .module_intro,
.section_video .container .module_video {
      width: 100%; }
  .module_texte_visuel.encart {
    border-radius: 7px; } }
