/*
 Theme Name:     Cardinales
 Description:    Thème
 Author:         EKELA
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */


/**************************/
/*        GENERAL         */
/**************************/

body {
  /*font-weight: 300;*/
  font-weight: 400;
  overflow-x: hidden;
}

@media (max-width: 980px) {
  
  html body {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  
  html body {
    font-size: 13px;
  }
}

small {
  font-size: 0.8em;
}

/* TITRES */

h1 {
  font-size: 42px;
  padding-bottom: 0.6em;
}

.home h2 {
  position: relative;
  font-size: 50px;
  /*padding-bottom: 3px;*/
  padding-bottom: 40px;
}

.home h2::before {
  content: "";
  position: absolute;
  left: calc( 50% - 40px );
  width: 80px;
  /*bottom: -5px;*/
  bottom: 25px;
  height: 1px;
  background-color: #D7A75A;
}

.home .h2-trait h2 {
  padding-bottom: 10px;
}

.home .h2-trait h2::before {
  content: "";
  position: absolute;
  left: -110px;
  width: 80px;
  top: 45%;
  height: 1px;
  background-color: #D7A75A;
}

.home h2 em {
  font-size: 0.5em;
  text-transform: initial;
  position: relative;
  /*top: -20px;*/
}

.home h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 28px;
  text-transform: initial;
}



@media (max-width: 1200px) {
  
  h1 {
    font-size: 38px;
  }
  
  .home h2 {
    font-size: 40px;
  }
  
  .home h3 {
    font-size: 25px;
  }
}


@media (max-width: 980px) {
  
  h1 {
    font-size: 32px;
  }
  
  .home h2 {
    font-size: 30px;
  }
  
  .home h3 {
    font-size: 22px;
  }
  
  .home h2 em {
    font-size: 0.6em;
  }
  
  .home .h2-trait h2::before {
    left: -92px;
  }
}


/* TEXTE */

strong {
  font-weight: 600;
}


/* SECTIONS */

.et_pb_section {
  background-color: #f8f8f8;
}

.et_pb_row.width-l {
  max-width: 1150px;
}

.et_pb_row.width-m {
  max-width: 1000px;
}

.et_pb_row.width-s {
  max-width: 800px;
}

.bloc-blanc {
  padding: 50px 70px;
  background-color: #FFFFFF;
}

.bloc-rose {
  padding: 40px 40px 40px 70px;
  background-color: #79013c;
}

@media (min-width: 981px) {
  .et_pb_row.basic-row {
    padding: 4% 5%;
    background-color: #fff;
  }
}

@media (min-width: 1400px) {
  .et_pb_row.basic-row {
    padding: 4% 12%;
  }
}

@media (max-width: 1200px) {
  
  .bloc-blanc {
    padding: 30px 40px;
  }
}

@media (max-width: 980px) {
  
  .bloc-blanc {
    padding: 20px 0px;
  }
  
  .bloc-rose {
    padding: 25px;
  }
  /*
  .et_pb_row.basic-row {
    padding: 8% 5%;
  }*/
  
}


@media (max-width: 480px) {
  body .et_pb_row {
    width: 85%;
  }
}


/* section espaceement colonne 4 */

@media (min-width: 1200px) {
  .et_pb_gutters4 .et_pb_column_1_2, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 {
    width: 44%;
  }
}

@media (min-width: 1200px) {
  .et_pb_gutters4 .et_pb_column, .et_pb_gutters4.et_pb_row .et_pb_column {
    margin-right: 12%;
  }
}



/* BOUTONS */

.et_pb_button::after,
.et_pb_button::before {
  content: none;
  border-width: 0px !important;
}

button.wpcf7-form-control {
  background-color: #79013c;
  color: #fff;
  border-width: 0;
  border-radius: 0px;
  font-size: 14px;
  padding: 12px 30px;
  text-transform: uppercase !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

button.wpcf7-form-control:hover {
  background-color: #590830 !important;
  padding: 12px 30px !important;
  border-width: 0 !important;
}

/* survol */

body #page-container .et_pb_section .et_pb_button:hover {
  -webkit-box-shadow: 200px 0px 0px #231f20 inset;
  box-shadow: 200px 0px 0px #231f20 inset;
  color: #fff !important;
}


/* Recaptcha */

body .grecaptcha-badge {
  visibility: collapse !important;
}


/**************************/
/*    HEADER (CUSTOM)     */
/**************************/

.header-menu {
  position: absolute;
  width: 100%;
  top: 20px;
}

/* LOGO */

.header-logo {
  z-index: 100;
}

/* header retressissant */

/*
.header-logo img {
  width: 160px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.has_et_pb_sticky .header-logo img {
  width: 130px;
}*/

/*
@media (max-width: 480px) {
  
  header .header-logo {
    left: -40px;
  }
  header .mobile_menu_bar {
    right: -15px;
  }
}*/


/* MENU */

header .et_pb_menu_page_id-16.menu-item {
  margin-right: 180px !important;
}

header .et-menu li {
  font-size: 16px;
  text-transform: uppercase;
}

.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
  padding-bottom: 15px;
  padding-top: 15px;
}

.et_pb_menu .et-menu > li {
  padding-left: 20px;
  padding-right: 20px;
}

.et_pb_menu .et-menu > li.et_pb_menu_page_id-14 {
  padding-left: 60px;
}

