@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
.breadcrumbs-section.default-section {
  padding-top: 1rem;
  margin-bottom: 1rem;
}
.breadcrumbs-section.default-section .wrap-content .content {
  position: relative;
}
.breadcrumbs-section.default-section .wrap-content .content .elementor-widget-breadcrumbs {
  position: relative;
  top: 0;
  display: flex;
}

.training-section .featured-img {
  padding-top: 2.5rem;
}
.training-section .featured-img img {
  border-radius: 10px;
  max-height: 400px;
  object-fit: cover;
}
.training-section .featured-img .elementor-widget-theme-post-featured-image {
  background-color: #fff;
  border-radius: 20px;
  max-height: 400px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  overflow: hidden;
}
.training-section .featured-img .elementor-widget-theme-post-featured-image.img-tag .elementor-widget-container {
  display: flex;
  justify-content: center;
}
.training-section .featured-img .elementor-widget-theme-post-featured-image.img-tag .elementor-widget-container img {
  min-height: 400px;
  max-width: 200px;
}
.training-section .body-training {
  padding: 50px 0 80px;
}
.training-section .body-training .column-left {
  padding-right: 3rem;
}
.training-section .body-training .column-left .formation-tag a {
  pointer-events: none;
}
.training-section .body-training .column-left .institution-sweb .see-website a {
  text-decoration: underline;
}
.training-section .body-training .column-left .row-competences .elementor-widget-heading {
  margin-bottom: 5px;
}
.training-section .body-training .column-left .row-competences .elementor-post-info .elementor-post-info__terms-list {
  color: transparent;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
.training-section .body-training .column-left .row-competences .elementor-post-info .elementor-post-info__terms-list > span {
  color: #252626;
  padding: 5px;
  border-radius: 5px;
  display: inline-flex;
  border: 1px solid #252626;
  line-height: 14px;
  margin-right: 0.5rem;
}
.training-section .body-training .column-right {
  border: 1px solid #252626;
  border-radius: 10px;
  max-width: 390px;
  padding: 30px;
}
.training-section .body-training .column-right .row-right .default-btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.training-section .body-training .column-right .row-right .default-btn .elementor-button-wrapper a {
  width: 100%;
}

.advice-section {
  padding: 70px 0;
}
.advice-section .wrap-content .content .left-column h2 {
  padding: 20px 0;
  padding-left: 4.575rem;
  background: url(../images/icon-integ.svg) no-repeat left center;
  background-size: 64px;
  margin-bottom: 35px;
  color: #efeae3;
}
.advice-section .wrap-content .content .left-column .elementor-widget-text-editor p {
  color: #efeae3;
  font-size: 24px;
  margin-top: 0;
}
.advice-section .wrap-content .content .right-column {
  max-width: 300px;
}

@media only screen and (max-width: 768px) {
  .training-section .body-training {
    padding-top: 1rem;
  }
  .training-section .body-training .column-left {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 2rem;
  }
  .training-section .body-training .column-right {
    margin-left: 20px;
    padding: 30px 20px;
  }
  .training-section .body-training .column-right .row-right {
    padding: 0;
  }
  .training-section .body-training .column-right .row-right:first-child {
    justify-content: center;
  }
  .training-section .body-training .column-right .row-right .default-btn {
    max-width: 250px;
  }
  .advice-section .wrap-content .content .right-column {
    max-width: 100%;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 460px) {
  .training-section .body-training .column-right {
    margin-left: 0;
  }
  .training-section .body-training .column-right .row-right .default-btn {
    max-width: 100%;
  }
}