/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/plugins/performances/assets/scss/page-domain.scss ***!
  \***********************************************************************************************************************************************************/
div#page-domain {
  margin-top: -25px;
}
div#page-domain .performances_search_bottom_widgets .wp-block-column:nth-of-type(2) {
  display: none;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  div#page-domain .performances_search_bottom_widgets {
    margin-top: 20px;
  }
  div#page-domain .performances_search_bottom_widgets .wp-block-column:nth-of-type(2) {
    display: block;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  div#page-domain {
    margin-top: -10px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/plugins/performances/assets/scss/places.scss ***!
  \******************************************************************************************************************************************************/
.performances_place {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 2em;
}
.performances_place > div:first-child {
  width: 200px;
  margin-right: 1em;
}
.performances_place > div:first-child > img {
  width: 100%;
}
.performances_place > div:nth-child(2) {
  flex: 1;
}
.performances_place > div:nth-child(3) > a > div {
  color: white;
  text-align: center;
  text-transform: uppercase;
  background-color: rgb(123, 180, 33);
}
.performances_place > div:nth-child(3) > a > img {
  display: block;
}

.performances_places_filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5em;
}
.performances_places_filter > div:first-child {
  font-weight: bold;
}
.performances_places_filter > div:nth-child(2) > select {
  margin-left: 0.5em;
}
/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/plugins/performances/assets/scss/widget_area_catalogue.scss ***!
  \*********************************************************************************************************************************************************************/
.performances_widget_catalogue_area {
  display: inline-block;
  padding: 10px 20px;
  color: black;
  font-size: 18px;
  border: 2px silver solid;
  border-radius: 5px;
}
.performances_widget_catalogue_area > .widget_image1 {
  margin-top: 0.5em;
}
.performances_widget_catalogue_area > .widget_image1 > img {
  display: block;
  border: 2px silver solid;
}
.performances_widget_catalogue_area > .widget_link1,
.performances_widget_catalogue_area > .widget_link2 {
  margin-top: 0.5em;
}
.performances_widget_catalogue_area > .widget_link1 > a,
.performances_widget_catalogue_area > .widget_link2 > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: inherit;
  font-size: 0.9em;
}
.performances_widget_catalogue_area > .widget_link1 > a > img,
.performances_widget_catalogue_area > .widget_link2 > a > img {
  max-height: 30px;
}
.performances_widget_catalogue_area > .widget_link1 > a > span,
.performances_widget_catalogue_area > .widget_link2 > a > span {
  flex: 1;
  margin-left: 0.5em;
}
.performances_widget_catalogue_area > .widget_title {
  font-size: 1.1em;
  text-align: center;
  text-transform: uppercase;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  div.performances_widget_catalogue_area > div.widget_image1 {
    margin: 1em 0;
  }
}
/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/plugins/performances/assets/scss/widget_article_search.scss ***!
  \*********************************************************************************************************************************************************************/
.performances_widget_article_search_domain_description {
  font-size: 14px;
}

.performances_widget_article_search_filters {
  clear: both;
  margin-top: 1em;
  font-size: 12px;
}
.performances_widget_article_search_filters input[type=date]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
.performances_widget_article_search_filters input[type=date] {
  padding: 0.6em 0;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  width: 100px;
}
.performances_widget_article_search_filters label.hidden {
  display: none;
}
.performances_widget_article_search_filters p {
  color: rgb(100, 100, 100);
  font-weight: bold;
}
.performances_widget_article_search_filters select {
  width: 100%;
  margin: 0;
  padding: 0.5em;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  background-color: white;
  border: 1px silver solid;
  display: none;
}
.performances_widget_article_search_filters > div:first-of-type > div {
  margin-top: 0.5em;
}
.performances_widget_article_search_filters > div:first-of-type > div.filter_date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.performances_widget_article_search_filters > div:nth-of-type(2) {
  text-align: right;
}
.performances_widget_article_search_filters > div:nth-of-type(2) > div > button {
  color: rgb(232, 64, 63);
  font-size: 1.1em;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
}

.performances_widget_article_search_results {
  color: black;
}
.performances_widget_article_search_results.grouped .search_result_domain_title {
  font-size: 17px;
  text-transform: uppercase;
}
.performances_widget_article_search_results.grouped .search_result {
  display: flex;
  flex-direction: column;
  border: #aaaaaa 3px solid;
  border-radius: 3px;
}
.performances_widget_article_search_results.grouped .search_result .search_result_main {
  background-color: #fbfbfb;
  border-bottom: 3px solid #aaaaaa;
  display: flex;
  align-items: center;
}
.performances_widget_article_search_results.grouped .search_result .search_result_main.full-border {
  border-bottom: none;
}
.performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_summary {
  width: 60%;
  display: flex;
  flex-direction: column;
  background-color: transparent;
}
.performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_summary .search_result_certification_option div.tag {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 2px 6px;
  letter-spacing: 0.02EM;
  border-radius: 15px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  width: fit-content;
  display: inline-block;
}
.performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_summary .search_result_certification_option div.cpf-tag {
  background-color: #BD0511;
}
.performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_summary .search_result_certification_option div.new-tag {
  background-color: #7ab421;
}
.performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_summary .search_result_certification_option div.bestof-tag {
  background-color: #fff;
  color: #5a8190;
  border: 1px solid #5a8190;
}
.performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_summary .search_result_certification_option div.parcours-tag {
  background-color: #438490;
}
.performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_summary .search_result_title {
  align-self: baseline;
  align-items: baseline;
  border-bottom: none;
  background-color: transparent;
}
.performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_summary .search_result_title:hover {
  background-color: transparent;
}
.performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_summary .search_result_title:after {
  content: none;
}
.performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_summary .search_result_title .search_result_type {
  font-weight: normal;
  font-size: 14px;
  color: #50838b;
  margin-right: 0.3rem;
  white-space: nowrap;
}
.performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_summary .search_result_summary_text {
  margin-top: 0.2rem;
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
  display: none;
}
.performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_infos {
  min-width: 94px;
}
.performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_infos .search_result_duration,
.performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_infos .search_result_price {
  margin-left: 0;
}
.performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_infos .search_result_duration {
  font-size: 15px;
}
.performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_infos .search_result_price {
  font-size: 12px;
}
.performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_links {
  display: none;
}
.performances_widget_article_search_results.grouped .search_result .search_result_option {
  background-color: #fff;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_summary {
  display: flex;
  flex-direction: column;
  width: 96%;
  background-color: transparent;
}
.performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_summary.course {
  width: 100%;
}
.performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_summary > a {
  color: black;
}
.performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_summary > a::after {
  display: none;
}
.performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_summary .search_result_title {
  align-self: baseline;
  margin-left: 12px;
}
.performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_summary .search_result_title .search_result_type {
  font-weight: normal;
  font-size: 14px;
  color: #50838b;
  margin-right: 0.3rem;
  white-space: nowrap;
  text-transform: uppercase;
}
.performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_infos .search_result_duration,
.performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_infos .search_result_price {
  margin-left: 0;
}
.performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_infos .search_result_duration {
  font-size: 15px;
}
.performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_infos .search_result_price {
  font-size: 12px;
}
.performances_widget_article_search_results.grouped .search_result .search_result_option a .search_result_links {
  display: none;
}
.performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_certification_option {
  margin: 10px 10px 4px;
}
.performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_certification_option div.tag {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 2px 6px;
  letter-spacing: 0.02EM;
  border-radius: 15px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  width: fit-content;
  display: inline-block;
}
.performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_certification_option div.cpf-tag {
  background-color: #BD0511;
}
.performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_certification_option div.new-tag {
  background-color: #7ab421;
}
.performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_certification_option div.bestof-tag {
  background-color: #fff;
  color: #5a8190;
  border: 1px solid #5a8190;
}
.performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_certification_option div.parcours-tag {
  background-color: #438490;
  color: #fff;
  border-radius: 15px;
  padding: 3px 9px 4px;
}
.performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_explanation_sentence {
  display: none;
  padding: 4px 0 12px 15px;
  line-height: 16px;
  font-size: 13px;
  font-weight: 200;
}
.performances_widget_article_search_results.grouped .search_result .search_result_arrow {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 15px solid #86a4a9;
}
.performances_widget_article_search_results.grouped .search_result_links {
  font-size: 1em;
  display: flex;
  flex-direction: column;
}
.performances_widget_article_search_results.grouped .search_result_links > a {
  display: none;
  flex-direction: column;
  padding: 1em;
}
.performances_widget_article_search_results.grouped .search_result_links > a > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
  margin-top: 0.5em;
  padding: 1px 5px;
  color: black;
  font-weight: bold;
  background-color: white;
  border: 2px black solid;
}
.performances_widget_article_search_results.grouped .search_result_links > a > a:hover {
  background-color: rgb(240, 240, 240);
}
.performances_widget_article_search_results .search_result_header,
.performances_widget_article_search_results .search_result_summary,
.performances_widget_article_search_results .search_result_links,
.performances_widget_article_search_results .search_result.opened .search_result_title {
  background-color: #d5e1e2;
}
.performances_widget_article_search_results .search_result {
  margin-top: 0.5em;
}
.performances_widget_article_search_results .search_result:last-child {
  margin-bottom: 1em;
}
.performances_widget_article_search_results .search_result .search_result_main {
  background-color: #f7f6f4;
  border-width: 1px 0 1px 1px;
}
.performances_widget_article_search_results .search_result_arrow {
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 24px solid #86a4a9;
  margin-right: 0.5rem;
}
.performances_widget_article_search_results .search_result_aside {
  display: none;
}
.performances_widget_article_search_results .search_result_domain_title {
  font-size: 17px;
  font-weight: 800;
}
.performances_widget_article_search_results .search_result_domain_title:nth-of-type(n+2) {
  margin-top: 1.5em;
}
.performances_widget_article_search_results .search_result_duration {
  display: none;
  flex: 1;
  padding: 1em 1em 0 1em;
  font-weight: bold;
  font-size: 0.9em;
}
.performances_widget_article_search_results .search_result_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.performances_widget_article_search_results .search_result_links {
  display: none;
  flex-direction: column;
  padding: 1em;
}
.performances_widget_article_search_results .search_result_links > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
  margin-top: 0.5em;
  padding: 1px 5px;
  color: black;
  font-weight: bold;
  background-color: white;
  border: 2px black solid;
}
.performances_widget_article_search_results .search_result_links > a:hover {
  background-color: rgb(240, 240, 240);
}
.performances_widget_article_search_results .search_result_price {
  display: none;
  flex: 1;
  padding: 1em 1em 0 1em;
  font-size: 0.9em;
}
.performances_widget_article_search_results .search_result_tags {
  display: none;
  width: 100%;
  padding: 1em 1em 0 1em;
}
.performances_widget_article_search_results .search_result_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1em;
  color: black;
  font-weight: bold;
  background-color: #e7e7e7;
  border-bottom: 5px white solid;
  transition: all 0.3s;
}
.performances_widget_article_search_results .search_result_title:after {
  content: url(/wp-content/themes/strata-child/build/c03b714f8e890afd6c59.png);
  margin-left: 0.5em;
}
.performances_widget_article_search_results .search_result_title:hover {
  background-color: #d7d7d7;
  cursor: pointer;
}
.performances_widget_article_search_results .search_result.opened .search_result_duration,
.performances_widget_article_search_results .search_result_grouped.opened .search_result_duration {
  display: block;
}
.performances_widget_article_search_results .search_result.opened .search_result_links,
.performances_widget_article_search_results .search_result_grouped.opened .search_result_links {
  display: flex;
}
.performances_widget_article_search_results .search_result.opened .search_result_price,
.performances_widget_article_search_results .search_result_grouped.opened .search_result_price {
  display: block;
}
.performances_widget_article_search_results .search_result.opened .search_result_tags,
.performances_widget_article_search_results .search_result_grouped.opened .search_result_tags {
  display: block;
}
.performances_widget_article_search_results .search_result.opened .search_result_title:after,
.performances_widget_article_search_results .search_result_grouped.opened .search_result_title:after {
  content: url(/wp-content/themes/strata-child/build/74557e4ade629e057903.png);
}

.performances_widget_article_search_title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0;
}
.performances_widget_article_search_title .domain_icon {
  float: left;
  display: block;
  margin-right: 10px;
}
.performances_widget_article_search_title .domain_label {
  text-transform: uppercase;
}
.performances_widget_article_search_title .domain_title {
  font-weight: bold;
  text-transform: uppercase;
}
.performances_widget_article_search_title .search_icon {
  width: 40px;
  height: 40px;
  color: white;
  text-align: center;
  background-color: #438490;
  border-radius: 50%;
}
.performances_widget_article_search_title .search_icon > .fa {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -2px;
}
.performances_widget_article_search_title .search_query {
  margin-left: 0.3em;
}
.performances_widget_article_search_title .search_results {
  display: block;
  margin-left: 0.3em;
  color: red;
}
.performances_widget_article_search_title .search_title {
  margin-left: 0.3em;
  font-weight: bold;
}

/**
Small devices (landscape phones, 480px and up)
*/
@media (min-width: 480px) {
  .performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_summary {
    width: 72%;
  }
}
/**
Small devices (landscape phones, 576px and down)
*/
@media (max-width: 576px) {
  div.search_result_title {
    font-size: 15px;
    line-height: 17px;
  }
}
/**
Small devices (landscape phones, 576px and up)
*/
@media (min-width: 576px) {
  .performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_summary {
    width: 80%;
  }
}
/**
Medium devices (tablets, 768px and down)
*/
@media (max-width: 768px) {
  div.search_result_title {
    font-size: 1.1em;
    line-height: 1.15em;
  }
  body.page-id-18050 div.container_inner.clearfix {
    padding-top: 20px;
  }
}
/**
Medium devices (tablets, 768px and up)
*/
@media (min-width: 768px) {
  body.page-id-18050 div.container_inner.clearfix {
    width: 650px;
  }
  #is_mobile {
    display: none;
  }
  .performances_widget_article_search_filters.grouped {
    border-bottom: 3px dotted #86a4a9;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 0;
  }
  .performances_widget_article_search_filters.grouped .filters {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .performances_widget_article_search_filters.grouped .filters .inline-filter {
    display: flex;
    margin-left: 0;
    align-items: center;
    width: 100%;
  }
  .performances_widget_article_search_filters.grouped .filters .inline-filter label {
    width: 100%;
    max-width: 13rem;
    color: #666666;
    font-weight: 600;
    font-size: 1rem;
    display: none;
  }
  .performances_widget_article_search_filters.grouped .filters .inline-filter #filter_search_text {
    font-size: 14px;
    width: 100%;
    padding: 7px 15px 8px;
    border: 2px solid #e5e4df;
    border-radius: 30px 0 0 30px;
  }
  .performances_widget_article_search_filters.grouped .filters .inline-filter #filter_search_button {
    padding: 8.3px 9px;
    font-size: 16px;
    border: 0;
    background-color: #e5e4df;
    color: #f05948;
    border: none;
  }
  .performances_widget_article_search_filters input[type=date] {
    padding: 0.6em;
  }
  .performances_widget_article_search_filters > div:first-of-type {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .performances_widget_article_search_filters > div:first-of-type > div:nth-of-type(n+2) {
    margin-left: 1em;
  }
  .performances_widget_article_search_filters > div:first-of-type > div.filter_date {
    flex-grow: 0;
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }
  .performances_widget_article_search_filters > div:first-of-type > div.filter_date > label {
    margin-right: 0.5em;
  }
  .performances_widget_article_search_filters > div:first-of-type > div.filter_date > label:nth-of-type(2) {
    margin-left: 0.5em;
  }
  .performances_widget_article_search_filters > div:nth-of-type(2) {
    margin-top: 0.5em;
  }
  .performances_widget_article_search_results.grouped .search_result_links {
    display: flex;
    flex-direction: column;
    padding: 0;
    font-size: 1em;
    background-color: transparent;
  }
  .performances_widget_article_search_results.grouped .search_result_links > strong:hover,
  .performances_widget_article_search_results.grouped .search_result_links > span:hover {
    color: #86a4a9;
  }
  .performances_widget_article_search_results.grouped .search_result_main,
  .performances_widget_article_search_results.grouped .search_result_main > a,
  .performances_widget_article_search_results.grouped .search_result_option > a {
    display: flex;
    align-items: center;
    color: black;
  }
  .performances_widget_article_search_results.grouped .search_result {
    margin-bottom: 30px;
  }
  .performances_widget_article_search_results.grouped .search_result .search_result_main {
    border: 1px solid #64635f;
    border-radius: 20px;
  }
  .performances_widget_article_search_results.grouped .search_result .search_result_main.full-border {
    border-bottom: 1px solid #64635f;
  }
  .performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_summary {
    width: 72%;
  }
  .performances_widget_article_search_results.grouped .search_result .search_result_main a .search_result_links {
    display: flex;
  }
  .performances_widget_article_search_results.grouped .search_result .search_result_option {
    border: 1px solid #64635f;
    border-radius: 20px;
    margin-top: 10px;
  }
  .performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_summary {
    width: 72%;
  }
  .performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_summary > a.search_result_title::after {
    content: url(/wp-content/themes/strata-child/build/c03b714f8e890afd6c59.png);
    display: block;
  }
  .performances_widget_article_search_results.grouped .search_result .search_result_option .search_result_summary .search_result_explanation_sentence {
    display: block;
  }
  .performances_widget_article_search_results.grouped .search_result .search_result_option a .search_result_links {
    display: flex;
  }
  .performances_widget_article_search_results.grouped .search_result .search_result_arrow {
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 24px solid #86a4a9;
  }
  .performances_widget_article_search_results .search_result {
    display: flex;
    flex-direction: row;
  }
  .performances_widget_article_search_results .search_result_aside {
    display: flex;
    flex-direction: row;
  }
  .performances_widget_article_search_results .search_result_aside > a {
    display: block;
    padding: 10px;
    color: white;
    font-size: 20px;
    font-weight: bold;
  }
  .performances_widget_article_search_results .search_result_aside > a > img {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .performances_widget_article_search_results .search_result_duration {
    display: block;
    flex: none;
    margin-left: 1em;
    padding: 0;
  }
  .performances_widget_article_search_results .search_result_header,
  .performances_widget_article_search_results .search_result_summary {
    background-color: transparent;
  }
  .performances_widget_article_search_results .search_result_links {
    display: flex;
    flex-direction: row;
    padding: 0;
    font-size: 0.9em;
    background-color: transparent;
  }
  .performances_widget_article_search_results .search_result_links > a > img {
    margin-left: 0.5em;
  }
  .performances_widget_article_search_results .search_result_main {
    flex: 1;
    min-width: 0;
    padding: 6px 5px 8px 12px;
  }
  .performances_widget_article_search_results .search_result_infos {
    width: 10%;
    text-align: center;
  }
  .performances_widget_article_search_results .search_result_price {
    display: block;
    flex: none;
    margin-left: 1em;
    padding: 0;
  }
  .performances_widget_article_search_results .search_result_tags {
    display: block;
    width: auto;
    padding: 0;
    font-size: 0.85em;
  }
  .performances_widget_article_search_results .search_result_tags .product_tag {
    padding: 0.2em;
    line-height: 1em;
  }
  .performances_widget_article_search_results .search_result_title {
    width: auto;
    flex: 1;
    padding: 0;
    font-size: 1.15em;
    background-color: transparent;
    border: none;
  }
  .performances_widget_article_search_results .search_result_title:after {
    content: none;
    margin: 0;
  }
  .performances_widget_article_search_results .search_result_title:hover {
    text-decoration: underline;
    background-color: transparent;
  }
  .performances_widget_article_search_results .search_result.opened .search_result_title {
    background-color: inherit;
  }
  .performances_widget_article_search_results .search_result.opened .search_result_title:after {
    content: none;
  }
  .performances_widget_article_search_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 19px;
    line-height: 1em;
  }
  .performances_widget_article_search_title .domain_icon {
    float: none;
  }
  .performances_widget_article_search_title .domain_label {
    margin-right: 0.3em;
  }
  .performances_widget_article_search_title .domain_title {
    margin-right: 0.3em;
  }
  .performances_widget_article_search_title .search_results {
    display: block;
  }
}
/**
Large devices (desktops, 992px and up)
*/
@media (min-width: 992px) {
  body.page-id-18050 div.container_inner.clearfix {
    width: 950px;
  }
  .performances_widget_article_search_filters > div:first-of-type {
    flex-wrap: nowrap;
  }
  .performances_widget_article_search_filters > div:first-of-type > div.filter_date {
    width: auto;
    margin-left: 1em;
  }
  .performances_widget_article_search_results .search_result_links {
    font-size: 1em;
  }
  .performances_widget_article_search_results .search_result_tags {
    font-size: 1em;
  }
  .performances_widget_article_search_results .search_result_tags .product_tag {
    padding: 0 0.5em;
    line-height: inherit;
  }
  .performances_widget_article_search_results .search_result_title {
    font-size: 1.3em;
    border-bottom: 5px white solid;
  }
  .performances_widget_article_search_results.grouped .search_result_domain_title {
    font-size: 17px;
    text-transform: uppercase;
    display: none;
  }
  .performances_widget_article_search_results.grouped .search_result {
    border: none;
  }
  .performances_widget_article_search_results.grouped .search_result .search_result_main .search_result_summary .search_result_summary_text {
    display: block;
  }
  .performances_widget_article_search_title {
    font-size: 24px;
  }
}
/**
 Extra large devices (large desktops, 1200px and up)
 */
/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/plugins/performances/assets/scss/widget_best_of.scss ***!
  \**************************************************************************************************************************************************************/
.performances_widget_best_of {
  color: black;
  font-size: 16px;
}

.performances_widget_best_of_article {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 3px solid #f15946;
}
.performances_widget_best_of_article:nth-of-type(n+6) {
  display: none;
}

.performances_widget_best_of_article_links {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
}
.performances_widget_best_of_article_links > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 1px 5px;
  color: black;
  background-color: white;
  border: 1px silver solid;
}
.performances_widget_best_of_article_links > a > img {
  margin-left: 5px;
}

.performances_widget_best_of_article_title {
  font-weight: bold;
}

.performances_widget_best_of_header {
  text-align: center;
}

.performances_widget_best_of_results {
  margin-top: 20px;
}

.performances_widget_best_of_title {
  display: inline-block;
  padding: 7px 15px;
  margin-top: 10px !important;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f15946;
  border-radius: 5px;
  line-height: 18px;
}