@media (min-width: 1251px) {
  
  .espclient.menu-item a {
    background-color: #79013c;
    color: #fff;
    padding: 20px;
    font-size: 15px;
  }
  
  .espclient.menu-item a:hover {
    opacity: 1;
    -webkit-box-shadow: 200px 0px 0px #231f20 inset;
    box-shadow: 200px 0px 0px #231f20 inset;
  }

  .espclient.menu-item {
    position: absolute !important;
    right: 10px;
  }

}

@media (max-width: 1600px) {
  
  .et_pb_menu .et-menu > li {
    padding-left: 12px;
    padding-right: 12px;
  }
  
  .et_pb_menu .et-menu > li.et_pb_menu_page_id-14 {
    padding-left: 45px;
  }
  
  header .et-menu li {
    font-size: 14px;
  }
  
  header .et_pb_menu_page_id-16.menu-item {
    margin-right: 140px !important;
  }
}

@media (max-width: 1600px) and (min-width: 1251px) {
  
  .espclient.menu-item a {
    padding: 12px;
    font-size: 13px;
  }
  
}

@media (max-width: 1250px) and (min-width: 981px) {
  
  header .et_pb_menu .et_pb_menu__menu {
    display: none;
  }
  header .et_pb_menu .et_mobile_nav_menu {
    float: none;
    margin: 0 25px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1250px) {
  
  .et_pb_module.header-logo {
    margin-left: 0;
    max-width: 120px;
  }
  
  .header-logo img {
    max-width: 120px;
  }
  
  .et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  
  body header .et_pb_row--with-menu {
    width: 100%;
  }
  
  .header-menu {
    top: 13px;
  }
  
  header .mobile_menu_bar {
    padding-bottom: 14px;
    
    position: absolute;
    right: 15px;
  }
  
  header .et_pb_menu_page_id-16.menu-item {
    margin-right: 0px !important;
  }
  
  header ul.et_mobile_menu {
    height: calc( 100vh - 75px);
  }
  
  header .et_mobile_menu li {
    text-align: left;
    list-style: none;
    padding-left: 35px;
  }
  
  header .et_mobile_menu li a {
    font-size: 20px;
  }
  
  header .et_mobile_menu li a:hover {
    background-color: inherit;
    opacity: inherit;
  }
  
  /*
  header .mobile_nav.opened .et_mobile_menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }*/
  
}

@media (max-width: 980px) {
  
  header .et_pb_menu .et_mobile_nav_menu {
    margin: 0 15px 0 0;
  }
}
  
/* BURGER MENU */


.mobile_menu_bar::before {
  font-size: 48px;
}

.mobile_nav.opened .mobile_menu_bar::before {
  content: 'M';
}

html body #page-container header .et_mobile_menu {
  background-color: #79013c !important;
  border-width: 0;
  padding: 5%;
  
  top: 62px;
}

header .et_mobile_menu li a {
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
}

.mobile_nav .menu-item.mobile-trait {
  position: relative;
}

.mobile_nav .menu-item.mobile-trait::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 25px;
  height: 1px;
  background-color: #d7a75a;
}

.mobile_nav .menu-item-20,
.mobile_nav .menu-item-362 {
  margin-top: 30px;
}

.mobile_nav .menu-item-362 a {
  border: 1px solid #d7a75a;
}

@media (max-width: 480px) {
  html body #page-container header .et_mobile_menu {
    padding: 12% 5%;
  }
}


/**************************/
/*         FOOTER         */
/**************************/

footer {
  color: #fff;
}

footer .et_pb_section {
  padding: 30px 0 10px 0;
}

#footer-top-row {
  padding: 10px 0;
}

footer .dsm-menu .menu-item {
  list-style: none;
  margin-bottom: 2px;
}

footer a {
  color: #fff;
}

html .et-db #et-boc .et-l .et_pb_social_media_follow_network_0_tb_footer a.icon,
footer .et_pb_social_media_follow_network_0_tb_footer a.icon {
  background-color: transparent !important;
  border: 1px solid #fff;
  border-radius: 30px !important;
  height: 36px !important;
  width: 36px !important;
}

html .et-db #et-boc .et-l .et_pb_social_media_follow_0_tb_footer li a.icon::before,
footer .et_pb_social_media_follow_0_tb_footer li a.icon::before {
  font-size: 20px;
  line-height: 38px;
  height: 36px;
  width: 36px;
}


footer .footer-col1 p {
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (min-width: 981px) {
  
  footer .footer-col1 {
    width: 37.75% !important;
  }
  footer .footer-col4 {
    width: 7.75% !important;
  }
  
}

@media (max-width: 1200px) {
  footer {
    font-size: 13px;
  }
}

@media (max-width: 980px) {
  #footer-top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  footer .footer-col1 {
    width: 100% !important;
  }
  
  footer .footer-col3 {
    width: calc( 100% - 50px) !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  footer .footer-col4 {
    width: 50px !important;
  }
  
}

/*
@media (max-width: 480px) {
  footer .dsm-menu .menu-item {
    text-align: center;
  }
}*/

/* SOCKET */

#socket {
  border-top: 1px solid #d7a75a;
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 13px;
}

#socket .et_pb_column.et-last-child a {
  position: relative;
  top: -4px;
}
#socket .et_pb_column.et-last-child a img {
  position: relative;
  top: 5px;
}

