.dx8-tabs {
  background-color: #dbdbdb;
}

@media screen and (min-width: 37.5em) {
  .dx8-tabs {
    height: auto;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
  }
}

.dx8-tabs li a {
  color: #000;
  background: #cecece;
  display: block;
  font-size: 0.929em;
  padding: 11px 20px;
}

.dx8-tabs li a:hover {
  background: #b3b3b3;
}

.dx8-tabs li.is-active a {
  background: #f1f1f1;
  pointer-events: none;
}

@media screen and (max-width: 37.5em) {
  .dx8-tabs li {
    display: block;
    margin: 0;
  }
}

@media screen and (min-width: 37.5em) {
  .dx8-tabs li {
    display: block;
    float: left;
    vertical-align: bottom;
    margin: 0 1px 0 0;
  }
  [dir="rtl"] .dx8-tabs li {
    margin: 0 0 0 1px;
    float: right;
  }
}

#user-login-form,
#user-register-form,
#user-pass,
#search-form,
#search-block-form {
  border: 1px solid #dbdbdb;
  margin-top: -1px;
  margin-bottom: 15px;
  padding: 15px 30px;
}

#user-login-form .form-item,
#user-register-form .form-item,
#user-pass .form-item,
#search-form .form-item,
#search-block-form .form-item {
  padding: 15px 0;
}

#user-login-form .form-item .description,
#user-register-form .form-item .description,
#user-pass .form-item .description,
#search-form .form-item .description,
#search-block-form .form-item .description {
  margin-top: 10px;
}

#user-login-form .form-actions,
#user-register-form .form-actions,
#user-pass .form-actions,
#search-form .form-actions,
#search-block-form .form-actions {
  padding: 15px 0;
}

#user-login-form label,
#user-register-form label,
#user-pass label,
#search-form label,
#search-block-form label {
  display: table;
  margin-bottom: 10px;
}

#user-login-form input,
#user-login-form select,
#user-register-form input,
#user-register-form select,
#user-pass input,
#user-pass select,
#search-form input,
#search-form select,
#search-block-form input,
#search-block-form select {
  max-width: 100%;
}

#user-login-form details.form-wrapper,
#user-register-form details.form-wrapper,
#user-pass details.form-wrapper,
#search-form details.form-wrapper,
#search-block-form details.form-wrapper {
  border-bottom-width: 0;
  margin: 15px 0;
}

#user-login-form details.form-wrapper .dx8-details-content,
#user-register-form details.form-wrapper .dx8-details-content,
#user-pass details.form-wrapper .dx8-details-content,
#search-form details.form-wrapper .dx8-details-content,
#search-block-form details.form-wrapper .dx8-details-content {
  border: 1px solid #dbdbdb;
  border-top: 0;
  padding: 15px 30px;
}

#user-login-form details.form-wrapper .dx8-details-content fieldset,
#user-register-form details.form-wrapper .dx8-details-content fieldset,
#user-pass details.form-wrapper .dx8-details-content fieldset,
#search-form details.form-wrapper .dx8-details-content fieldset,
#search-block-form details.form-wrapper .dx8-details-content fieldset {
  border: 0;
}

#user-login-form details.form-wrapper .dx8-details-content legend,
#user-register-form details.form-wrapper .dx8-details-content legend,
#user-pass details.form-wrapper .dx8-details-content legend,
#search-form details.form-wrapper .dx8-details-content legend,
#search-block-form details.form-wrapper .dx8-details-content legend {
  position: relative;
  top: 15px;
  padding: 10px 0;
}

#user-login-form details.form-wrapper .dx8-details-content > fieldset > legend,
#user-register-form details.form-wrapper .dx8-details-content > fieldset > legend,
#user-pass details.form-wrapper .dx8-details-content > fieldset > legend,
#search-form details.form-wrapper .dx8-details-content > fieldset > legend,
#search-block-form details.form-wrapper .dx8-details-content > fieldset > legend {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}

#user-login-form details.form-wrapper summary,
#user-register-form details.form-wrapper summary,
#user-pass details.form-wrapper summary,
#search-form details.form-wrapper summary,
#search-block-form details.form-wrapper summary {
  padding: 10px;
  background: #dbdbdb;
}