.vc_custom_1552649290616 .section_inner {
  width: 90% !important;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .performances_widget_best_of_article {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .performances_widget_best_of_article:nth-of-type(n+6) {
    display: block;
  }
  .performances_widget_best_of_article:nth-of-type(n+11) {
    display: none;
  }
  .performances_widget_best_of_results {
    column-count: 2;
  }
  .performances_widget_best_of_article_links {
    font-size: 15px;
    line-height: 26px;
    width: 75%;
  }
  .performances_widget_best_of_article_title {
    font-size: 18px;
    line-height: 20px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .performances_widget_best_of_article_links {
    flex-direction: row;
    line-height: initial;
    width: initial;
    padding-bottom: initial;
  }
  .performances_widget_best_of_article_links > a {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .performances_widget_best_of {
    padding: 20px 40px;
  }
  .vc_custom_1552649290616 .section_inner {
    width: 1100px !important;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .performances_widget_best_of {
    padding: 20px;
    background-color: white;
  }
  .performances_widget_best_of_results {
    column-gap: 60px;
    column-rule: 2px rgb(222, 220, 218) solid;
  }
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/plugins/performances/assets/scss/widget_espaceprive.scss ***!
  \******************************************************************************************************************************************************************/
@keyframes blink {
  50% {
    background-color: #fce37e;
    border-color: #239cd3;
  }
}
.performances_widget_espaceprive {
  box-sizing: border-box;
  position: relative;
}
.performances_widget_espaceprive * {
  box-sizing: border-box;
}
.performances_widget_espaceprive button {
  outline: none;
}

.performances_widget_espaceprive_button {
  display: block;
  padding: 7px 10px;
  border: 0;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background-color: #beac93;
}
.performances_widget_espaceprive_button > span {
  display: none;
}

.performances_widget_espaceprive_zone {
  display: none;
  position: absolute;
  right: 0;
  padding: 10px;
  background-color: white;
  border: 1px silver solid;
  z-index: 999;
}
.performances_widget_espaceprive_zone.visible {
  display: block;
}
.performances_widget_espaceprive_zone input {
  width: 100%;
}

.performances_widget_espaceprive_zone_connecte_compte > a {
  animation: blink 0.5s step-end infinite alternate;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .performances_widget_espaceprive_button > span {
    display: inline-block;
  }
  .performances_widget_espaceprive_button .fa {
    font-size: 20px;
    vertical-align: -1px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/plugins/performances/assets/scss/widget_event_search.scss ***!
  \*******************************************************************************************************************************************************************/
.search_no_results {
  margin: 20px 0;
  font-size: 19px;
  line-height: 22px;
}

/* Filter */
form.performances_event_search_filter {
  clear: both;
  margin-top: 1em;
  font-size: 12px;
}
form.performances_event_search_filter input[type=date]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
form.performances_event_search_filter input[type=date] {
  padding: 0.6em 0;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  width: 100px;
}
form.performances_event_search_filter label.hidden {
  display: none;
}
form.performances_event_search_filter p {
  color: grey;
  font-weight: bold;
}
form.performances_event_search_filter select {
  width: 100%;
  margin: 0;
  padding: 0.5em;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  background-color: white;
  border: 1px silver solid;
}
form.performances_event_search_filter > div:first-of-type > div {
  margin-top: 0.5em;
}
form.performances_event_search_filter > div:first-of-type > div.filter_date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
form.performances_event_search_filter > div:nth-of-type(2) {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
form.performances_event_search_filter > div:nth-of-type(2) > div > button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
form.performances_event_search_filter > div:nth-of-type(2) > div > button.submit {
  color: white;
  background-color: #97B0B4;
  font-size: 1.1em;
  text-transform: uppercase;
  width: 100%;
}
form.performances_event_search_filter > div:nth-of-type(2) > div > button.submit:hover {
  background-color: #2e7695;
}
form.performances_event_search_filter > div:nth-of-type(2) > div > button.remove_filters {
  color: #3d3d3e;
  font-size: 10px;
  line-height: 12px;
}
form.performances_event_search_filter > div:nth-of-type(2) > div > a {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
form.performances_event_search_filter > div:nth-of-type(2) > div > a.submit {
  color: white;
  background-color: #97B0B4;
  border-radius: 3px;
  font-size: 1.1em;
  text-transform: uppercase;
  width: 100%;
  padding: 2px 12px;
}
form.performances_event_search_filter > div:nth-of-type(2) > div > a.submit:hover {
  background-color: #2e7695;
}
form.performances_event_search_filter > div:nth-of-type(2) > div > a.remove_filters {
  color: #3d3d3e;
  font-size: 10px;
  line-height: 12px;
}

/* Results */
div.performances_event_search_results {
  color: black;
}
div.performances_event_search_results div.performances_events_search_event_result.hidden {
  display: none;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event {
  margin: 7px 0;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event.opened div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title {
  background-color: #ebd2d2;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event.opened div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title:after {
  content: none;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event.opened div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations {
  background-color: #f7f6f4;
  padding: 15px 5px 5px 15px;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event.opened div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations div.performances_events_search_event_tags {
  display: block;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event.opened div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations div.performances_events_search_event_price {
  display: inline-block;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event.opened div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations div.performances_events_search_event_duration {
  display: inline-block;
  margin-left: 10px;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event.opened div.performances_events_search_event_links {
  display: flex;
  background-color: #f7f6f4;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content,
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links {
  background-color: #e7e7e7;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_date {
  display: none;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent {
  width: 100%;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent > a {
  color: black !important;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title {
  padding: 15px 15px 10px 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title:after {
  content: url(/wp-content/themes/strata-child/build/c03b714f8e890afd6c59.png);
  align-self: center;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title div.performances_events_search_event_dates {
  margin-top: 5px;
  color: white;
  padding: 3px 8px;
  background-color: #e22d31;
  width: 92%;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title div.performances_events_search_event_dates strong.performances_events_search_event_city {
  text-transform: uppercase;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title div.performances_events_search_event_product {
  margin-top: 5px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 10px);
  text-align: center;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations {
  padding: 0;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations div.performances_events_search_event_tags {
  display: none;
  margin-bottom: 5px;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations div.performances_events_search_event_price {
  display: none;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations div.performances_events_search_event_price small {
  display: none;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations div.performances_events_search_event_duration {
  display: none;
  font-weight: 600;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links {
  display: none;
  flex-direction: column;
  padding: 0 1em 1em 1em;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
  margin-top: 0.5em;
  padding: 1px 5px;
  color: black;
  font-weight: bold;
  background-color: white;
  border: 1px black solid;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links > a > span {
  color: red;
  font-size: 30px;
  font-weight: 400;
}
div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event_aside {
  display: none;
}

/* More results */
.performances_event_search_more_results {
  margin-top: 30px;
  text-align: center;
}
.performances_event_search_more_results > a {
  padding: 10px;
  border-radius: 5px;
  color: black;
  font-size: 18px;
  border: 1px red solid;
  display: block;
  margin-bottom: 30px;
}

/* Widgets (TODO) */
@media screen and (min-width: 768px) {
  #is_mobile {
    display: none;
  }
  /* Filter */
  .performances_event_search_filter input[type=date] {
    padding: 0.6em;
  }
  .performances_event_search_filter > div:first-of-type {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .performances_event_search_filter > div:first-of-type > div {
    flex-grow: 1;
  }
  .performances_event_search_filter > div:first-of-type > div:nth-of-type(n+2) {
    margin-left: 1em;
  }
  .performances_event_search_filter > div:first-of-type > div.filter_date {
    flex-grow: 0;
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }
  .performances_event_search_filter > div:first-of-type > div.filter_date > label {
    margin-right: 0.5em;
  }
  .performances_event_search_filter > div:first-of-type > div.filter_date > label:nth-of-type(2) {
    margin-left: 0.5em;
  }
  .performances_event_search_filter > div:nth-of-type(2) {
    margin-top: 0.5em;
  }
  /* Results */
  div.performances_event_search_results {
    margin-top: 20px;
  }
  div.performances_event_search_results div.performances_events_search_event_result {
    display: flex;
    margin-top: 10px;
  }
  div.performances_event_search_results div.performances_events_search_event_result.hidden {
    display: none;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event {
    display: flex;
    flex-direction: column;
    margin: 0;
    color: black;
    background-color: rgb(237, 237, 237);
    border: solid #d8d5d0;
    border-width: 2px 0 2px 2px;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event.opened div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title {
    background-color: transparent;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event.opened div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations {
    background-color: transparent;
    padding: 0;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event.opened div.performances_events_search_event_links {
    background-color: transparent;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event.hidden {
    display: none;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content {
    display: flex;
    width: calc(100% - 22px);
    padding: 10px 10px 0 10px;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_date {
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 70px;
    text-align: center;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_date div.performances_events_search_event_day {
    padding: 7px 0;
    color: white;
    font-size: 30px;
    font-weight: bold;
    background-color: rgb(85, 74, 78);
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_date div.performances_events_search_event_month {
    padding-top: 3px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgb(151, 151, 153);
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_date div.performances_events_search_event_year {
    padding-bottom: 3px;
    color: white;
    background-color: rgb(151, 151, 153);
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent {
    margin-left: 20px;
    width: calc(100% - 90px);
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title {
    display: block;
    padding: 0;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title:after {
    content: none;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title div.performances_events_search_event_dates {
    color: black;
    font-size: 14px;
    background: transparent;
    padding: 0;
    width: fit-content;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title div.performances_events_search_event_dates strong.performances_events_search_event_city {
    color: red;
    text-transform: uppercase;
    display: inline-block;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title div.performances_events_search_event_product {
    padding: 0;
    margin-top: 3px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations {
    display: flex;
    margin-top: 7px;
    flex-direction: row;
    font-size: 14px;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations div.performances_events_search_event_tags {
    display: block;
    margin-right: 20px;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations div.performances_events_search_event_price {
    display: inline;
    margin-right: 20px;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations div.performances_events_search_event_price small {
    display: inline;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations div.performances_events_search_event_duration {
    display: block;
    font-weight: bold;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event > div.performances_events_search_event_links {
    display: flex;
    flex-direction: row;
    flex: 1;
    font-size: 14px;
    line-height: 9px;
    padding: 4px 10px 6px 10px;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event > div.performances_events_search_event_links > a {
    display: block;
    padding: 6px 6px 8px 7px !important;
    color: inherit;
    background-color: white;
    border: 1px black solid;
    line-height: 10px;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event > div.performances_events_search_event_links > a > span {
    float: right;
    color: red;
    font-size: 20px;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event_aside {
    display: flex;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event_aside > a {
    display: block;
    padding: 10px;
    color: white;
    font-size: 20px;
    font-weight: bold;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event_aside > a img {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  /* Filter */
  .performances_event_search_filter {
    /* version onglet page formation */
  }
  .performances_event_search_filter > div:first-of-type {
    flex-wrap: nowrap;
  }
  .performances_event_search_filter > div:first-of-type > div.filter_date {
    width: auto;
    margin-left: 1em;
  }
  .performances_event_search_filter > div.performances_events_tab_filter {
    display: inline-flex;
    width: 85%;
  }
  .performances_event_search_filter > div.performances_events_tab_filter > div {
    flex-grow: unset;
    width: 25%;
  }
  .performances_event_search_filter > div.performances_events_tab_filter > div button.submit {
    color: white;
    background-color: #2e7695;
  }
  /* Results */
  div.performances_event_search_results {
    margin-top: 20px;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    color: black;
    background-color: rgb(237, 237, 237);
    width: 100%;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event.hidden {
    display: none;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event .performances_events_search_event_content {
    display: flex;
    flex-direction: row;
    width: 850px;
    padding: 10px;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event .performances_events_search_event_content .performances_events_search_event_date {
    display: flex;
    flex-direction: column;
    width: 70px;
    text-align: center;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event .performances_events_search_event_content .performances_events_search_event_date .performances_events_search_event_day {
    padding: 7px 0;
    color: white;
    font-size: 30px;
    font-weight: bold;
    background-color: rgb(85, 74, 78);
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event .performances_events_search_event_content .performances_events_search_event_date .performances_events_search_event_month {
    padding-top: 3px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgb(151, 151, 153);
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event .performances_events_search_event_content .performances_events_search_event_date .performances_events_search_event_year {
    padding-bottom: 3px;
    color: white;
    background-color: rgb(151, 151, 153);
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event .performances_events_search_event_content .performances_events_search_event_subcontent {
    margin-left: 20px;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event .performances_events_search_event_content .performances_events_search_event_subcontent .performances_events_search_event_dates {
    font-size: 14px;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event .performances_events_search_event_content .performances_events_search_event_subcontent .performances_events_search_event_dates .performances_events_search_event_city {
    color: red;
    text-transform: uppercase;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event .performances_events_search_event_content .performances_events_search_event_subcontent .performances_events_search_event_product {
    margin-top: 5px;
    font-size: 20px;
    font-weight: bold;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event .performances_events_search_event_content .performances_events_search_event_subcontent .performances_events_search_event_informations {
    display: flex;
    margin-top: 10px;
    flex-direction: row;
    font-size: 14px;
    padding: 0 5px;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event .performances_events_search_event_content .performances_events_search_event_subcontent .performances_events_search_event_informations .performances_events_search_event_tags {
    margin-right: 20px;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event .performances_events_search_event_content .performances_events_search_event_subcontent .performances_events_search_event_informations .performances_events_search_event_price {
    margin-right: 20px;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event .performances_events_search_event_content .performances_events_search_event_subcontent .performances_events_search_event_informations .performances_events_search_event_duration {
    font-weight: bold;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links {
    flex: 1;
    font-size: 14px;
    padding: 4px 0 6px 10px;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links > a {
    display: block;
    padding: 5px;
    color: inherit;
    font-weight: bold;
    background-color: white;
    border: #d8d5d0 solid;
    border-width: 7px 7px 0 7px;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links > a:last-child {
    border-bottom-width: 7px;
  }
  div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links > a > span {
    float: right;
    color: red;
    font-size: 20px;
  }
  div.performances_event_search_results div.performances_events_search_event_result.performances_events_tab {
    margin-top: 0;
  }
  div.performances_event_search_results div.performances_events_search_event_result.performances_events_tab div.performances_events_search_event {
    flex-direction: row;
    border: none;
    padding: 0 10px;
    margin-top: 0;
    align-items: center;
    position: relative;
    height: 47px;
  }
  div.performances_event_search_results div.performances_events_search_event_result.performances_events_tab div.performances_events_search_event div.performances_events_search_event_city {
    font-weight: bold;
    font-size: 14px;
    width: 23%;
    text-transform: uppercase;
  }
  div.performances_event_search_results div.performances_events_search_event_result.performances_events_tab div.performances_events_search_event div.performances_events_search_event_dates {
    width: 25%;
    font-size: 14px;
    line-height: 115%;
    padding: 0 12px;
  }
  div.performances_event_search_results div.performances_events_search_event_result.performances_events_tab div.performances_events_search_event div.performances_events_search_event_guarantee {
    width: 20%;
    margin-right: 0.5rem;
  }
  div.performances_event_search_results div.performances_events_search_event_result.performances_events_tab div.performances_events_search_event div.performances_events_search_event_guarantee span.performances_events_search_event_no_guaranteed {
    color: #5A8191;
    font-size: 15px;
  }
  div.performances_event_search_results div.performances_events_search_event_result.performances_events_tab div.performances_events_search_event div.performances_events_search_event_guarantee span.performances_events_search_event_guaranteed {
    margin-left: 0;
  }
  div.performances_event_search_results div.performances_events_search_event_result.performances_events_tab div.performances_events_search_event div.performances_events_search_event_guarantee span.performances_events_search_event_guaranteed span.fa {
    margin-right: 0.5rem;
  }
  div.performances_event_search_results div.performances_events_search_event_result.performances_events_tab div.performances_events_search_event div.performances_events_search_buttons {
    display: flex;
    width: 25% !important;
    align-items: center;
    justify-content: space-between;
  }
  div.performances_event_search_results div.performances_events_search_event_result.performances_events_tab div.performances_events_search_event div.performances_events_search_buttons.cpf {
    width: 50% !important;
  }
  div.performances_event_search_results div.performances_events_search_event_result.performances_events_tab div.performances_events_search_event div.performances_events_search_buttons a.performances_events_search_event_offer input.action.btn-demande-devis {
    background-color: #5A8191;
    border: #5A8191 solid 1px;
    border-radius: 10px;
    padding: 4px 8px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
  }
  div.performances_event_search_results div.performances_events_search_event_result.performances_events_tab div.performances_events_search_event div.performances_events_search_buttons a.performances_events_search_event_order span.btn-inscription {
    background-color: #EB6750;
    border: #EB6750 solid 1px;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    padding: 4px 8px;
    font-size: 14px;
  }
  div.performances_event_search_results div.performances_events_search_event_result.performances_events_tab div.performances_events_search_event div.performances_events_search_buttons a.performances_events_search_event_cpf span.btn-inscription-cpf {
    background-color: #E0AC46;
    border: #E0AC46 solid 1px;
    border-radius: 10px;
    color: white;
    padding: 4px 8px;
    font-size: 14px;
  }
  div.performances_event_search_results div.performances_events_search_event_result.performances_events_tab div.performances_events_search_event span.performances_events_tab_advice {
    color: grey;
    margin: 5px auto;
    padding: 2px 10px;
    border: solid #6caf21 1px;
    background-color: white;
    border-radius: 4px;
    width: 100%;
    text-align: center;
  }
  div.performances_event_search_results div.performances_events_search_event_result.performances_events_tab div.performances_events_search_event span.performances_events_contact {
    color: black;
    margin: 5px auto;
    padding: 2px 10px;
    border: solid #6caf21 1px;
    background-color: white;
    border-radius: 4px;
    width: 100%;
    text-align: center;
  }
  div.performances_event_search_results div.tab_separator {
    background-color: #ededed;
    padding: 0 10px;
    height: 2px;
  }
  div.performances_event_search_results div.tab_separator:last-of-type {
    display: none;
  }
  div.performances_event_search_results div.tab_separator div.tab_separator_line {
    background-color: white;
    height: 2px;
  }
  span.performances_events_search_event_guaranteed span.fa.fa-check-circle {
    margin-right: 5px;
  }
  /* Widgets */
  .performances_search_bottom_widgets {
    margin-top: 30px;
  }
  .performances_search_bottom_widgets > div:first-of-type {
    flex-basis: 30%;
  }
  .performances_search_bottom_widgets > div:nth-of-type(2) {
    flex-basis: 70%;
  }
}
/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/plugins/performances/assets/scss/widget_intra_contact.scss ***!
  \********************************************************************************************************************************************************************/
.performances_widget_intra {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.3em;
  white-space: normal !important;
}
.performances_widget_intra > div {
  font-size: 19px;
  line-height: 22px;
}
.performances_widget_intra > div:first-child {
  color: red;
  font-weight: bold;
}
.performances_widget_intra > div:nth-child(2) {
  color: black;
}

.performances_widget_intra_links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px 0 50px 0;
  text-align: center;
}

.performances_widget_intra_contact {
  margin-left: 15px;
  display: block;
  color: black;
  border: 2px #a0a0a0 solid;
  padding: 2px 10px 4px 10px;
  border-radius: 18px;
}

.performances_widget_intra_more {
  display: block;
  border: 2px #a0a0a0 solid;
  color: white;
  font-weight: bold;
  background-color: rgb(160, 160, 160);
  padding: 2px 10px 4px 10px;
  border-radius: 18px;
}
/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/plugins/performances/assets/scss/widget_map_france.scss ***!
  \*****************************************************************************************************************************************************************/
.performances_widget_map_france_image {
  display: none;
}

.performances_widget_map_france_map {
  display: none;
}

.performances_widget_map_france_select_area {
  margin-bottom: 20px;
}

.performances_widget_map_france_select_area {
  width: 85%;
  margin: 15px auto 0 auto;
}

.performances_widget_map_france_select_city {
  width: 85%;
  margin: 0 auto 0 auto;
}

.performances_widget_map_france_selects {
  display: flex;
  flex-direction: column;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .performances_widget_map_france_image {
    display: block;
    padding: 0 25px 5px;
  }
  .performances_widget_map_france_select_area, .performances_widget_map_france_select_city {
    width: 200px;
  }
  .performances_widget_map_france_selects {
    flex-direction: column;
    justify-content: space-around;
  }
}
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .performances_widget_map_france_image {
    display: none;
  }
  .performances_widget_map_france_map {
    display: block;
  }
  .performances_widget_map_france_select_area {
    display: none;
  }
  .performances_widget_map_france_select_city {
    margin-top: 10px;
  }
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/plugins/performances/assets/scss/widget_recent_news.scss ***!
  \******************************************************************************************************************************************************************/
.performances_widget_recent_news {
  display: flex;
  flex-direction: column;
}
.performances_widget_recent_news > div {
  padding: 0 20px 5px;
}
.performances_widget_recent_news > .vc_col-12.vc_col-sm-6.vc_col-md-4 > a {
  color: #544a4e;
}
.performances_widget_recent_news > .vc_col-12.vc_col-sm-6.vc_col-md-4 > a:hover {
  color: black;
}

.performances_widget_recent_news_title {
  margin-top: 5px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #56a7aa;
  margin-bottom: 4px;
}

.performances_widget_recent_news_title:hover {
  color: #347577;
}

.performances_widget_recent_news_content {
  margin-top: 5px;
  font-size: 13px;
  line-height: 16px;
}

.performances_widget_recent_news_post_image {
  position: relative;
  top: 1.5rem;
}

.performances_widget_recent_news_post_text {
  border: 1px solid #eaeaea;
  padding: 15px 15px 20px;
}

.performances_widget_recent_news_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}

.performances_widget_recent_news_post_description_left {
  line-height: 115%;
}

.performances_widget_recent_news_post_info {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .performances_widget_recent_news > div:nth-child(n+2) {
    display: none;
  }
}
@media (max-width: 997px) {
  .performances_widget_recent_news > div:nth-child(n+3) {
    display: none;
  }
}
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .performances_widget_recent_news {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
  }
  .performances_widget_recent_news > div {
    padding: 20px;
  }
  .performances_widget_recent_news.vc_col-12.vc_col-sm-6.vc_col-md-4 > div:nth-child(n+3) {
    display: none;
  }
}
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/plugins/performances/assets/scss/widget_same_universe_trainings.scss ***!
  \******************************************************************************************************************************************************************************/
.performances_widget_same_universe_trainings {
  padding: 20px 0 10px 0;
  background-color: #eee9e6;
  box-sizing: border-box;
}
.performances_widget_same_universe_trainings * {
  box-sizing: border-box;
}
.performances_widget_same_universe_trainings .same_universe_trainings_carousel {
  display: flex;
  margin: 0 -50px;
}
.performances_widget_same_universe_trainings .same_universe_trainings_carousel > button {
  align-self: center;
  width: 50px;
  color: white;
  font-size: 50px;
  text-shadow: 0 0 10px gray;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.performances_widget_same_universe_trainings .same_universe_trainings_carousel > button:hover {
  text-shadow: 0 0 10px black;
}
.performances_widget_same_universe_trainings .same_universe_trainings_carousel > div {
  flex: 1;
  display: flex;
  overflow: scroll;
  padding-bottom: 10px;
  -ms-overflow-style: scroll;
  scrollbar-width: none;
}
.performances_widget_same_universe_trainings .same_universe_trainings_carousel > div::-webkit-scrollbar {
  display: none;
}
.performances_widget_same_universe_trainings .same_universe_training {
  display: block;
  flex-shrink: 0;
  width: 33.3333333333%;
  padding: 10px;
}
.performances_widget_same_universe_trainings .same_universe_training > div {
  padding: 20px;
  color: black;
  text-decoration: none;
  white-space: normal;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 10px gray;
}
.performances_widget_same_universe_trainings h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.performances_widget_same_universe_trainings .same_universe_training_tags {
  height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.performances_widget_same_universe_trainings .same_universe_training_tags span.product_tag {
  margin-right: 10px;
  padding: 2px 8px 2px 8px;
  text-align: center;
  font-family: "Lato light", "Lato", sans-serif !important;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 12px;
  border: none;
  font-weight: 800;
}
.performances_widget_same_universe_trainings .same_universe_training_tags span.product_tag_best-of {
  background-color: #fff;
  color: #5a8190;
  border: 1px solid #5a8190;
}
.performances_widget_same_universe_trainings .same_universe_training_tags span.product_tag_certifiante {
  background-color: #5b5151;
}
.performances_widget_same_universe_trainings .same_universe_training_tags span.product_tag_eligible-cpf {
  background-color: #bb0e0e;
}
.performances_widget_same_universe_trainings .same_universe_training_tags span.product_tag_nouveau,
.performances_widget_same_universe_trainings .same_universe_training_tags span.product_tag_nouveau-contenu {
  background-color: #6caf21;
}
.performances_widget_same_universe_trainings .same_universe_training_duration_price {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.performances_widget_same_universe_trainings .same_universe_training_duration_price > div:first-child {
  color: #4a7683;
  font-weight: bold;
}
.performances_widget_same_universe_trainings .same_universe_training_duration_price > div:last-child {
  color: black;
}
.performances_widget_same_universe_trainings .same_universe_training_title {
  display: block;
  height: 5em;
  margin-top: 10px;
  color: #4a7683;
  font-size: 18px;
  line-height: 1.3em;
}
.performances_widget_same_universe_trainings .same_universe_training_title > strong {
  color: black;
}
.performances_widget_same_universe_trainings .same_universe_trainings_control_previous {
  position: absolute;
  left: -20px;
  top: 50%;
  padding: 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/plugins/performances/assets/scss/widget_slideshow.scss ***!
  \****************************************************************************************************************************************************************/
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .performances_widget_slideshow {
    display: flex;
    flex-direction: row;
    overflow: hidden;
  }
  .performances_widget_slideshow > div {
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
  }
  .performances_widget_slideshow > div > span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    padding: 0.5em;
    color: black;
    text-align: center;
    white-space: normal;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .performances_widget_slideshow > div:hover > span {
    display: block;
  }
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/plugins/performances/assets/scss/widget_trainers_mosaic.scss ***!
  \**********************************************************************************************************************************************************************/
.performances_widget_trainers_mosaic {
  padding: 1em;
  color: #333;
}
.performances_widget_trainers_mosaic * {
  box-sizing: border-box;
}
.performances_widget_trainers_mosaic > .trainers_mosaic_list {
  display: flex;
  flex-direction: column;
}
.performances_widget_trainers_mosaic > .trainers_mosaic_list > div {
  width: 170px;
  margin: 1.5em auto 0 auto;
  padding: 0 1em;
  text-align: center;
}
.performances_widget_trainers_mosaic > .trainers_mosaic_list > div .trainer_link > a {
  padding: 2px 7px;
  color: #737374;
  text-decoration: none;
  background-color: white;
  border: 1px #919394 solid;
  border-radius: 5px;
}
.performances_widget_trainers_mosaic > .trainers_mosaic_list > div .trainer_name {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.375em;
  margin-bottom: 0.5rem;
}
.performances_widget_trainers_mosaic > .trainers_mosaic_list > div .trainer_photo {
  max-width: 100%;
  margin: auto;
}
.performances_widget_trainers_mosaic > .trainers_mosaic_list > div .trainer_photo > a > img {
  display: block;
  border: 5px white solid;
  border-radius: 50%;
}
.performances_widget_trainers_mosaic .trainers_mosaic_title {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .performances_widget_trainers_mosaic > .trainers_mosaic_list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .performances_widget_trainers_mosaic > .trainers_mosaic_list > div {
    width: 170px;
  }
}
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .performances_widget_trainers_mosaic {
    padding: 1em 2em;
  }
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/plugins/performances/assets/scss/widget_upcoming_events.scss ***!
  \**********************************************************************************************************************************************************************/
.performances_widget_upcoming_events {
  padding: 15px 20px;
  color: black;
  font-size: 14px;
  border: 2px silver solid;
  border-radius: 5px;
}

.upcoming_events_event {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 10px;
}

.upcoming_events_all {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px silver solid;
}
.upcoming_events_all > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: inherit;
  font-size: 16px;
}
.upcoming_events_all > a > span {
  margin-left: 10px;
}

.upcoming_events_event_city {
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}

.upcoming_events_event_content {
  display: flex;
  flex-direction: row;
}

.upcoming_events_event_date {
  width: 80px;
  color: white;
  text-align: center;
}

.upcoming_events_event_date_day {
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
  background-color: rgb(85, 74, 78);
}

.upcoming_events_event_date_month {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: rgb(151, 151, 153);
}

.upcoming_events_event_date_year {
  background-color: rgb(151, 151, 153);
}

.upcoming_events_event_dates {
  margin-left: 5px;
}

.upcoming_events_event_guaranteed {
  margin-left: 20px;
  color: red;
  text-transform: uppercase;
}

.upcoming_events_event_main {
  margin-left: 15px;
}

.upcoming_events_event_product {
  font-size: 20px;
  font-weight: bold;
}

.upcoming_events_title {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px silver solid;
}

.upcoming_events_event_links {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  font-size: 12px;
}
.upcoming_events_event_links > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
  padding: 1px 5px;
  color: black;
  background-color: white;
  border: 2px red solid;
}
.upcoming_events_event_links > a > img {
  margin-left: 5px;
}

@media (min-width: 1200px) {
  div.performances_widget_upcoming_events div.upcoming_events_title {
    margin-top: 1em;
  }
  div.performances_widget_upcoming_events div.upcoming_events_event_links > a {
    font-size: 13px;
    line-height: 15px;
    padding: 2px 8px;
  }
}
/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/footer/footer-cookies.scss ***!
  \*****************************************************************************************************************************************************************/
/* Default style (very small devices) */
#cookie-law-info-bar {
  font-size: 12px;
  line-height: 12px;
  padding: 10px;
  font-family: "Open Sans", Arial, sans-serif !important;
}
#cookie-law-info-bar a {
  text-decoration: none !important;
}
#cookie-law-info-bar div.accept {
  float: right;
  display: inline-block;
  color: #e9176d;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/*!***************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/footer/footer-first.scss ***!
  \***************************************************************************************************************************************************************/
/* Default style (very small devices) */
#footer-first > div {
  display: flex;
  flex-direction: column;
  background-color: #373033;
}
#footer-first img {
  max-height: 50px;
  width: auto;
}
#footer-first .quality {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 20px 0;
  background-color: #438490;
}
#footer-first .social {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 20px 0;
  background-color: #53a9b6;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #footer-first img {
    max-height: none;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #footer-first > div {
    flex-direction: row;
  }
  #footer-first img {
    max-height: 50px;
    width: auto;
  }
  #footer-first .quality {
    flex: 1;
  }
  #footer-first .social {
    flex: 1;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #footer-first img {
    max-height: none;
  }
  #footer-first .quality {
    padding: 20px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #footer-first .quality {
    justify-content: flex-end;
  }
  #footer-first .quality img {
    margin-right: 30px;
  }
  #footer-first .social {
    justify-content: flex-start;
  }
  #footer-first .social a {
    margin-left: 30px;
  }
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/footer/footer_bottom.scss ***!
  \****************************************************************************************************************************************************************/
/* Default style (very small devices) */
.footer_bottom {
  margin: 0 20px;
  border-top: 2px rgb(200, 200, 200) solid;
}
.footer_bottom > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 14px;
  font-weight: bold;
}
.footer_bottom a {
  color: inherit;
}
.footer_bottom a:hover {
  color: inherit;
  text-decoration: underline;
}
.footer_bottom a.sitemap {
  display: none;
}
.footer_bottom span.link_separator {
  display: none;
}
.footer_bottom img {
  display: block;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .footer_bottom {
    height: auto !important;
    margin: 0 30px;
  }
  .footer_bottom > div {
    padding: 10px 0;
  }
  .footer_bottom a.sitemap {
    display: inline;
  }
  .footer_bottom span.link_separator {
    display: inline;
    font-weight: bold;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .footer_bottom_holder {
    padding-top: 10px;
  }
}
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .footer_bottom {
    width: 1100px;
    margin: 0 auto;
  }
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/footer/footer_top.scss ***!
  \*************************************************************************************************************************************************************/
/* Default style (very small devices) */
.footer_top_holder {
  border: none !important;
}
.footer_top_holder .footer_top {
  padding: 10px 0 0 0 !important;
  font-size: 14px;
  border: none !important;
  color: #C5C5C5;
}
.footer_top_holder .footer_top:hover {
  color: #fff;
}
.footer_top_holder .footer_top h4 {
  color: #52a8ab;
  font-size: 15px;
  font-weight: 600;
  margin: 6px 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.footer_top_holder .footer_top .four_columns .column_inner {
  padding-right: 10px;
  font-size: 13px;
}
.footer_top_holder .footer_top .four_columns .column4 .widget_text.widget.widget_custom_html {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  color: #000;
}
.footer_top_holder .footer_top .footer_address > div {
  padding: 5px 0;
}
.footer_top_holder .footer_top .footer_address > div .fa {
  color: #2CAADA;
  font-size: 18px;
  margin-right: 0.5rem;
}
.footer_top_holder .footer_top .footer_address > div a, .footer_top_holder .footer_top .footer_address > div p, .footer_top_holder .footer_top .footer_address > div span, .footer_top_holder .footer_top .footer_address > div li {
  color: #000;
}
.footer_top_holder .footer_top .footer_address > div a:hover, .footer_top_holder .footer_top .footer_address > div p:hover, .footer_top_holder .footer_top .footer_address > div span:hover, .footer_top_holder .footer_top .footer_address > div li:hover {
  color: #000 !important;
}
.footer_top_holder .footer_top .footer_address > div .shift {
  margin-left: 1.2rem;
}
.footer_top_holder .footer_top .widget.widget_nav_menu li {
  margin: 0 0 0;
  line-height: 13px;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 0;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .footer_top .column1 .widget_nav_menu li a:before {
    content: url("https://performances.fr/wp-content/uploads/2024/03/icone-decouvr-horiz-blue-2.png");
  }
  .footer_top .widget_nav_menu li {
    padding: 3px 0;
    border: none !important;
  }
  .footer_top .widget_nav_menu li:after {
    border: none !important;
  }
  .footer_top .widget_nav_menu li a:before {
    margin-right: 8px;
    vertical-align: middle;
  }
  .footer_top > .container > .container_inner {
    width: 92%;
  }
}
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .footer_top {
    width: 1100px;
    margin: 0 auto;
  }
  .footer_top > .container > .container_inner {
    width: 100%;
  }
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/footer/vars.scss ***!
  \*******************************************************************************************************************************************************/

/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-area.scss ***!
  \***********************************************************************************************************************************************************/
/* Default style (very small devices) */
div.performances-page-area {
  padding: 23px 0 0 0 !important;
}
div.performances-page-area div.city-page-header {
  display: flex;
  flex-direction: column;
}
div.performances-page-area div.city-page-header div.city-page-header-text > h2 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
}
div.performances-page-area div.city-page-header div.city-page-header-text > h2 > strong {
  text-transform: uppercase;
}
div.performances-page-area div.city-page-header div.city-page-header-text > h3.next-dates {
  margin-top: 1em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  display: none;
}
div.performances-page-area div.city-page-header div.city-page-header-text > p.area-introduction {
  margin-top: 6px;
  color: black;
  font-size: 15px;
  line-height: 18px;
  display: none;
}
div.performances-page-area div.city-page-header div.performances_widget_map_france_selects {
  flex-direction: row;
  margin: 15px 0;
}
div.performances-page-area div.city-page-header div.performances_widget_map_france_selects div.performances_widget_map_france_select_area {
  width: calc(50% - 5px);
  margin: 0;
  font-size: 13px;
}
div.performances-page-area div.city-page-header div.performances_widget_map_france_selects div.performances_widget_map_france_select_city {
  width: calc(50% - 5px);
  margin: 0 0 0 10px;
  font-size: 13px;
}
div.performances-page-area .qbutton.large {
  height: 42px !important;
  line-height: 42px !important;
  font-size: 15px !important;
  padding: 0 13px !important;
}
div.performances-page-area .qbutton.large i {
  margin: 0 0 0 10px !important;
}
div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title {
  align-items: center;
}
div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title div.performances_events_search_event_product {
  width: auto;
}
div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations {
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations div.performances_events_search_event_price_and_duration {
  display: flex;
}
div.performances-page-area div.performances_event_search_results div.performances_event_search_more_results > a > span.area-name {
  display: none;
}
div.performances-page-area .wp-block-columns.has-2-columns.performances_search_bottom_widgets {
  display: none;
}
div.performances-page-area div.performances_widget_upcoming_events {
  border: none;
  padding: 0 20px;
  display: none;
}
div.performances-page-area div.performances_widget_upcoming_events div.upcoming_events_title {
  display: none;
}
div.performances-page-area div.performances_widget_upcoming_events div.upcoming_events_results {
  display: none;
}
div.performances-page-area div.performances_widget_upcoming_events div.upcoming_events_all {
  border: none;
  margin: 0;
  padding: 0;
}
div.performances-page-area div.performances_widget_upcoming_events div.upcoming_events_all img {
  max-width: 9%;
}
div.performances-page-area div.performances_widget_upcoming_events div.upcoming_events_all span {
  font-size: 14px;
}
div.performances-page-area div.performances_widget_intra {
  display: none;
}
div.performances-page-area div.performances_widget_intra > div {
  font-size: 18px;
  line-height: 20px;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  div.performances-page-area {
    padding: 23px 0 0 0;
  }
  div.performances-page-area div.city-page-header {
    display: flex;
    flex-direction: column;
  }
  div.performances-page-area div.city-page-header div.city-page-header-text > h2 {
    text-align: left;
  }
  div.performances-page-area div.city-page-header div.performances_widget_map_france_selects {
    width: 60%;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title div.performances_events_search_event_dates {
    margin-top: 0;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations {
    margin-top: 15px;
    flex-direction: row;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links > a {
    margin-top: 0;
    font-weight: 400 !important;
    border: 1px black solid !important;
  }
  div.performances-page-area div.performances_event_search_results div.performances_event_search_more_results > a > span.area-name {
    display: inline;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets {
    width: 100%;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child {
    display: none;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) {
    flex-basis: 100%;
    margin: 0;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events {
    border: none;
    padding: 0 20px;
    display: block;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_title {
    display: none;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_results {
    display: block;
    margin-bottom: 0;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_results div.upcoming_events_event_main {
    width: 100%;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_results div.upcoming_events_event_main div.upcoming_events_event_links {
    font-size: 11px;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_results div.upcoming_events_event_main div.upcoming_events_event_links a > img {
    max-width: 9px !important;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_all {
    margin-top: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px silver solid;
    display: none;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_all img {
    max-width: 9%;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_all span {
    font-size: 14px;
  }
  div.performances-page-area div.performances_widget_intra {
    display: block;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body.single-performances_area div.content_inner div.container {
    padding-top: 30px !important;
  }
  body.single-performances_area div.breadcrumbs_inner {
    display: none;
  }
  div.performances-page-area {
    padding: 0 !important;
  }
  div.performances-page-area div.city-page-header {
    display: flex;
    flex-direction: column;
  }
  div.performances-page-area div.city-page-header div.city-page-header-text > h2 {
    font-size: 24px;
    line-height: 26px;
  }
  div.performances-page-area div.city-page-header div.city-page-header-text > h3 {
    font-size: 20px;
    line-height: 22px;
  }
  div.performances-page-area div.city-page-header div.city-page-header-text > p {
    font-size: 18px;
    line-height: 20px;
  }
  div.performances-page-area div.city-page-header div.performances_widget_map_france_selects {
    width: 60%;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event {
    flex-direction: row;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content {
    padding: 10px;
    max-width: 75%;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links {
    flex-direction: column;
    background: #d8d5d0 !important;
    flex: 1;
    font-size: 14px;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links > a {
    display: block;
    color: inherit;
    font-weight: bold;
    background-color: white;
    margin-top: 10px;
    border: none;
    padding: 6px;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links > a:first-child {
    margin-top: 0;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links > a > span {
    float: right;
    color: red;
    font-size: 20px;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event_aside {
    display: none;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets {
    width: 100%;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child {
    display: flex;
    flex-basis: calc(33% - 20px);
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    height: fit-content;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area div.widget_image1 > img {
    height: 275px;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area .widget_link1,
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area .widget_link2 {
    align-self: flex-start;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) {
    margin-left: 20px;
    flex-basis: 67%;
  }
  div.performances-page-area div.performances_widget_upcoming_events div.upcoming_events_results div.upcoming_events_event_main div.upcoming_events_event_links {
    font-size: 12px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  div.performances-page-area div.city-page-header {
    flex-direction: row;
  }
  div.performances-page-area div.city-page-header div.city-page-header-text {
    width: calc(76% - 15px);
    margin-right: 25px;
  }
  div.performances-page-area div.city-page-header div.city-page-header-text > p.area-introduction {
    display: block;
  }
  div.performances-page-area div.city-page-header div.city-page-header-text > h3.next-dates {
    display: block;
  }
  div.performances-page-area div.city-page-header div.performances_widget_map_france_selects {
    flex-direction: column;
    width: calc(22% - 10px);
    border: red 2px solid;
    padding: 10px;
    margin: 0 0 20px 0;
  }
  div.performances-page-area div.city-page-header div.performances_widget_map_france_selects div.performances_widget_map_france_select_area {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  div.performances-page-area div.city-page-header div.performances_widget_map_france_selects div.performances_widget_map_france_select_city {
    margin: 0;
    width: 100%;
  }
  div.performances-page-area div.performances_event_search_results {
    margin-top: 0 !important;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content {
    padding: 10px;
    max-width: 75%;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title div.performances_events_search_event_dates {
    margin-top: 0;
    position: relative;
    top: -3px;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title div.performances_events_search_event_product {
    margin-top: 7px;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations {
    margin-top: 12px;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations div.performances_events_search_event_tags {
    margin-bottom: 0;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links {
    padding: 7px 0 7px 7px;
    line-height: 7px;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets {
    width: 100%;
    display: flex;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child {
    display: flex;
    flex-basis: calc(33% - 20px);
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    height: fit-content;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area div.widget_image1 > img {
    height: 275px;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area .widget_link1,
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area .widget_link2 {
    align-self: flex-start;
    padding-top: 0.15em;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) {
    margin-left: 20px;
    flex-basis: 67%;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events {
    border: 2px silver solid;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_title {
    display: block;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_all {
    display: block;
  }
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-cart1.scss ***!
  \************************************************************************************************************************************************************/
/* Default style (very small devices) */
tbody,
tr,
td {
  display: block;
}

body.page-template-page-cart1 {
  font-size: 12px;
  line-height: 17px;
}
body.page-template-page-cart1 div.container_inner.clearfix {
  padding-top: 20px !important;
}
body.page-template-page-cart1 table.performances-cart-table {
  width: 100%;
}
body.page-template-page-cart1 table.performances-cart-table thead {
  display: none;
}
body.page-template-page-cart1 table.performances-cart-table thead tr {
  margin: 0.5rem;
  background-color: #53a9b6;
  border-bottom: white 10px solid;
}
body.page-template-page-cart1 table.performances-cart-table thead tr th {
  color: white;
  font-size: 14px;
}
body.page-template-page-cart1 table.performances-cart-table thead tr th:nth-child(1), body.page-template-page-cart1 table.performances-cart-table thead tr th:nth-child(2), body.page-template-page-cart1 table.performances-cart-table thead tr th:nth-child(3) {
  text-align: left;
}
body.page-template-page-cart1 table.performances-cart-table tfoot > tr {
  display: flex;
  flex-direction: row-reverse;
}
body.page-template-page-cart1 table.performances-cart-table tfoot > tr > th {
  text-align: right !important;
}
body.page-template-page-cart1 table.performances-cart-table tfoot > tr > th.reduction-area,
body.page-template-page-cart1 table.performances-cart-table tfoot > tr > th.cart-total-before-reduction-text {
  min-width: 200px;
}
body.page-template-page-cart1 table.performances-cart-table tfoot > tr.cart-total-before-reduction {
  color: #989292;
}
body.page-template-page-cart1 table.performances-cart-table tfoot > tr.cart-total-reduction > th.cart-total-reduction-text {
  color: #53a9b6;
  font-style: italic;
  font-weight: normal;
}
body.page-template-page-cart1 table.performances-cart-table tfoot > tr.cart-total-reduction > th.cart-total-reduction-text > span.cart-total-reduction-percentage {
  font-weight: bold;
}
body.page-template-page-cart1 table.performances-cart-table tfoot > tr.cart-total {
  color: black;
}
body.page-template-page-cart1 table.performances-cart-table tfoot > tr.cart-total > th > span.price {
  font-weight: lighter;
  font-size: 10px;
}
body.page-template-page-cart1 table.performances-cart-table tfoot > tr > th.responsive {
  padding: 0;
}
body.page-template-page-cart1 table.performances-cart-table tfoot > tr > th.reduction-area {
  background-color: #e6f2f7;
  max-width: 70%;
  padding: 0 8px;
}
body.page-template-page-cart1 table.performances-cart-table tfoot > tr > th > span.cart-total-with-tax-before-reduction {
  font-weight: 500;
  font-size: 10px;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item {
  background-color: #f0efef;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.option-information td div.more-informations {
  background-color: white;
  width: fit-content;
  padding: 0 0.2rem;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.parent-item td:nth-child(2), body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.parent-item td:nth-child(3), body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.option-information td:nth-child(2), body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.option-information td:nth-child(3), body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.first-item td:nth-child(2), body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.first-item td:nth-child(3), body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.module td:nth-child(2), body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.module td:nth-child(3) {
  display: flex;
  align-items: center;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.module td {
  padding: 10px;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.option {
  background-color: #c6dee8;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td {
  text-align: left;
  color: black;
  font-size: 12px;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td:not(.price).information-value-responsive, body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td:not(.price) .information-value-responsive {
  font-weight: bold;
  line-height: 15px;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td > div {
  padding: unset;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td div.information-title-responsive {
  display: inline-block;
  color: black;
  font-weight: normal;
  padding-left: unset;
  line-height: 15px;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td img.delete_from_cart {
  cursor: pointer;
  max-width: 13px;
  float: right;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* little blue arrow in the select box */
  display: inline-block;
  line-height: 1.5em;
  padding: 0.1em 1em 0.2em 1em;
  background-image: linear-gradient(45deg, transparent 50%, #53a9b6 50%), linear-gradient(135deg, #53a9b6 50%, transparent 50%);
  background-position: calc(100% - 20px) 0.5em, calc(100% - 15px) 0.5em;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select:focus {
  background-image: linear-gradient(45deg, #53a9b6 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #53a9b6 50%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select.citiesList,
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select.coachingDaysList,
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select.coachingHoursList {
  font-weight: bold;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select.citiesList.red,
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select.coachingDaysList.red,
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select.coachingHoursList.red {
  border: 1px red solid;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select.daysList.red {
  border: 1px red solid;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select.daysList,
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select.optionsList,
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select.citiesList,
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select.coachingDaysList,
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select.coachingHoursList {
  width: 100%;
  font-size: 11px;
  border-color: transparent;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select.daysList,
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select.citiesList,
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select.coachingHoursList,
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select.coachingDaysList {
  background-color: #e7e6e6;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td select.optionsList {
  background-color: #e6f2f7;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td div.promotion-text {
  text-align: center;
  background-color: #53a9b6;
  color: white;
  font-weight: bold;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td.item-title {
  font-weight: bold;
  color: #53a9b6 !important;
  height: 100%;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td.item-title a {
  color: black;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td.item-title a:hover {
  color: #53a9b6;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td.item-title img {
  max-width: 16px;
  position: relative;
  top: 2px;
  margin-right: 7px;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td.item-title div.information-value-responsive {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td.drop_column {
  text-align: center;
  order: -1;
  border-bottom: 1px #53a9b6 solid;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td.drop_column span.title-responsive {
  color: #53a9b6;
  float: left;
  text-transform: uppercase;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td.price {
  font-weight: 100;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td.price.without-taxes {
  font-weight: bold;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.first-item, body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.parent-item, body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.selected-option {
  display: flex;
  flex-direction: column;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.first-item, body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.parent-item {
  border-top: white 15px solid;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.selected-option {
  background-color: #c6dee8;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.selected-option td.drop_column span.title-responsive {
  text-transform: initial !important;
  font-style: italic;
  font-weight: bold;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.selected-option td.item-title {
  display: none;
}
body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.selected-option select {
  background-color: #e6f2f7 !important;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  table.performances-cart-table select.daysList,
  table.performances-cart-table select.optionsList,
  table.performances-cart-table select.citiesList,
  table.performances-cart-table select.coachingHoursList,
  table.performances-cart-table select.coachingDaysList,
  table.performances-cart-table tfoot > tr.cart-total-before-reduction > th > span.cart-total-with-tax-before-reduction,
  table.performances-cart-table tfoot > tr.cart-total > th > span.cart-total-with-tax-before-reduction,
  table.performances-cart-table .responsive {
    font-size: 12px !important;
  }
  table.performances-cart-table tbody tr.cart-item td {
    font-size: 13px;
  }
  table.performances-cart-table thead tr {
    border-bottom: unset;
  }
}
/* Large devices (desktops & landscape tablets, 992px and up) */
@media (min-width: 992px) {
  body.page-template-page-cart1 {
    line-height: 20px;
  }
  body.page-template-page-cart1 tfoot {
    font-size: 14px;
  }
  body.page-template-page-cart1 div.breadcrumbs_inner {
    display: none;
  }
  body.page-template-page-cart1 table.performances-cart-table .responsive {
    display: none !important;
  }
  body.page-template-page-cart1 table.performances-cart-table thead tr th:nth-child(1), body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td:nth-child(1) {
    width: 16rem;
    padding-left: 20px;
    padding-right: 10px;
  }
  body.page-template-page-cart1 table.performances-cart-table thead tr th:nth-child(2), body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item:not(.option) td:nth-child(2):not(.information-value-responsive) {
    width: 10rem;
    padding-left: 0;
  }
  body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.parent-item td:nth-child(3),
  body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.first-item td:nth-child(3),
  body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.module td:nth-child(3),
  body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.selected-option.option-information td:nth-child(3) {
    width: 13rem;
    padding-right: 25px;
  }
  body.page-template-page-cart1 table.performances-cart-table thead tr th:nth-child(5),
  body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.parent-item td:nth-child(4),
  body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.first-item td:nth-child(4),
  body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.module td:nth-child(4),
  body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.parent-item td:nth-child(5),
  body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.first-item td:nth-child(5),
  body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.module td:nth-child(5),
  body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.selected-option:not(.option-information) td:nth-child(3),
  body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.selected-option td:nth-child(4) {
    width: 4.5rem;
    text-align: right !important;
  }
  body.page-template-page-cart1 table.performances-cart-table thead {
    display: initial !important;
  }
  body.page-template-page-cart1 table.performances-cart-table thead tr {
    margin: 10px 0 0 0 !important;
  }
  body.page-template-page-cart1 table.performances-cart-table thead tr th {
    font-size: 16px;
  }
  body.page-template-page-cart1 table.performances-cart-table thead tr th:nth-child(3) {
    padding-left: 15px;
    width: 13rem;
  }
  body.page-template-page-cart1 table.performances-cart-table thead tr th:nth-child(4) {
    padding-left: 38px;
    width: 4.5rem;
  }
  body.page-template-page-cart1 table.performances-cart-table thead tr th:nth-child(5) {
    padding-left: 2px;
  }
  body.page-template-page-cart1 table.performances-cart-table tbody tr.selected-option td.information-value-responsive, body.page-template-page-cart1 table.performances-cart-table tbody tr.option td:nth-child(2) {
    width: 24.3rem;
    padding-left: 0;
  }
  body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item {
    display: flex;
    flex-direction: row !important;
    align-items: center;
  }
  body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.option {
    display: flex;
  }
  body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.selected-option td.item-title {
    display: initial !important;
  }
  body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item.parent-item td.item-title div.information-value-responsive {
    font-size: 14px;
  }
  body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td.drop_column {
    order: 0 !important;
    border-bottom: unset !important;
    position: relative;
    left: 10px;
  }
  body.page-template-page-cart1 table.performances-cart-table tbody tr.cart-item td.drop_column img.delete_from_cart {
    padding: 5px 10px;
  }
  body.page-template-page-cart1 table.performances-cart-table tfoot {
    font-size: 13px;
  }
  body.page-template-page-cart1 table.performances-cart-table tfoot > tr > th.reduction-area,
  body.page-template-page-cart1 table.performances-cart-table tfoot > tr > th.cart-total-before-reduction-text {
    min-width: 220px !important;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body.page-template-page-cart1 tbody > tr.selected-option > td.information-value-responsive {
    width: 26.2rem !important;
  }
  body.page-template-page-cart1 div.title_outer.title_without_animation {
    display: none !important;
  }
  body.page-template-page-cart1 table > thead > tr > th {
    padding: 10px 7px !important;
  }
  body.page-template-page-cart1 thead tr th:nth-child(1),
  body.page-template-page-cart1 tbody tr.cart-item td:nth-child(1) {
    width: 19rem !important;
    padding-left: 20px !important;
  }
  body.page-template-page-cart1 thead tr th:nth-child(2),
  body.page-template-page-cart1 tbody tr.cart-item:not(.option) td:nth-child(2):not(.information-value-responsive) {
    width: 12rem !important;
  }
  body.page-template-page-cart1 tbody tr.selected-option td.information-value-responsive, body.page-template-page-cart1 tr.option td:nth-child(2) {
    width: 28.3rem !important;
  }
  body.page-template-page-cart1 tr.selected-option td.information-value-responsive, body.page-template-page-cart1 tr.option td:nth-child(2) {
    margin-right: 14px;
  }
  body.page-template-page-cart1 tbody tr.cart-item.parent-item td:nth-child(3),
  body.page-template-page-cart1 tbody tr.cart-item.first-item td:nth-child(3),
  body.page-template-page-cart1 tbody tr.cart-item.module td:nth-child(3),
  body.page-template-page-cart1 tbody tr.cart-item.selected-option.option-information td:nth-child(3) {
    width: 15rem !important;
  }
  body.page-template-page-cart1 thead tr th:nth-child(4) {
    width: 9.5rem !important;
    text-align: right;
  }
  body.page-template-page-cart1 thead tr th:nth-child(5) {
    width: 6.5rem !important;
  }
  body.page-template-page-cart1 tbody tr.cart-item.parent-item td:nth-child(4),
  body.page-template-page-cart1 tbody tr.cart-item.first-item td:nth-child(4),
  body.page-template-page-cart1 tbody tr.cart-item.module td:nth-child(4),
  body.page-template-page-cart1 tbody tr.cart-item.parent-item td:nth-child(5),
  body.page-template-page-cart1 tbody tr.cart-item.first-item td:nth-child(5),
  body.page-template-page-cart1 tbody tr.cart-item.module td:nth-child(5),
  body.page-template-page-cart1 tbody tr.cart-item.selected-option:not(.option-information) td:nth-child(3),
  body.page-template-page-cart1 tbody tr.cart-item.selected-option td:nth-child(4) {
    width: 6rem !important;
  }
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-cart2.scss ***!
  \************************************************************************************************************************************************************/
/* Default style (very small devices) */
.performances-cart-step2 {
  font-size: 14px;
}
.performances-cart-step2 * {
  box-sizing: border-box;
}
.performances-cart-step2 h3 {
  margin: 0;
  padding: 0;
  color: black;
  font-size: 1em;
  font-weight: bold;
}
.performances-cart-step2 h4 {
  margin: 1.5em 0 0 0;
  padding: 0;
  color: #53a9b6;
  font-size: 1em;
  font-weight: bold;
}
.performances-cart-step2 h4:before {
  content: url(/wp-content/themes/strata-child/build/1ab81ab3c8bbcabefbbc.png);
  margin-right: 7px;
}
.performances-cart-step2 hr {
  margin: 1em 0;
  padding: 0;
  border-color: silver;
  border-style: solid;
  border-width: 1px 0 0 0;
}
.performances-cart-step2 input[type=radio] {
  vertical-align: -2px;
}
.performances-cart-step2 .cart-address-billing {
  margin-top: 1em;
  font-weight: bold;
}
.performances-cart-step2 .cart-address-billing-type {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0.5em;
}
.performances-cart-step2 .cart-address-billing-type > div {
  margin-right: 1em;
}
.performances-cart-step2 .cart-errors {
  margin: 1em 0;
  padding: 0.8em;
  color: black;
  background-color: rgb(255, 220, 220);
  border: 1px rgb(255, 155, 155) solid;
  border-radius: 5px;
}
.performances-cart-step2 .cart-log-in {
  margin-top: 1em;
  padding: 0.7em;
  background-color: #e6f2f7;
}
.performances-cart-step2 .cart-log-in > :first-child {
  color: #53a9b6;
  font-weight: bold;
  text-transform: uppercase;
}
.performances-cart-step2 .cart-log-in > :nth-child(2) {
  margin-top: 0.5em;
  color: black;
  font-weight: bold;
}
.performances-cart-step2 .cart-log-in > :nth-child(3) > div {
  display: flex;
  flex-direction: column;
  margin-top: 0.5em;
}
.performances-cart-step2 .cart-log-in > :nth-child(3) > div > input[type=email],
.performances-cart-step2 .cart-log-in > :nth-child(3) > div > input[type=password] {
  padding: 0.5em;
  font-size: 1em;
  background-color: white;
  border: 1px rgb(240, 240, 240) solid;
}
.performances-cart-step2 .cart-log-in > :nth-child(3) > div > label {
  font-weight: bold;
}
.performances-cart-step2 .cart-log-in > :nth-child(3) > div:nth-of-type(n+2) {
  margin-top: 1em;
}
.performances-cart-step2 .cart-log-in > :nth-child(3) > div.action {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.performances-cart-step2 .cart-log-in > :nth-child(3) > div.action a {
  margin-left: 1em;
  font-size: 0.9em;
}
.performances-cart-step2 .cart-log-in > :nth-child(3) > div.action button[type=submit] {
  padding: 0.5em;
  color: white;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #53a9b6;
  border: none;
}
.performances-cart-step2 .cart-logged-in {
  margin-bottom: 1.5em;
  margin-top: 0.5em;
  padding: 0.5em;
  color: black;
  background-color: #e6f2f7;
}
.performances-cart-step2 .cart-logged-in > div:first-of-type > strong > span {
  color: #53a9b6;
}
.performances-cart-step2 .cart-logged-in > div:nth-of-type(2) {
  text-align: right;
}
.performances-cart-step2 .cart-logged-in > div:nth-of-type(2) > a {
  color: #666563;
}
.performances-cart-step2 .cart-manager-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1em;
}
.performances-cart-step2 .cart-manager-title > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.performances-cart-step2 .cart-manager-title > div > div {
  margin-left: 1em;
}
.performances-cart-step2 .cart-no-account {
  margin-top: 1em;
  color: #53a9b6;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}
.performances-cart-step2 .cart-registration-type {
  margin-top: 1em;
}
.performances-cart-step2 .cart-registration-type-selection {
  display: flex;
  flex-direction: column;
}
.performances-cart-step2 .cart-registration-type-selection > div {
  margin-top: 0.3em;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .performances-cart-step2 .cart-registration-type-selection {
    flex-direction: row;
  }
  .performances-cart-step2 .cart-registration-type-selection > div {
    margin-right: 1em;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .performances-cart-step2 .cart-log-in {
    padding: 1em;
    font-size: 11px;
  }
  .performances-cart-step2 .cart-log-in > :nth-child(3) {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .performances-cart-step2 .cart-log-in > :nth-child(3) > div {
    margin-right: 1em;
    margin-top: 0.5em !important;
  }
  .performances-cart-step2 .cart-logged-in {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .performances-cart-step2 .cart-manager-row1 {
    display: flex;
    flex-direction: row;
  }
  .performances-cart-step2 .cart-manager-row1 > :nth-child(2) {
    margin-left: 1em;
  }
  .performances-cart-step2 .cart-manager-row1 > :nth-child(3) {
    margin-left: 1em;
  }
  .performances-cart-step2 .cart-manager-row3 {
    display: flex;
    flex-direction: row;
  }
  .performances-cart-step2 .cart-manager-row3 > div:nth-child(1) {
    flex: 1;
  }
  .performances-cart-step2 .cart-manager-row3 > div:nth-child(2) {
    margin-left: 1em;
    width: 9em;
  }
  .performances-cart-step2 .cart-manager-row3 > div:nth-child(3) {
    margin-left: 1em;
    width: 9em;
  }
  .performances-cart-step2 .cart-manager-row4 {
    display: flex;
    flex-direction: row;
  }
  .performances-cart-step2 .cart-manager-row4 > div:nth-child(1) {
    flex: 1;
  }
  .performances-cart-step2 .cart-manager-row4 > div:nth-child(2) {
    margin-left: 1em;
    width: 9em;
  }
  .performances-cart-step2 .cart-manager-row4 > div:nth-child(3) {
    margin-left: 1em;
    width: 9em;
  }
  .performances-cart-step2 .cart-manager-row5 {
    display: flex;
    flex-direction: row;
  }
  .performances-cart-step2 .cart-manager-row5 > :nth-child(1) {
    width: calc(100% - 9em - 9em - 1em - 1em);
  }
  .performances-cart-step2 .cart-manager-row6 {
    display: flex;
    flex-direction: row;
  }
  .performances-cart-step2 .cart-manager-row6 > div:first-child {
    flex: 1;
  }
  .performances-cart-step2 .cart-manager-row6 > div:nth-child(n+2) {
    width: 19em;
    margin-left: 1em;
  }
  .performances-cart-step2 .cart-billing-row1 {
    display: grid;
    grid-template-columns: calc(50% - 10px) 150px auto;
    grid-column-gap: 20px;
  }
  .performances-cart-step2 .cart-billing-row2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
  .performances-cart-step2 .cart-billing-row3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .performances-cart-step2 .cart-log-in {
    font-size: 1em;
  }
  .performances-cart-step2 .cart-manager-row1 > :nth-child(1) {
    width: calc((50% - 0.5em) / 2 - 0.5em);
  }
  .performances-cart-step2 .cart-manager-row1 > :nth-child(2) {
    width: calc((50% - 0.5em) / 2 - 0.5em);
  }
  .performances-cart-step2 .cart-manager-row1 > :nth-child(3) {
    width: calc(50% - 0.5em);
  }
  .performances-cart-step2 .cart-manager-row3 > div:nth-child(1) {
    flex: none;
    width: calc(50% - 0.5em);
  }
  .performances-cart-step2 .cart-manager-row3 > div:nth-child(2) {
    flex: 1;
  }
  .performances-cart-step2 .cart-manager-row3 > div:nth-child(3) {
    flex: 1;
  }
  .performances-cart-step2 .cart-manager-row4 > div:nth-child(1) {
    flex: none;
    width: calc(50% - 0.5em);
  }
  .performances-cart-step2 .cart-manager-row4 > div:nth-child(2) {
    flex: 1;
  }
  .performances-cart-step2 .cart-manager-row4 > div:nth-child(3) {
    flex: 1;
  }
  .performances-cart-step2 .cart-manager-row5 > div:nth-child(1) {
    flex: none;
    width: calc(50% - 0.5em);
  }
  .performances-cart-step2 .cart-manager-row6 > div:nth-child(1) {
    flex: none;
    width: calc(50% - 0.5em);
  }
  .performances-cart-step2 .cart-manager-row6 > div:nth-child(2) {
    width: calc(50% - 0.5em);
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-cart3.scss ***!
  \************************************************************************************************************************************************************/
/* Default style (very small devices) */
.performances-cart-step3 {
  font-size: 14px;
}
.performances-cart-step3 * {
  box-sizing: border-box;
}
.performances-cart-step3 input[type=checkbox],
.performances-cart-step3 input[type=radio] {
  vertical-align: -2px;
}
.performances-cart-step3 select {
  flex: 1;
  width: 100%;
  padding: 0.6em;
  font-size: 0.9em;
  background-color: #e7e6e6;
  border: none;
}
.performances-cart-step3 .cart-discount {
  margin-top: 20px;
  line-height: 1.3em;
}
.performances-cart-step3 .cart-discount > div:first-child > span:first-child {
  color: #239cd3;
  font-weight: bold;
}
.performances-cart-step3 .cart-discount > button {
  display: block;
  width: 100%;
  margin-top: 0.5em;
  padding: 10px;
  color: white;
  font-weight: bold;
  text-align: left;
  background-color: #989292;
  border: none;
}
.performances-cart-step3 .cart-discount > button:hover {
  cursor: pointer;
}
.performances-cart-step3 .cart-header {
  display: none;
}
.performances-cart-step3 .cart-modules-header {
  margin-top: 1em;
  padding: 0.5em;
  border-left: 5px #53a9b6 solid;
  background-color: #f0efef;
}
.performances-cart-step3 .cart-modules-header > div {
  color: #53a9b6;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px #53a9b6 dashed;
}
.performances-cart-step3 .cart-training {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0.5em;
  border-left: 5px #53a9b6 solid;
  background-color: #f0efef;
}
.performances-cart-step3 .cart-training > div {
  margin-top: 0.4em;
  color: black;
}
.performances-cart-step3 .cart-training > div.training-action {
  order: 1;
}
.performances-cart-step3 .cart-training > div.training-title {
  order: 0;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.performances-cart-step3 .cart-training > div.training-title > label {
  width: 6em;
}
.performances-cart-step3 .cart-training > div.training-title > span {
  flex: 1;
  font-weight: bold;
}
.performances-cart-step3 .cart-training > div.training-select {
  order: 2;
  width: 100%;
}
.performances-cart-step3 .cart-training > div.training-select > div > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.5em;
}
.performances-cart-step3 .cart-training > div.training-select > div > div > label {
  width: 6em;
}
.performances-cart-step3 .cart-training-option {
  padding: 0.5em 0.5em 0.5em 1em;
  background-color: #c6dee8;
}
.performances-cart-step3 .cart-training-option > div.training-title {
  display: block;
  color: #53a9b6;
  font-style: italic;
  font-weight: bold;
}
.performances-cart-step3 .cart-training-option > div.training-select > div > div > label {
  width: 5.5em;
}
.performances-cart-step3 .cart-trainee:nth-of-type(n+2) {
  margin-top: 2em;
}
.performances-cart-step3 .cart-trainee-cpf {
  margin-top: 1em;
  padding: 5px;
  font-weight: bold;
  white-space: nowrap;
  border: 1px #239cd3 solid;
}
.performances-cart-step3 .cart-trainee-delete {
  float: right;
  margin: 0;
  padding: 0;
  color: #545e65;
  font-size: 1em;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.performances-cart-step3 .cart-trainee-header {
  margin-top: 10px;
  color: black;
  font-style: italic;
  font-weight: bold;
}
.performances-cart-step3 .cart-trainee-select {
  display: flex;
  flex-direction: column;
}
.performances-cart-step3 .cart-trainee-select > :first-child {
  color: #239cd3;
  text-transform: uppercase;
}
.performances-cart-step3 .cart-trainees {
  padding: 20px;
  border: 1px solid #239cd3;
  border-left-width: 5px;
}
.performances-cart-step3 .cart-trainees-header {
  font-style: italic;
  font-weight: bold;
}
.performances-cart-step3 .cart-training-delete {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

div.ui-dialog[aria-describedby=dialog-CPF] {
  z-index: 1000 !important;
  position: absolute !important;
  border: 2px black solid;
  background: white;
  color: black;
  padding-bottom: 0.5rem;
}
div.ui-dialog[aria-describedby=dialog-CPF] div.ui-dialog-titlebar {
  padding-top: 10px;
}
div.ui-dialog[aria-describedby=dialog-CPF] div.ui-dialog-titlebar button.ui-dialog-titlebar-close {
  float: right;
  margin-right: 10px;
  background-color: black;
  color: white;
  border: none;
  cursor: pointer;
}
div.ui-dialog[aria-describedby=dialog-CPF] span.ui-dialog-title {
  text-align: left;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 1rem;
}
div.ui-dialog[aria-describedby=dialog-CPF] p {
  padding: 0.2rem 1rem;
}
div.ui-dialog[aria-describedby=dialog-CPF] p a {
  color: #239cd3;
}
div.ui-dialog[aria-describedby=dialog-CPF] p:last-of-type {
  border-top: 2px #239cd3 dotted;
  margin-top: 7px;
  padding-top: 7px;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .performances-cart-step3 .cart-discount {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .performances-cart-step3 .cart-discount > button {
    width: auto;
    margin-left: 1em;
    white-space: nowrap;
  }
  .performances-cart-step3 .cart-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 30px;
    padding-right: 25px;
    color: white;
    font-weight: bold;
    background-color: #239cd3;
  }
  .performances-cart-step3 .cart-header > div {
    padding: 10px 0;
  }
  .performances-cart-step3 .cart-header > div:first-child {
    flex: 1;
  }
  .performances-cart-step3 .cart-header > div:nth-child(n+2) {
    width: 150px;
  }
  .performances-cart-step3 .cart-modules-header {
    display: none;
  }
  .performances-cart-step3 .cart-trainee-cpf {
    align-self: flex-end;
  }
  .performances-cart-step3 .cart-modules-first {
    margin-top: 1em;
  }
  .performances-cart-step3 .cart-training {
    flex-direction: row;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 5px;
  }
  .performances-cart-step3 .cart-training > div {
    margin-top: 0;
  }
  .performances-cart-step3 .cart-training > div label {
    display: none;
  }
  .performances-cart-step3 .cart-training > div.training-action {
    order: 2;
    width: 20px;
    padding-top: 0.5em;
  }
  .performances-cart-step3 .cart-training > div.training-title {
    order: 0;
    padding-top: 0.5em;
  }
  .performances-cart-step3 .cart-training > div.training-select {
    order: 1;
    width: 300px;
  }
  .performances-cart-step3 .cart-training > div.training-select > div {
    display: flex;
    flex-direction: row;
  }
  .performances-cart-step3 .cart-training > div.training-select > div > div {
    width: 140px;
    margin-right: 10px;
    margin-top: 0;
  }
  .performances-cart-step3 .cart-training-option > div.training-select > div:first-child {
    width: 290px;
  }
  .performances-cart-step3 .cart-training-option > div.training-select > div:nth-child(2) {
    margin-top: 0.5em;
  }
  .performances-cart-step3 .cart-training-option > div.training-title label {
    display: block;
    width: auto;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .performances-cart-step3 .cart-header > div:nth-child(n+2) {
    width: 250px;
  }
  .performances-cart-step3 .cart-trainee-details > div,
  .performances-cart-step3 .trainee_additionnal_informations > div {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .performances-cart-step3 .cart-trainee-details > div > div > label,
  .performances-cart-step3 .trainee_additionnal_informations > div > div > label {
    font-size: 0.9em;
  }
  .performances-cart-step3 .cart-trainee-details > div > div.email,
  .performances-cart-step3 .trainee_additionnal_informations > div > div.email {
    flex: 1;
  }
  .performances-cart-step3 .cart-trainee-details > div > div:nth-of-type(n+2),
  .performances-cart-step3 .trainee_additionnal_informations > div > div:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .performances-cart-step3 .cart-trainee-details > div.qualiopi,
  .performances-cart-step3 .trainee_additionnal_informations > div.qualiopi {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .performances-cart-step3 .cart-trainee-details > div.qualiopi > div,
  .performances-cart-step3 .trainee_additionnal_informations > div.qualiopi > div {
    margin-left: 0;
    margin-top: 0.7rem;
    font-weight: 700;
    color: #000;
  }
  .performances-cart-step3 .cart-trainee-details > div.qualiopi > .cart-trainee-prerequisite,
  .performances-cart-step3 .trainee_additionnal_informations > div.qualiopi > .cart-trainee-prerequisite {
    width: 100%;
    background-color: #c6dee8;
    padding: 0.4rem 0.8rem;
  }
  .performances-cart-step3 .cart-trainee-details > div.qualiopi > .cart-trainee-prerequisite > #show-program,
  .performances-cart-step3 .trainee_additionnal_informations > div.qualiopi > .cart-trainee-prerequisite > #show-program {
    background-color: white;
    color: #c6dee8;
    border: 1px #c6dee8 solid;
    float: right;
    padding: 0 0.5rem;
  }
  .performances-cart-step3 .cart-trainee-details > div.cpf3, .performances-cart-step3 .cart-trainee-details > div.cqe, .performances-cart-step3 .cart-trainee-details > div.cqm,
  .performances-cart-step3 .trainee_additionnal_informations > div.cpf3,
  .performances-cart-step3 .trainee_additionnal_informations > div.cqe,
  .performances-cart-step3 .trainee_additionnal_informations > div.cqm {
    display: block;
    margin-top: 1em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    border-bottom: 2px #239cd3 dotted;
    border-top: 2px #239cd3 dotted;
  }
  .performances-cart-step3 .cart-trainee-details > div.cpf3 > div, .performances-cart-step3 .cart-trainee-details > div.cqe > div, .performances-cart-step3 .cart-trainee-details > div.cqm > div,
  .performances-cart-step3 .trainee_additionnal_informations > div.cpf3 > div,
  .performances-cart-step3 .trainee_additionnal_informations > div.cqe > div,
  .performances-cart-step3 .trainee_additionnal_informations > div.cqm > div {
    margin-left: 0;
    margin-top: 0.5em;
  }
  .performances-cart-step3 .cart-trainee-details > div.cpf3 > .trainee_experience input[type=radio], .performances-cart-step3 .cart-trainee-details > div.cqe > .trainee_experience input[type=radio], .performances-cart-step3 .cart-trainee-details > div.cqm > .trainee_experience input[type=radio],
  .performances-cart-step3 .trainee_additionnal_informations > div.cpf3 > .trainee_experience input[type=radio],
  .performances-cart-step3 .trainee_additionnal_informations > div.cqe > .trainee_experience input[type=radio],
  .performances-cart-step3 .trainee_additionnal_informations > div.cqm > .trainee_experience input[type=radio] {
    margin-left: 2em;
  }
  .performances-cart-step3 .cart-trainee-details > div.cpf3 > .trainee_motivations textarea, .performances-cart-step3 .cart-trainee-details > div.cqe > .trainee_motivations textarea, .performances-cart-step3 .cart-trainee-details > div.cqm > .trainee_motivations textarea,
  .performances-cart-step3 .trainee_additionnal_informations > div.cpf3 > .trainee_motivations textarea,
  .performances-cart-step3 .trainee_additionnal_informations > div.cqe > .trainee_motivations textarea,
  .performances-cart-step3 .trainee_additionnal_informations > div.cqm > .trainee_motivations textarea {
    width: 100%;
    margin-top: 0.5em;
    padding: 0.5em;
    font-size: 0.9em;
    background-color: #e7e6e6;
    border: none;
  }
  .performances-cart-step3 .cart-trainee-details > div.cpf3 > .cpf3_titre, .performances-cart-step3 .cart-trainee-details > div.cpf3 > .cqe-titre, .performances-cart-step3 .cart-trainee-details > div.cpf3 > .cqm-titre, .performances-cart-step3 .cart-trainee-details > div.cqe > .cpf3_titre, .performances-cart-step3 .cart-trainee-details > div.cqe > .cqe-titre, .performances-cart-step3 .cart-trainee-details > div.cqe > .cqm-titre, .performances-cart-step3 .cart-trainee-details > div.cqm > .cpf3_titre, .performances-cart-step3 .cart-trainee-details > div.cqm > .cqe-titre, .performances-cart-step3 .cart-trainee-details > div.cqm > .cqm-titre,
  .performances-cart-step3 .trainee_additionnal_informations > div.cpf3 > .cpf3_titre,
  .performances-cart-step3 .trainee_additionnal_informations > div.cpf3 > .cqe-titre,
  .performances-cart-step3 .trainee_additionnal_informations > div.cpf3 > .cqm-titre,
  .performances-cart-step3 .trainee_additionnal_informations > div.cqe > .cpf3_titre,
  .performances-cart-step3 .trainee_additionnal_informations > div.cqe > .cqe-titre,
  .performances-cart-step3 .trainee_additionnal_informations > div.cqe > .cqm-titre,
  .performances-cart-step3 .trainee_additionnal_informations > div.cqm > .cpf3_titre,
  .performances-cart-step3 .trainee_additionnal_informations > div.cqm > .cqe-titre,
  .performances-cart-step3 .trainee_additionnal_informations > div.cqm > .cqm-titre {
    color: #239cd3;
    font-weight: bold;
  }
  .performances-cart-step3 .cart-trainee-details > div.cpf3 label, .performances-cart-step3 .cart-trainee-details > div.cqe label, .performances-cart-step3 .cart-trainee-details > div.cqm label,
  .performances-cart-step3 .trainee_additionnal_informations > div.cpf3 label,
  .performances-cart-step3 .trainee_additionnal_informations > div.cqe label,
  .performances-cart-step3 .trainee_additionnal_informations > div.cqm label {
    font-size: inherit;
  }
  .performances-cart-step3 .cart-trainee-details > div.cpf3 textarea, .performances-cart-step3 .cart-trainee-details > div.cqe textarea, .performances-cart-step3 .cart-trainee-details > div.cqm textarea,
  .performances-cart-step3 .trainee_additionnal_informations > div.cpf3 textarea,
  .performances-cart-step3 .trainee_additionnal_informations > div.cqe textarea,
  .performances-cart-step3 .trainee_additionnal_informations > div.cqm textarea {
    width: 100%;
    padding: 0.6em;
    font-size: 1em;
    background-color: #e7e6e6;
    border: none;
    margin-bottom: 0.8rem;
  }
  .performances-cart-step3 .trainee_additionnal_informations {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem;
  }
  .performances-cart-step3 .trainee_additionnal_informations > strong,
  .performances-cart-step3 .trainee_additionnal_informations > i {
    color: black;
  }
  .performances-cart-step3 .trainee_additionnal_informations div.performances-cart-input > label > strong {
    color: black;
  }
  .performances-cart-step3 .cart-trainee-select {
    flex-direction: row;
  }
  .performances-cart-step3 .cart-trainee-select > div:nth-child(n+2) {
    margin-left: 1em;
  }
  .performances-cart-step3 .cart-training > div.training-select {
    width: 500px;
  }
  .performances-cart-step3 .cart-training > div.training-select > div > div {
    min-width: 240px;
  }
  .performances-cart-step3 .cart-training-option > div.training-select > div:first-child {
    width: 490px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 768px) {
  div.performances-cart-step3 div.cart-trainee span.fa.fa-trash {
    font-size: 1.5em;
  }
}
div.performances-cart-step3 button.js-trainee-add {
  font-size: 14px;
  line-height: 17px;
}
div.performances-cart-step3 button.js-trainee-add span.fa.fa-plus-circle {
  margin-top: 0.1rem;
  margin-right: 0.5rem;
}
div.performances-cart-step3 button.js-trainee-add.trainee-add-hidden {
  display: none;
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-cart4.scss ***!
  \************************************************************************************************************************************************************/
/* Default style (very small devices) */
.performances-cart-step4 {
  color: black;
  font-size: 14px;
}
.performances-cart-step4 * {
  box-sizing: border-box;
}
.performances-cart-step4 > h3 {
  display: none;
}
.performances-cart-step4 > p {
  margin-top: 1em;
  font-size: inherit;
  font-style: italic;
  line-height: 1.4em;
}
.performances-cart-step4 > p > strong {
  color: #239cd3;
}
.performances-cart-step4 .cart-action {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 2em 0;
  padding: 1em;
  background-color: #f0efef;
}
.performances-cart-step4 .cart-action > button {
  display: inline-block;
  margin-left: 1em;
  padding: 0.5em 1em;
  color: white;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #53a9b6;
  border: 0;
  border-radius: 2px;
}
.performances-cart-step4 .cart-action > button:hover {
  background-color: #0f88bd;
  cursor: pointer;
}
.performances-cart-step4 .cart-contact-details {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}
.performances-cart-step4 .cart-contact-details > div {
  margin-top: 1.5em;
}
.performances-cart-step4 .cart-contact-details > div a {
  display: block;
  margin-top: 0.5em;
  font-weight: bold;
}
.performances-cart-step4 .cart-contact-details > div label {
  border-bottom: 1px silver solid;
}
.performances-cart-step4 .cart-contact-details > div:nth-child(2) {
  padding-top: 1em;
  border-top: 5px #f0efef solid;
}
.performances-cart-step4 .cart-contact-details .contact-details-header {
  font-weight: bold;
  text-transform: uppercase;
}
.performances-cart-step4 .cart-header {
  display: none;
}
.performances-cart-step4 .cart-module-header {
  margin-top: 1em;
  padding: 0.5em;
  border-left: 5px #53a9b6 solid;
  background-color: #f0efef;
}
.performances-cart-step4 .cart-module-header > div {
  color: #53a9b6;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px #53a9b6 dashed;
}
.performances-cart-step4 .cart-source {
  display: flex;
  flex-direction: column;
  padding-top: 2em;
  border-top: 1px #239cd3 solid;
}
.performances-cart-step4 .cart-source label {
  font-weight: bold;
}
.performances-cart-step4 .cart-source select {
  width: 100%;
  margin-top: 0.5em;
  padding: 0.6em;
  font-size: 0.9em;
  background-color: #e7e6e6;
  border: none;
}
.performances-cart-step4 .cart-source-other {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}
.performances-cart-step4 .cart-source-other input[type=text] {
  width: 100%;
  margin-top: 0.5em;
  padding: 0.6em;
  font-size: 0.9em;
  background-color: #e7e6e6;
  border: none;
}
.performances-cart-step4 .cart-source-other label {
  font-weight: bold;
}
.performances-cart-step4 .cart-total-after-discount {
  padding: 0.5em;
  text-align: right;
  background-color: #c6dee8;
}
.performances-cart-step4 .cart-total-after-discount > :first-child {
  font-weight: bold;
}
.performances-cart-step4 .cart-total-before-discount {
  display: flex;
  flex-direction: row;
  margin-top: 1em;
  justify-content: space-between;
}
.performances-cart-step4 .cart-total-before-discount > :nth-child(2) {
  text-align: right;
}
.performances-cart-step4 .cart-total-before-discount > :nth-child(2) > span {
  display: block;
  white-space: nowrap;
}
.performances-cart-step4 .cart-total-before-discount > :nth-child(2) > span:first-child {
  font-weight: bold;
}
.performances-cart-step4 .cpf-warning-message {
  color: red;
  text-align: left;
}
.performances-cart-step4 .cart-total-discount {
  display: flex;
  flex-direction: row;
  margin-top: 1em;
  justify-content: space-between;
}
.performances-cart-step4 .cart-total-discount > :first-child > :first-child {
  color: #53a9b6;
}
.performances-cart-step4 .cart-total-discount > :nth-child(2) {
  text-align: right;
}
.performances-cart-step4 .cart-total-discount > :nth-child(2) > span {
  display: block;
  white-space: nowrap;
}
.performances-cart-step4 .cart-total-discount > :nth-child(2) > span:first-child {
  font-weight: bold;
}
.performances-cart-step4 .cart-trainees {
  padding: 0.5em;
  border-bottom: 2px #c6dee8 solid;
  border-left: 5px #53a9b6 solid;
  border-right: 2px #c6dee8 solid;
}
.performances-cart-step4 .cart-trainees-header {
  font-style: italic;
  font-weight: bold;
}
.performances-cart-step4 .cart-trainee {
  margin-top: 0.5em;
}
.performances-cart-step4 .cart-trainee-detail {
  padding: 0.5em;
  background-color: #f0efef;
}
.performances-cart-step4 .cart-trainee-detail > :first-child {
  font-weight: bold;
}
.performances-cart-step4 .cart-trainee-header {
  color: #53a9b6;
  font-weight: bold;
  text-transform: uppercase;
}
.performances-cart-step4 .cart-training {
  padding: 0.5em;
  border-left: 5px #53a9b6 solid;
  background-color: #f0efef;
}
.performances-cart-step4 .cart-training > .training-session > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.performances-cart-step4 .cart-training > .training-session > div > label {
  width: 6em;
}
.performances-cart-step4 .cart-training > .training-session > div > span {
  flex: 1;
}
.performances-cart-step4 .cart-training > .training-session > div.training-city > span, .performances-cart-step4 .cart-training > .training-session > div.training-dates > span, .performances-cart-step4 .cart-training > .training-session > div.training-price-ex > span {
  font-weight: bold;
}
.performances-cart-step4 .cart-training > .training-session > div.training-trainees {
  display: none;
}
.performances-cart-step4 .cart-training > .training-title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.performances-cart-step4 .cart-training > .training-title > label {
  width: 6em;
}
.performances-cart-step4 .cart-training > .training-title > span {
  flex: 1;
  font-weight: bold;
}
.performances-cart-step4 .cart-training-option {
  padding: 0.5em 0.5em 0.5em 1em;
  background-color: #c6dee8;
}
.performances-cart-step4 .cart-training-option > .training-session > div > label {
  width: 5.5em;
}
.performances-cart-step4 .cart-training-option > .training-session > div.training-city > span, .performances-cart-step4 .cart-training-option > .training-session > div.training-dates > span, .performances-cart-step4 .cart-training-option > .training-session > div.training-price-ex > span {
  font-weight: normal;
}
.performances-cart-step4 .cart-training-option > .training-title > label {
  width: auto;
  color: #53a9b6;
  font-weight: bold;
}
.performances-cart-step4 #rgpd_container {
  padding: 0.5em 0;
  border-top: 1px #239cd3 solid;
}
.performances-cart-step4 #rgpd_container input[type=checkbox] {
  vertical-align: middle;
}
.performances-cart-step4 #cpf3_partenaire {
  margin-top: 1.5em;
  padding: 1.5em 0;
  border-top: 1px #239cd3 solid;
}
.performances-cart-step4 #cpf3_partenaire > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.performances-cart-step4 #cpf3_partenaire > div > input {
  flex: 1;
}
.performances-cart-step4 #cpf3_partenaire > div > label {
  width: 10em;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .performances-cart-step4 .cart-source {
    flex-direction: row;
    align-items: center;
  }
  .performances-cart-step4 .cart-source select {
    flex: 1;
    width: auto;
    margin-left: 1em;
    margin-top: 0;
  }
  .performances-cart-step4 .cart-source-other {
    flex-direction: row;
    align-items: center;
  }
  .performances-cart-step4 .cart-source-other input[type=text] {
    flex: 1;
    width: auto;
    margin-left: 1em;
    margin-top: 0;
  }
}
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .performances-cart-step4 h3 {
    display: block;
    margin: 1em 0 0 0;
    padding: 0;
    color: #239cd3;
    font-weight: bold;
    text-transform: uppercase;
  }
  .performances-cart-step4 .cart-action {
    justify-content: flex-end;
  }
  .performances-cart-step4 .cart-contact-details {
    flex-direction: row;
  }
  .performances-cart-step4 .cart-contact-details > div {
    flex: 1;
  }
  .performances-cart-step4 .cart-contact-details > div:nth-child(2) {
    padding-left: 1em;
    padding-top: 0;
    border-left: 2px #f0efef solid;
    border-top: none;
  }
  .performances-cart-step4 .cart-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 1em 0;
    color: white;
    font-weight: bold;
    background-color: #239cd3;
    border-left: 5px #239cd3 solid;
  }
  .performances-cart-step4 .cart-header > div {
    padding: 0.5em 1em;
  }
  .performances-cart-step4 .cart-header > div:first-child {
    flex: 1;
  }
  .performances-cart-step4 .cart-header > div:nth-child(2) {
    width: 10em;
  }
  .performances-cart-step4 .cart-header > div:nth-child(3) {
    width: 10em;
  }
  .performances-cart-step4 .cart-header > div:nth-child(4) {
    width: 8em;
  }
  .performances-cart-step4 .cart-header > div:nth-child(5) {
    width: 8em;
  }
  .performances-cart-step4 .cart-header > div:nth-child(6) {
    width: 8em;
  }
  .performances-cart-step4 .cart-module-header {
    display: none;
  }
  .performances-cart-step4 .cart-total-after-discount {
    margin-top: 0.5em;
  }
  .performances-cart-step4 .cpf-warning-message {
    text-align: right;
  }
  .performances-cart-step4 .cart-total-discount {
    display: block;
    margin-top: 0.5em;
    text-align: right;
  }
  .performances-cart-step4 .cart-total-discount > div {
    display: inline;
  }
  .performances-cart-step4 .cart-total-discount > div:nth-child(2) > span {
    display: inline;
  }
  .performances-cart-step4 .cart-trainee-detail > div {
    display: inline-block;
  }
  .performances-cart-step4 .cart-trainee-detail > div:nth-child(2) {
    margin-left: 2em;
  }
  .performances-cart-step4 .cart-training {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
  }
  .performances-cart-step4 .cart-training > div.training-session {
    display: flex;
    flex-direction: row;
  }
  .performances-cart-step4 .cart-training > div.training-session > .training-city {
    width: 10em;
    padding: 0.5em 1em;
  }
  .performances-cart-step4 .cart-training > div.training-session > .training-city > label {
    display: none;
  }
  .performances-cart-step4 .cart-training > div.training-session > .training-dates {
    width: 10em;
    padding: 0.5em 1em;
  }
  .performances-cart-step4 .cart-training > div.training-session > .training-dates > label {
    display: none;
  }
  .performances-cart-step4 .cart-training > div.training-session > .training-dates > span {
    font-weight: normal;
  }
  .performances-cart-step4 .cart-training > div.training-session > .training-price-in {
    width: 8em;
    padding: 0.5em 1em;
  }
  .performances-cart-step4 .cart-training > div.training-session > .training-price-in > label {
    display: none;
  }
  .performances-cart-step4 .cart-training > div.training-session > .training-price-ex {
    width: 8em;
    padding: 0.5em 1em;
  }
  .performances-cart-step4 .cart-training > div.training-session > .training-price-ex > label {
    display: none;
  }
  .performances-cart-step4 .cart-training > div.training-session > .training-trainees {
    display: block;
    width: 8em;
    padding: 0.5em 1em;
    font-weight: bold;
  }
  .performances-cart-step4 .cart-training > .training-title {
    flex: 1;
    padding: 0.5em 1em;
  }
  .performances-cart-step4 .cart-training > .training-title > label {
    display: none;
  }
  .performances-cart-step4 .cart-training-first {
    margin-top: 1em;
  }
  .performances-cart-step4 .cart-training-option > .training-title > label {
    display: block;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .performances-cart-step4 .cart-header > div:nth-child(3) {
    width: 15em;
  }
  .performances-cart-step4 .cart-training > div.training-session > .training-dates {
    width: 15em;
  }
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-cart5.scss ***!
  \************************************************************************************************************************************************************/
/* Default style (very small devices) */
.performances-cart-step5 {
  margin-bottom: 3em;
  color: black;
  font-size: 14px;
}
.performances-cart-step5 h2 {
  margin-top: 1em;
  font-size: 20px;
  font-weight: bold;
}
.performances-cart-step5 h2 span.fa.fa-chevron-right {
  color: #53a9b6;
  font-size: 16px;
  margin-right: 10px;
}
.performances-cart-step5 p {
  font-size: inherit;
  font-style: italic;
  line-height: 1.5em;
}
.performances-cart-step5 .cart-action {
  margin-top: 2em;
  text-align: center;
}
.performances-cart-step5 .cart-action > a {
  color: #239cd3;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
}
.performances-cart-step5 .cart-action > a:hover {
  text-decoration: none;
}
.performances-cart-step5 .cart-thanks-simple > p:first-of-type {
  color: #e0007a;
  font-weight: bold;
  margin-top: 0.5em;
  padding: 0.5em;
  background-color: #f0efef;
}
.performances-cart-step5 .cart-thanks-simple > p:first-of-type > span:first-of-type {
  color: #239cd3;
}
.performances-cart-step5 .cart-thanks-simple > p:nth-of-type(2) {
  margin-top: 0.5em;
  padding: 0.5em;
  font-weight: bold;
  background-color: #f0efef;
}
.performances-cart-step5 .cart-thanks-simple > p:nth-of-type(2) > span:first-of-type {
  color: #e0007a;
}
.performances-cart-step5 .cart-thanks-simple > p:nth-of-type(2) > span:nth-of-type(2) {
  color: #239cd3;
}
.performances-cart-step5 .cart-thanks-simple > p:nth-of-type(3) {
  margin-top: 0.5em;
}
.performances-cart-step5 .cart-thanks-performances-talents > p:nth-of-type(2) {
  margin-top: 0.5em;
  padding: 0.5em;
  background-color: #f0efef;
}
.performances-cart-step5 .cart-thanks-performances-talents > p:nth-of-type(3) {
  margin-top: 0.5em;
}
.performances-cart-step5 .cart-thanks-360-training > p {
  font-weight: bold;
  padding: 0.5em;
}
.performances-cart-step5 .cart-thanks-360-training > p:first-of-type {
  color: #e0007a;
  margin-top: 0.5em;
  padding: 0.5em 0.5em 0 0.5em;
  background-color: #f0efef;
}
.performances-cart-step5 .cart-thanks-360-training > p:nth-of-type(2) {
  background-color: #f0efef;
}
.performances-cart-step5 .cart-thanks-360-training > p:nth-of-type(2) > span {
  color: #239cd3;
}
.performances-cart-step5 .cart-thanks-360-training > p:last-of-type {
  background-color: #f0efef;
}
.performances-cart-step5 .cart-thanks-simple + .cart-thanks-performances-talents {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 2px #e0007a solid;
}
.performances-cart-step5 .cart-advice-cpf {
  display: flex;
  padding: 10px;
  margin-top: 1rem;
  background-color: #f0efef;
}
.performances-cart-step5 .cart-advice-cpf .cart-advice-cpf-text {
  width: 100%;
  margin-left: 1rem;
  line-height: 18px;
}
.performances-cart-step5 .cart-advice-cpf .cart-advice-cpf-link {
  margin-bottom: 4px;
}
.performances-cart-step5 .cart-advice-cpf .cart-advice-cpf-phone {
  padding-top: 4px;
  border-top: black 1px solid;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-cart-breadcrumb.scss ***!
  \**********************************************************************************************************************************************************************/
/* Default style (very small devices) */
.performances-cart-breadcrumb {
  font-size: 14px;
}
.performances-cart-breadcrumb .cart-breadcrumb-full {
  display: none;
  color: black;
}
.performances-cart-breadcrumb .cart-breadcrumb-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.performances-cart-breadcrumb .cart-breadcrumb-mobile > a {
  display: block;
  margin-right: 0.5em;
  padding: 0.5em 1em;
  color: white;
  background-color: #545e65;
  border: 2px #545e65 solid;
}
.performances-cart-breadcrumb .cart-breadcrumb-mobile > div:first-of-type {
  padding: 0.5em 1em;
  color: #53a9b6;
  font-weight: bold;
  border: 2px #53a9b6 solid;
}
.performances-cart-breadcrumb .cart-breadcrumb-mobile > div:nth-of-type(2) {
  flex: 1;
  padding: 0.5em 1em;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #53a9b6;
  border: 2px #53a9b6 solid;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .performances-cart-breadcrumb .cart-breadcrumb-full {
    display: flex;
    flex-direction: column;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > div > div {
    display: none;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > div > ul {
    display: flex;
    flex-direction: row;
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 0.95em;
    font-weight: bold;
    text-transform: uppercase;
    list-style-type: none;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > div > ul > li {
    margin-right: 2em;
    background-color: #dddcda;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > div > ul > li > a {
    display: flex;
    flex-direction: row;
    color: inherit;
    background-color: #dddcda;
    border: 2px #dddcda solid;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > div > ul > li > a > span:nth-child(1) {
    padding: 0.2em 0.6em;
    background-color: white;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > div > ul > li > a > span:nth-child(2) {
    padding: 0.2em 0.6em;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > div > ul > li.active > a {
    color: white;
    background-color: #53a9b6;
    border-color: #53a9b6;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > div > ul > li.active > a > span:nth-child(1) {
    color: #53a9b6;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > div > ul > li.done > a {
    background-color: #c6dee8;
    border-color: #c6dee8;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > h2 {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    font-weight: bold;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > h2 > span {
    font-weight: normal;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > h2:before {
    content: url(/wp-content/themes/strata-child/build/aab5e85c5064721b5f04.png);
    margin-right: 7px;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-mobile {
    display: none;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .performances-cart-breadcrumb .cart-breadcrumb-full {
    margin-top: 30px;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > div > div {
    display: flex;
    flex-direction: row;
    padding: 0.4em 0.6em 0.4em 0.4em;
    font-weight: 600;
    border: 3px #53a9b6 solid;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > div > div > img {
    height: 40px;
    margin-right: 10px;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > div > div > div > div.cart-breadcrump-number {
    margin-top: 0.3rem;
    font-size: 1.65em;
    font-family: "Arial", sans-serif;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > div > ul {
    font-size: 1.05em;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .performances-cart-breadcrumb .cart-breadcrumb-full {
    margin-top: 110px;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > div > ul {
    font-size: 1.15em;
  }
  .performances-cart-breadcrumb .cart-breadcrumb-full > h2 {
    font-size: 1.5em;
  }
}
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-cart-default.scss ***!
  \*******************************************************************************************************************************************************************/
/* Default style (very small devices) */
.page-template div.title_outer.title_without_animation {
  display: none;
}

div.performances-cart-actions {
  display: flex;
  flex-direction: column;
  margin-bottom: 3em;
  margin-top: 1em;
}
div.performances-cart-actions .action-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  font-size: 10px;
  text-align: center;
}
div.performances-cart-actions .action-buttons button {
  display: inline-block;
  padding: 11px 11px;
  color: white;
  font-size: inherit;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #53a9b6;
  border: 0;
  border-radius: 2px;
}
div.performances-cart-actions .action-buttons button:hover {
  cursor: pointer;
  background-color: #0f88bd;
}
div.performances-cart-actions .action-buttons .add-formation {
  padding: 8px 11px;
  color: #989292;
  font-weight: bold;
  line-height: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  border: 2px #f0efef solid;
  background-color: white;
}
div.performances-cart-actions .action-buttons .add-formation span.add-formation-arrow {
  color: #53a9b6;
}
div.performances-cart-actions .reduction-notification {
  margin-bottom: 8px;
  color: black;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
}
div.performances-cart-actions .reduction-notification .reduction-notification-percentage {
  color: #53a9b6;
}
div.performances-cart-actions.performances-cart-actions-alone {
  display: block;
}
div.performances-cart-actions.performances-cart-actions-alone .action-buttons {
  display: block;
  text-align: right;
}

div.performances-cart-legal {
  font-size: 12px;
  line-height: 1.2em;
}

div.performances-cart-input {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}
div.performances-cart-input > input[type=email],
div.performances-cart-input > input[type=password],
div.performances-cart-input > input[type=tel],
div.performances-cart-input > input[type=text],
div.performances-cart-input > select {
  width: 100%;
  padding: 0.6em;
  font-size: 1em;
  background-color: #e7e6e6;
  border: none;
}
div.performances-cart-input > input[type=email]:disabled,
div.performances-cart-input > input[type=password]:disabled,
div.performances-cart-input > input[type=tel]:disabled,
div.performances-cart-input > input[type=text]:disabled,
div.performances-cart-input > select:disabled {
  color: gray;
}
div.performances-cart-input .cart-input-help {
  margin-top: 0.5em;
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.1em;
}

.required {
  color: #53a9b6;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  div.performances-cart-actions {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  div.performances-cart-actions .action-buttons {
    margin-left: 1em;
    margin-top: 0;
    font-size: inherit;
  }
  div.performances-cart-actions .action-buttons > button {
    margin-left: 1em;
    padding: 10px 11px;
  }
  div.performances-cart-actions .reduction-notification {
    margin-bottom: 0;
    font-size: inherit;
  }
  div.performances-cart-actions .reduction-notification .reduction-notification-percentage {
    font-size: 1.1em;
    font-weight: bold;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body.page-template-page-cart1 div.performances-cart-actions div.action-buttons > a {
    width: 100%;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body.page-template-page-cart1 div.title_outer.title_without_animation,
  body.page-template-page-cart2 div.title_outer.title_without_animation,
  body.page-template-page-cart3 div.title_outer.title_without_animation,
  body.page-template-page-cart4 div.title_outer.title_without_animation,
  body.page-template-page-cart5 div.title_outer.title_without_animation {
    padding-top: 125px !important;
    display: none !important;
  }
  div.performances-cart-actions {
    font-size: 13px;
  }
  div.performances-cart-actions .reduction-notification .reduction-notification-percentage {
    font-size: 1.2em;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  div.performances-cart-actions .reduction-notification {
    font-size: 14px;
  }
  body.page-template-page-cart1 div.performances-cart-actions {
    left: 0;
  }
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-certifying-course.scss ***!
  \************************************************************************************************************************************************************************/
/* Default style (very small devices) */
#performances-page-certifying-course {
  font-size: 15px;
  line-height: 19px;
}
#performances-page-certifying-course .certifying-course-action {
  margin: 1.5em 0 4em;
  font-size: 18px;
}
#performances-page-certifying-course .certifying-course-action > button[type=submit] {
  padding: 0.5em 1em;
  color: white;
  font-size: 1em;
  font-weight: bold;
  background-color: #53a9b6;
  border: none;
}
#performances-page-certifying-course .certifying-course-action > button[type=submit]:hover {
  cursor: pointer;
}
#performances-page-certifying-course .certifying-course-answer {
  margin-top: 0.3em;
}
#performances-page-certifying-course .certifying-course-answer > input[type=checkbox] {
  vertical-align: 1px;
}
#performances-page-certifying-course .certifying-course-answer > textarea {
  width: 100%;
  height: 100px;
  padding: 8px 5px 5px 8px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-style: oblique;
  line-height: 18px;
  color: #777;
  background-color: #f0efef;
}
#performances-page-certifying-course .certifying-course-error {
  margin-top: 1em;
  padding: 0.5em;
  color: black;
  font-style: italic;
  font-weight: bold;
  background-color: #f0efef;
}
#performances-page-certifying-course .certifying-course-error > span {
  color: #53a9b6;
}
#performances-page-certifying-course .certifying-course-notice {
  color: #53a9b6;
}
#performances-page-certifying-course .certifying-course-question {
  margin-top: 1em;
  font-size: 15px;
  line-height: 17px;
}
#performances-page-certifying-course .certifying-course-question-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 7px;
}
#performances-page-certifying-course .certifying-course-success {
  margin-top: 1em;
  padding: 0.5em;
  color: black;
  font-style: italic;
  font-weight: bold;
  background-color: #f0efef;
}
#performances-page-certifying-course .certifying-course-success > span {
  color: #53a9b6;
}
#performances-page-certifying-course .certifying-course-success-notice {
  margin-top: 0.5em;
  color: black;
  font-style: italic;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-city.scss ***!
  \***********************************************************************************************************************************************************/
/* Default style (very small devices) */
div.performances-page-city {
  padding: 23px 0 0 0 !important;
}
div.performances-page-city div.city-page-header {
  display: flex;
  flex-direction: column;
}
div.performances-page-city div.city-page-header div.city-page-header-text > h2 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
}
div.performances-page-city div.city-page-header div.city-page-header-text > h2 > strong {
  text-transform: uppercase;
}
div.performances-page-city div.city-page-header div.city-page-header-text > h3.next-dates {
  margin-top: 1em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  display: none;
}
div.performances-page-city div.city-page-header div.city-page-header-text > p.area-introduction {
  margin-top: 6px;
  color: black;
  font-size: 15px;
  line-height: 18px;
  display: none;
}
div.performances-page-city div.city-page-header div.performances_widget_map_france_selects {
  flex-direction: row;
  margin: 15px 0;
}
div.performances-page-city div.city-page-header div.performances_widget_map_france_selects div.performances_widget_map_france_select_area {
  width: calc(50% - 5px);
  margin: 0;
  font-size: 13px;
}
div.performances-page-city div.city-page-header div.performances_widget_map_france_selects div.performances_widget_map_france_select_city {
  width: calc(50% - 5px);
  margin: 0 0 0 10px;
  font-size: 13px;
}
div.performances-page-city div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title {
  align-items: center;
}
div.performances-page-city div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title div.performances_events_search_event_product {
  width: auto;
}
div.performances-page-city div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations {
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.performances-page-city div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations div.performances_events_search_event_price_and_duration {
  display: flex;
}
div.performances-page-city div.performances_event_search_results div.performances_event_search_more_results > a > span.city-name {
  display: none;
}
div.performances-page-city .wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child {
  display: none;
}
div.performances-page-city div.performances_widget_upcoming_events {
  border: none;
  padding: 0 20px;
}
div.performances-page-city div.performances_widget_upcoming_events div.upcoming_events_title {
  display: none;
  border: none;
}
div.performances-page-city div.performances_widget_upcoming_events div.upcoming_events_results {
  display: none;
}
div.performances-page-city div.performances_widget_upcoming_events div.upcoming_events_all {
  position: relative;
  top: -10px;
  border: none;
  margin: 0;
  padding: 0;
}
div.performances-page-city div.performances_widget_upcoming_events div.upcoming_events_all img {
  max-width: 9%;
}
div.performances-page-city div.performances_widget_upcoming_events div.upcoming_events_all span {
  font-size: 14px;
}
div.performances-page-city div.performances_widget_intra {
  display: none;
}
div.performances-page-city div.performances_widget_intra > div {
  font-size: 18px;
  line-height: 20px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  div.performances-page-city {
    padding: 23px 0 0 0;
  }
  div.performances-page-city div.city-page-header {
    display: flex;
    flex-direction: column;
  }
  div.performances-page-city div.city-page-header div.city-page-header-text > h2 {
    text-align: left;
  }
  div.performances-page-city div.city-page-header div.performances_widget_map_france_selects {
    width: 60%;
  }
  div.performances-page-city div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title div.performances_events_search_event_dates {
    margin-top: 0;
  }
  div.performances-page-city div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations {
    margin-top: 15px;
    flex-direction: row !important;
  }
  div.performances-page-city div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links {
    padding: 4px 0 6px 10px !important;
  }
  div.performances-page-city div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links > a {
    margin-top: 0;
    padding: 6px 7px 8px 7px !important;
    font-weight: 400 !important;
    border: 1px black solid !important;
  }
  div.performances-page-city div.performances_event_search_results div.performances_event_search_more_results > a > span.city-name {
    display: inline;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets {
    width: 100%;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child {
    display: none;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) {
    flex-basis: 100%;
    margin: 0;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    padding: 0 20px;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_title {
    display: none;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_results {
    display: none;
    margin-bottom: 0;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_results div.upcoming_events_event_main {
    width: 100%;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_results div.upcoming_events_event_main div.upcoming_events_event_links {
    font-size: 11px;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_results div.upcoming_events_event_main div.upcoming_events_event_links a > img {
    max-width: 9px !important;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_all img {
    max-width: 9%;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_all span {
    font-size: 14px;
  }
  div.performances-page-city div.performances_widget_intra {
    display: block;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body.single-performances_city div.content_inner div.title_holder {
    height: 0 !important;
  }
  body.single-performances_city div.content_inner div.container {
    padding-top: 0 !important;
  }
  body.single-performances_city div.breadcrumbs_inner {
    display: none;
  }
  div.performances-page-city div.city-page-header {
    display: flex;
    flex-direction: column;
  }
  div.performances-page-city div.city-page-header div.city-page-header-text > h2 {
    font-size: 24px;
    line-height: 26px;
  }
  div.performances-page-city div.city-page-header div.city-page-header-text > h3 {
    font-size: 20px;
    line-height: 22px;
  }
  div.performances-page-city div.city-page-header div.city-page-header-text > p {
    font-size: 18px;
    line-height: 20px;
  }
  div.performances-page-city div.city-page-header div.performances_widget_map_france_selects {
    width: 60%;
  }
  div.performances-page-city div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event {
    flex-direction: row;
  }
  div.performances-page-city div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content {
    padding: 10px;
    max-width: 75%;
  }
  div.performances-page-city div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links {
    flex-direction: column;
    background: #d8d5d0 !important;
    flex: 1;
    font-size: 14px;
  }
  div.performances-page-city div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links > a {
    display: block;
    color: inherit;
    font-weight: bold;
    background-color: white;
    margin-top: 10px;
    border: none;
    padding: 6px;
  }
  div.performances-page-city div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links > a:first-child {
    margin-top: 0;
  }
  div.performances-page-city div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links > a > span {
    float: right;
    color: red;
    font-size: 20px;
  }
  div.performances-page-city div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event_aside {
    display: none;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets {
    width: 100%;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    height: fit-content;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area div.widget_image1 > img {
    height: 275px;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area .widget_link1,
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area .widget_link2 {
    align-self: flex-start;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) {
    margin-left: 20px;
  }
  div.performances-page-city div.performances_widget_upcoming_events div.upcoming_events_results div.upcoming_events_event_main div.upcoming_events_event_links {
    font-size: 12px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  div.performances-page-city div.city-page-header {
    flex-direction: row;
  }
  div.performances-page-city div.city-page-header div.city-page-header-text {
    width: calc(76% - 15px);
    margin-right: 25px;
  }
  div.performances-page-city div.city-page-header div.city-page-header-text > p.area-introduction {
    display: block;
  }
  div.performances-page-city div.city-page-header div.city-page-header-text > h3.next-dates {
    display: block;
  }
  div.performances-page-city div.city-page-header div.performances_widget_map_france_selects {
    flex-direction: column;
    width: calc(22% - 10px);
    border: red 2px solid;
    padding: 10px;
    margin: 0 0 20px 0;
  }
  div.performances-page-city div.city-page-header div.performances_widget_map_france_selects div.performances_widget_map_france_select_area {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  div.performances-page-city div.city-page-header div.performances_widget_map_france_selects div.performances_widget_map_france_select_city {
    margin: 0;
    width: 100%;
  }
  div.performances-page-city div.performances_event_search_results {
    margin-top: 0 !important;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child {
    display: flex;
    flex-basis: calc(33% - 20px);
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area > div.widget_image1 {
    margin: 0.5em 0 0 0;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) {
    flex-basis: 67%;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events {
    border: 2px silver solid;
    padding-bottom: 20px;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_title {
    display: block;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_results {
    display: block;
    border-bottom: 1px silver solid;
    border-top: 1px silver solid;
    padding-bottom: 10px;
  }
  div.performances-page-city div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_all {
    margin-top: 15px;
    padding-top: 10px;
  }
}
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-contact-form.scss ***!
  \*******************************************************************************************************************************************************************/
/* Default style (very small devices) */
div.sidebar_contact_form i.fa.fa-chevron-right {
  margin-right: 10px;
  color: #53a9b6;
}
div.sidebar_contact_form h3 {
  display: inline-block;
}
div.sidebar_contact_form button.contact_sidebar_button {
  border-radius: 3px;
  border: #53a9b6 solid 1px;
  width: 100%;
  background: white;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
}
div.sidebar_contact_form button.contact_sidebar_button:hover {
  cursor: pointer;
  background: #e6f2f7;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-cpf-trainings.scss ***!
  \********************************************************************************************************************************************************************/
/* Default style (very small devices) */
.vc_custom_1566371514574 div.wpb_wrapper > h1 {
  font-size: 14px;
  margin-top: -25px;
}

img.wp-image-313575.alignleft {
  margin-bottom: 15px;
}

.vc_row.wpb_row.section.explanation-text p {
  font-size: 11px;
}

.wpb_text_column.wpb_content_element.vc_custom_1566372551955 h3,
.wpb_text_column.wpb_content_element.vc_custom_1566373959513 h3 {
  font-size: 14px;
}

.vc_custom_1566371808929 div.wpb_wrapper > p {
  font-size: 11px !important;
}
.vc_custom_1566371808929 .vc_column-inner.vc_custom_1566385198956,
.vc_custom_1566371808929 .vc_column-inner.vc_custom_1566385184955 {
  margin-top: 10px;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .vc_custom_1566371514574 div.wpb_wrapper > h1 {
    font-size: 26px;
  }
  .vc_row.wpb_row.section.explanation-text p {
    font-size: 14px;
  }
  .vc_custom_1566371808929 .vc_column-inner.vc_custom_1566385198956,
  .vc_custom_1566371808929 .vc_column-inner.vc_custom_1566385184955 {
    margin-top: inherit;
    margin-left: 10px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .vc_custom_1566371514574 div.wpb_wrapper > h1 {
    margin-top: -10px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-cpffp.scss ***!
  \************************************************************************************************************************************************************/
/* Default style (very small devices) */
.vc_custom_1566461372824 .vc_row.wpb_row.section.vc_inner.grid_section .wpb_column.vc_column_container.vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
  border: 1px solid black;
  padding: 10px;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-formation.scss ***!
  \****************************************************************************************************************************************************************/
body.product-template-default.single.single-product {
  /*
    Linked products section
  */
  /* Small devices (landscape phones, 576px and up) */
  /* Medium devices (tablets, 768px and up) */
  /* Large devices (desktops, 992px and up) */
  /* Extra large devices (large desktops, 1200px and up) */
}
body.product-template-default.single.single-product span.responsive_related_title {
  text-transform: capitalize;
}
body.product-template-default.single.single-product .woocommerce .product .images, body.product-template-default.single.single-product .woocommerce-product-gallery {
  display: none;
}
body.product-template-default.single.single-product .woocommerce-message {
  display: none !important;
}
body.product-template-default.single.single-product div.two_columns_25_75 {
  margin-top: -35px;
  /*
     Formation itself
  */
  /*
    Sidebar
  */
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 {
  width: 95% !important;
  margin: 0 2.5%;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary {
  float: none !important;
  width: auto !important;
  margin-bottom: -20px !important;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary h1.product_title.entry-title {
  font-family: "Lato black", "Lato", sans-serif !important;
  letter-spacing: 0;
  font-weight: 900 !important;
  margin-top: 3px;
  margin-bottom: 0.8rem;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary h1.product_title.entry-title span.formation_label {
  display: none;
  color: #5A8191;
  text-transform: none;
  font-size: 29px;
  font-family: "Lato light", "Lato", sans-serif !important;
  font-weight: 600;
  letter-spacing: 0;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary h2.formation_subtitle {
  font-style: normal;
  font-size: 16px !important;
  line-height: 17px !important;
  font-family: "Lato", sans serif !important;
  letter-spacing: 0.01em;
  padding-bottom: 10px;
  font-weight: 300 !important;
  padding-top: 3px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.etiquettes span {
  margin-right: 10px;
  padding: 2px 8px 2px 8px;
  text-align: center;
  font-family: "Lato light", "Lato", sans-serif !important;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.etiquettes span.etiquette-adaptable-intra,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.etiquettes span.etiquette-certificat-ffp,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.etiquettes span.etiquette-certificat-ifb,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.etiquettes span.etiquette-certificat-voltaire {
  display: none;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.etiquettes span.etiquette-best-of {
  background-color: #fff;
  color: #5a8190;
  border: 1px solid #5a8190;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.etiquettes span.etiquette-certifiante {
  background-color: #5b5151;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.etiquettes span.etiquette-eligible-cpf {
  background-color: #bb0e0e;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.etiquettes span.etiquette-nouveau,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.etiquettes span.etiquette-nouveau-contenu {
  background-color: #6caf21;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.encart_infos {
  border: #c0bfbc solid 1px;
  margin: 15px 0 15px;
  padding: 10px 6px 0 12px;
  line-height: 17px !important;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.encart_infos form.inscription_form {
  display: inline-block;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.encart_infos div.actions {
  float: right;
  position: relative;
  display: flex;
  padding-top: 3px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.encart_infos div.actions input.action {
  margin-bottom: 10px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.encart_infos div.actions .action {
  margin-right: 10px;
  cursor: pointer;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.encart_infos div.actions .action i.fa.fa-external-link.action {
  margin-right: 0;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.encart_infos div.actions .action i.fa.fa-print.btn-imprimer-page.fa-2x.action {
  font-size: 1.7em;
  color: #9f9e9d;
  margin-right: 4px !important;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.encart_infos div.actions a {
  cursor: initial;
  align-self: center;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.encart_infos div.actions button.action.btn-inscription {
  background-color: #53a9b6;
  border: #53a9b6 solid 1px;
  border-radius: 3px;
  color: white;
  font-weight: 600;
  padding: 4px 8px;
  position: relative;
  bottom: -2px;
  font-size: 16px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.encart_infos div.actions img.pdf_icone {
  max-height: 25px;
  margin-bottom: 5px;
  margin-right: 10px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.encart_infos div.actions i.fa.fa-print.btn-imprimer-page {
  margin-bottom: 5px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.clearfix div.chapeau, body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.clearfix div.video-chapeau {
  padding-right: 20px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.clearfix div.chapeau-custom {
  font-size: 1.04em;
  line-height: 1.15em;
  padding-bottom: 15px;
  font-weight: 300;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.clearfix div.chapeau {
  font-family: "Lato Light", "Lato", sans-serif;
  font-weight: 200;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.clearfix div.vc_col-sm-6 {
  padding-left: unset;
  font-size: 13px !important;
  line-height: 16px !important;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.chapeau {
  font-size: 14px;
  line-height: 17px;
  font-family: "Lato Light", "Lato", sans-serif;
  font-weight: 200;
  padding-bottom: 8px;
  margin-top: 0.8rem;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs {
  display: none;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs.q_tabs.horizontal .tabs-container {
  margin-left: 1rem;
  padding-top: 13px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav {
  bottom: 0;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li {
  border: 1px solid #aaa;
  color: #000;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li:first-child {
  border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li:last-child {
  border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li a {
  height: 100%;
  display: flex;
  margin: 0;
  padding: 3px 25px 3px 21px;
  font-size: 16px !important;
  letter-spacing: 0.02em;
  line-height: 33px;
  font-weight: 600;
  background: #eaeaea;
  border: 0 !important;
  text-decoration: none;
  font-style: normal;
  -moz-box-sizing: content-box;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-bottom-left-radius: 0 !important;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li a img {
  margin-left: 5px;
  margin-right: 10px;
  width: 22px;
  height: fit-content;
  position: relative;
  top: 5px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li.programme_tab .tab-header-title:before, body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li.public-prerequis_tab .tab-header-title:before, body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li.objectifs_tab .tab-header-title:before, body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li.villes-et-dates_tab .tab-header-title:before, body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li.ifb-reviews_tab .tab-header-title:before {
  content: "";
  display: inline-block;
  height: 22px;
  position: relative;
  top: 5px;
  left: -3px;
  margin-left: 5px;
  margin-right: 9px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li.programme_tab .tab-header-title:before {
  background: url("https://www.performances.fr/wp-content/uploads/2024/04/icon-program-noir.png");
  background-size: 15px !important;
  width: 15px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li.public-prerequis_tab .tab-header-title:before {
  background: url("https://www.performances.fr/wp-content/uploads/2024/04/icon-public-noir.png");
  background-size: 22px !important;
  width: 22px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li.objectifs_tab .tab-header-title:before {
  background: url(https://www.performances.fr/wp-content/uploads/2024/04/icon-objectif-noir.png);
  background-size: 22px !important;
  width: 22px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li.villes-et-dates_tab .tab-header-title:before {
  background: url("https://www.performances.fr/wp-content/uploads/2024/04/icon-calendar-noir.png");
  background-size: 20px !important;
  width: 20px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li.ifb-reviews_tab .tab-header-title:before {
  background: url("https://www.performances.fr/wp-content/uploads/2024/04/icon-avis-noir.png");
  background-size: 22px !important;
  width: 22px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li.active.programme_tab .tab-header-title:before {
  background: url("https://www.performances.fr/wp-content/uploads/2024/04/icon-program-blanc.png");
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li.active.public-prerequis_tab .tab-header-title:before {
  background: url("https://www.performances.fr/wp-content/uploads/2024/04/icon-public-blanc.png");
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li.active.objectifs_tab .tab-header-title:before {
  background: url(https://www.performances.fr/wp-content/uploads/2024/04/icon-objectif-blanc.png);
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li.active.villes-et-dates_tab .tab-header-title:before {
  background: url("https://www.performances.fr/wp-content/uploads/2024/04/icon-calendar-blanc.png");
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li.active.ifb-reviews_tab .tab-header-title:before {
  background: url("https://www.performances.fr/wp-content/uploads/2024/04/icon-avis-blanc.png");
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs ul.tabs.clearfix.tabs-nav li.active a {
  background-color: #5A8191;
  color: #fff;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs h2 img {
  margin-right: 10px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-public-prerequis > p {
  display: none;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-public-prerequis h2.requirements_title {
  margin-top: 0;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-public-prerequis .handicap_sentence {
  color: black;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-public-prerequis .handicap_sentence a {
  color: #77bb41;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-ifb-reviews div#averages-total {
  width: 20%;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  align-items: center;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-ifb-reviews div#averages-by-stars {
  width: 80%;
  display: flex;
  flex-direction: column;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-ifb-reviews div#averages-by-stars .average-stars {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-ifb-reviews div#averages-by-stars .average-stars .progress-bar {
  width: 70%;
  position: relative;
  background: #f4f4f4;
  border-radius: 2px;
  height: 17px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-ifb-reviews div#averages-by-stars .average-stars .progress-bar-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #cfcfcf;
  border-radius: 2px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs #asterisk-session-tab {
  color: #555;
  margin-top: 1rem;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs #asterisk-session-tab span.asterisk {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-programme div.partie ul li,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-objectifs ul.goals li.goal,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-objectifs .aquired_skill_rating ul li,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-objectifs .educational_resources ul li,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-public-prerequis ul li.public,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-public-prerequis ul li.requirement {
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 4px;
  color: black;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-programme h2.partie.actif,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-public-prerequis h2.public_title {
  color: #202020;
  margin-bottom: 4px;
  font-size: 18px;
  background: url(https://www.performances.fr/wp-content/themes/strata-child/build/3f2e61d550b4634a0233.png) center left no-repeat;
  font-family: "Lato black", "Lato", sans-serif !important;
  font-weight: 900 !important;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-programme h2.program_title,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-public-prerequis h2.for_who_title,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-objectifs h2.goals_title,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-villes-et-dates h2.cities_and_dates_title,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-ifb-reviews h2.ifb-reviews_title {
  color: #5A8191;
  font-size: 22px;
  font-weight: 600;
  margin-left: -1rem;
  margin-bottom: 10px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-programme h2.program_title img.title-icon,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-public-prerequis h2.for_who_title img.title-icon,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-objectifs h2.goals_title img.title-icon,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-villes-et-dates h2.cities_and_dates_title img.title-icon,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-ifb-reviews h2.ifb-reviews_title img.title-icon {
  width: 1.2rem;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-objectifs ul.goals {
  margin-top: 0.5rem;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs .woocommerce-Tabs-panel .framed {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 0.5rem 0.2rem 0.5rem 0.85rem;
  margin-top: 0.5rem;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs .woocommerce-Tabs-panel .framed .frame_title {
  color: #5A8191;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-public-prerequis ul li.public,
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-public-prerequis ul li.requirement {
  list-style-type: none;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-programme div.partie {
  color: #413633;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-programme div.partie ul {
  padding-left: 10px;
  padding-bottom: 10px;
  list-style-position: initial;
  margin-left: 10px;
  font-family: "Lato", sans-serif !important;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-programme p > a {
  display: none;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-programme .mise-en-situation {
  border: red solid 1px;
  padding: 0 10px 10px;
  margin: 20px 0 10px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-programme .mise-en-situation h4 {
  color: red;
  width: 175px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  top: -13px;
  left: 10px;
  background-color: white;
  padding: 0 10px 0;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-programme #option_certification h2 a.btn-inscription-link {
  background-color: #E0AC46;
  border: #E0AC46 solid 1px;
  border-radius: 18px;
  color: white;
  padding: 2px 15px;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 800;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-programme h2.comment_title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs > div .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
  display: none;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder {
  margin-top: 30px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > h5.ui-accordion-header {
  background-color: #e7e6e6;
  margin-bottom: 10px;
  border: none !important;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > h5.ui-accordion-header span.tab-title {
  font-weight: 600;
  font-size: 16px;
  margin: 0 10px 2px 15px !important;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > h5.ui-state-active {
  background-color: #c6dee8;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > h5.ui-accordion-header:hover {
  color: black;
  margin-bottom: 5px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content {
  background-color: #e6f2f7;
  border: none;
  padding-left: 10px;
  margin-bottom: 10px;
  color: black;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content h2.yikes-custom-woo-tab-title, body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content div.addtoany_content_bottom {
  display: none;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content h2.partie.actif {
  font-size: 18px !important;
  font-weight: 900;
  margin-bottom: -6px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content li {
  list-style-type: disc;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 1px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.programme h2.program_title {
  color: #5A8191;
  font-size: 22px;
  font-weight: 600;
  margin-left: -1rem;
  margin-bottom: 10px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.programme h2.program_title img.title-icon {
  width: 1.2rem;
  margin-right: 10px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.programme div.partie ul {
  margin-top: 5px;
  margin-left: 20px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.programme p > a {
  display: none;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.public-prerequis h2.for_who_title {
  color: #5A8191;
  font-size: 22px;
  font-weight: 600;
  margin-left: -1rem;
  margin-bottom: 10px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.public-prerequis h2.for_who_title img.title-icon {
  width: 1.2rem;
  margin-right: 10px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.public-prerequis p {
  display: none;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.objectifs h2.goals_title {
  color: #5A8191;
  font-size: 22px;
  font-weight: 600;
  margin-left: -1rem;
  margin-bottom: 10px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.objectifs h2.goals_title img.title-icon {
  width: 1.2rem;
  margin-right: 10px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.villes-et-dates h2.cities_and_dates_title {
  color: #5A8191;
  font-size: 22px;
  font-weight: 600;
  margin-left: -1rem;
  margin-bottom: 10px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.villes-et-dates h2.cities_and_dates_title img.title-icon {
  width: 1.2rem;
  margin-right: 10px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.ifb-reviews h2.ifb-reviews_title {
  color: #5A8191;
  font-size: 22px;
  font-weight: 600;
  margin-left: -1rem;
  margin-bottom: 10px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.ifb-reviews h2.ifb-reviews_title img.title-icon {
  width: 1.2rem;
  margin-right: 10px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.ifb-reviews div#reviews-header {
  width: 100%;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.ifb-reviews div#reviews-header div#averages-total div#averages-total {
  width: 40%;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  align-items: center;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.ifb-reviews div#reviews-header div#averages-by-stars {
  display: flex;
  flex-direction: column;
  width: 50%;
  position: relative;
  bottom: 0.7rem;
  left: 2rem;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.ifb-reviews div#reviews-header div#averages-by-stars .average-stars {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.ifb-reviews div#reviews-header div#averages-by-stars .average-stars .progress-bar {
  display: none;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder > div.accordion_content.ifb-reviews div#reviews-header div#averages-by-stars .average-stars .progress-bar-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #cfcfcf;
  border-radius: 2px;
}
body.product-template-default.single.single-product div.two_columns_25_75 > div.column1 {
  width: 95%;
  margin: 0 2.5%;
}
body.product-template-default.single.single-product section.related.products {
  background-color: #eee;
  width: 95%;
  margin: 10px 2.5% 0;
}
body.product-template-default.single.single-product section.related.products table {
  width: 100%;
}
body.product-template-default.single.single-product section.related.products td.related_products_text h2.related_products_text_title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
body.product-template-default.single.single-product section.related.products td.related_products_text h2.related_products_text_title span.responsive {
  display: none;
}
body.product-template-default.single.single-product section.related.products td.related_products_text ul.products.clearfix {
  margin-bottom: 0;
}
body.product-template-default.single.single-product section.related.products td.related_products_text ul.products.clearfix li.first.product {
  border: none !important;
}
body.product-template-default.single.single-product section.related.products td.related_products_text ul.products.clearfix li.product {
  border-top: 1px solid black !important;
  width: 100% !important;
  margin-bottom: 0.5rem !important;
}
body.product-template-default.single.single-product section.related.products td.related_products_text ul.products.clearfix li.product h5 {
  text-align: unset;
  display: inline-block;
  padding-left: 0;
  margin: 2px;
}
body.product-template-default.single.single-product section.related.products td.related_products_text ul.products.clearfix li.product button.consulter_formation {
  float: right;
  cursor: pointer;
  background-color: #6caf21;
  border: black solid 0;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  padding: 2px 7px 2px;
  position: relative;
  top: 5px;
  font-size: 15px;
}
body.product-template-default.single.single-product section.related.products td.related_products_text ul.products.clearfix li.product span.jours_formation {
  float: right;
  position: relative;
  right: 4rem;
  top: 2px;
  color: black;
  font-size: initial;
  display: none;
}
body.product-template-default.single.single-product section.related.products td.related_products_text ul.products.clearfix li.product span.jours_formation i.fa.fa-arrow-right {
  color: #6caf21;
}
body.product-template-default.single.single-product section.related.products td.related_products_image {
  width: 70%;
  margin: 0 12%;
  vertical-align: middle;
}
body.product-template-default.single.single-product section.related.products td.related_products_image div.widget-catalogue h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0;
}
body.product-template-default.single.single-product section.related.products td.related_products_image div.widget-catalogue a > div.slide > img {
  width: 432px;
}
body.product-template-default.single.single-product section.related.products td.related_products_image div.widget-catalogue div.catalogue-links {
  text-align: center;
}
body.product-template-default.single.single-product section.related.products td.related_products_image div.widget-catalogue div.catalogue-links a {
  text-decoration: none;
  color: black;
  margin: 0 8px;
}
body.product-template-default.single.single-product section.related.products td.related_products_image div.widget-catalogue div.catalogue-links a:hover {
  color: black;
}
body.product-template-default.single.single-product #sidebar_formation .sidebar-action a,
body.product-template-default.single.single-product #sidebar_formation .sidebar-action button {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  line-height: 1em;
  text-align: center;
  border-radius: 20px;
  box-sizing: border-box;
}
body.product-template-default.single.single-product #sidebar_formation .sidebar-action a:hover,
body.product-template-default.single.single-product #sidebar_formation .sidebar-action button:hover {
  cursor: pointer;
}
body.product-template-default.single.single-product #sidebar_formation .sidebar-action a > img,
body.product-template-default.single.single-product #sidebar_formation .sidebar-action button > img {
  height: 22px;
  margin-right: 3px;
  vertical-align: -5px;
}
body.product-template-default.single.single-product #sidebar_formation .sidebar-action a.sidebar-action-devis,
body.product-template-default.single.single-product #sidebar_formation .sidebar-action button.sidebar-action-devis {
  margin-bottom: 10px;
  color: white;
  font-weight: 800;
  background-color: #487685;
}
body.product-template-default.single.single-product #sidebar_formation .sidebar-action a.sidebar-action-devis:hover,
body.product-template-default.single.single-product #sidebar_formation .sidebar-action button.sidebar-action-devis:hover {
  background-color: #386675;
}
body.product-template-default.single.single-product #sidebar_formation .sidebar-action a.sidebar-action-inscrire, body.product-template-default.single.single-product #sidebar_formation .sidebar-action a.sidebar-action-devis-uniquement-intra,
body.product-template-default.single.single-product #sidebar_formation .sidebar-action button.sidebar-action-inscrire,
body.product-template-default.single.single-product #sidebar_formation .sidebar-action button.sidebar-action-devis-uniquement-intra {
  color: white;
  font-weight: 800;
  background-color: #f15846;
  border: none;
}
body.product-template-default.single.single-product #sidebar_formation .sidebar-action a.sidebar-action-inscrire:hover, body.product-template-default.single.single-product #sidebar_formation .sidebar-action a.sidebar-action-devis-uniquement-intra:hover,
body.product-template-default.single.single-product #sidebar_formation .sidebar-action button.sidebar-action-inscrire:hover,
body.product-template-default.single.single-product #sidebar_formation .sidebar-action button.sidebar-action-devis-uniquement-intra:hover {
  background-color: #e14836;
}
body.product-template-default.single.single-product #sidebar_formation .sidebar-action a.sidebar-action-programme,
body.product-template-default.single.single-product #sidebar_formation .sidebar-action button.sidebar-action-programme {
  padding: 10px 0;
  color: black;
  font-size: 16px;
}
body.product-template-default.single.single-product #sidebar_formation .sidebar-action a.sidebar-action-programme:hover,
body.product-template-default.single.single-product #sidebar_formation .sidebar-action button.sidebar-action-programme:hover {
  background-color: #eee;
}
body.product-template-default.single.single-product #sidebar_formation .sidebar-action a.sidebar-action-sessions,
body.product-template-default.single.single-product #sidebar_formation .sidebar-action button.sidebar-action-sessions {
  padding: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: 1px #6caf21 solid;
  background-color: #6caf21;
}
body.product-template-default.single.single-product #sidebar_formation .sidebar-action a.sidebar-action-sessions:hover,
body.product-template-default.single.single-product #sidebar_formation .sidebar-action button.sidebar-action-sessions:hover {
  background-color: #a8ca82;
  border: 1px #a8ca82 solid;
}
body.product-template-default.single.single-product #sidebar_formation #codeweb {
  margin-top: 0;
  padding-top: 10px;
  text-align: center;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra {
  display: flex;
  flex-wrap: wrap;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra > input[type=radio] {
  display: none;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra > input[type=radio]:checked + label {
  background-color: black;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra > input[type=radio]:first-of-type + label {
  border-top-left-radius: 10px;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra > input[type=radio]:last-of-type + label {
  border-top-right-radius: 10px;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra > input[type=radio]:not(:checked) + label + div {
  display: none;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra > div {
  order: 99;
  width: 100%;
  display: block;
  padding: 1em;
  border: 1px black solid;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra > label {
  flex: 1;
  padding: 0.5em;
  color: white;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  background-color: silver;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra > label:hover {
  background-color: gray;
  cursor: pointer;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_inter {
  color: black;
  font-size: 16px;
  line-height: 1em;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_inter .sidebar-options {
  margin: 12px 0 15px;
  padding: 10px 5px;
  background-color: #eee;
  border: 1px silver solid;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_inter .sidebar-options-option {
  margin-top: 10px;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_inter .sidebar-options-option > div:first-child {
  font-weight: bold;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_inter .sidebar-options-option > div:nth-child(n+2) {
  margin-left: 25px;
  margin-top: 0;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_inter .sidebar-options-option > div:nth-child(2),
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_inter .sidebar-options-option > div:nth-child(3) {
  font-size: 0.8em;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_inter .sidebar-options-option > div:nth-child(4) {
  font-weight: bold;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_inter .sidebar-options-option .link-more {
  color: #487685;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_inter .sidebar-options-title {
  margin: 0 5px;
  color: #487685;
  font-weight: 600;
  text-transform: uppercase;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_inter .sidebar-options-title > img {
  height: 26px;
  margin-right: 2px;
  vertical-align: -6px;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_inter > .sidebar-separator-top {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px gray solid;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_inter > .sidebar-timing {
  font-size: 11px;
  line-height: 13px;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_inter > .sidebar-title {
  margin: 9px 0 6px;
  font-size: 20px;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_inter > .sidebar-title > small {
  font-size: 14px;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_intra {
  color: black;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_intra a.lien-devis-intra {
  background-color: #f15846;
  border-radius: 20px;
  color: white;
  padding: 10px;
  font-size: 18px;
  margin: 10px 0;
  font-weight: 800;
  display: block;
  width: 100%;
  line-height: 1em;
  text-align: center;
  box-sizing: border-box;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_intra .sidebar-action-intra-en-savoir-plus {
  margin-top: 1em;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_intra .sidebar-action-intra-en-savoir-plus > span {
  color: #f15846;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_intra_uniquement {
  color: black;
  font-size: 14px;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_intra_uniquement > .codeweb {
  padding: 0 10px 10px 10px;
  font-size: 16px;
  border-bottom: 1px gray dotted;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_intra_uniquement > .duree {
  padding: 10px;
  font-size: 18px;
  border-bottom: 1px gray dotted;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_intra_uniquement > .etude-projet-formation {
  padding: 10px;
  font-style: italic;
  font-weight: 600;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_intra_uniquement > .etude-projet-formation > span {
  color: #f15846;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_intra_uniquement > .explication {
  padding: 10px;
}
body.product-template-default.single.single-product #sidebar_formation_inter_intra_tab_intra_uniquement > .explication > span {
  color: #f15846;
}
body.product-template-default.single.single-product #sidebar_formation_contact {
  margin-top: 20px;
  padding: 15px;
  color: white;
  font-size: 20px;
  background-color: #487685;
  border-radius: 10px;
}
body.product-template-default.single.single-product #sidebar_formation_contact > div {
  padding: 8px 15px;
  font-weight: 600;
}
body.product-template-default.single.single-product #sidebar_formation_contact > div a {
  color: inherit;
}
body.product-template-default.single.single-product #sidebar_formation_contact > div img {
  height: 32px;
  margin-right: 8px;
  vertical-align: middle;
}
body.product-template-default.single.single-product #sidebar_formation_contact > div:first-child {
  font-weight: 800;
}
body.product-template-default.single.single-product #sidebar_formation_contact > div:not(:last-child) {
  border-bottom: 1px white solid;
}
body.product-template-default.single.single-product #sidebar_formation div#sidebar_formation_partage {
  padding: 1em;
  color: black;
  font-size: 20px;
  border: none;
}
body.product-template-default.single.single-product #sidebar_formation div#sidebar_formation_partage img {
  margin-left: 7px;
}
@media (min-width: 576px) {
  body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.encart_infos div.actions input.action.btn-demande-devis {
    padding: 8px 12px;
    font-size: 17px;
  }
  body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div.summary.entry-summary div.encart_infos div.actions button.action.btn-inscription {
    padding: 8px 12px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  body.product-template-default.single.single-product {
    /*
      Dialog box to send program by email
    */
  }
  body.product-template-default.single.single-product div.two_columns_25_75 div.column2 {
    width: 95% !important;
    margin: 0 2.5%;
  }
  body.product-template-default.single.single-product div.two_columns_25_75 div.column2 > div.summary.entry-summary h1.product_title.entry-title {
    line-height: 29px !important;
    font-size: 29px !important;
  }
  body.product-template-default.single.single-product div.two_columns_25_75 div.column2 > div.summary.entry-summary h1.product_title.entry-title span.formation_label {
    display: initial !important;
  }
  body.product-template-default.single.single-product div.two_columns_25_75 div.column2 > div.summary.entry-summary h2.formation_subtitle {
    line-height: 20px;
    font-size: 17px;
  }
  body.product-template-default.single.single-product div.two_columns_25_75 div.column2 > div.summary.entry-summary div.encart_infos {
    flex-direction: row !important;
    align-items: center;
    padding: 0 0 0 10px !important;
    justify-content: space-between;
  }
  body.product-template-default.single.single-product div.two_columns_25_75 div.column2 > div.summary.entry-summary div.encart_infos div.actions {
    position: initial !important;
  }
  body.product-template-default.single.single-product div.two_columns_25_75 div.column1 div.sidebar_dates_title {
    margin: 12px 0;
  }
  body.product-template-default.single.single-product div.two_columns_25_75 div.column1 div.contactMessage {
    font-size: 15px;
  }
  body.product-template-default.single.single-product div.two_columns_25_75 div.column1 span.sidebar_tabinter_remises_titre {
    font-size: 14px;
  }
  body.product-template-default.single.single-product div.two_columns_25_75 section.related.products table {
    width: 100%;
  }
  body.product-template-default.single.single-product div.two_columns_25_75 section.related.products table td.related_products_text h2.related_products_text_title span.responsive {
    display: initial;
  }
  body.product-template-default.single.single-product div.two_columns_25_75 section.related.products table td.related_products_text ul.products.clearfix li a span.jours_formation {
    display: initial !important;
  }
  body.product-template-default.single.single-product div.two_columns_25_75 section.related.products table td.related_products_image {
    margin: 0 auto;
  }
  body.product-template-default.single.single-product div#dialog-program {
    margin: 20px 60px 20px 20px;
    font-size: 15px;
  }
  body.product-template-default.single.single-product div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    z-index: 1000 !important;
    border: 1px black solid;
    background: #eee;
    color: black;
  }
  body.product-template-default.single.single-product div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable div.ui-dialog-titlebar {
    text-align: center;
    padding-top: 10px;
  }
  body.product-template-default.single.single-product div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable span.ui-dialog-title {
    text-align: left;
    font-size: 20px;
    margin-top: 20px;
  }
  body.product-template-default.single.single-product div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable button.ui-dialog-titlebar-close {
    float: right;
    margin-right: 10px;
  }
  body.product-template-default.single.single-product div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable label {
    font-size: 15px;
  }
  body.product-template-default.single.single-product div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable input.wpcf7-validates-as-email {
    margin: 10px 0;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  body.product-template-default.single.single-product div.two_columns_25_75 {
    margin-top: -35px;
    /*
      Formation itself
    */
    /*
      Sidebar
    */
  }
  body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 {
    width: 73% !important;
    margin: 10px 0 0 0;
  }
  body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs {
    display: block;
  }
  body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs h2 {
    font-size: 20px;
  }
  body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.q_accordion_holder {
    display: none;
  }
  body.product-template-default.single.single-product div.two_columns_25_75 > div.column1 {
    width: 25% !important;
    margin: 0;
    float: right;
  }
  body.product-template-default.single.single-product section.related.products {
    width: 100%;
    margin: 10px auto;
  }
  body.product-template-default.single.single-product section.related.products table td.related_products_text {
    width: 70%;
    display: inline-block;
  }
  body.product-template-default.single.single-product section.related.products table td.related_products_image {
    width: 21%;
    float: right;
    margin: 1%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: white !important;
    border: 1px solid #6caf21;
  }
  body.product-template-default.single.single-product section.related.products span.responsive_related_title {
    text-transform: unset;
  }
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-guarantee.scss ***!
  \****************************************************************************************************************************************************************/
/* Default style (very small devices) */
div.sessions_garanties {
  position: relative;
  top: -20px;
}
div.sessions_garanties div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title {
  align-items: center;
}
div.sessions_garanties div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title div.performances_events_search_event_product {
  width: auto;
}
div.sessions_garanties div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations {
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.sessions_garanties div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations div.performances_events_search_event_price_and_duration {
  display: flex;
}
div.sessions_garanties div.performances_event_search_results div.performances_event_search_more_results > a > span.area-name {
  display: none;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  div.sessions_garanties div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title div.performances_events_search_event_dates {
    margin-top: 0;
  }
  div.sessions_garanties div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations {
    margin-top: 15px;
    flex-direction: row;
  }
  div.sessions_garanties div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links > a {
    margin-top: 0;
  }
  div.sessions_garanties div.performances_event_search_results div.performances_event_search_more_results > a > span.area-name {
    display: inline;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body.single-performances_area div.content_inner div.container {
    padding-top: 30px !important;
  }
  body.single-performances_area div.breadcrumbs_inner {
    display: none;
  }
  div.sessions_garanties {
    padding: 0 !important;
  }
  div.sessions_garanties > h2 {
    font-size: 24px;
    line-height: 26px;
  }
  div.sessions_garanties > h3 {
    font-size: 20px;
    line-height: 22px;
  }
  div.sessions_garanties > p {
    font-size: 18px;
    line-height: 20px;
  }
  div.sessions_garanties div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event {
    flex-direction: row;
  }
  div.sessions_garanties div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content {
    padding: 10px;
    max-width: 75%;
  }
  div.sessions_garanties div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links {
    flex-direction: column;
    background: #d8d5d0 !important;
    flex: 1;
    font-size: 14px;
  }
  div.sessions_garanties div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links > a {
    display: block;
    color: inherit;
    font-weight: bold;
    background-color: white;
    margin-top: 10px;
    border: none;
    padding: 6px;
  }
  div.sessions_garanties div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links > a:first-child {
    margin-top: 0;
  }
  div.sessions_garanties div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links > a > span {
    float: right;
    color: red;
    font-size: 20px;
  }
  div.sessions_garanties div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event_aside {
    display: none;
  }
  div.sessions_garanties div.wp-block-columns.has-2-columns.performances_search_bottom_widgets {
    width: 100%;
  }
  div.sessions_garanties div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child {
    display: flex;
    flex-basis: calc(33% - 20px);
  }
  div.sessions_garanties div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    height: fit-content;
  }
  div.sessions_garanties div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area div.widget_image1 > img {
    height: 275px;
  }
  div.sessions_garanties div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area .widget_link1,
  div.sessions_garanties div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area .widget_link2 {
    align-self: flex-start;
  }
  div.sessions_garanties div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) {
    margin-left: 20px;
    flex-basis: 67%;
  }
  div.sessions_garanties div.performances_widget_upcoming_events div.upcoming_events_results div.upcoming_events_event_main div.upcoming_events_event_links {
    font-size: 12px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  div.performances-page-area > p.area-introduction {
    display: block;
  }
  div.performances-page-area > h3.next-dates {
    display: block;
  }
  div.performances-page-area div.performances_event_search_results {
    margin-top: 0 !important;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content {
    padding: 10px;
    max-width: 75%;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title div.performances_events_search_event_dates {
    margin-top: 0;
    position: relative;
    top: -3px;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_title div.performances_events_search_event_product {
    margin-top: 7px;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations {
    margin-top: 12px;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content div.performances_events_search_event_subcontent div.performances_events_search_event_informations div.performances_events_search_event_tags {
    margin-bottom: 0;
  }
  div.performances-page-area div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links {
    padding: 7px 0 7px 7px;
    line-height: 7px;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets {
    width: 100%;
    display: flex;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child {
    display: flex;
    flex-basis: calc(33% - 20px);
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    height: fit-content;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area div.widget_image1 > img {
    height: 275px;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area .widget_link1,
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:first-child div.performances_widget_catalogue_area .widget_link2 {
    align-self: flex-start;
    padding-top: 0.15em;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) {
    margin-left: 20px;
    flex-basis: 67%;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events {
    border: 2px silver solid;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_title {
    display: block;
  }
  div.performances-page-area div.wp-block-columns.has-2-columns.performances_search_bottom_widgets div.wp-block-column:nth-child(2) div.performances_widget_upcoming_events div.upcoming_events_all {
    display: block;
  }
}
/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-livrets.scss ***!
  \**************************************************************************************************************************************************************/
/* Very small devices (under 576px) */
#performances-page-livret-order {
  color: #000;
}
#performances-page-livret-order .livret_error {
  margin-top: 1em;
  padding: 0.5em 1em;
  color: rgb(114, 28, 36);
  background-color: rgb(255, 225, 228);
  border: 1px rgb(245, 198, 203);
  border-radius: 4px;
}
#performances-page-livret-order .livret_success {
  margin-top: 2em;
  padding: 1em;
  font-size: 1.2em;
  background-color: rgb(230, 255, 230);
}
#performances-page-livret-order h2 {
  margin-top: 1em;
}
#performances-page-livret-order .required {
  color: #000;
}
#performances-page-livret-order .fa.fa-chevron-right {
  color: #f15846;
  margin-right: 0.3rem;
}
#performances-page-livret-order #livret_form {
  background-color: #f7f6f4;
  border-bottom: 1px solid #b7b5b3;
  border-top: 1px solid #b7b5b3;
  margin: 0.5rem 0;
  padding: 1rem;
}
#performances-page-livret-order #livret_form #livret-form-intro {
  font-weight: bold;
}
#performances-page-livret-order #livret_form #form-fields {
  margin-top: 1rem;
}
#performances-page-livret-order #livret_form #form-fields #livret_field {
  background-color: #FFF;
  border: 1px #f15846 solid;
  padding: 0.5rem;
}
#performances-page-livret-order #livret_form #form-fields #livret_field label[for=livret] {
  font-weight: bold;
}
#performances-page-livret-order #livret_form #form-fields #livret_field #livret {
  margin-left: 1rem;
  margin-bottom: 0.1rem;
  margin-top: 0.4rem;
}
#performances-page-livret-order #livret_form #form-fields #other_fields > div {
  margin-top: 0.5rem;
  margin-left: 0.6rem;
}
#performances-page-livret-order #livret_form #form-fields #other_fields > div.field {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-left: 1.6rem;
}
#performances-page-livret-order #livret_form #form-fields #other_fields > div > label {
  font-weight: bold;
}
#performances-page-livret-order #livret_form #form-fields #other_fields > div > label.required:after {
  content: " *";
  color: #f15846;
}
#performances-page-livret-order #livret_form #livret_actions {
  margin: 2em 0;
  text-align: right;
}
#performances-page-livret-order #livret_form #livret_actions #submit_order {
  padding: 7px 15px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f15946;
  border-radius: 5px;
  border: none;
}
#performances-page-livret-order #rgpd_sentence {
  color: #84847e;
  font-size: 12px;
}
#performances-page-livret-order * {
  box-sizing: border-box;
}
#performances-page-livret-order input[type=date],
#performances-page-livret-order input[type=email],
#performances-page-livret-order input[type=file],
#performances-page-livret-order input[type=number],
#performances-page-livret-order input[type=tel],
#performances-page-livret-order input[type=text],
#performances-page-livret-order input[type=url],
#performances-page-livret-order select,
#performances-page-livret-order textarea {
  padding: 0.5em;
  color: black;
  font-family: "Lato", sans-serif;
  font-size: inherit;
  background-color: white;
  border: 1px silver solid;
  width: 85%;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #performances-page-livret-order .livret_form > div {
    flex-direction: row;
    align-items: center;
  }
  #performances-page-livret-order .livret_form > div > input[type=email],
  #performances-page-livret-order .livret_form > div > input[type=file],
  #performances-page-livret-order .livret_form > div > input[type=tel],
  #performances-page-livret-order .livret_form > div > input[type=text],
  #performances-page-livret-order .livret_form > div > input[type=url],
  #performances-page-livret-order .livret_form > div > select,
  #performances-page-livret-order .livret_form > div > textarea {
    flex: 1;
  }
  #performances-page-livret-order .livret_form > div > label {
    width: 11em;
    padding-right: 1em;
  }
  #performances-page-livret-order .livret_form > div.checkboxes > div {
    flex-direction: row;
    align-items: center;
  }
  #performances-page-livret-order .livret_form > div.checkboxes > div > div {
    margin: 0 0 0 1em;
  }
  #performances-page-livret-order .livret_form > div.checkboxes > div > div:nth-child(n+2) {
    margin-left: 2em;
  }
  #performances-page-livret-order .livret_form > div.checkboxes > label {
    width: auto;
  }
  #performances-page-livret-order .livret_form > div.help {
    margin-left: 12em;
  }
}
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-masonry-microcoaching.scss ***!
  \****************************************************************************************************************************************************************************/
div#microcoaching_filters {
  margin: 1rem 0;
}
div#microcoaching_filters #microcoaching_categorie_filter {
  font-size: 14px;
}
div#microcoaching_filters #microcoaching_categorie {
  margin-left: 1rem;
  padding: 0.7rem;
  width: 75%;
}
div#microcoaching_filters #microcoaching_search {
  padding: 8px 8px 8px 1rem;
  font-size: 14px;
  border: 3px solid #e5e4df;
  border-radius: 30px 0 0 30px !important;
  margin-top: 1rem;
  margin-left: 1rem;
  width: 66%;
}
div#microcoaching_filters #microcoaching_searchsubmit {
  padding: 7px 10px;
  color: #438490;
  font-size: 20px;
  background-color: #e5e4df;
  border: 0;
  position: relative;
  top: 2px;
  right: 4px;
}

.blog_like a:hover i, .blog_like a.liked i, .blog_like a:hover span {
  color: #53a9b6 !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  div#microcoaching_filters {
    margin-left: 2rem;
  }
  div#microcoaching_filters #microcoaching_categorie_filter {
    font-size: 18px;
  }
  div#microcoaching_filters #microcoaching_categorie {
    margin-right: 3rem;
  }
  div#microcoaching_filters #microcoaching_search {
    padding: 12px 12px 12px 2rem;
    font-size: 16px;
  }
  div#microcoaching_filters #microcoaching_searchsubmit {
    padding: 10px 20px;
    font-size: 24px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  div#microcoaching_filters #microcoaching_categorie {
    width: auto;
  }
  div#microcoaching_filters #microcoaching_search {
    margin: 0;
    width: auto;
  }
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-offer.scss ***!
  \************************************************************************************************************************************************************/
/* Default style (very small devices) */
#performances-page-offer {
  padding-bottom: 3em;
}
#performances-page-offer .offer-informations {
  width: 100%;
}
#performances-page-offer button[type=submit] {
  padding: 0.8em 1em;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #239cd3;
  border: none;
  border-radius: 5px;
}
#performances-page-offer button[type=submit]:hover {
  background-color: #0f88bf;
  cursor: pointer;
}
#performances-page-offer input[type=email],
#performances-page-offer input[type=number],
#performances-page-offer input[type=tel],
#performances-page-offer input[type=text],
#performances-page-offer select {
  padding: 0.6em;
  color: black;
  font-size: 1em;
  background-color: #f0f0f0;
  border: 0;
}
#performances-page-offer #performances-offer-header {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px gray dashed;
}
#performances-page-offer #performances-offer-header > :nth-child(n+2) {
  margin-top: 0.5em;
}
#performances-page-offer #performances-offer-header p {
  margin-top: 0.5em;
}
#performances-page-offer #offer-basket {
  margin-top: 1em;
  color: black;
}
#performances-page-offer #offer-basket input[type=number] {
  width: calc(100% - 1.2em);
}
#performances-page-offer #offer-basket select {
  width: 100%;
}
#performances-page-offer #offer-basket > div.body > div, #performances-page-offer #offer-basket > div.trainees > div {
  padding-bottom: 1.5em;
  border-bottom: 1px gray dashed;
}
#performances-page-offer #offer-basket > div.body > div > div > label, #performances-page-offer #offer-basket > div.trainees > div > div > label {
  font-weight: bold;
}
#performances-page-offer #offer-basket > div.body > div > div:nth-child(n+2), #performances-page-offer #offer-basket > div.trainees > div > div:nth-child(n+2) {
  margin-top: 0.8em;
}
#performances-page-offer #offer-basket > div.body > div > div:nth-child(n+4), #performances-page-offer #offer-basket > div.trainees > div > div:nth-child(n+4) {
  display: none;
}
#performances-page-offer #offer-basket > div.body > div:nth-child(n+2), #performances-page-offer #offer-basket > div.trainees > div:nth-child(n+2) {
  margin-top: 1em;
}
#performances-page-offer #offer-basket > div.body .training-subtitle, #performances-page-offer #offer-basket > div.trainees .training-subtitle {
  margin-top: 0.1em;
  color: rgb(100, 100, 100);
  font-style: italic;
}
#performances-page-offer #offer-basket > div.footer {
  margin-top: 1em;
  padding-top: 1em;
  color: rgb(100, 100, 100);
  text-align: right;
}
#performances-page-offer #offer-basket > div.footer strong {
  color: black;
}
#performances-page-offer #offer-basket > div.footer > div {
  padding: 0.5em;
}
#performances-page-offer #offer-basket > div.footer > div:nth-child(3) {
  font-size: 1.1em;
  background-color: #d6ecf7;
}
#performances-page-offer #offer-spinner {
  margin-top: 1em;
  padding: 2em;
  font-size: 20px;
  text-align: center;
  background-color: rgb(250, 250, 250);
}
#performances-page-offer .form-row {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}
#performances-page-offer .form-row > label {
  font-weight: bold;
}
#performances-page-offer .form-row > label > .required {
  color: #239cd3;
}
#performances-page-offer .form-row > .help {
  margin-top: 0.2em;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.2em;
}
#performances-page-offer .form-row-checkbox {
  display: flex;
  flex-direction: row;
}
#performances-page-offer .form-row-checkbox > div {
  margin-right: 1em;
}
#performances-page-offer .form-row-checkbox > div:first-child {
  display: none;
}
#performances-page-offer .form-row-checkbox > div > label {
  font-weight: bold;
}
#performances-page-offer .form-column-checkbox {
  display: flex;
  flex-direction: column;
}
#performances-page-offer .form-column-checkbox > div > input[type=radio] {
  vertical-align: -3px;
}
#performances-page-offer .form-column-checkbox > div > label {
  font-weight: bold;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #performances-page-offer .offer-informations {
    width: 49%;
  }
  body.page-template-page-offer > div.wrapper > div.wrapper_inner > div.content {
    padding-top: 126px;
  }
  #offer-basket > div.body {
    margin-top: 5px;
    background-color: #fafafa;
    border-left: 5px #53a9b6 solid;
  }
  #offer-basket > div.body > div {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    border: none !important;
  }
  #offer-basket > div.body > div > div:nth-child(n+2) {
    margin-top: 0 !important;
  }
  #offer-basket > div.body > div > div:nth-child(n+4) {
    display: block !important;
  }
  #offer-basket > div.footer {
    margin-top: 0 !important;
  }
  #offer-basket > div.header {
    color: white;
    font-weight: bold;
    background-color: #53a9b6;
    border-radius: 10px 10px 0 0;
  }
  #offer-basket > div.trainees {
    background-color: #fafafa;
    border-left: 5px #53a9b6 solid;
  }
  #offer-basket > div.trainees > div {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    border: none !important;
  }
  #offer-basket > div.trainees > div > div:nth-child(n+2) {
    margin-top: 0 !important;
  }
  #offer-basket > div.trainees > div > div:nth-child(n+4) {
    display: block !important;
  }
  #offer-basket > div > div > div {
    padding: 0.5em;
  }
  #offer-basket > div > div > div:nth-child(1) {
    flex: 1;
  }
  #offer-basket > div > div > div:nth-child(2), #offer-basket > div > div > div:nth-child(3) {
    width: 15em;
  }
  #offer-basket > div > div > div:nth-child(4), #offer-basket > div > div > div:nth-child(5) {
    width: 8em;
  }
  .row-address > div:nth-child(1) {
    width: calc((100% - 2em) / 2);
  }
  .row-address > div:nth-child(2) {
    width: 10em;
    margin-left: 2em;
  }
  .row-address > div:nth-child(3) {
    flex: 1;
    margin-left: 2em;
  }
  .row-country > div,
  .row-siret > div {
    width: calc((100% - 2em) / 2);
  }
  .row-email > div:nth-child(1) {
    width: calc((100% - 2em) / 2);
  }
  .row-email > div:nth-child(2) {
    width: calc(((100% - 2em) / 2 - 2em) / 2);
    margin-left: 2em;
  }
  .row-name > div:nth-child(1) {
    width: calc(((100% - 2em) / 2 - 2em) / 2);
  }
  .row-name > div:nth-child(2) {
    width: calc(((100% - 2em) / 2 - 2em) / 2);
    margin-left: 2em;
  }
  .row-name > div:nth-child(3) {
    width: calc((100% - 2em) / 2);
    margin-left: 2em;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body.page-template-page-offer > div.wrapper > div.wrapper_inner > div.content {
    padding-top: 0;
  }
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-offer-intra.scss ***!
  \******************************************************************************************************************************************************************/
/* Default style (very small devices) */
#performances-page-offer-intra {
  padding-bottom: 3em;
}
#performances-page-offer-intra .offer-informations {
  width: 100%;
}
#performances-page-offer-intra button[type=submit] {
  padding: 0.8em 1em;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #53a9b6;
  border: none;
  border-radius: 20px;
}
#performances-page-offer-intra button[type=submit]:hover {
  background-color: #0f88bf;
  cursor: pointer;
}
#performances-page-offer-intra input[type=email],
#performances-page-offer-intra input[type=number],
#performances-page-offer-intra input[type=tel],
#performances-page-offer-intra input[type=text],
#performances-page-offer-intra textarea,
#performances-page-offer-intra select {
  padding: 0.6em;
  color: black;
  font-size: 1em;
  background-color: #f0f0f0;
  border: 0;
}
#performances-page-offer-intra #performances-offer-header {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px gray dashed;
}
#performances-page-offer-intra #performances-offer-header > :nth-child(n+2) {
  margin-top: 0.5em;
}
#performances-page-offer-intra #performances-offer-header p {
  margin-top: 0.5em;
}
#performances-page-offer-intra #intra-offer-basket {
  margin: 1rem 0 2rem;
  color: black;
}
#performances-page-offer-intra #intra-offer-basket input[type=number] {
  width: calc(100% - 1.2em);
}
#performances-page-offer-intra #intra-offer-basket select {
  width: 100%;
}
#performances-page-offer-intra #intra-offer-basket > div.body > div, #performances-page-offer-intra #intra-offer-basket > div.trainees > div {
  padding-bottom: 1.5em;
  border-bottom: 1px gray dashed;
}
#performances-page-offer-intra #intra-offer-basket > div.body > div > div > label, #performances-page-offer-intra #intra-offer-basket > div.trainees > div > div > label {
  font-weight: bold;
}
#performances-page-offer-intra #intra-offer-basket > div.body > div > div:nth-child(n+2), #performances-page-offer-intra #intra-offer-basket > div.trainees > div > div:nth-child(n+2) {
  margin-top: 0.8em;
}
#performances-page-offer-intra #intra-offer-basket > div.body > div > div:nth-child(n+4), #performances-page-offer-intra #intra-offer-basket > div.trainees > div > div:nth-child(n+4) {
  display: none;
}
#performances-page-offer-intra #intra-offer-basket > div.body > div:nth-child(n+2), #performances-page-offer-intra #intra-offer-basket > div.trainees > div:nth-child(n+2) {
  margin-top: 1em;
}
#performances-page-offer-intra #intra-offer-basket > div.body .training-subtitle, #performances-page-offer-intra #intra-offer-basket > div.trainees .training-subtitle {
  margin-top: 0.1em;
  color: rgb(100, 100, 100);
  font-style: italic;
}
#performances-page-offer-intra #intra-offer-basket > div.footer {
  margin-top: 1em;
  padding-top: 1em;
  color: rgb(100, 100, 100);
  text-align: right;
}
#performances-page-offer-intra #intra-offer-basket > div.footer strong {
  color: black;
}
#performances-page-offer-intra #intra-offer-basket > div.footer > div {
  padding: 0.5em;
}
#performances-page-offer-intra #intra-offer-basket > div.footer > div:nth-child(3) {
  font-size: 1.1em;
  background-color: #d6ecf7;
}
#performances-page-offer-intra #offer-spinner {
  margin-top: 1em;
  padding: 2em;
  font-size: 20px;
  text-align: center;
  background-color: rgb(250, 250, 250);
}
#performances-page-offer-intra .form-row {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}
#performances-page-offer-intra .form-row > label {
  font-weight: bold;
}
#performances-page-offer-intra .form-row > label > .required {
  color: #239cd3;
}
#performances-page-offer-intra .form-row > .help {
  margin-top: 0.2em;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.2em;
}
#performances-page-offer-intra .form-row-checkbox {
  display: flex;
  flex-direction: row;
}
#performances-page-offer-intra .form-row-checkbox > div {
  margin-right: 1em;
}
#performances-page-offer-intra .form-row-checkbox > div:first-child {
  display: none;
}
#performances-page-offer-intra .form-row-checkbox > div > label {
  font-weight: bold;
}
#performances-page-offer-intra .form-column-checkbox {
  display: flex;
  flex-direction: column;
}
#performances-page-offer-intra .form-column-checkbox > div > input[type=radio] {
  vertical-align: -3px;
}
#performances-page-offer-intra .form-column-checkbox > div > label {
  font-weight: bold;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #performances-page-offer .offer-informations {
    width: 49%;
  }
  body.page-template-page-offer > div.wrapper > div.wrapper_inner > div.content {
    padding-top: 126px;
  }
  #intra-offer-basket > div.body,
  #intra-offer-description > div.body {
    margin-top: 5px;
    background-color: #fafafa;
    border-left: 5px #53a9b6 solid;
  }
  #intra-offer-basket > div.body > div,
  #intra-offer-description > div.body > div {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    border: none !important;
  }
  #intra-offer-basket > div.body > div > div:nth-child(n+2),
  #intra-offer-description > div.body > div > div:nth-child(n+2) {
    margin-top: 0 !important;
  }
  #intra-offer-basket > div.body > div > div:nth-child(n+4),
  #intra-offer-description > div.body > div > div:nth-child(n+4) {
    display: block !important;
  }
  #intra-offer-basket > div.footer,
  #intra-offer-description > div.footer {
    margin-top: 0 !important;
  }
  #intra-offer-basket > div.header,
  #intra-offer-description > div.header {
    color: white;
    font-weight: bold;
    background-color: #53a9b6;
    border-radius: 10px 10px 0 0;
  }
  #intra-offer-basket > div.trainees,
  #intra-offer-description > div.trainees {
    background-color: #fafafa;
    border-left: 5px #53a9b6 solid;
  }
  #intra-offer-basket > div.trainees > div,
  #intra-offer-description > div.trainees > div {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    border: none !important;
  }
  #intra-offer-basket > div.trainees > div > div:nth-child(n+2),
  #intra-offer-description > div.trainees > div > div:nth-child(n+2) {
    margin-top: 0 !important;
  }
  #intra-offer-basket > div.trainees > div > div:nth-child(n+4),
  #intra-offer-description > div.trainees > div > div:nth-child(n+4) {
    display: block !important;
  }
  #intra-offer-basket > div > div > div,
  #intra-offer-description > div > div > div {
    padding: 0.5em;
  }
  #intra-offer-basket > div > div > div:nth-child(1),
  #intra-offer-description > div > div > div:nth-child(1) {
    flex: 1;
    margin-left: 0.5rem;
  }
  #intra-offer-basket > div > div > div:nth-child(2), #intra-offer-basket > div > div > div:nth-child(3),
  #intra-offer-description > div > div > div:nth-child(2),
  #intra-offer-description > div > div > div:nth-child(3) {
    width: 15em;
  }
  #intra-offer-basket > div > div > div:nth-child(4), #intra-offer-basket > div > div > div:nth-child(5),
  #intra-offer-description > div > div > div:nth-child(4),
  #intra-offer-description > div > div > div:nth-child(5) {
    width: 8em;
  }
  .row-address > div:nth-child(1) {
    width: calc((100% - 2em) / 2);
  }
  .row-address > div:nth-child(2) {
    width: 10em;
    margin-left: 2em;
  }
  .row-address > div:nth-child(3) {
    flex: 1;
    margin-left: 2em;
  }
  .row-country > div,
  .row-siret > div {
    width: calc((100% - 2em) / 2);
  }
  .row-email > div:nth-child(1) {
    width: calc((100% - 2em) / 2);
  }
  .row-email > div:nth-child(2) {
    width: calc(((100% - 2em) / 2 - 2em) / 2);
    margin-left: 2em;
  }
  .row-name > div:nth-child(1) {
    width: calc(((100% - 2em) / 2 - 2em) / 2);
  }
  .row-name > div:nth-child(2) {
    width: calc(((100% - 2em) / 2 - 2em) / 2);
    margin-left: 2em;
  }
  .row-name > div:nth-child(3) {
    width: calc((100% - 2em) / 2);
    margin-left: 2em;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body.page-template-page-offer > div.wrapper > div.wrapper_inner > div.content {
    padding-top: 0;
  }
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/page-place.scss ***!
  \************************************************************************************************************************************************************/
/* Default style (very small devices) */
.performances-page-place > div > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
  margin-top: 1em;
}
.performances-page-place > div > div > div {
  margin-top: 1em;
  color: black;
  font-size: 16px;
}
.performances-page-place > div > div > div:nth-of-type(2) {
  text-align: center;
}
.performances-page-place > div > div > div:nth-of-type(2) > a > div {
  color: white;
  text-align: center;
  text-transform: uppercase;
  background-color: rgb(123, 180, 33);
}
.performances-page-place > div > div > div:nth-of-type(2) > a > div > img {
  display: block;
}
.performances-page-place > div > div > img {
  display: block;
  max-width: 100%;
}

.performances_place {
  display: flex;
  flex-direction: row;
  align-items: start;
  margin-top: 2em;
}
.performances_place > div:first-child {
  width: 200px;
  margin-right: 1em;
}
.performances_place > div:first-child > img {
  width: 100%;
}
.performances_place > div:nth-child(2) {
  flex: 1;
  margin-right: 1rem;
}
.performances_place > div:nth-child(3) > a > div {
  color: white;
  text-align: center;
  text-transform: uppercase;
  background-color: rgb(123, 180, 33);
}
.performances_place > div:nth-child(3) > a > img {
  display: block;
}
.performances_place a img {
  margin-right: 0;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .performances-page-place > div > div {
    flex-direction: row;
  }
  .performances-page-place > div > div > div {
    margin: 0 1em;
  }
  .performances-page-place > div > div > div:first-of-type {
    flex: 1;
  }
  .performances-page-place > div > div > img {
    width: 300px;
  }
  .performances_places .performances_place a img {
    margin-right: inherit;
  }
  .performances_places .performances_place > div:nth-child(2) {
    flex: 1;
    margin-right: 1rem;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/pages/vars.scss ***!
  \******************************************************************************************************************************************************/

/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/widgets/vars.scss ***!
  \********************************************************************************************************************************************************/

/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/widgets/widget-advice.scss ***!
  \*****************************************************************************************************************************************************************/
#performances-widget-advice {
  background-color: #f0f0f0;
  width: 100%;
  padding: 1rem;
  display: flex;
}
#performances-widget-advice #widget-advice-frame {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: black;
  font-size: 16px;
  white-space: nowrap;
  border: 2px #53a9b6 solid;
  border-radius: 15px;
  padding: 10px 15px 14px 12px;
  width: 90%;
  background-color: #fff;
}
#performances-widget-advice #widget-advice-frame > img {
  height: 50px;
  margin-right: 0.5em;
}
#performances-widget-advice #widget-advice-frame .phone {
  margin: 0.2em 0 0 0;
  padding: 0;
  color: inherit;
  font-size: 1.7em;
  font-weight: bold;
}
#performances-widget-advice #widget-advice-frame .title {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 !important;
  color: inherit;
  font-size: 1em;
  font-weight: normal;
  background-color: transparent !important;
  border: none !important;
}
#performances-widget-advice #widget-advice-infos {
  width: 96%;
  margin-left: 1rem;
  margin-top: 0.5rem;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#performances-widget-advice #widget-advice-infos #widget-advice-infos-text {
  font-style: italic;
  display: flex;
}
#performances-widget-advice #widget-advice-infos #widget-advice-infos-text img {
  width: 15%;
  margin-left: -0.3rem;
}
#performances-widget-advice #widget-advice-infos #widget-advice-infos-text #infos-text {
  margin-left: 0.5rem;
}
#performances-widget-advice #widget-advice-infos a.lien-devis-intra {
  background-color: #768187;
  border-radius: 20px;
  color: white;
  padding: 5px;
  font-size: 14px;
  margin: 10px 0;
  display: block;
  text-align: center;
  width: 75%;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #performances-widget-advice {
    width: 50%;
  }
  #performances-widget-advice #widget-advice-infos #widget-advice-infos-text #infos-text {
    margin-left: 0.5rem;
  }
  #performances-widget-advice #widget-advice-infos,
  #performances-widget-advice #widget-advice-frame {
    width: 45%;
    margin-top: 0;
  }
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/widgets/widget-catalogue-form.scss ***!
  \*************************************************************************************************************************************************************************/
/* Default style (very small devices) */
.performances_widget_catalogue_form {
  font-size: 14px;
}
.performances_widget_catalogue_form * {
  box-sizing: border-box;
}
.performances_widget_catalogue_form h1 {
  font-size: 22px;
}
.performances_widget_catalogue_form h2 {
  font-size: 20px;
}
.performances_widget_catalogue_form h3 {
  font-weight: bold;
}
.performances_widget_catalogue_form input[type=radio] {
  vertical-align: -2px;
}
.performances_widget_catalogue_form .information-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1em;
}
.performances_widget_catalogue_form .information-title > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.performances_widget_catalogue_form .information-title > div > div {
  margin-left: 1em;
}
.performances_widget_catalogue_form .catalogue-form-introduction-text {
  color: black;
}
.performances_widget_catalogue_form input {
  width: 100%;
}
.performances_widget_catalogue_form .contact-input {
  margin-bottom: 10px;
}
.performances_widget_catalogue_form input[name=title] {
  width: auto;
}
.performances_widget_catalogue_form textarea#request {
  width: 100%;
}
.performances_widget_catalogue_form button[type=submit] {
  color: #fff;
  background-color: #53a9b6;
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  margin-left: 1em;
  border-radius: 2px;
  float: right;
}
.performances_widget_catalogue_form div.form-error {
  margin: 1em 0;
  padding: 0.8em;
  color: black;
  background-color: rgb(255, 220, 220);
  border: 1px rgb(255, 155, 155) solid;
  border-radius: 5px;
}
.performances_widget_catalogue_form div.form-success {
  margin: 1em 0;
  padding: 0.8em;
  color: black;
  background-color: rgb(155, 220, 155);
  border: 1px rgb(50, 200, 50) solid;
  border-radius: 5px;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  div.performances_widget_catalogue_form div.information-row1 {
    display: flex;
    flex-direction: row;
  }
  div.performances_widget_catalogue_form div.information-row1 > :nth-child(2) {
    margin-left: 1em;
  }
  div.performances_widget_catalogue_form div.information-row1 > :nth-child(3) {
    margin-left: 1em;
  }
  div.performances_widget_catalogue_form div.information-row3 {
    display: flex;
    flex-direction: row;
  }
  div.performances_widget_catalogue_form div.information-row3 > div:nth-child(1) {
    flex: 1;
  }
  div.performances_widget_catalogue_form div.information-row3 > div:nth-child(2) {
    margin-left: 1em;
    width: 10em;
  }
  div.performances_widget_catalogue_form div.information-row4 {
    display: flex;
    flex-direction: row;
  }
  div.performances_widget_catalogue_form div.information-row4 > div:nth-child(2),
  div.performances_widget_catalogue_form div.information-row4 > div:nth-child(3) {
    margin-left: 1em;
    width: calc(25% - 0.5em);
  }
  div.performances_widget_catalogue_form i.fa.fa-chevron-right {
    font-size: 17px;
    color: #53a9b6;
    margin-right: 10px;
  }
  div.performances_widget_catalogue_form h2 {
    color: #53a9b6;
  }
  div.performances_widget_catalogue_form h2 i.fa.fa-chevron-right {
    transform: rotate(90deg);
  }
  div.performances_widget_catalogue_form div.contact-input {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
  }
  div.performances_widget_catalogue_form div.contact-input.request-subject {
    flex-direction: row;
    align-items: baseline;
  }
  div.performances_widget_catalogue_form div.contact-input.request-subject label {
    min-width: 180px;
  }
  div.performances_widget_catalogue_form div.contact-input > input[type=email],
  div.performances_widget_catalogue_form div.contact-input > input[type=tel],
  div.performances_widget_catalogue_form div.contact-input > input[type=number],
  div.performances_widget_catalogue_form div.contact-input input[type=text],
  div.performances_widget_catalogue_form div.contact-input > select,
  div.performances_widget_catalogue_form div.contact-input > textarea {
    width: 100%;
    padding: 0.6em;
    font-size: 1em;
    background-color: #e7e6e6;
    border: none;
  }
  div.performances_widget_catalogue_form div.contact-input > input[type=email]:disabled,
  div.performances_widget_catalogue_form div.contact-input > input[type=tel]:disabled,
  div.performances_widget_catalogue_form div.contact-input > input[type=number]:disabled,
  div.performances_widget_catalogue_form div.contact-input input[type=text]:disabled,
  div.performances_widget_catalogue_form div.contact-input > select:disabled,
  div.performances_widget_catalogue_form div.contact-input > textarea:disabled {
    color: gray;
  }
  div.performances_widget_catalogue_form div.contact-input > input[type=number] {
    width: 25%;
  }
  div.performances_widget_catalogue_form div.contact-input .cart-input-help {
    margin-top: 0.5em;
    font-size: 0.8em;
    font-style: italic;
    line-height: 1.1em;
  }
  div.performances_widget_catalogue_form button[type=submit] {
    margin-top: 20px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .performances_widget_catalogue_form .information-row1 > :nth-child(1) {
    width: calc((50% - 0.5em) / 2 - 0.5em);
  }
  .performances_widget_catalogue_form .information-row1 > :nth-child(2) {
    width: calc((50% - 0.5em) / 2 - 0.5em);
  }
  .performances_widget_catalogue_form .information-row1 > :nth-child(3) {
    width: calc(50% - 0.5em);
  }
  .performances_widget_catalogue_form .information-row3 > div:nth-child(1) {
    flex: none;
    width: calc(50% - 0.5em);
  }
  .performances_widget_catalogue_form .information-row3 > div:nth-child(2) {
    flex: 1;
  }
  .performances_widget_catalogue_form .information-row3 > div:nth-child(3) {
    flex: 1;
  }
  .performances_widget_catalogue_form .information-row4 > :nth-child(1) {
    width: calc(50% - 0.5em);
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/widgets/widget-contact-form.scss ***!
  \***********************************************************************************************************************************************************************/
/* Default style (very small devices) */
.performances_widget_contact_form {
  font-size: 14px;
}
.performances_widget_contact_form * {
  box-sizing: border-box;
}
.performances_widget_contact_form h1 {
  font-size: 22px;
}
.performances_widget_contact_form h2 {
  font-size: 20px;
}
.performances_widget_contact_form h3 {
  font-weight: bold;
}
.performances_widget_contact_form input[type=radio] {
  vertical-align: -2px;
}
.performances_widget_contact_form .information-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1em;
}
.performances_widget_contact_form .information-title > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.performances_widget_contact_form .information-title > div > div {
  margin-left: 1em;
}
.performances_widget_contact_form input {
  width: 100%;
}
.performances_widget_contact_form .contact-input {
  margin-bottom: 10px;
}
.performances_widget_contact_form input[name=title] {
  width: auto;
}
.performances_widget_contact_form div.phone-contact {
  flex-direction: row !important;
  align-items: center;
}
.performances_widget_contact_form div.phone-contact input[name=phone-contact] {
  width: inherit;
  margin-left: 0;
}
.performances_widget_contact_form textarea#request {
  width: 100%;
}
.performances_widget_contact_form button[type=submit] {
  color: #fff;
  background-color: #53a9b6;
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  margin-left: 1em;
  border-radius: 2px;
  float: right;
}
.performances_widget_contact_form div.form-error {
  margin: 1em 0;
  padding: 0.8em;
  color: black;
  background-color: rgb(255, 220, 220);
  border: 1px rgb(255, 155, 155) solid;
  border-radius: 5px;
}
.performances_widget_contact_form div.form-success {
  margin: 1em 0;
  padding: 0.8em;
  color: black;
  background-color: rgb(155, 220, 155);
  border: 1px rgb(50, 200, 50) solid;
  border-radius: 5px;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  div.performances_widget_contact_form h1 {
    font-size: 26px;
  }
  div.performances_widget_contact_form h2 {
    font-size: 24px;
  }
  div.performances_widget_contact_form div.information-row1 {
    display: flex;
    flex-direction: row;
  }
  div.performances_widget_contact_form div.information-row1 > :nth-child(2) {
    margin-left: 1em;
  }
  div.performances_widget_contact_form div.information-row1 > :nth-child(3) {
    margin-left: 1em;
  }
  div.performances_widget_contact_form div.information-row3 {
    display: flex;
    flex-direction: row;
  }
  div.performances_widget_contact_form div.information-row3 > div:nth-child(1) {
    flex: 1;
  }
  div.performances_widget_contact_form div.information-row3 > div:nth-child(2) {
    margin-left: 1em;
    width: 10em;
  }
  div.performances_widget_contact_form div.information-row4 {
    display: flex;
    flex-direction: row;
  }
  div.performances_widget_contact_form div.information-row4 > div:nth-child(2) {
    margin-left: 1em;
  }
  div.performances_widget_contact_form div.information-row4 > div:nth-child(3) {
    margin-left: 1em;
  }
  div.performances_widget_contact_form i.fa.fa-chevron-right {
    font-size: 17px;
    color: #53a9b6;
    margin-right: 10px;
  }
  div.performances_widget_contact_form h2 {
    color: #53a9b6;
  }
  div.performances_widget_contact_form h2 i.fa.fa-chevron-right {
    transform: rotate(90deg);
  }
  div.performances_widget_contact_form div.contact-input {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
  }
  div.performances_widget_contact_form div.contact-input.request-subject {
    flex-direction: row;
    align-items: baseline;
  }
  div.performances_widget_contact_form div.contact-input.request-subject label {
    min-width: 180px;
  }
  div.performances_widget_contact_form div.contact-input > input[type=email],
  div.performances_widget_contact_form div.contact-input > input[type=password],
  div.performances_widget_contact_form div.contact-input > input[type=tel],
  div.performances_widget_contact_form div.contact-input > input[type=text],
  div.performances_widget_contact_form div.contact-input > select,
  div.performances_widget_contact_form div.contact-input > textarea {
    width: 100%;
    padding: 0.6em;
    font-size: 1em;
    background-color: #e7e6e6;
    border: none;
  }
  div.performances_widget_contact_form div.contact-input > input[type=email]:disabled,
  div.performances_widget_contact_form div.contact-input > input[type=password]:disabled,
  div.performances_widget_contact_form div.contact-input > input[type=tel]:disabled,
  div.performances_widget_contact_form div.contact-input > input[type=text]:disabled,
  div.performances_widget_contact_form div.contact-input > select:disabled,
  div.performances_widget_contact_form div.contact-input > textarea:disabled {
    color: gray;
  }
  div.performances_widget_contact_form div.contact-input .cart-input-help {
    margin-top: 0.5em;
    font-size: 0.8em;
    font-style: italic;
    line-height: 1.1em;
  }
  div.performances_widget_contact_form button[type=submit] {
    margin-top: 20px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .performances_widget_contact_form .information-row1 > :nth-child(1) {
    width: calc((50% - 0.5em) / 2 - 0.5em);
  }
  .performances_widget_contact_form .information-row1 > :nth-child(2) {
    width: calc((50% - 0.5em) / 2 - 0.5em);
  }
  .performances_widget_contact_form .information-row1 > :nth-child(3) {
    width: calc(50% - 0.5em);
  }
  .performances_widget_contact_form .information-row3 > div:nth-child(1) {
    flex: none;
    width: calc(50% - 0.5em);
  }
  .performances_widget_contact_form .information-row3 > div:nth-child(2) {
    flex: 1;
  }
  .performances_widget_contact_form .information-row3 > div:nth-child(3) {
    flex: 1;
  }
  .performances_widget_contact_form .information-row4 > :nth-child(1) {
    width: 50%;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/widgets/widget-contact-intra.scss ***!
  \************************************************************************************************************************************************************************/
#performances-page-offer-intra #performances-widget-advice {
  border: 2px #53a9b6 solid !important;
  border-radius: 15px;
  padding: 10px 15px 14px 12px !important;
  width: max-content;
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#performances-page-offer-intra #performances-widget-advice img {
  height: 50px;
  margin-right: 0.5em;
}
#performances-page-offer-intra #performances-widget-advice .phone {
  margin: 0.2em 0 0 0;
  padding: 0;
  color: inherit;
  font-size: 1.7em;
  font-weight: bold;
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/widgets/widget-espaceprive.scss ***!
  \**********************************************************************************************************************************************************************/
.performances_widget_espaceprive button {
  outline: none;
}

.performances_widget_espaceprive button::-moz-focus-inner {
  border: 0;
}

.performances_widget_espaceprive label {
  display: none;
}

.performances_widget_espaceprive_zone {
  width: 250px;
}

.performances_widget_espaceprive_zone_connecte_compte {
  margin-top: 10px;
}

.performances_widget_espaceprive_zone_connecte_compte > a {
  display: block;
  padding: 5px;
  color: black;
  font-size: 16px;
  border: 2px silver solid;
  border-radius: 5px;
}

.performances_widget_espaceprive_zone_connecte_compte > a:before {
  margin-right: 5px;
  vertical-align: -2px;
}

.performances_widget_espaceprive_zone_connecte_deconnexion {
  margin-top: 10px;
}

.performances_widget_espaceprive_zone_connecte_deconnexion button {
  padding: 0;
  color: rgb(0, 174, 239);
  font-family: "Average Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
}

.performances_widget_espaceprive_zone_connecte_deconnexion button:hover {
  text-decoration: underline;
}

.performances_widget_espaceprive_zone_connecte_identifiant {
  margin-top: 10px;
}

.performances_widget_espaceprive_zone_connecte_identifiant input {
  padding: 10px;
  color: rgb(80, 80, 80);
  font-size: 12px;
  background-color: rgb(230, 230, 230);
  border: 0;
}

.performances_widget_espaceprive_zone_connecte_titre {
  font-size: 16px;
  font-weight: bold;
}

.performances_widget_espaceprive_zone_connexion_titre {
  font-size: 16px;
  font-weight: bold;
}

.performances_widget_espaceprive_zone_connexion_identifiant,
.performances_widget_espaceprive_zone_connexion_motdepasse {
  margin-top: 10px;
}

.performances_widget_espaceprive_zone_connexion_identifiant input,
.performances_widget_espaceprive_zone_connexion_motdepasse input {
  padding: 10px;
  color: rgb(80, 80, 80);
  font-size: 12px;
  background-color: rgb(230, 230, 230);
  border: 0;
}

.performances_widget_espaceprive_zone_connexion_action {
  margin-top: 10px;
}

.performances_widget_espaceprive_zone_connexion_action button {
  display: block;
  width: 100%;
  padding: 5px;
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  background-color: white;
  border: 2px silver solid;
  border-radius: 5px;
}

.performances_widget_espaceprive_zone_connexion_action button:before {
  margin-right: 5px;
  vertical-align: -2px;
}

.performances_widget_espaceprive_zone_connexion_oubli {
  margin-top: 10px;
}
/*!*****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/widgets/widget-intra-contact-form.scss ***!
  \*****************************************************************************************************************************************************************************/
/* Default style (very small devices) */
.performances_widget_intra_form {
  font-size: 14px;
}
.performances_widget_intra_form * {
  box-sizing: border-box;
}
.performances_widget_intra_form h1 {
  font-size: 22px;
}
.performances_widget_intra_form h2 {
  font-size: 20px;
}
.performances_widget_intra_form input[type=radio] {
  vertical-align: -2px;
}
.performances_widget_intra_form .information-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1em;
}
.performances_widget_intra_form .information-title > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.performances_widget_intra_form .information-title > div > div {
  margin-left: 1em;
}
.performances_widget_intra_form input {
  width: 100%;
}
.performances_widget_intra_form .intra-contact-input {
  margin-bottom: 10px;
}
.performances_widget_intra_form input[name=title] {
  width: auto;
}
.performances_widget_intra_form textarea#intra-request {
  width: 100%;
}
.performances_widget_intra_form button[type=submit] {
  color: #fff;
  background-color: #53a9b6;
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  margin-left: 1em;
  border-radius: 2px;
  float: right;
}
.performances_widget_intra_form div.form-error {
  margin: 1em 0;
  padding: 0.8em;
  color: black;
  background-color: rgb(255, 220, 220);
  border: 1px rgb(255, 155, 155) solid;
  border-radius: 5px;
}
.performances_widget_intra_form div.form-success {
  margin: 1em 0;
  padding: 0.8em;
  color: black;
  background-color: rgb(155, 220, 155);
  border: 1px rgb(50, 200, 50) solid;
  border-radius: 5px;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  div.performances_widget_intra_form h1 {
    font-size: 26px;
  }
  div.performances_widget_intra_form h2 {
    font-size: 24px;
  }
  div.performances_widget_intra_form div.information-row1 {
    display: flex;
    flex-direction: row;
  }
  div.performances_widget_intra_form div.information-row1 > :nth-child(2) {
    margin-left: 1em;
  }
  div.performances_widget_intra_form div.information-row1 > :nth-child(3) {
    margin-left: 1em;
  }
  div.performances_widget_intra_form div.information-row3 {
    display: flex;
    flex-direction: row;
  }
  div.performances_widget_intra_form div.information-row3 > div:nth-child(1) {
    flex: 1;
  }
  div.performances_widget_intra_form div.information-row3 > div:nth-child(2) {
    margin-left: 1em;
    width: 9em;
  }
  div.performances_widget_intra_form div.information-row3 > div:nth-child(3) {
    margin-left: 1em;
    width: 9em;
  }
  div.performances_widget_intra_form div.information-row4 {
    display: flex;
    flex-direction: row;
  }
  div.performances_widget_intra_form div.information-row4 > div:nth-child(1) {
    flex: 1;
  }
  div.performances_widget_intra_form div.information-row4 > div:nth-child(2) {
    margin-left: 1em;
    width: 9em;
  }
  div.performances_widget_intra_form div.information-row4 > div:nth-child(3) {
    margin-left: 1em;
    width: 9em;
  }
  div.performances_widget_intra_form div.information-row5 {
    display: flex;
    flex-direction: row;
  }
  div.performances_widget_intra_form div.information-row5 > :nth-child(1) {
    width: calc(100% - 9em - 9em - 1em - 1em);
  }
  div.performances_widget_intra_form i.fa.fa-chevron-right {
    font-size: 17px;
    color: #53a9b6;
    margin-right: 10px;
  }
  div.performances_widget_intra_form h2 {
    color: #53a9b6;
  }
  div.performances_widget_intra_form h2 i.fa.fa-chevron-right {
    transform: rotate(90deg);
  }
  div.performances_widget_intra_form div.intra-contact-input {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
  }
  div.performances_widget_intra_form div.intra-contact-input > input[type=email],
  div.performances_widget_intra_form div.intra-contact-input > input[type=password],
  div.performances_widget_intra_form div.intra-contact-input > input[type=tel],
  div.performances_widget_intra_form div.intra-contact-input > input[type=text],
  div.performances_widget_intra_form div.intra-contact-input > select,
  div.performances_widget_intra_form div.intra-contact-input > textarea {
    width: 100%;
    padding: 0.6em;
    font-size: 1em;
    background-color: #e7e6e6;
    border: none;
  }
  div.performances_widget_intra_form div.intra-contact-input > input[type=email]:disabled,
  div.performances_widget_intra_form div.intra-contact-input > input[type=password]:disabled,
  div.performances_widget_intra_form div.intra-contact-input > input[type=tel]:disabled,
  div.performances_widget_intra_form div.intra-contact-input > input[type=text]:disabled,
  div.performances_widget_intra_form div.intra-contact-input > select:disabled,
  div.performances_widget_intra_form div.intra-contact-input > textarea:disabled {
    color: gray;
  }
  div.performances_widget_intra_form div.intra-contact-input .cart-input-help {
    margin-top: 0.5em;
    font-size: 0.8em;
    font-style: italic;
    line-height: 1.1em;
  }
  div.performances_widget_intra_form button[type=submit] {
    margin-top: 20px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .performances_widget_intra_form .information-row1 > :nth-child(1) {
    width: calc((50% - 0.5em) / 2 - 0.5em);
  }
  .performances_widget_intra_form .information-row1 > :nth-child(2) {
    width: calc((50% - 0.5em) / 2 - 0.5em);
  }
  .performances_widget_intra_form .information-row1 > :nth-child(3) {
    width: calc(50% - 0.5em);
  }
  .performances_widget_intra_form .information-row3 > div:nth-child(1) {
    flex: none;
    width: calc(50% - 0.5em);
  }
  .performances_widget_intra_form .information-row3 > div:nth-child(2) {
    flex: 1;
  }
  .performances_widget_intra_form .information-row3 > div:nth-child(3) {
    flex: 1;
  }
  .performances_widget_intra_form .information-row4 > div:nth-child(1) {
    flex: none;
    width: calc(50% - 0.5em);
  }
  .performances_widget_intra_form .information-row4 > div:nth-child(2) {
    flex: 1;
  }
  .performances_widget_intra_form .information-row4 > div:nth-child(3) {
    flex: 1;
  }
  .performances_widget_intra_form .information-row5 > div:nth-child(1) {
    flex: none;
    width: calc(50% - 0.5em);
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/widgets/widget-login.scss ***!
  \****************************************************************************************************************************************************************/
#performances-widget-logged {
  color: black;
  font-size: 14px;
  line-height: 1.5em;
}
#performances-widget-logged > div:first-child {
  padding: 0.5em 1em;
  color: white;
  font-weight: bold;
  background-color: #239cd3;
}
#performances-widget-logged > div:nth-child(2) {
  padding: 0.5em 1em;
  background-color: #def2fb;
}
#performances-widget-logged > div:nth-child(2) a {
  color: gray;
}
#performances-widget-logged > div:nth-child(2) span {
  color: #239cd3;
}
/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/widgets/widget_catalogue.scss ***!
  \********************************************************************************************************************************************************************/
.performances_widget_catalogue {
  padding: 17px 20px;
  color: black;
  border: 2px silver solid;
  border-radius: 5px;
}

.performances_widget_catalogue_content .catalogue_content_image {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.performances_widget_catalogue_content .catalogue_image1 {
  border: 2px silver solid;
}
.performances_widget_catalogue_content .catalogue_image1 > img {
  display: block;
}
.performances_widget_catalogue_content .catalogue_image2 {
  max-width: 78px;
  margin-left: 10px;
  border: 2px silver solid;
}
.performances_widget_catalogue_content .catalogue_image2 > img {
  display: block;
}
.performances_widget_catalogue_content .catalogue_content_links {
  display: flex;
  flex-direction: column;
}
.performances_widget_catalogue_content .catalogue_content_links a {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  color: black;
  font-size: 16px;
  line-height: 18px;
}
.performances_widget_catalogue_content .catalogue_content_links a > img {
  width: 27px;
}
.performances_widget_catalogue_content .catalogue_content_links a > span {
  flex: 1;
  margin-left: 10px;
}

.performances_widget_catalogue_title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .performances_search_bottom_widgets {
    margin-top: 20px;
  }
  .performances_search_bottom_widgets .wp-block-column:nth-of-type(2) {
    display: block;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  div#page-domain {
    margin-top: -10px;
  }
  div#page-domain .performances_widget_catalogue_content .catalogue_image1 {
    max-width: 424px;
  }
  div#page-domain .performances_widget_catalogue_content .catalogue_image2 {
    max-width: 231px;
  }
  div#page-domain .performances_widget_catalogue_content .catalogue_content_links {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  div#page-domain .performances_widget_catalogue_content .catalogue_content_links .catalogue_links2 {
    width: 206px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  div#page-domain .performances_widget_catalogue_content .catalogue_image2 {
    margin-left: 74px;
  }
  div#page-domain .performances_widget_catalogue_content .catalogue_content_links .catalogue_links2 {
    width: 221px;
  }
}
/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/widgets/widget_domain.scss ***!
  \*****************************************************************************************************************************************************************/
.performances_widget_domain {
  padding: 10px 15px 10px;
  color: black;
  border: 2px silver solid;
  border-radius: 5px;
}

.performances_widget_domain_results > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  text-transform: uppercase;
}
.performances_widget_domain_results > a > img {
  height: 35px;
  width: 35px;
}
.performances_widget_domain_results > a > span {
  margin-left: 10px;
}

.performances_widget_domain_title {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/widgets/widget_domains_row.scss ***!
  \**********************************************************************************************************************************************************************/
.performances_widget_domains_row {
  display: flex;
  flex-direction: column;
}

.performances_widget_domains_row * {
  box-sizing: border-box;
}

.performances_widget_domains_row > a {
  padding: 10px 5px 8px 5px;
  text-align: center;
}

.performances_widget_domains_row > a > img {
  display: none;
}

.performances_widget_domains_row > a > span {
  margin-top: 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 17px;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .performances_widget_domains_row {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .performances_widget_domains_row > a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .performances_widget_domains_row > a.two_rows {
    width: 50%;
  }
  .performances_widget_domains_row > a.three_rows {
    width: 33.33%;
  }
  .performances_widget_domains_row > a.four_rows {
    width: 25%;
  }
  .performances_widget_domains_row > a > img {
    display: block;
    height: 50px;
    width: 50px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .performances_widget_domains_row {
    flex-wrap: nowrap;
  }
  .performances_widget_domains_row > a {
    flex: 1;
    width: auto;
  }
  .performances_widget_domains_row > a > span {
    font-size: 13px;
    line-height: 15px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .performances_widget_domains_row > a > span {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 18px;
  }
}
/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/widgets/widget_microcoaching_related_training.scss ***!
  \*****************************************************************************************************************************************************************************************/
div.conseil-micro a {
  color: #1a171b;
}
div.conseil-micro a:hover {
  color: #53a9b6 !important;
}
div.conseil-micro p.conseil-micro-intro {
  font-size: 20px;
  line-height: 23px;
  font-weight: 800;
}
div.conseil-micro p.conseil-micro-next {
  padding-top: 10px;
  padding-bottom: 1px;
  font-weight: bold;
}
div.conseil-micro div.conseil-micro-cities {
  line-height: 125%;
}
div.conseil-micro h4.conseil-micro-more-cities {
  margin-bottom: 7px;
}
div.conseil-micro h4.conseil-micro-others {
  font-weight: 800;
  color: #d73e40;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/accordion.scss ***!
  \*****************************************************************************************************************************************************/

/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/helpers.scss ***!
  \***************************************************************************************************************************************************/
/* Default style (very small devices) */
.align-items-center {
  align-items: center;
}

.bg-primary {
  background-color: #239cd3;
}

.border-bottom-dashed {
  border-bottom: 1px black dashed;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.flash {
  margin-top: 2em;
  padding: 1em;
  color: black;
  line-height: 1.5em;
}
.flash.flash-errors {
  color: rgb(114, 28, 36);
  background-color: rgb(248, 215, 218);
  border: 1px rgb(245, 198, 203) solid;
  border-radius: 4px;
}
.flash.flash-success {
  color: rgb(21, 87, 36);
  background-color: rgb(212, 237, 218);
  border: 1px rgb(195, 230, 203) solid;
  border-radius: 4px;
}

.flex-column {
  flex-direction: column;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-row {
  flex-direction: row;
}

.justify-content-space-between {
  justify-content: space-between;
}

.mb-1 {
  margin-bottom: 0.1em;
}

.mb-2 {
  margin-bottom: 0.2em;
}

.mb-3 {
  margin-bottom: 0.4em;
}

.mb-4 {
  margin-bottom: 0.8em;
}

.mb-5 {
  margin-bottom: 1.6em;
}

.ml-1 {
  margin-left: 0.1em;
}

.ml-2 {
  margin-left: 0.2em;
}

.ml-3 {
  margin-left: 0.4em;
}

.ml-4 {
  margin-left: 0.8em;
}

.ml-5 {
  margin-left: 1.6em;
}

.mt-1 {
  margin-top: 0.1em;
}

.mt-2 {
  margin-top: 0.2em;
}

.mt-3 {
  margin-top: 0.4em;
}

.mt-4 {
  margin-top: 0.8em;
}

.mt-5 {
  margin-top: 1.6em;
}

.mt-6 {
  margin-top: 3.2em;
}

.p-1 {
  padding: 0.1em;
}

.p-2 {
  padding: 0.2em;
}

.p-3 {
  padding: 0.4em;
}

.p-4 {
  padding: 0.8em;
}

.p-5 {
  padding: 1.6em;
}

.pb-1 {
  padding-bottom: 0.1em;
}

.pb-2 {
  padding-bottom: 0.2em;
}

.pb-3 {
  padding-bottom: 0.4em;
}

.pb-4 {
  padding-bottom: 0.8em;
}

.pb-5 {
  padding-bottom: 1.6em;
}

.pl-1 {
  padding-left: 0.1em;
}

.pl-2 {
  padding-left: 0.2em;
}

.pl-3 {
  padding-left: 0.4em;
}

.pl-4 {
  padding-left: 0.8em;
}

.pl-5 {
  padding-left: 1.6em;
}

.strong {
  font-weight: bold;
}

.text-nowrap {
  white-space: nowrap;
}

.text-primary {
  color: #239cd3;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-white {
  color: white;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row {
    flex-direction: row;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .align-items-md-center {
    align-items: center;
  }
  .d-md-block {
    display: block;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-none {
    display: none;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .justify-content-md-space-between {
    justify-content: space-between;
  }
  .ml-md-1 {
    margin-left: 0.1em;
  }
  .ml-md-2 {
    margin-left: 0.2em;
  }
  .ml-md-3 {
    margin-left: 0.4em;
  }
  .ml-md-4 {
    margin-left: 0.8em;
  }
  .ml-md-5 {
    margin-left: 1.6em;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-flex-start {
    align-items: flex-start;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-none {
    display: none;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .justify-content-lg-space-between {
    justify-content: space-between;
  }
  .ml-lg-1 {
    margin-left: 0.1em;
  }
  .ml-lg-2 {
    margin-left: 0.2em;
  }
  .ml-lg-3 {
    margin-left: 0.4em;
  }
  .ml-lg-4 {
    margin-left: 0.8em;
  }
  .ml-lg-5 {
    margin-left: 1.6em;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-row {
    flex-direction: row;
  }
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/homepage_formations_pedagogues.scss ***!
  \**************************************************************************************************************************************************************************/
/* Default style (very small devices) */
.lien-consulter-profils a {
  display: inline-block;
  padding: 4px 10px;
  color: black;
  font-size: 16px;
  line-height: 22px;
  background-color: white;
  border: 2px silver solid;
  border-radius: 5px;
  cursor: pointer;
}

.img-formateur {
  padding: 0 25px;
}

.lien-consulter-profils a > img {
  display: inline-block;
  margin-left: 5px;
}

.homepage_experiences_professionnels_statistiques h2 span.part0,
.homepage_experiences_professionnels_statistiques h2 span.part2 {
  display: block;
}

.homepage_experiences_professionnels_statistiques h2 span.part1 {
  display: none;
}

.q_slider {
  display: none;
}

.homepage_formations_pedagogues {
  margin-top: 7px;
}

.homepage_formations_pedagogues .vc_custom_1563354168736 {
  width: initial;
}

.homepage_formations_pedagogues .lien-consulter-profils {
  margin: 10px auto !important;
  width: 85%;
}

.homepage_experiences_professionnels_statistiques h2 {
  font: 400 20px "Lato", sans-serif;
  line-height: 22px;
  margin-top: 7px;
}

.actu-accueil h2 {
  font: 400 17px "Lato", sans-serif;
  line-height: 19px;
}

.liste-best-of.wpb_column.vc_column_container.vc_col-sm-12.vc_col-has-fill > .vc_column-inner {
  padding: 10px;
}

.homepage_container .vc_custom_1552973822838 {
  padding-bottom: 20px !important;
}

body.page-id-322419 .wpb_column.vc_column_container.vc_col-sm-7.vc_col-has-fill {
  padding-bottom: 20px;
  background: url(/wp-content/themes/strata-child/build/9059481c20f10a17233d.jpg) bottom center repeat-x;
}
@media (min-width: 768px) {
  body.page-id-322419 .wpb_column.vc_column_container.vc_col-sm-7.vc_col-has-fill {
    background: none;
    padding-bottom: inherit;
  }
  body.page-id-322419 .vc_column-inner.vc_custom_1566459596652 {
    padding-top: 50px;
    background: none;
  }
}

.homepage_formations_pedagogues .vc_column_container:nth-of-type(2) {
  margin-top: 10px;
}

.homepage_formations_pedagogues .vc_column_container h2 {
  color: #736b6e;
  font-size: 16px;
  font-weight: 300;
  line-height: 110%;
  text-align: center;
}

.homepage_formations_pedagogues .vc_column_container h2 strong {
  color: #3f383b;
  font-weight: bold;
}

.homepage_formations_pedagogues .vc_column_container h2 strong {
  color: #3f383b;
  font-weight: bold;
}

.homepage_formations_pedagogues .vc_column_container > .vc_column-inner {
  width: initial !important;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .homepage_formations_pedagogues {
    margin-top: 0;
  }
  .homepage_formations_pedagogues .vc_column_container:nth-of-type(2) {
    margin-top: 20px;
  }
  .homepage_formations_pedagogues .vc_column_container {
    padding-bottom: 0;
    background-image: none;
  }
  .homepage_formations_pedagogues .vc_column_container h2 {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
  }
  .homepage_formations_pedagogues .vc_column_container:nth-of-type(2) {
    margin-top: 0;
  }
  .homepage_experiences_professionnels_statistiques h2 span.part0,
  .homepage_experiences_professionnels_statistiques h2 span.part1,
  .homepage_experiences_professionnels_statistiques h2 span.part2 {
    display: inline;
  }
  .homepage_experiences_professionnels_statistiques h2 {
    padding-bottom: 10px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .homepage_formations_pedagogues .vc_column_container .wpb_wrapper {
    max-width: 450px;
  }
  .homepage_formations_pedagogues .vc_column_container .wpb_wrapper .performances_widget_map_france_map {
    max-height: 450px;
  }
  .homepage_formations_pedagogues .vc_column_container h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .homepage_experiences_professionnels_statistiques h2 {
    font-size: 28px;
  }
  .actu-accueil h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body.home .q_slider {
    display: block;
  }
  .homepage_formations_pedagogues .vc_column_container .wpb_wrapper {
    max-width: 500px;
  }
  .homepage_formations_pedagogues .vc_column_container .wpb_wrapper .performances_widget_map_france_map {
    max-height: 500px;
  }
  .homepage_container {
    width: 1100px;
    margin: 0 auto !important;
  }
  .img-formateur {
    padding: 0 !important;
  }
}
/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/ifb-header.scss ***!
  \******************************************************************************************************************************************************/
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 425px) {
  #ifb-header-mobile-top > div {
    max-width: 140px;
  }
}
@media (max-width: 768px) {
  div.wrapper_inner div.content {
    padding-top: 100px !important;
  }
}
/* Default style (very small devices) */
#ifb-header {
  display: none;
}
#ifb-header .shopping_cart_header .header_cart {
  position: relative;
  width: 28px;
  height: 28px;
  padding: 0;
  background: url(/wp-content/themes/strata-child/build/a963f59d2fb6acb3369e.png) bottom left no-repeat;
  background-size: 22px 22px;
}
#ifb-header .shopping_cart_header .header_cart .fa {
  display: none;
}
#ifb-header .shopping_cart_header .header_cart span {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

#ifb-header-mobile {
  position: fixed;
  width: 100%;
  background: white;
}
#ifb-header-mobile #searchform > div {
  display: flex;
  flex-direction: row;
}
#ifb-header-mobile #searchform input[type=text] {
  width: 100%;
  color: white;
  background-color: transparent;
  border: none;
}
#ifb-header-mobile #searchform label {
  color: white;
  font-size: 15px;
}
#ifb-header-mobile #searchform #searchsubmit {
  display: none;
}

#ifb-header-mobile-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #554a4e linear-gradient(rgb(88, 99, 106), rgb(42, 49, 52));
  border-top: 3px #df007a solid;
}
#ifb-header-mobile-bottom :nth-child(2) {
  flex: 1;
  margin: 0 10px;
}
#ifb-header-mobile-bottom :nth-child(3) {
  margin-right: 10px;
}

#ifb-header-mobile-consulter {
  display: none;
  padding: 5px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  background-color: #00a0dc;
  border-radius: 2px;
  box-shadow: 1px 1px 1px silver;
}

#ifb-header-mobile-menu-button {
  display: block;
  padding: 10px;
  color: white;
  font-size: 20px;
}

#ifb-header-mobile-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 10px 0 10px;
}
#ifb-header-mobile-top > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#ifb-header-mobile-top > div > :nth-child(n+2) {
  margin-left: 10px;
}
#ifb-header-mobile-top > :nth-child(2) {
  flex: 1;
}

#ifb-header-mobile-espaceprive {
  color: #7ab421;
  font-size: 30px;
}

#ifb-header-mobile-telephone {
  color: black;
  font-size: 16px;
  font-weight: bold;
}
#ifb-header-mobile-telephone i.fa {
  color: #7ab421;
  font-size: 1.2em;
  vertical-align: -2px;
}

#ifb-mobile-menu {
  position: fixed;
  overflow-x: hidden;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  font-size: 14px;
  background-color: #554a4e;
  z-index: 999;
  transition: 0.5s;
}
#ifb-mobile-menu ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a {
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#ifb-mobile-menu ul#menu-sidebar > li {
  margin-top: 8px;
}
#ifb-mobile-menu.visible {
  width: 250px;
}
#ifb-mobile-menu a {
  display: block;
  padding: 5px;
  color: white;
  font-weight: 800;
  line-height: 16px;
}
#ifb-mobile-menu a:hover {
  color: white;
  background-color: #41363a;
}
#ifb-mobile-menu > div {
  width: 230px;
  padding: 10px;
}
#ifb-mobile-menu ul {
  list-style: none;
  font-size: 14px;
}
#ifb-mobile-menu ul ul {
  margin-left: 10px;
}
#ifb-mobile-menu li.menu-item > a > i.fa.fa-chevron-right {
  float: right;
  position: relative;
  top: 5px;
}
#ifb-mobile-menu ul#menu-sidebar > li.menu-item > a {
  font-weight: 600;
  padding: 5px;
}
#ifb-mobile-menu ul#menu-sidebar > li.menu-item > a > i.fa.fa-chevron-right {
  font-size: 14px;
}
#ifb-mobile-menu li.menu-item > a {
  font-weight: 200;
}
#ifb-mobile-menu li.menu-item > a > i.fa.fa-chevron-right {
  font-size: 12px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #ifb-header-mobile-consulter {
    display: block;
  }
}
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #ifb-mobile-menu {
    display: none !important;
  }
  .ifb-header-social {
    display: block;
    padding: 3px 7px;
    color: inherit;
  }
  #ifb-header {
    display: block;
    background-color: white;
  }
  #ifb-header .shopping_cart_header .header_cart {
    position: relative;
    width: 35px;
    height: 35px;
    padding: 0;
    background: url(/wp-content/themes/strata-child/build/58ad8da77301241b46f3.png) bottom left no-repeat;
    background-size: 30px 30px;
  }
  #ifb-header .shopping_cart_header .header_cart .fa {
    display: none;
  }
  #ifb-header .shopping_cart_header .header_cart span {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #55a6a9;
    color: #fff;
    display: inline-block;
    font-family: inherit;
    font-size: 9px;
    height: 17px;
    line-height: 17px;
    width: 17px;
  }
  #ifb-header .shopping_cart_header div.ifb_dropdown_cart li.mini_cart_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #ifb-header .shopping_cart_header div.ifb_dropdown_cart li.mini_cart_item a {
    display: inline-block;
  }
  #ifb-header .shopping_cart_header div.ifb_dropdown_cart li.mini_cart_item i.fa.fa-times {
    color: red;
    float: right;
  }
  #ifb-header .shopping_cart_header div.ifb_dropdown_cart li.mini_cart_item i.fa.fa-times:hover {
    cursor: pointer;
  }
  #ifb-header img {
    display: inline-block;
    width: 80%;
  }
  #ifb-header #searchform > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #ifb-header #searchform > div > button[type=submit] {
    display: block;
    margin-right: 35px;
    padding: 10px 20px;
    color: #f05948;
    font-size: 30px;
    background-color: #e5e4df;
    border: 0;
  }
  #ifb-header #searchform > div > input[type=text] {
    flex: 1;
    margin-left: 55px;
    padding: 10px 20px;
    font-size: 20px;
    border: 3px solid #e5e4df;
    border-radius: 30px 0 0 30px !important;
  }
  #ifb-header #searchform > div > input[type=text]::placeholder {
    color: black;
  }
  #ifb-header #searchform > div > label {
    display: none;
  }
  #ifb-header-bottom > div.container_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #ifb-header-bottom > div.container_inner > div:nth-child(2) {
    flex: 1;
    margin-right: 20px;
  }
  #ifb-header-contact, #ifb-header-espaceprive {
    display: block;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-transform: none;
    font-weight: 300;
  }
  #ifb-header-contact {
    padding: 6px 12px 10px;
    background-color: #478383;
    cursor: pointer;
    height: 19px;
  }
  #ifb-header-espaceprive {
    padding: 3px 10px;
  }
  #ifb-header-espaceprive .fa {
    font-size: 20px;
    vertical-align: -1px;
  }
  #ifb-header-telephone {
    padding: 3px 7px;
    font-size: 20px;
    font-weight: 700;
    font-family: Arial, sans serif;
  }
  #ifb-header-telephone .fa {
    color: #95aa5d;
  }
  #ifb-header-microcoaching {
    display: block;
    padding: 3px 10px;
    color: inherit;
    font-size: 18px;
    font-weight: 400;
  }
  #ifb-header-microcoaching img {
    display: inline-block;
    height: 18px;
    vertical-align: -3px;
  }
  #ifb-header-menu {
    background: #554a4e linear-gradient(#58636a, #2a3134);
    border-top: 3px solid #ee5745;
  }
  #ifb-header-top {
    border-bottom: 1px rgb(240, 240, 240) solid;
  }
  #ifb-header-top > div.container_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #ifb-header-top > div.container_inner > div {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #ifb-header-top > div.container_inner > div > div {
    border-left: 1px rgb(240, 240, 240) solid;
  }
  #ifb-header-top > div.container_inner > div > div:last-child {
    border-right: 1px rgb(240, 240, 240) solid;
  }
  #ifb-header-mobile {
    display: none;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/portfolio.scss ***!
  \*****************************************************************************************************************************************************/
.portfolio_slider .portfolio_like {
  margin: 0 !important;
}

.portfolio_slides .hover_feature_holder_icons {
  margin: 0 0 20px !important;
}

.portfolio_slides .ifb_slide_img {
  height: 120px;
}
/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/sidebar.scss ***!
  \***************************************************************************************************************************************************/
/* Default style (very small devices) */
aside .widget .textwidget.custom-html-widget a:hover {
  font-size: inherit !important;
}

aside .widget .widget.posts_holder li {
  border-bottom: 1px dotted #eaeaea !important;
  line-height: 115% !important;
  font-size: 14px !important;
}
aside .widget h5 {
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
  margin-top: 5px !important;
  font-size: 17px;
  line-height: 19px;
  font-weight: 300;
}
aside .widget a:hover {
  color: #53a9b6 !important;
  font-size: 15px !important;
  line-height: 115% !important;
}
aside .widget .posts_holder li {
  border-top: 4px solid #e7e9e3 !important;
  line-height: 115% !important;
  font-size: 14px !important;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/style.scss ***!
  \*************************************************************************************************************************************************/
/* Default style (very small devices) */
#ifb-mobile-menu-fermer {
  display: block;
  margin-bottom: 10px;
  padding: 5px 0;
  border-bottom: 1px rgb(240, 240, 240) solid;
}

.rotate {
  transform: rotate(90deg);
  transition: 0.3s;
}

.performances_color_primary {
  color: #239cd3;
}

.page_not_found p {
  margin-top: 1em;
}
.page_not_found p > a.button {
  display: inline-block;
  padding: 0.5em;
  color: white;
  font-size: 1.1em;
  background-color: #53a9b6;
  border: none;
  border-radius: 0.2em;
}
.page_not_found p.domains {
  display: flex;
  flex-direction: column;
  padding-bottom: 3em;
}
.page_not_found p.domains > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.5em;
  padding: 1em;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.2em;
  text-align: left;
}
.page_not_found p.domains > a > img {
  display: block;
  height: 35px;
  margin-right: 1em;
}

body.single-format-gallery div.content_inner > div.container > div.container_inner {
  padding-top: 5px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .page_not_found p.domains {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page_not_found p.domains > a {
    width: 44%;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  div.header_top_bottom_holder div.header_bottom.clearfix div.container div.container_inner.clearfix div.header_inner_left div.logo_wrapper {
    left: 15%;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body div.wrapper div.wrapper_inner div.content {
    margin-top: 0 !important;
  }
  .page_not_found p.domains > a {
    width: 29%;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body div.wrapper div.wrapper_inner div.content {
    margin-top: -120px !important;
  }
  .page_not_found p.domains {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .page_not_found p.domains > a {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: auto;
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    padding: 1em 0.3em;
  }
  .page_not_found p.domains > a > img {
    height: 50px;
    margin: 0 0 0.5em 0;
  }
  .page_not_found p.domains > a:nth-of-type(n+2) {
    margin-left: 5px;
  }
}
/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/vars.scss ***!
  \************************************************************************************************************************************************/

/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./www/wp-content/themes/strata-child/src/scss/toReplace.scss ***!
  \*****************************************************************************************************************************************************/
@charset "UTF-8";
/* CSS laure à créer */
.chapeau-formateur {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 200;
}

.compet {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

.chapeau-article {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 200;
  color: #1a171b;
}

.certif-formateur {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 200;
  color: #1a171b;
}

.conseil-micro {
  font-size: 16px;
  line-height: 120%;
  color: #1a171b;
}

.conseil-micro-titre {
  font-size: 16px;
  line-height: 120%;
  color: #1a171b;
  font-weight: 700;
  margin-top: 16px !important;
}

.q_accordion_holder.with_icon div.accordion_content {
  padding: 0 0 0 25px !important;
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header span.tab-title {
  line-height: 116% !important;
}

.single-post .blog_single p {
  margin-bottom: 8px !important;
}

.single-post .blog_single .q_accordion_holder.accordion.with_icon .ui-accordion-header span.tab-title {
  line-height: 0.2em !important;
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header i {
  font-size: 26px !important;
}

.single-post .blog_single .qbutton, .qbutton.medium, #submit_comment, .load_more a {
  font-size: 16px !important;
  line-height: 20px !important;
  height: 24px !important;
  padding-bottom: 2px !important;
}

.qbutton.tiny {
  height: 23px;
  line-height: 21px;
  padding: 4px 13px 3px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 35px;
}

.qbutton.small {
  font-size: 17px !important;
}

.qbutton.medium {
  font-size: 18px !important;
  line-height: 22px !important;
  height: 22px !important;
  padding: 4px 5px 1px 8px !important;
  font-weight: 400 !important;
}

.qbutton.large {
  height: 47px;
  line-height: 47px;
  font-size: 19px;
  padding: 5px 18px;
}

.tout-article {
  background-color: #e0eff6;
  padding: 3px 5px 3px 10px;
  border-radius: 3px;
  font-weight: 600;
  color: #333;
}

.post_text h4 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 21px;
}

.blog_holder.masonry article .post_description .post_description_left {
  line-height: 15px;
}

.accordion_content_inner ul {
  list-style-position: inside;
  font-size: 14px !important;
  line-height: 17px !important;
}

.accordion_content_inner li {
  padding-bottom: 4px !important;
}

.bloc-intra {
  font-family: "Lato", sans-serif;
  font-size: 21px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.intra-sous-titre {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 200;
}

.q_icon_with_title.medium.circle .icon_text_holder {
  padding: 0 0 0 75px !important;
}

.titre-page-intra {
  font-size: 26px;
  line-height: 29px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
}

.text-intra {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #333;
}

.sous-titre-intra {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #333;
  padding-top: 8px;
  padding-bottom: 4px;
}

.list-intra {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #333;
  padding-top: 6px;
  padding-bottom: 2px;
}

.list-intra-2 {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #333;
  padding-top: 3px;
  padding-bottom: 7px;
}

.chapeau-intra {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
  padding-bottom: 6px;
}

.chapeau-general {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #333;
  padding-bottom: 10px;
}

.list-chapeau-general {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #333;
  padding-bottom: 3px;
}

.img-chapeau-general {
  margin-bottom: 12px !important;
  margin-right: 25px !important;
}

@media only screen and (max-width: 1024px) {
  .bloc-intra {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 19px;
    font-weight: 400;
    text-align: center;
    color: #fff;
  }
  .titre-page-intra {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0;
  }
  .chapeau-intra {
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    color: #333;
    padding-bottom: 6px;
  }
  .chapeau-general {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #333;
    padding-bottom: 6px;
  }
  .list-chapeau-general {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #333;
    padding-bottom: 2px;
  }
  .icon_text_inner h3 {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
  }
  .text-intra {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #333;
  }
  .sous-titre-intra {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: #333;
    padding-top: 3px;
    padding-bottom: 4px;
  }
  .list-intra-2 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: #333;
    padding-top: 3px;
    padding-bottom: 7px;
  }
  .q_icon_with_title .icon_text_holder .icon_title {
    margin: 0 0 0.45em !important;
  }
}
.img-bloc {
  border: solid 1px #f0efef;
}

.sous-titre-sur-mesure {
  font-size: 19px;
  line-height: 21px;
  font-weight: 400;
  color: #333;
  padding-bottom: 10px;
}

.list-sur-mesure {
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  color: #333;
  padding-bottom: 5px;
}

div.performances_widget_intra_form h2 {
  font-size: 20px !important;
  color: #53a9b6;
}

.counter_text {
  line-height: 120%;
}

.q_counter_holder.center {
  padding: 15px 13px !important;
}

.q_counter_holder.boxed_counter {
  border: 1px solid #eaeaea;
  border-radius: 20px !important;
}

.pourcent-institut {
  color: #a07cba;
  font-size: 33px;
  padding-bottom: 19px;
  padding-top: 5px;
}

.bloc-pourcent {
  display: block;
  text-align: center;
  border: 1px solid #eaeaea;
  padding: 15px 10px;
  background: #fff;
  border-radius: 20px;
}

.text-pourcent {
  font-size: 16px;
  line-height: 120%;
}

.small-text-pourcent {
  font-size: 12px;
  line-height: 14px !important;
  font-weight: 200;
  padding-top: 4px;
}

.performances_widget_article_search_domain_description {
  font-size: 15px !important;
  line-height: 19px !important;
  font-weight: 400;
  color: #333;
  padding-bottom: 6px;
  padding-top: 4px;
}

blockquote {
  padding: 14px 1px 14px 13px !important;
  border-left: 6px solid #c3ac67 !important;
  margin-bottom: 5px !important;
}

blockquote p {
  font-size: 18px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #c3ac67 !important;
}

.text-article {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #333;
  padding-bottom: 5px;
}

.intra-form-introduction-text {
  font-size: 16px;
  line-height: 18px;
  padding-top: 4px;
}

.intra-form-request-text {
  font-size: 16px;
  line-height: 18px;
  padding-top: 4px;
}

div.performances_widget_intra_form div.intra-contact-input > input[type=text], div.performances_widget_intra_form div.intra-contact-input > input[type=email], div.performances_widget_intra_form div.intra-contact-input > input[type=tel], div.performances_widget_intra_form div.intra-contact-input > textarea, div.performances_widget_intra_form div.intra-contact-input > select {
  background-color: #f7f6f4 !important;
}

div.performances_widget_intra_form button[type=submit] {
  margin-top: 10px !important;
  font-size: 15px !important;
}

div.performances_widget_contact_form div.contact-input > input[type=email], div.performances_widget_contact_form div.contact-input > input[type=password], div.performances_widget_contact_form div.contact-input > input[type=tel], div.performances_widget_contact_form div.contact-input > input[type=text], div.performances_widget_contact_form div.contact-input > select, div.performances_widget_contact_form div.contact-input > textarea {
  background-color: #f0efef !important;
}

div.performances_widget_contact_form h2 {
  font-size: 20px !important;
}

div.performances_widget_contact_form button[type=submit] {
  margin-top: 10px !important;
  font-size: 15px !important;
}

.general-form-introduction-text {
  font-size: 16px;
  line-height: 18px;
  padding-top: 6px;
}

.phone_number {
  font-size: 18px !important;
  line-height: 23px !important;
}

.text-article-blog {
  font-size: 15px;
  line-height: 122%;
  color: #1a171b;
  margin-bottom: 5px !important;
}

.image-article {
  margin-bottom: 20px !important;
  margin-right: 30px;
}

.performances_events_search_event_day {
  padding: 6px 0 5px !important;
  font-size: 25px !important;
}

.performances_events_search_event_month {
  padding-top: 5px !important;
  font-size: 19px !important;
}

.performances_events_search_event_year {
  padding-bottom: 7px !important;
  line-height: 15px !important;
}

.performances_widget_slideshow > div > span {
  padding: 5px 4px 10px 4px !important;
  font-size: 14px !important;
  line-height: 17px !important;
  font-weight: 800 !important;
}

.titre-deroule-1 {
  font-size: 19px;
  line-height: 21px;
  font-weight: 400;
  color: #53a9b6;
  padding-bottom: 2px;
  text-align: center;
}

.titre-deroule-2 {
  font-size: 19px;
  line-height: 21px;
  font-weight: 400;
  color: #333;
  padding-bottom: 10px;
  text-align: center;
}

.text-deroule {
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  color: #333;
  padding-bottom: 5px;
}

.aster {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #333;
  padding-top: 14px;
  font-style: italic;
}

.text-inscrire {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #333;
  padding-top: 2px;
}

body.product-template-default.single.single-product div.two_columns_25_75 div.column2 > div.summary.entry-summary h2.formation_subtitle {
  line-height: 20px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.wsp-pages-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 3px;
}

.wsp-pages-list li a {
  font-size: 16px !important;
  line-height: 18px !important;
  color: #333 !important;
  padding-bottom: 8px !important;
}

.wsp-pages-list li a:hover {
  color: #049cd4 !important;
}

.chapeau-certif {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #333;
  padding-bottom: 6px;
}

.flash.flash-success {
  color: black !important;
  background-color: #e3f5c7 !important;
  border: 1px #babbba solid !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.performances_widget_catalogue_form button[type=submit] {
  font-size: 14px !important;
}

.wsp-posts-title, .wsp-products-title, .wsp-performances_citys-title, .wsp-performances_areas-title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 5px;
}

.performances_widget_article_search_results .search_result_links > a {
  border: 1px black solid !important;
}

.performances_widget_article_search_results .search_result_links > a {
  font-weight: 400 !important;
}

.performances_widget_article_search_results .search_result {
  margin-top: 14px !important;
}

.performances_widget_article_search_results .search_result_title {
  font-size: 20px !important;
}

.performances_widget_article_search_results .search_result_domain_title {
  font-size: 18px !important;
  top: 8px;
}

div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_content, div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links {
  background-color: #f7f6f4 !important;
}

div.performances_event_search_results div.performances_events_search_event_result div.performances_events_search_event div.performances_events_search_event_links > a {
  padding: 6px 7px 8px 7px !important;
  font-weight: 400 !important;
  border: 1px black solid !important;
}

.upcoming_events_event_links > a {
  color: black !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.hire_actions button[type=submit] {
  color: #fff !important;
  background-color: #53a9b6 !important;
  display: inline-block;
  padding: 0.5em 1em;
  margin-top: 10px !important;
  font-size: 15px !important;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  margin-left: 1em;
  border-radius: 2px;
  float: right;
}

.hire_actions button[type=reset] {
  color: black !important;
  background-color: #f0efef !important;
  display: inline-block;
  padding: 0.5em 1em;
  margin-top: 10px !important;
  margin-bottom: 30px !important;
  font-size: 15px !important;
  font-weight: 400;
  text-transform: uppercase;
  border: 0;
  margin-left: 1em;
  border-radius: 2px;
  float: right;
}

.hire_initial_training_add button[type=button] {
  color: black !important;
  background-color: #f0efef !important;
  display: inline-block;
  padding: 0.5em 1em;
  margin-top: 10px !important;
  font-size: 15px !important;
  font-weight: 400;
  border: 0;
  border-radius: 3px;
}

.hire_next_training_add button[type=button] {
  color: black !important;
  background-color: #f0efef !important;
  display: inline-block;
  padding: 0.5em 1em;
  margin-top: 10px !important;
  font-size: 15px !important;
  font-weight: 400;
  border: 0;
  border-radius: 3px;
}

.hire_background_add button[type=button] {
  color: black !important;
  background-color: #f0efef !important;
  display: inline-block;
  padding: 0.5em 1em;
  margin-top: 10px !important;
  font-size: 15px !important;
  font-weight: 400;
  border: 0;
  border-radius: 3px;
}

.mc4wp-form-theme-blue input[type=submit] {
  color: #fff !important;
  background-color: #53a9b6 !important;
  border-color: #f0efef !important;
  font-size: 15px;
  margin-top: 15px;
}

.mc4wp-form-theme input[type=email] {
  margin-bottom: 15px;
  margin-top: 0;
}

body.product-template-default.single.single-product div.two_columns_25_75 > div.column1 > div.dates_formation div.sidebar_dates div.contactMessage {
  font-size: 15px !important;
}

body.product-template-default.single.single-product div.two_columns_25_75 > div.column1 > div.dates_formation div.q_tabs.horizontal div.tabs-container #tab-inter div.sidebar_tabinter_infos_inter_duree p span, body.product-template-default.single.single-product div.two_columns_25_75 > div.column1 > div.dates_formation div.q_tabs.horizontal div.tabs-container #tab-inter div.infos_inter p span {
  font-size: 17px !important;
  font-weight: 400 !important;
}

body.product-template-default.single.single-product div.two_columns_25_75 > div.column1 > div.dates_formation div.q_tabs.horizontal div.tabs-container #tab-inter div.infos_inter div.sidebar_tabinter_infos_inter_duree {
  background-color: #eb7d06 !important;
}

body.product-template-default.single.single-product div.two_columns_25_75 > div.column1 > div.dates_formation div.sidebar_dates h2.sidebar_dates_title {
  line-height: 19px;
  padding-bottom: 4px;
}

body.page-template-page-trainer h5 {
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 2px;
}

body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-programme li.mise-en-situation {
  border: #6caf21 solid 1px !important;
  margin: 13px 0 3px !important;
  list-style: none;
}

body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-programme li.mise-en-situation > h4 {
  color: #6caf21 !important;
  width: 160px !important;
  padding: 0 5px 0 5px !important;
  font-size: 13px !important;
  line-height: 16px !important;
  top: -8px !important;
  font-weight: 400 !important;
  left: -5px !important;
}

body.product-template-default.single.single-product div.two_columns_25_75 > div.column2 > div > div.woocommerce-tabs div#tab-programme li.mise-en-situation > p {
  position: relative;
  bottom: 5px;
}

.performances_widget_intra > div:first-child {
  color: #7ab421 !important;
  font-weight: 400 !important;
  margin-top: 15px !important;
  line-height: 18px;
  padding-bottom: 4px;
}

.performances_widget_article_search_title .search_results {
  color: #7d4689 !important;
}

.performances_widget_article_search_title {
  line-height: 19px !important;
}

.performances_widget_article_search_results .search_result_title {
  font-size: 17px !important;
  line-height: 20px;
}

.performances_widget_article_search_results .search_result_title {
  padding: 8px !important;
}

.performances_widget_article_search_results .search_result_domain_title {
  font-size: 15px !important;
  top: 0 !important;
}

div.performances_events_search_event div.performances_events_search_event_links > a {
  margin-top: 5px !important;
}

.performances_widget_article_search_results .search_result {
  margin-top: 8px !important;
}

.performances_widget_article_search_results .search_result_domain_title {
  top: 4px !important;
}

@media only screen and (min-width: 768px) {
  .performances_widget_article_search_results .search_result_title {
    padding: 0 !important;
  }
}
.text-article-court {
  font-size: 16px;
  line-height: 18px;
  font-weight: 200;
  color: #333;
  padding-bottom: 0;
}

.conseil-micro-citie {
  font-size: 16px !important;
  line-height: 18px !important;
}

div.conseil-micro p.conseil-micro-next {
  font-size: 17px !important;
  line-height: 19px !important;
}

div#tab-public-prerequis ul li.comment {
  list-style-type: none;
  color: black;
}

.carousel-control {
  width: 10%;
}

div.video-chapeau iframe {
  max-height: 190px;
}