@media (max-width: 980px) {
  
  #socket {
    border-top-width: 0;
    font-size: 12px;
    padding: 0 0 10px 0;
  }
  
  #socket p {
    text-align: center !important;
  }
  #socket .et_pb_column {
    margin-bottom: 5px;
  }
}


/**************************/
/*      PAGE ACCUEIL      */
/**************************/

/* SECTION SLIDER COVER */

.home-slider {
  padding: 0 !important;
}

.home-slider > .et_pb_row {
  max-width: inherit;
  width: 100%;
  padding: 0;
}

.slider-hover {
  height: calc(100vh - 100px);
}

/* Titre principal */

.main_title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main_title h1 {
  color: #fff;
  text-align: center;
  padding: 20px 20px 50px 20px;
  font-size: 55px;
  font-style: italic;
}

/* images */

.slider-list-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #79013c;
}

.slider-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.slider-img.b-show {
  opacity: 0.25;
}

/* titres */

.slider-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.slide-title {
  position: relative;
  width: 16.666666%;
  opacity: 0.5;
  padding: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.slide-title::before {
  content: "";
  position: absolute;
  left: 20px;
  width: 1px;
  top: 28%;
  bottom: 28%;
  background-color: #d7a75a;
}

.slide-title:hover {
  opacity: 1;
}

.slide-title h3 {
  padding: 15px 0 15px 15px;
}

.slide-title h3 p {
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
}


@media (max-width: 1750px) {
  .slide-title h3 p {
    font-size: 18px;
  }
  .slide-title::before {
    top: 30%;
    bottom: 30%;
  }
}

@media (max-width: 1200px) {
  .slide-title h3 p {
    font-size: 15px;
  }
  .slide-title::before {
    top: 34%;
    bottom: 34%;
  }
}

/* SECTION COVER MOBILE */

.mobile-cover {
  min-height: calc(100vh - 75px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-cover h1 {
  color: #fff;
  font-style: italic;
  font-size: 40px;
}

.mobile-cover::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #79013ccc;
}

@media (max-width: 600px) {
  
  .mobile-cover h1 {
    font-size: 28px;
  }  
}


/* SECTION A PROPOS */

@media (min-width: 981px) {
  
  #a-propos .bloc-blanc::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background-color: #f8f8f8;
  }
  
  #a-propos .et_pb_module.et_pb_image_0.apropos-bg-mobile {
    display: none;
  }
}

#a-propos .bloc-blanc .apropos-portrait  {
  display: inline-block;
  margin-right: 30px;
  margin-top: 30px;
}


@media (max-width: 980px) {
  
  #a-propos {
    padding-top: 0;
  }
}

@media (min-width: 981px) and (max-width: 1400px) {
  #a-propos .bloc-blanc .apropos-portrait  {
    margin-right: 4%;
    width: 42%;
  }
}

@media (max-width: 980px) {
  
  #a-propos {
    background-color: #fff;
  }
  
  #a-propos .bloc-blanc .apropos-portrait {
    max-width: 35%;
    margin-top: -18%;
  }
  #a-propos .bloc-blanc .apropos-portrait.portrait1 {
    margin-right: 5%;
    margin-left: calc( (90% - 360px) / 2 );
  }
  #a-propos .bloc-blanc .apropos-portrait.portrait2 {
    margin-right: 10%;
    margin-left: 5%;
  }
  
  .et_pb_module.apropos-bg-mobile {
    margin-top: 30px;
  }
  
}

@media (max-width: 767px) {
  
  #a-propos .bloc-blanc .apropos-portrait.portrait1 {
    margin-left: 10%;
  } 
  
  .et_pb_module.apropos-bg-mobile {
    margin-left: -13%;
    width: 126%;
  }
}

/* Image survol */

.et_pb_module.et_pb_image.image-survol,
.et_pb_module.et_pb_image.image-survol .et_pb_image_wrap {
  width: 100%;
  height: 100%;
}
.et_pb_module.et_pb_image.image-survol img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.et_pb_module.et_pb_image.image-survol img:hover {
  opacity: 1;
}


/* SOLUTIONS */

.home #solutions h2 {
  line-height: 0.8;
}

#solutions .bloc-blanc {
  /*padding: 30px 40px;*/
  padding: 30px 40px 50px 40px;
}

@media (max-width: 980px) {
  
  #solutions .et_pb_row.et_pb_equal_columns {
    padding-top: 0;
  }
}


/* boutons alignés horizontalement */

@media (min-width: 981px) {
  
  #solutions .bloc-blanc .et_pb_button_module_wrapper {
    position: absolute;
    bottom: 30px;
    left: calc( 50% - 90px );
  }
}


/* liste icons */

.dsm_icon_list_text {
  line-height: 1.2em;
  font-weight: 600;
  margin: 15px 0;
}

.dsm_icon_list .dsm_icon_list_icon {
  font-size: 20px;
}

.dsm_icon_list .dsm_icon_list_child .dsm_icon_list_text {
  padding-left: 15px;
}

.dsm_icon_list .dsm_icon_list_items {
  margin: 32px 0 40px 0;
}