#user-login-form .form-type-checkbox label,
#user-register-form .form-type-checkbox label,
#user-pass .form-type-checkbox label,
#search-form .form-type-checkbox label,
#search-block-form .form-type-checkbox label {
  margin-bottom: 0;
}

#user-login-form .form-checkbox,
#user-register-form .form-checkbox,
#user-pass .form-checkbox,
#search-form .form-checkbox,
#search-block-form .form-checkbox {
  margin-right: 10px;
  float: left;
}

#edit-help-link {
  display: block;
  margin-top: 10px;
}

.search-block-form {
  padding: 15px 0;
}

.search-block-form h2 {
  margin-bottom: 10px;
}

#search-block-form {
  padding: 0;
  border: 0;
}

#search-block-form:before,
#search-block-form:after {
  content: "";
  display: table;
}

#search-block-form:after {
  clear: both;
}

#search-block-form .form-item {
  margin-right: 15px;
}

#search-block-form .form-item,
#search-block-form .form-actions {
  float: left;
  padding: 0;
}

#search-block-form input {
  margin: 0;
}

.node-preview-container {
  background-color: #dbdbdb;
}

.node-preview-container .node-preview-backlink {
  display: inline-block;
  line-height: 14px;
  padding: 4px 15px;
  background: #0071b8 linear-gradient(to bottom, #007bc6, #0071b8);
  border: 1px solid #1e5c90;
  border-radius: 20px;
  font: 700 14px Arial;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.node-preview-container .node-preview-backlink:hover,
.node-preview-container .node-preview-backlink:focus {
  background: #2369a6 linear-gradient(to bottom, #0c97ed, #1f86c7);
  border-color: #1f86c7;
}

.node-preview-container .node-preview-backlink:hover {
  box-shadow: 0 1px 2px rgba(23, 26, 28, 0.25);
}

.node-preview-container .node-preview-backlink:focus {
  border-color: #1280df;
}

.node-preview-container .node-preview-backlink:active {
  background: #0071b8 linear-gradient(to bottom, #08639b, #0071b8);
  border-color: #144b78;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.node-preview-container .node-preview-backlink:before {
  content: '\00AB';
  margin-right: 5px;
  font-size: 16px;
}


.coh-style-block-4-article-page-kiosque .coh-container-boxed{
  max-width: 90rem;
}
.coh-style-block-4-article-page-kiosque span.coh-container,
.coh-style-block-4-article-page-kiosque .coh-container:after,
.coh-style-block-4-article-page-kiosque .coh-container:before{
  display: none;

}
.coh-style-block-4-article-page-kiosque .coh-row-inner .coh-column{
  border-left: 1px solid rgba(255,255,255,0.1);
}

.coh-style-block-4-article-page-kiosque .coh-row-inner .coh-column:first-child{
  border-left: 0;
}

.coh-style-block-4-article-page-kiosque .coh-row-inner .coh-column .coh-heading{
  min-height:5rem;
}


@media (max-width: 1199px) {
  .coh-style-block-4-article-page-kiosque .coh-row-inner .coh-column{
    border-left: 0;
  }
  .coh-style-block-4-article-page-kiosque .coh-row-inner .coh-column .coh-style-link-card .coh-container{
    min-height:  auto !important;
  }


  .kiosque-custom .coh-container-boxed{
    padding: 1rem 0 0 0;
  }
  .coh-style-block-4-article-page-kiosque .coh-row-inner .coh-column .coh-style-link-card .coh-container .coh-link{
    min-width: 185px !important;
  }

}




.coh-style-block-4-article-page-kiosque .coh-row-inner .coh-column .coh-style-link-card .coh-container{
  min-height:  25rem;
}

.coh-style-block-4-article-page-kiosque .coh-row-inner .coh-column .coh-style-link-card .coh-block .coh-container{
  min-height: auto
}

.coh-style-block-4-article-page-kiosque .coh-row-inner .coh-column .coh-style-link-card .coh-container .coh-link{
  width: 100%;
  padding-right: 2rem;
  min-width: 200px;
}

.coh-style-block-4-article-page-kiosque .coh-row-inner .coh-column .coh-style-link-card .coh-container h3 .coh-link{
  width: 100%;
  padding-right: 0;
}

.coh-style-block-4-article-page-kiosque .coh-row-inner .coh-column .coh-style-link-card .coh-container .coh-link:after{
  position: absolute;
  right: 0;
}

.chiffre-cle-custom{
  display: flex;
  margin: 0 !important;
  gap: 4rem;
  min-height: 16rem;
}

.chiffre-cle-custom .content-chiffre-cle {
  flex-direction: column-reverse;
  display: flex;
  justify-content: start;
  align-items: start;
}
.chiffre-cle-custom .content-chiffre-cle:nth-child(even) {
  justify-content: end;
}
.chiffre-cle-custom .content-chiffre-cle .chiffre{

  font-size: 70px;
}

.chiffre-cle-custom .content-chiffre-cle .texte{
  color: #1a2b48;
  padding-top: 1rem;
}

.post-header.chiffre-cle .coh-style-pre-heading-sg{
  font-weight: 600;
  color: #1a2b48;
  line-height: 1.2;
  font-size: 40px;
  font-family: 'Poppins';
}

.post-header.chiffre-cle h2 a {
  font-size: 19px;
  color: #1a2b48;
}

.coh-container-boxed{
  max-width: 90rem !important;
}

.chiffre-information{
  color: #1a2b48;

}

.language-link{
  padding: 14px 20px 14px 20px;
}


.slider-home-custom .coh-heading{
  font-size: 40px;
  color: rgb(26, 43, 72);
  font-weight: 600;
}

.slider-home-custom .slider-link a.coh-link {
  border-radius: 0;
}
.slider-home-custom .slider-link  {
  display: flex;
  align-items: end;
  justify-content: end;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.slider-home-custom figure{
  height: 100%;
}


@media (max-width: 1199px) {
  .slider-home-custom .coh-row-inner{
    display: flex;
    flex-direction: column;
  }
  .slider-home-custom .coh-row-inner .coh-column:first-child{
    padding: 2rem !important;
  }
  .slider-home-custom .slider-link  {
    position: unset !important;
  }
  .slider-home-custom .coh-row-inner .coh-column{
    min-height: 550px !important;
  }
}
.slider-home-custom .coh-row-inner .coh-column{
  min-height: 650px;
}
.slider-home-custom .coh-row-inner .coh-column:first-child{
  padding: 9rem 9rem 0 9rem;
}
.coh-slider-container  .coh-slider-item{
  padding: 0 !important;
}
.coh-slider-container .slick-list,
.coh-slider-container .coh-row-inner{
  margin: 0;
}

.coh-slider-container .coh-style-slider-pagination{
  padding-top:1rem !important;
}


.row-image-text .coh-heading{
  font-family: poppins, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #1a2b48;
  line-height: 1.2;
  font-size: 40px;
}
.row-image-text .coh-inline-element{
  padding-left: 5rem;
  font-family: cambonmedium, Georgia, Times, Times New Roman, serif;
  color: #1a2b48;
  line-height: 1.5;
  font-size: 22px;
}
.row-image-text .coh-wysiwyg {
  padding-left: 5rem;
}
.image-text-item{
  margin: 5.625rem 0;
}

@media (max-width: 1199px) {
  .image-text-item .row-reverse{
    margin: 0 !important;
  }
  .row-image-text .column-right{
    padding: 0 !important;
  }
  .row-image-text .coh-column{
    flex-direction: column-reverse;
  }
  .row-image-text .coh-column .coh-container{
    align-items: start;
  }
  .row-image-text .coh-heading{
    font-size: 40px;
  }
  .row-image-text .coh-inline-element,
  .row-image-text .coh-wysiwyg{
    padding-left: 0 !important;
  }
}
.row-image-text .coh-wysiwyg p {
  font-family: cambonmedium, Georgia, Times, Times New Roman, serif;
  font-weight: 300;
  line-height: 1.5;
  color: #1a2b48;
  font-size: 19px;
}
.row-image-text{
  flex-direction: row !important;
}
@media (max-width: 1199px) {
  .row-image-text {
    flex-direction: row-reverse !important;
  }
}