@media (max-width: 1200px) {
  
  #solutions .bloc-blanc {
    padding: 30px 20px;
  }
  #solutions p {
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  
  #solutions {
    background-color: #fff;
  }
  #solutions .bloc-blanc {
    padding: 0;
  }
  
  #solutions .et_pb_image {
    text-align: center;
  }
  #solutions .et_pb_image img {
    max-width: 350px;
  }
  
  .dsm_icon_list_text {
    margin: 8px 0;
  }
  .dsm_icon_list .dsm_icon_list_items {
    margin: 30px 0;
  }
}

@media (max-width: 767px) {
  
  #solutions .et_pb_image img {
    max-width: 260px;
  }
}


/* ENGAGEMENTS */

#engagements h3 {
  padding-bottom: 5px;
  text-transform: uppercase;
}

/* slider */

body .sa_owl_theme .owl-nav .owl-prev {
  left: -50px;
}
body .sa_owl_theme .owl-nav .owl-next {
  right: -50px;
}

body .white .sa_owl_theme .owl-nav .owl-next {
  background: transparent url('gfx/fleche-droite.png') no-repeat center center !important;
}
body .white .sa_owl_theme .owl-nav .owl-prev {
  background: transparent url('gfx/fleche-gauche.png') no-repeat center center !important;
}

body .white .sa_owl_theme .owl-nav .owl-prev:hover,
body .white .sa_owl_theme .owl-nav .owl-next:hover {
  background-color: transparent !important;
}

.owl-next.disabled, 
.owl-prev.disabled {
  opacity: 0;
}

.owl-carousel .owl-dots.disabled {
  padding: 0 !important;
  display: none !important;
}

@media (max-width: 767px) {
  
  body .sa_owl_theme .owl-nav button {
    top: 102%;
  }
  body .sa_owl_theme .owl-nav .owl-prev {
    left: 35%;
  }
  body .sa_owl_theme .owl-nav .owl-next {
    right: 35%;
  }
  .owl-next.disabled, 
  .owl-prev.disabled {
    opacity: 0.4;
  }
  
  body .white .sa_owl_theme .owl-nav .owl-next {
    background: transparent url('gfx/fleche2-droite.png') no-repeat center center !important;
  }
  body .white .sa_owl_theme .owl-nav .owl-prev {
    background: transparent url('gfx/fleche2-gauche.png') no-repeat center center !important;
  }

}


/* TEMOIGNAGES */

#actualites .owl-carousel {
  margin-top: 20px;
}

#actualites .owl-carousel h3 {
  color: #231f20;
  padding-bottom: 0.8em;
}

#actualites .owl-carousel p {
  padding-bottom: 1.2em;
}

@media (max-width: 980px) {
  
  #actualites {
    background-color: #fff;
  }
  
  #actualites .owl-item .sa_hover_container {
    padding: 0 2% !important;
  }
  
}

@media (max-width: 767px) {
  
  .owl-item .cl-layout-container {
    padding-bottom: 30px;
  }
}

.bouton-lien a {
  padding: 5px 0;
  border-bottom: 1px solid #d7a75a;
  text-transform: uppercase;
}


/* REJOIGNEZ NOUS */

@media (max-width: 980px) {

  #rejoignez-nous {
    padding-top: 0;
  }
  
  #rejoignez-nous .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 0;
  }
  
  #rejoignez-nous .rejoignez-bg {
    display: block !important;
    height: 400px !important;
    margin-left: -13% !important;
    width: 126% !important;
  }
  
  #rejoignez-nous .rejoignez-txt {
    margin-top: -300px !important;
    z-index: 10;
  }

}

/* popup Postuler */

body .pum-container .pum-title {
  margin-bottom: 1em;
}


/* CONTACT */

#bloc-form {
  background-color: #fff;
  padding: 50px 100px;
}

@media (max-width: 980px) {
  
  #contact {
    background-color: #fff;
    padding-bottom: 0;
  }  
  #bloc-form {
    padding: 10px 0;
  }
}

/* form cf7 */

input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"], 
textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d7a75a;
  font-size: 14px;
}

textarea {
  min-width: 100%;
  max-width: 100%;
  height: 100px;
}

.wpcf7 .sep {
  height: 40px;
  display: block;
}

.wpcf7 p {
  padding-bottom: 0;
}

.wpcf7 label {
  display: block;
  text-transform: uppercase;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.85em;
  text-transform: initial;
}

.wpcf7 .wpcf7-form-control .wpcf7-list-item {
  margin: 15px 0 20px 0;
}

.wpcf7 .wpcf7-list-item-label {
  text-transform: initial;
}
.wpcf7 .wpcf7-list-item-label a {
  color: #231f20;
}

input.text:focus,
input.title:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  border-color: #231f20;
}

.wpcf7 label small {
  font-size: 0.8em;
  text-transform: initial;
}

.wpcf7 .wpcf7-submit {
  cursor: pointer;
}


@media (min-width: 981px) {
  
  .col-2 p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-2 label {
    width: 48%;
  }
  .col-2 label:first-child {
    margin-right: 4%;
  }
}

@media (max-width: 980px) {
  
  .col-2 label:first-child {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  
  .pum-content {
    font-size: 14px;
  }
  
  body .pum-theme-cardinales .pum-container {
    padding: 50px 30px;
  }
}

.legal-google-recaptcha {
  font-size: 0.8em;
  opacity: 0.5;
  margin: 1.2em auto;
  line-height: 1.5;
}


/* PARTENAIRES */

#slider_324 p {
  text-align: center;
}


/**************************/
/*    PAGE INTERIEURE     */
/**************************/

/* Section titre */

.et_pb_section.page-sect-titre .et_pb_row {
  padding: 0;
}

.et_pb_section.page-sect-titre .et_pb_row .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  min-height: 100px;
}

.et_pb_section.page-sect-titre h1 {
  padding-bottom: 0;
}

/* Section Contenu */

.et_pb_section.basic-row-soustitre {
  padding-top: 0;
}

@media (min-width: 981px) {
  
  .et_pb_section.basic-row-soustitre .et_pb_row {
    padding: 4% 5%;
    background-color: #fff;
  }
}


@media (max-width: 600px) {
  
  .et_pb_section.page-sect-titre {
    padding: 25px 0;
  }
}

/**************************/
/*    PAGE ACTUALITES     */
/**************************/

/* Grille Actu */

body .cl-template h2,
body .cl-template div,
body .cl-template a {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

body .cl-template h2 {
  text-transform: initial;
}

.cl-template h2.cl-element-title::before {
  content: none !important;
}

body .cl-template h2 a:hover {
  color: #79013c;
}

.cl-layout-container .cl-pagination {
  margin-top: 40px;
}

.cl-layout-container .cl-pagination .page-numbers {
  padding: 5px;
}

.cl-layout-container .cl-pagination .page-numbers.current {
  font-weight: 700;
}

a.cl-element-link__anchor:hover {
  background-color: #231f20 !important;
}

@media (max-width: 600px) {
  
  body .cl-template--id-985 .cl-element-title .cl-element-title__anchor {
    font-size: 22px;
  }
}


/* SIDEBAR */

.actus-sidebar .et_pb_widget_area_left {
  padding-right: 15px;
}

.actus-sidebar .widget_categories {
  margin: 0 !important;
}

.actus-sidebar .widget_categories .widgettitle {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 3px;
}

.actus-sidebar .widget_categories ul {
  font-style: italic;
}

.actus-sidebar .widget_categories ul li {
  font-style: italic;
  margin-bottom: 0.5em;
  line-height: 1.3;
}

.actus-sidebar .widget_categories ul li a {
  color: #231f20;
  padding: 2px 0;
  display: inline-block;
}

.actus-sidebar .widget_categories ul li.current-cat,
.page-id-964 .actus-sidebar .widget_categories ul li.cat-item-all {
  font-weight: 600;
}

.actus-sidebar .widget_categories ul li.current-cat a,
.page-id-964 .actus-sidebar .widget_categories ul li.cat-item-all a {
  color: #79013c;
  pointer-events: none;
}

@media (max-width: 980px) {
  
  .basic-row-soustitre .et_pb_row:first-child {
    padding-top: 0;
  }
  
  .et_pb_column.actus-sidebar {
    background-color: #fff;
    padding: 15px 20px;
  }
  
  .actus-sidebar .widget_categories ul li {
    margin-bottom: .3em;
  }
  /*
  .actus-sidebar .widget_categories ul li a {
    display: inline-block;
    padding: 2px 0;
  }*/
  
  .actus-sidebar .widget_categories .widgettitle {
    margin-bottom: 0px;
  }
  
}


/**************************/
/*     PAGES ARCHIVE      */
/**************************/

.et_pb_text.titre-archive {
  margin-bottom: 5px !important;
}

.et_pb_text.titre2-archive .et_pb_text_inner {
  text-align: center;
}


/**************************/
/*     SINGLE ARTICLE     */
/**************************/

/* TITRE */

.article-titre h1 {
  font-size: 46px;
  text-align: center;
}

.article-titre.et_pb_post_title .et_pb_title_meta_container {
  text-align: center;
  color: #ccc;
  font-style: italic;
}

.article-titre.et_pb_post_title .et_pb_title_meta_container span,
.article-titre.et_pb_post_title .et_pb_title_meta_container a {
  color: #79013c;
}

.article-sep.et_pb_module.et_pb_divider {
  margin: 30px auto 10px;
}

/* CONTENU */

.article-contenu h2 {
  text-transform: initial;
  font-family: inherit;
  padding-bottom: 0.7em;
  padding-top: 0.7em;
}

.article-contenu h3 {
  text-transform: initial;
  font-family: inherit;
  color: inherit;
  font-weight: 600;
  font-size: 19px;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}

.article-contenu h4 {
  text-transform: initial;
  font-family: inherit;
  font-weight: 600;
  font-size: 16px;
  padding-top: 0.5em;
  padding-bottom: 0.7em;
}

.article-contenu a {
  text-decoration: underline;
}

@media (max-width: 980px) {
  
  .article-titre h1 {
    font-size: 32px;
  }
  
  .article-contenu h2 {
    font-size: 24px;
  }
  
  .article-contenu h3 {
    font-size: 18px;
  }
  
}

/* NAV articles siuvant/precedent */ 

.nav-actu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  column-gap: 30px;
  line-height: 1.4;
  padding: 35px;
  background-color: #fff;
}

.nav-actu-wrap .nav-actu.prev {
  text-align: right;
}

.nav-actu .tag {
  font-size: 0.9em;
}

.nav-actu .titre {
  color: #231f20;
  font-weight: 500;
}

.nav-actu-wrap .nav-actu a {
  position: relative;
  display: block;
}


  
  .nav-actu-wrap .nav-actu.prev a {
    padding-right: 35px;
  }
  
  .nav-actu-wrap .nav-actu.next a {
    padding-left: 35px;
  }
  
  .nav-actu-wrap .nav-actu.prev a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15px;
    background: transparent url(//www.cardinales-associes.com/wp-content/themes/cardinales/gfx/fleche-droite.png) no-repeat center center !important;
    background-size: contain !important;
  }
  
  .nav-actu-wrap .nav-actu.next a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    background: transparent url(//www.cardinales-associes.com/wp-content/themes/cardinales/gfx/fleche-gauche.png) no-repeat center center !important;
    background-size: contain !important;
  }



@media (max-width: 980px) {
  
  .nav-actu-wrap {
    padding: 20px 15px;
  }
}

@media (max-width: 600px) {
  
  .nav-actu-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 15px;
  }
  
  .nav-actu-wrap .nav-actu.next a {
    padding: 15px 50px 15px 25px;
  }
  
  .nav-actu-wrap .nav-actu.prev a {
    padding: 15px 25px 15px 50px;
  }
}

@media (max-width: 350px) {
  
  .nav-actu-wrap {
    font-size: 0.9em;
  }
}


/**************************/
/*   CARDINAL STRATEGIE   */
/**************************/

/* COVER IMG FULLSCREEN */

.section-img-fullscreen {
  min-height: calc( 100vh - 75px );
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-img-fullscreen .et_parallax_bg {
  opacity: 0.3;
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
}

.section-img-fullscreen h1 {
  position: relative;
  color: #fff;
  font-size: 55px;
  font-style: italic;
  padding-bottom: 0.2em;
}

.section-img-fullscreen h1::before {
  content: "";
  position: absolute;
  left: calc( 50% - 40px );
  width: 80px;
  bottom: 8px;
  height: 1px;
  background-color: #D7A75A;
}

.section-img-fullscreen p {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
}


@media (min-width: 981px) and (max-width: 1400px) {
  
  .section-img-fullscreen h1 {
    font-size: 44px;
  }
  .section-img-fullscreen h1::before {
    bottom: 10px;
  }
  .section-img-fullscreen p {
    font-size: 28px;
  }
}

@media (max-width: 980px) {
  
  .section-img-fullscreen h1 {
    font-size: 28px;
  }
  .section-img-fullscreen h1::before {
    bottom: 6px;
  }
  .section-img-fullscreen p {
    font-size: 22px;
  }
}


/* SECTION PRESTATIONS */

#prestations {
  padding: 100px 0;
}

@media (max-width: 980px) {
  
  #prestations {
    padding: 50px 0;
  }
}

/* Ascenseur */

.bloc-ascenseur.et_pb_row {
  background-color: #fff;
  padding: 45px 60px;
  max-width: 1250px;
  margin-top: 120px;
}

.bloc-ascenseur h3 {
  font-size: 24px;
  font-weight: 600;
}

@media (min-width: 1251px) {
  .bloc-ascenseur h5.et_pb_toggle_title {
    display: inline;
  }
}

.bloc-ascenseur h5.et_pb_toggle_title {
  color: #d7a75a;
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
}

.et_pb_toggle {
  border-width: 0;
}

.et_pb_toggle_open,
.et_pb_toggle_close {
  padding: 0;
  background-color: #fff;
}

@media (min-width: 981px) {
  .bloc-ascenseur h5.et_pb_toggle_title::after {
    position: absolute;
    left: -100px;
    width: 80px;
    top: 50%;
    height: 1px;
    background-color: #d7a75a;
    content: "";
  }
}

.bloc-ascenseur .et_pb_toggle_title::before {
  position: absolute;
  font-size: 18px;
  color: #fff;
  top: 50%;
  margin-top: -0.75em;
  background-color: #79013c;
  padding: 5px 6px;
}

.bloc-ascenseur .et_pb_toggle_content {
  padding: 50px 0 10px 0;
}

@media (max-width: 980px) {
  
  .bloc-ascenseur.et_pb_row {
    padding: 40px 20px;
    margin-top: 80px;
  }
  .bloc-ascenseur h3 {
    font-size: 20px;
  }
  .bloc-ascenseur h5.et_pb_toggle_title {
    font-size: 23px;
  }
  .bloc-ascenseur .et_pb_toggle_content {
    padding: 30px 0 10px 0;
  }
  
}

/*
.et_pb_row.bloc-ascenseur::before {
  content: "";
  position: absolute;
  left: calc( 50% - 30px );
  width: 60px;
  top: -33px;
  height: 60px;
  border: 3px solid #d7a75a;
  border-radius: 50%;
}*/

.et_pb_row.bloc-ascenseur::before {
  content: "";
  position: absolute;
  left: calc( 50% - 30px );
  width: 60px;
  top: -260px;
  height: 290px;
  background: transparent url('gfx/illu-dashed-4.png') no-repeat center center;
}

.et_pb_row_0.bloc-ascenseur {
  z-index: 10;
}
.et_pb_row_1.bloc-ascenseur {
  z-index: 8;
}
.et_pb_row_2.bloc-ascenseur {
  z-index: 6;
}


/* PARTENAIRES */

#partenaires .et_pb_column_2_3 {
  margin-top: 10px;
}

/* Bloc groupe C&A*/

.groupe-ca .et_pb_code_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
}

.groupe-ca .et_pb_code_inner img {
  width: 43%;
  max-width: 130px;
  margin-left: 20px;
}



/*******************************/
/*   CARDINAL INVESTISSEMENT   */
/*******************************/

/* COVER IMG FULLSCREEN */

.section-img-fullscreen.bg-video .et_pb_section_video_bg {
  opacity: 0.3;
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
}


/* SECTION PRESTATIONS */

#prestations.investissement {
  padding-bottom: 220px;
}

@media (max-width: 1400px) {
  
  #prestations.investissement {
    padding-bottom: 160px;
  }
}

@media (max-width: 980px) {
  
  #prestations.investissement {
    padding-bottom: 120px;
    background-size: 70% auto;
    /*background-position: left 123% top 98%;*/
    background-position: right -30px bottom 20px;
  }
}

/* Intro */

#prestations .prestations-intro p {
  color: #79013c;
  font-size: 30px;
  line-height: 1.2;
}

@media (max-width: 1400px) {
  #prestations .prestations-intro p {
    font-size: 25px;
  }
}

@media (max-width: 980px) {
  #prestations .prestations-intro p {
    font-size: 22px;
  }
}


/* bloc blanc */

#prestations .bloc-blanc-verbe {
  background-color: #fff;
  padding: 6% 8%;
  margin-left: 80px;
  margin-bottom: 57px;
}

#prestations h4 {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 4px;
}

#prestations .bloc-blanc-verbe h4::before {
  position: absolute;
  content: "";
  left: -85px;
  width: 70px;
  top: 0.6em;
  height: 1px;
  background-color: #d7a75a;
}

#prestations .bloc-blanc-verbe p {
  font-size: 20px;
  color: #d7a75a;
}

#prestations .bloc-blanc-verbe::before {
  content: "";
  position: absolute;
  left: -110px;
  width: 60px;
  top: -145px;
  height: 230px;
  background: transparent url('gfx/illu-dashed-3.png') no-repeat center center;
}

@media (max-width: 1400px) {
  
  #prestations .bloc-blanc-verbe p {
    font-size: 18px;
  }
  #prestations h4 {
    font-size: 27px;
  }
}

@media (max-width: 1200px) {
  
  #prestations .bloc-blanc-verbe {
    margin-left: 0px;
    margin-bottom: 40px;
  }
  
  #prestations .bloc-blanc-verbe::before {
    content: none;
  }
  
  #prestations .bloc-blanc-verbe p {
    font-size: 16px;
  }
  
}

@media (max-width: 980px) {
  
  #prestations h4 {
    font-size: 25px;
  }
}

/* bloc vert liste */

#prestations .bloc-vert-liste {
  background-color: #79013c;
  padding: 7% 8%;
  color: #fff;
}

#prestations .bloc-vert-liste h4 {
  color:  #fff;
  padding-bottom: 40px;
}

#prestations .bloc-vert-liste ul {
  padding-left: 60px;
}

#prestations .bloc-vert-liste li {
  position: relative;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 1em;
  line-height: 1.2;
  list-style: none;
}

#prestations .bloc-vert-liste li::before {
  position: absolute;
  content: "";
  left: -60px;
  width: 50px;
  top: 0.65em;
  height: 1px;
  background-color: #d7a75a;
}

@media (max-width: 1400px) {
  #prestations .bloc-vert-liste li {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {

  #prestations .bloc-vert-liste ul {
    padding-left: 30px;
  }
    
  #prestations .bloc-vert-liste li {
    font-size: 19px;
  }
  
  #prestations .bloc-vert-liste li::before {
    left: -34px;
    width: 25px;
  }
}

@media (max-width: 1200px) {
  
  #prestations .bloc-vert-liste li {
    font-size: 16px;
  }
}

/* bloc vert chiffres */

.chiffres .chiffres-bloc-vert {
  background-color: #79013c;
  color: #fff;
  padding: 6% 4%;
  line-height: 1.3;
  font-size: 18px;
}

body .chiffres .et_pb_number_counter .percent {
  margin-bottom: 0;
  height: auto;
}

body .chiffres .et_pb_number_counter .title {
  padding-bottom: 0;
}

.chiffres-bloc-vert::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  right: 0;
  height: 10px;
  background-color: #d7a75a;
}

body #page-container .chiffres .percent p,
body .chiffres .et_pb_number_counter h3 {
  color: #fff !important;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
}

#prestations .chiffres .et_pb_module.et_pb_code,
#prestations .chiffres .et_pb_module.et_pb_number_counter {
  margin-bottom: 10px;
}

.chiffres .et_pb_number_counter {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1400px) {
  
  .chiffres .chiffres-bloc-vert {
    font-size: 16px;
  }
  
  body #page-container .chiffres .percent p,
  body .chiffres .et_pb_number_counter h3 {
    font-size: 42px;
    line-height: 42px;
  }
}

@media (max-width: 980px) {
  
  .chiffres .chiffres-bloc-vert {
    padding: 10% 6%;
    font-size: 15px;
  }
}

/* PARTENAIRES */

#slider_639 img {
  max-width: 130px;
}

#partenaires .et_pb_column_1_4 {
  margin-top: 20px;
}

@media (max-width: 767px) {
  body .sa_owl_theme#slider_639 .owl-nav button {
    top: 110%;
  }
}

@media (min-width: 981px) and (max-width:1200px) {
  
  #partenaires .et_pb_column_3_4 {
    width: 69.5%;
  }
  
  #partenaires .et_pb_column_1_4 {
    width: 25%;
  }
  
  body .sa_owl_theme .owl-nav .owl-prev {
    left: -30px;
  }
  body .sa_owl_theme .owl-nav .owl-next {
    right: -30px;
  }
}




/*****************************/
/*      TARTE AU CITRON      */
/*****************************/

html body #tarteaucitronRoot * {
    color: #000;
}

html body #tarteaucitron {
    width: 800px;
}

html body div#tarteaucitronRoot.tarteaucitronBeforeVisible::before {
  z-index: 999999;
}

/* Ecran intro */

html body div#tarteaucitronAlertBig::before {
    content: '';
    background: url("https://www.cardinales-associes.com/wp-content/uploads/2022/08/logo-cardinales-associes.png") center center no-repeat;
    background-size: contain;
    width: 180px;
    height: 156px;
    display: inline-block;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig {
    background-color: #fff;
    color: #000;
    max-width: 650px;
    -webkit-box-shadow: 0 0 100px #0005;
    box-shadow: 0 0 100px #0005;
    border-radius: 5px;
}
html body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    color: #000;
}
html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    font-size: 16px;
    line-height: 1.4;
}
.tarteaucitronCross {
    display: none;
}
html body #tarteaucitronAlertBig #tarteaucitronCloseAlert,
html body #tarteaucitronAlertBig #tarteaucitronPersonalize,
html body #tarteaucitronAlertBig #tarteaucitronPersonalize2,
html body .tarteaucitronCTAButton,
html body #tarteaucitron #tarteaucitronPrivacyUrl,
html body #tarteaucitron #tarteaucitronPrivacyUrlDialog,
html body #tarteaucitronRoot .tarteaucitronDeny,
html body #tarteaucitronRoot .tarteaucitronAllow {
    background: #070707;
    font-size: 15px !important;
    padding: 10px 18px;
    border-radius: 0;
    border: 1px solid #070707;
}
html body #tarteaucitronRoot .tarteaucitronDeny,
html body #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background-color: transparent;
    color: #000;
}

/* Ecran personnalisation */

html body #tarteaucitronServices {
    border-radius: 5px;
    background-color: #fff;
    margin-top: 28px !important;
}
html body #tarteaucitron .tarteaucitronBorder {
    border-width: 0;
    padding-bottom: 10px;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    border-width: 0;
    background-color: #fff;
    padding: 20px;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
html body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
    background-color: #fff;
}
html body #tarteaucitronRoot .tarteaucitronH1 {
    margin: 30px 0 10px;
    color: #000;
    font-weight: 600;
    font-size: 23px;
}
html body .tarteaucitronMainLine .tarteaucitronH2 {
    font-size: 1.3em !important;
    color: #000;
    font-weight: 600;
}
html body #tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {
    font-size: 13.5px;
    margin-top: 3px;
    line-height: 1.5;
}
html body #tarteaucitron #tarteaucitronInfo {
    background-color: #fff;
    color: #555;
    max-width: 90% !important;
    border-width: 0;
    padding: 0 !important;
    margin: 0 auto 25px auto !important;
    line-height: 1.5;
    font-size: 15px !important;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
html body .tac_activate .tarteaucitronAllow {
    padding: 9px 15px;
    border-radius: 20px;
}
html body .tarteaucitronTitle {
    border-top: 1px solid #ddd !important;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
    background-color: transparent;
    color: #000;
    font-size: 15px;
    margin-top: 8px;
}
html body #tarteaucitronRoot .tarteaucitronPlus::before {
    color: #000;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine,
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
    background-color: #fff;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    padding: 0px 12px 10px 12px;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    background-color: #fff;
}
html body #tarteaucitron .tarteaucitronH3 {
    font-size: 15px;
    color: #000;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
    line-height: 1.2;
}
html body #tarteaucitron #tarteaucitronClosePanel {
    background-color: transparent;
    color: #222;
    font-size: 14px;
    width: auto;
    padding: 5px;
}
html body #tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected,
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
    background-color: #2a884f;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    background-color: #eee;
    color: #000 !important;
    padding: 10px 20px !important;
}
html body #tarteaucitron #tarteaucitronServices li.tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
html body #tarteaucitron #tarteaucitronServices li.tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
    padding: 6px 12px;
}
html body #tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
    background-color: #2a884f;
}

html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert a {
  text-decoration: underline;
}
html body #tarteaucitronRoot #tarteaucitronServices div#tarteaucitronSave {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 900px) {
    html body div#tarteaucitronAlertBig::before {
      height: 110px;
    }
    div#tarteaucitronAlertBig button {
      min-width: 150px;
    }
}
@media screen and (max-width: 767px) {
    html body li.tarteaucitronLine .tarteaucitronName span {
        width: 80% !important;
        display: inline;
    }
    html span#tarteaucitronDisclaimerAlert {
      padding: 0;
    }
    html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
      font-size: 14px;
    }
}









