/* Base font size: 16px = 1rem

/* Colors */
/* Background */
/* Typography */
/* Font sizes (rem based on 18px) */
/* Line heights (unitless for scalability) */
/* Spacing (rem) */
/* Transition */
/* Header */
/* Slider */
/* Borders */
/* Shadow */
/* Links */
.table-agenda {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
  overflow: hidden;
}
.table-agenda td {
  border: 1px solid #eeeeee;
  vertical-align: middle;
}
.table-agenda td a {
  text-decoration: none;
}
.table-agenda .week_day {
  background: #eeeeee;
  font-weight: 700;
}
.table-agenda .month_current {
  vertical-align: top;
  padding: 0.556rem 0;
  font-size: 1rem;
}
.table-agenda .month_current td {
  border: 0;
}
.table-agenda .month_current .navCurrentDate {
  font-weight: 900;
  margin: 0.556rem;
  display: inline-block;
  min-width: 6.667rem;
  font-size: 0.889rem;
}
.table-agenda .month_current .navMonthPrev a,
.table-agenda .month_current .navMonthNext a,
.table-agenda .month_current .navYearPrev a,
.table-agenda .month_current .navYearNext a {
  color: #fff;
}

.day {
  background: #FFF;
  padding: 0.667rem 0;
}

.out {
  background: #f8f8f8;
}

.cal_today {
  background: #ececec;
}
.cal_today a {
  color: #000 !important;
}

.cal_event {
  background: #76cff4;
  font-weight: 700;
}

.cal_important {
  border: 1px solid #b11c1c !important;
}

p.noEvents,
p.no_events {
  background: #F5F5F5;
  padding: 0.556rem;
  text-align: center;
}

span.e_showAll a {
  text-decoration: none;
  padding: 0.556rem;
  width: 100%;
  text-align: center;
  display: block;
  background: #376ec1;
  color: #fff;
  font-weight: 900;
  font-size: 0.889rem;
}
span.e_showAll a:hover {
  background: #00acf3;
}

.event {
  margin: 0 0 1.111rem 0;
  border-bottom: 1px solid #eee;
}
.event .e_date {
  font-style: italic;
  font-size: 0.611rem;
}
.event .e_title a {
  display: block;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 700;
  padding: 0.833rem 0 0 0;
}
.event .e_title a:hover {
  font-weight: 700;
  color: #00acf3;
}
.event .e_excerpt p {
  margin: 0.556rem 0 0 0;
  font-size: 0.778rem;
}
.event .e_read_more {
  float: right;
}
.event .e_read_more a {
  text-decoration: none;
  font-weight: 700;
  margin: 0 1.111rem 0 0;
}
.event .e_read_more a:hover {
  color: #00acf3;
}
.event .e_read_more a.showAll,
.event .e_read_more span.separator {
  display: none;
}

.event_infos {
  margin: 1.111rem 0;
  padding: 0.556rem 0.556rem 0.556rem 0;
  border-bottom: 1px solid #eee;
  width: 100%;
  text-align: left;
}
.event_infos .label {
  font-weight: 900;
  padding: 0.111rem 0.278rem 0.111rem 0;
  width: 8.333rem;
  color: #00acf3;
}
.event_infos .value {
  padding: 0 0 0 0.833rem;
}

.wrapper_comments {
  max-width: 65rem;
  margin: 0 auto;
}
.wrapper_comments img {
  width: auto !important;
}

.summary-comment {
  float: left;
  width: 10rem;
  margin-bottom: 1.333rem;
  border-right: 1px solid #d4d4d4;
  margin-right: 1.111rem;
}

.proportion-comment {
  width: 3.889rem;
}

.number-stars {
  padding-right: 0.667rem;
}

.number-comment-note {
  padding-left: 0.444rem;
}

.bar-grade-nb {
  width: 100%;
  background: #eeeeee;
}

.bar-grade-nb-active {
  background: #cccccc;
  height: 0.444rem;
}

.button-go-to-form {
  display: block !important;
  max-width: 16.667rem;
  clear: both;
  text-align: center;
  margin: 0.833rem auto !important;
  padding: 0 !important;
}
.button-go-to-form a {
  display: block;
  padding: 0.667rem 1.111rem;
  color: black;
  text-decoration: none !important;
}

.container_comments {
  margin: 1.111rem 0;
  clear: both;
}

.cc_comment {
  margin: 1.111rem 0;
  padding: 2.222rem;
  background: #f9f9f9;
  overflow: hidden;
}

.grade {
  display: inline;
}

.title-comment {
  float: left;
  margin-right: 0.667rem;
  font-size: 1rem;
  color: #376ec1;
}

.added_by {
  line-height: 1.444rem;
  color: #aaa;
  font-style: italic;
  margin: 0 0 0.556rem 0;
}

.check-comment-img {
  margin: 0 0.111rem 0 0.667rem;
}

.checked-comment-label {
  color: black;
}

.usefulness-number {
  color: #aaa;
  margin: 0.556rem 0 0 0;
  display: block;
}

.usefulness {
  color: #aaa;
  margin: 0.556rem 0 0 0;
  float: left;
}

.report {
  float: right;
  margin-top: 0.556rem;
}
.report a {
  color: #204798;
  display: inline-block;
  padding: 0.056rem 0.333rem;
  text-decoration: none !important;
  border: 2px solid #204798;
  border-radius: 2.222rem;
  font-weight: 700;
}
.report a:hover {
  background: #eeeeee;
}

.comment {
  padding-left: 0.833rem;
  border-left: 1px solid #d4d4d4;
  font-size: 0.833rem;
}

.usefulness-yes a,
.usefulness-no a {
  color: #204798;
  display: inline-block;
  padding: 0.056rem 0.333rem;
  text-decoration: none !important;
  border: 2px solid #204798;
  border-radius: 2.222rem;
  font-weight: 700;
}
.usefulness-yes a:hover,
.usefulness-no a:hover {
  background: #eeeeee;
}

.form_ajout_comment .type_stars {
  overflow: hidden;
  padding: 0.556rem 0;
}
.form_ajout_comment .type_stars label {
  float: left;
}
.form_ajout_comment .type_stars .block-select-grade {
  float: right;
}

.toggler {
  font: 900 1.333rem/1.667rem "Ubuntu", sans-serif;
  border-left: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
  color: #204798;
  outline: none;
  padding: 0.667rem 2.5rem 0.667rem 0.889rem;
  cursor: pointer;
  margin-bottom: 0.444rem;
  position: relative;
  background: #f9f9f9;
}
.toggler:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 0.889rem;
  top: 50%;
  color: #ccc;
  line-height: 1.333rem;
  margin-top: -0.667rem;
  font-size: 1rem;
}

.toggler.ui-state-active {
  background: #376ec1;
  color: white;
}
.toggler.ui-state-active:after {
  content: "\f077";
  color: white;
}

.element {
  padding: 0.556rem;
  transition: none;
}

.galleryTitle {
  display: none;
}

.galleryBottom {
  margin: 0.556rem 0;
}

.galleryType1 {
  margin: auto;
  padding-top: 1.667rem;
  padding-bottom: 3.333rem;
}

.galleryPhotos {
  padding: 0;
  height: 0;
  position: relative;
}

.galleryType1Photo {
  padding: 0.222rem;
  text-align: center;
  width: 25%;
}
.galleryType1Photo a {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  top: 0.222rem;
  left: 0.222rem;
  right: 0.222rem;
  bottom: 0.222rem;
}
.galleryType1Photo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.galleryType1Photo img:hover {
  transform: scale(1.05);
}

.galleryType1Photo.g-landscape {
  padding: 0 0 13.518635%;
}

.galleryType1Photo.g-portrait {
  padding: 0 0 29.62729%;
}

.galleryType1Photo.g-square {
  padding: 0 0 20.02526%;
}

.galleryType1Clear {
  clear: both;
}

.galleryType2 {
  text-align: center;
}

.galleryType2Fleches {
  margin: 1.111rem auto;
}

.galleryType2FlecheGauche,
.galleryType2FlecheDroite {
  float: left;
  width: 1.667rem;
  text-align: center;
  border: 0;
}
.galleryType2FlecheGauche img,
.galleryType2FlecheDroite img {
  border: 0;
}

.galleryType2Position {
  float: left;
  font-weight: bold;
  line-height: 1.333rem;
}

.galleryType2Photo img {
  margin: auto;
  border: 0;
}

.colorimg {
  background: #d45f27;
}

.galleryType2Titre {
  font-weight: bold;
  color: #70424E;
  margin: 1.111rem 0 0.556rem 0;
}

.galleryType2Description {
  margin: 0 0 0.556rem 0;
}

.galleryType3 {
  text-align: center;
}

.galleryType3Photo {
  margin: auto;
  border: 0;
}

.galleryType3Choice {
  margin: 1.111rem auto 0 auto;
}

.galleryType3Slider {
  float: left;
}

.galleryType3SliderFlecheGauche,
.galleryType3SliderFlecheDroite {
  float: left;
  width: 1.667rem;
  text-align: center;
  margin: 0.556rem 0 0 0;
}

.galleryType3Titre {
  font-weight: bold;
  color: #70424E;
  margin: 1.111rem 0 0.556rem 0;
}

.galleryType3Description {
  margin: 0 0 0.556rem 0;
}

a.c_glossaire {
  text-decoration: none !important;
  border-bottom: 1px dashed #aaa;
}
a.c_glossaire:hover {
  cursor: help;
}

.tips_glossaire {
  color: #fff;
  font-size: 0.556rem;
  padding: 0.556rem;
  background: #376ec1;
  z-index: 1000;
}
.tips_glossaire .tip-title {
  font-weight: bold;
  font-size: 0.778rem;
}

.g_description {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: 1.111rem auto;
  padding: 0.833rem;
}
.g_description p {
  margin: 0;
  padding: 0;
}

.nav_glossaire {
  text-align: center;
  margin: 0.556rem 0 0.833rem 0;
  background: #F1F1F1;
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 0.556rem;
}
.nav_glossaire .nav_glossaire_letter {
  float: left;
  padding-left: 0.667rem;
}
.nav_glossaire .nav_glossaire_letter a {
  font-size: 0.778rem;
}

.cc_description {
  clear: both;
}

.content_articles {
  max-width: 65rem;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

.block_article {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
.block_article a {
  text-decoration: none !important;
}

.cc_video {
  background: #000;
  position: relative;
  padding-bottom: 100%;
  height: 0;
}
.cc_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.type_1 .block_article {
  background: #f9f9f9;
  overflow: hidden;
  padding: 0 2.222rem 0 0;
  margin: 4.444rem 0;
  border: 1px solid #f9f9f9;
}
.type_1 .block_article .cc_vignette {
  float: left;
  max-width: 22.222rem;
  margin: 0 2.222rem 0 0;
  position: relative;
}
.type_1 .block_article .cc_vignette:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.111rem;
  right: 0;
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 0.556rem solid transparent;
  border-right: 1.111rem solid #fff;
  border-bottom: 0.556rem solid transparent;
}
.type_1 .block_article .cc_vignette img {
  width: 100%;
  max-width: 22.222rem;
  height: auto;
}
.type_1 .block_article:hover .cc_vignette img {
  opacity: 0.5;
}
.type_1 .block_article:hover .cc_content .cc_title h3 a {
  color: #376ec1;
}
.type_1 .block_article .cc_video {
  width: 100%;
  max-width: 16.667rem;
  float: left;
  margin: 0 2.222rem 0 0;
  padding-bottom: 16.667rem;
}
.type_1 .block_article .cc_content .cc_title h3 {
  font: 700 1rem/1.333rem "Merriweather Sans", sans-serif;
  color: #1c1c1c;
  margin: 0;
  padding: 1.111rem 0 0.556rem 0;
}
.type_1 .block_article .cc_content .cc_title h3 a {
  color: #204798;
  position: relative;
}
.type_1 .block_article .cc_content .cc_title h3 a:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 2.222rem;
  position: absolute;
  top: 0;
  left: -1.111rem;
  opacity: 0.1;
  transform: rotate(-10deg);
}
.type_1 .block_article .cc_content .cc_excerpt p {
  font: 400 0.778rem/1.222rem "Merriweather Sans", sans-serif;
  margin: 0 0 1.111rem 0;
}
.type_1 .block_article .cc_content .cc_read_more {
  float: right;
}
.type_1 .block_article .cc_content .cc_read_more a {
  font: 700 0.611rem/1.111rem "Merriweather Sans", sans-serif;
  text-transform: uppercase;
  color: inherit;
  border-radius: 2.222rem;
  border: 1px solid #204798;
  padding: 0.556rem 1.111rem;
  margin: 0.556rem 0.278rem;
  display: inline-block;
}
.type_1 .block_article .cc_content .cc_read_more a:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: 900;
  position: relative;
  left: 0.556rem;
}
.type_1 .block_article .cc_content .cc_read_more a:hover {
  color: #fff;
  background: #376ec1;
  border: 2px solid #376ec1;
}
.type_1 .block_article.altered {
  padding: 0 0 0 2.222rem;
}
.type_1 .block_article.altered .cc_vignette {
  float: right;
  margin: 0 0 0 2.222rem;
}
.type_1 .block_article.altered .cc_vignette:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.111rem;
  left: 0;
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 0.556rem solid transparent;
  border-bottom: 0.556rem solid transparent;
  border-left: 1.111rem solid #f9f9f9;
  border-right: 0;
}
.type_1 .block_article.altered .cc_video {
  float: right;
  margin: 0 0 0 2.222rem;
}

.type_2 {
  max-width: none;
}
.type_2 .block_article {
  width: 25%;
  float: left;
}
.type_2 .block_article .cc_vignette img {
  width: 100%;
  height: auto;
}

.type_5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin: 160px 0 80px 0;
}
.type_5 .block_article {
  background: #fff;
  transform: translateY(0px);
}
.type_5 .block_article.altered {
  margin-top: 0;
  transform: translateY(-80px);
}
.type_5 .block_article .cc_content .cc_title {
  padding: 0 1.667rem;
  position: relative;
  min-height: 2.222rem;
  line-height: 2.222rem;
  text-align: center;
}
.type_5 .block_article .cc_content .cc_title h3 {
  font: 700 clamp(1.5rem, 23.2px + 0.25vw, 1.75rem)/clamp(1.75rem, 26.4px + 0.5vw, 2.25rem) "Merriweather Sans";
  color: #1c1c1c;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  text-transform: uppercase;
}
.type_5 .block_article .cc_content .cc_title h3 a {
  color: #204798;
}
.type_5 .block_article .cc_content .cc_title h3 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.type_5 .block_article .cc_content .cc_excerpt {
  padding: 0 1.667rem;
}
.type_5 .block_article .cc_content .cc_read_more {
  padding: 0 1.667rem;
}
.type_5 .block_article .cc_vignette {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
.type_5 .block_article .cc_vignette::before {
  content: "";
  height: 200px;
  width: 400px;
  background: url("/templates/dav-toiture/img/construct/home-decoration.png");
  position: absolute;
  bottom: 0;
  right: 0;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateY(30px) translateX(50px);
  transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.type_5 .block_article .cc_vignette img {
  width: 100%;
  height: auto;
}
.type_5 .block_article:hover .cc_vignette::before {
  opacity: 0.8;
}
.type_5 .block_article:hover .cc_vignette img {
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.type_5 .block_article:hover .cc_content .cc_title h3 a {
  color: #376ec1;
}

.type_8 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.2222222222rem 1.3888888889rem;
}
.type_8 .block_article {
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
}
.type_8 .block_article article {
  padding-bottom: 1.3333333333rem;
}
.type_8 .block_article .cc_content {
  display: flex;
  flex-direction: column;
  gap: 0.556rem 0;
}
.type_8 .block_article .cc_content .cc_title {
  padding: 0 1.667rem;
  position: relative;
  max-height: 2.778rem;
  line-height: 2.778rem;
  overflow: hidden;
}
.type_8 .block_article .cc_content .cc_title h3 {
  font: 700 1rem/1.667rem "Merriweather Sans", sans-serif;
  color: #1c1c1c;
  margin: 0;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.type_8 .block_article .cc_content .cc_title h3 a {
  color: #204798;
}
.type_8 .block_article .cc_content .cc_title h3 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.type_8 .block_article .cc_content .cc_excerpt {
  padding: 0 1.667rem;
  max-height: 3.889rem;
  line-height: 3.889rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.type_8 .block_article .cc_content .cc_excerpt p {
  margin: 0 !important;
  line-height: normal;
  vertical-align: middle;
}
.type_8 .block_article .cc_content .cc_read_more {
  padding: 0.556rem 1.667rem;
}
.type_8 .block_article .cc_content .cc_read_more a {
  font: 700 0.611rem/1.111rem "Merriweather Sans", sans-serif;
  text-transform: uppercase;
  color: inherit;
  border-radius: 0;
  border: 1px solid #204798;
  padding: 0.556rem 1.111rem;
}
.type_8 .block_article .cc_content .cc_read_more a:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: 900;
  position: relative;
  left: 0.278rem;
}
.type_8 .block_article .cc_content .cc_read_more a:hover {
  color: #fff;
  background: #376ec1;
  border: 2px solid #376ec1;
}
.type_8 .block_article .cc_vignette {
  position: relative;
  background: #ffffff;
}
.type_8 .block_article .cc_vignette img {
  width: 100%;
  height: auto;
}
.type_8 .block_article:hover .cc_vignette img {
  opacity: 0.5;
}
.type_8 .block_article:hover .cc_content .cc_title h3 a {
  color: #376ec1;
}

.type_10 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.222rem 1.389rem;
}
.type_10 .block_article {
  background: #ffffff;
  position: relative;
}
.type_10 .block_article .cc_content .cc_title {
  width: 100%;
  padding: 0 1.667rem;
  min-height: 2.222rem;
  line-height: 2.222rem;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translate(0, -50%);
}
.type_10 .block_article .cc_content .cc_title h3 {
  font: 700 clamp(1.5rem, 21.6px + 0.75vw, 2.25rem)/clamp(1.75rem, 25.6px + 0.75vw, 2.5rem) "Merriweather Sans";
  text-transform: uppercase;
  color: #1c1c1c;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  text-shadow: 1px 1px 5px black;
}
.type_10 .block_article .cc_content .cc_title h3 a {
  color: #ffffff;
}
.type_10 .block_article .cc_content .cc_title h3 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.type_10 .block_article .cc_content .cc_excerpt {
  padding: 0 1.667rem;
}
.type_10 .block_article .cc_content .cc_read_more {
  padding: 0 1.667rem;
}
.type_10 .block_article .cc_vignette {
  position: relative;
  background: #1c1c1c;
}
.type_10 .block_article .cc_vignette img {
  width: 100%;
  max-width: 44.444rem;
  height: auto;
  opacity: 0.2;
}
.type_10 .block_article:hover .cc_vignette img {
  opacity: 1;
}
.type_10 .block_article:hover .cc_content .cc_title h3 a {
  text-shadow: 0 0 15px black;
}

.type_11 {
  max-width: 100%;
  margin-top: 32px;
}
.type_11.highlight .block_article {
  width: 48%;
}
.type_11 .block_article {
  width: 24%;
  margin: 0.5%;
  background: #000;
  overflow: hidden;
  transition: none !important;
  max-width: none !important;
}
.type_11 .block_article .cc_vignette {
  position: relative;
}
.type_11 .block_article .cc_vignette img {
  width: 100%;
  height: auto;
  opacity: 1;
  transform: scale(1);
}
.type_11 .block_article:hover .cc_vignette img {
  opacity: 0.4;
  transform: scale(1.1);
}
.type_11 .block_article .cc_content .cc_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.type_11 .block_article .cc_content .cc_title h3 {
  font: 700 18px/24px var(--text-font), sans-serif;
  margin: 0;
  text-align: center;
}
.type_11 .block_article .cc_content .cc_title h3 a {
  display: block;
  color: #fff;
}
.type_11 .block_article .cc_content .cc_title h3 a:before, .type_11 .block_article .cc_content .cc_title h3 a:after {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 1px;
  margin: 10px 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  opacity: 0;
  transition: all 0.3s ease;
}
.type_11 .block_article .cc_content .cc_excerpt,
.type_11 .block_article .cc_content .cc_read_more {
  display: none;
}
.type_11 .block_article:hover .cc_content .cc_title {
  opacity: 1;
}
.type_11 .block_article:hover .cc_content .cc_title h3 a:before {
  width: 100%;
  opacity: 1;
}
.type_11 .block_article:hover .cc_content .cc_title h3 a:after {
  width: 100px;
  opacity: 1;
}

.type_12 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin: 160px 0 80px 0;
}
.type_12 .block_article {
  background: #fff;
  transform: translateY(0px);
  max-width: 450px;
}
.type_12 .block_article.altered {
  margin-top: 0;
  transform: translateY(-80px);
}
.type_12 .block_article .cc_content {
  background: #f7f7f7;
  padding-bottom: 1.3333333333rem;
}
.type_12 .block_article .cc_content .cc_read_more {
  text-align: center;
}
.type_12 .block_article .cc_content .cc_read_more a {
  background: #204798;
  padding: 16px;
  color: white;
  display: inline-block;
  border: 1px solid transparent;
  font-weight: 700;
}
.type_12 .block_article .cc_content .cc_read_more a:hover {
  color: #376ec1;
  background-color: transparent;
  border: 1px solid #376ec1;
}
.type_12 .block_article .cc_content .cc_title {
  padding: 0 1.667rem;
  position: relative;
  min-height: 2.222rem;
  line-height: 2.222rem;
  text-align: center;
}
.type_12 .block_article .cc_content .cc_title h3 {
  font: 700 clamp(1.5rem, 23.2px + 0.25vw, 1.75rem)/clamp(1.75rem, 26.4px + 0.5vw, 2.25rem) "Merriweather Sans";
  color: #1c1c1c;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  text-transform: uppercase;
}
.type_12 .block_article .cc_content .cc_title h3 a {
  color: #204798;
}
.type_12 .block_article .cc_content .cc_title h3 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.type_12 .block_article .cc_content .cc_excerpt {
  padding: 0 1.667rem;
}
.type_12 .block_article .cc_content .cc_read_more {
  padding: 0 1.667rem;
}
.type_12 .block_article .cc_vignette {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
.type_12 .block_article .cc_vignette::before {
  content: "";
  height: 200px;
  width: 400px;
  background: url("/templates/dav-toiture/img/construct/home-decoration.png");
  position: absolute;
  bottom: 0;
  right: 0;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateY(30px) translateX(50px);
  transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.type_12 .block_article .cc_vignette img {
  width: 100%;
  height: auto;
}
.type_12 .block_article:hover .cc_vignette::before {
  opacity: 0.8;
}
.type_12 .block_article:hover .cc_vignette img {
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.type_12 .block_article:hover .cc_content .cc_title h3 a {
  color: #376ec1;
}

.type_13 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.222rem 1.389rem;
}
.type_13 .block_article {
  background: #ffffff;
  position: relative;
}
.type_13 .block_article .cc_content .cc_title {
  width: 100%;
  padding: 0 1.667rem;
  min-height: 2.222rem;
  line-height: 2.222rem;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translate(0, -50%);
}
.type_13 .block_article .cc_content .cc_title h3 {
  font: 700 clamp(1.5rem, 21.6px + 0.75vw, 2.25rem)/clamp(1.75rem, 25.6px + 0.75vw, 2.5rem) "Merriweather Sans";
  text-transform: uppercase;
  color: #1c1c1c;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.type_13 .block_article .cc_content .cc_title h3 a {
  color: #ffffff;
}
.type_13 .block_article .cc_content .cc_title h3 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.type_13 .block_article .cc_content .cc_excerpt {
  padding: 0 1.667rem;
}
.type_13 .block_article .cc_content .cc_read_more {
  padding: 0 1.667rem;
}
.type_13 .block_article .cc_vignette {
  position: relative;
  background: #204798;
}
.type_13 .block_article .cc_vignette img {
  width: 100%;
  max-width: 44.444rem;
  height: auto;
  opacity: 0.4;
}
.type_13 .block_article:hover .cc_vignette img {
  opacity: 0.2;
}
.type_13 .block_article:hover .cc_content .cc_title h3 a {
  text-shadow: 0 0 15px black;
}

.module_newsletter form {
  margin: 0 auto;
}
.module_newsletter form .field_submit input {
  padding: 0.444rem 0.889rem;
  vertical-align: top;
  border: 2px solid transparent;
  border-radius: 2.222rem;
  font: 700 0.889rem/1.333rem "Merriweather Sans", sans-serif;
  text-decoration: none !important;
  background: #376ec1 url(../img/construct/cheat.png) repeat;
  border-color: #376ec1;
  margin: 1.111rem 0;
}
.module_newsletter form .field_submit input:hover {
  color: #376ec1;
  background: transparent;
}

.content_onglets {
  margin: 2.222rem 0;
  padding: 0;
  height: 1%;
  overflow: hidden;
}
.content_onglets ul.liste_onglets {
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px;
}
.content_onglets ul.liste_onglets li {
  float: left;
  list-style-type: none;
  padding: 0;
}
.content_onglets ul.liste_onglets li:before {
  content: none;
}
.content_onglets ul.liste_onglets li a {
  color: #757575;
  font-weight: 700;
  border: 1px solid #E0E0E0;
  display: block;
  padding: 0.333rem 0.833rem;
  text-align: center;
  text-decoration: none !important;
}
.content_onglets ul.liste_onglets li a:hover {
  border: 1px solid #376ec1;
  background: #376ec1;
  color: #ffffff;
}
.content_onglets ul.liste_onglets li.selected a {
  border: 1px solid #376ec1;
  background: #376ec1;
  color: #ffffff;
}
.content_onglets ul.liste_onglets li.selected a:hover {
  border: 1px solid #376ec1;
  background: #376ec1;
  color: #ffffff;
}
.content_onglets .wrapper_onglets {
  background: #fff;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 1.111rem;
  border: 1px solid #E0E0E0;
}
.content_onglets .wrapper_onglets .tab-footer-nav {
  display: none;
  border-top: 1px solid #FFF;
  clear: both;
  margin: 0.556rem 0;
  overflow: hidden;
  position: relative;
}
.content_onglets .wrapper_onglets .pagination {
  float: right;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.content_onglets .wrapper_onglets .pagination li {
  background: none;
  float: left;
  list-style-type: none;
  margin: 0.556rem 0 0;
  padding: 0;
  width: 8.333rem;
}
.content_onglets .wrapper_onglets .pagination li a {
  background: #a9a9a9;
  color: #FFF;
  display: block;
  margin: 0 0.111rem;
  padding: 0.278rem;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
}
.content_onglets .wrapper_onglets .pagination li a:hover {
  background: #666;
  color: #FFF;
}
.content_onglets .wrapper_onglets .pagination li.important a {
  background: #a9a9a9;
  color: #FFF;
}
.content_onglets div.onglet {
  display: none;
}
.content_onglets div.onglet .no_articles {
  margin-left: 0.833rem;
  margin-right: 0.833rem;
}
.content_onglets div.onglet > *:first-child {
  margin-top: 0.667rem;
}
.content_onglets div.selected {
  display: block;
}
.content_onglets div.selected p:last-child {
  margin-bottom: 0;
}
.content_onglets table {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  width: 100%;
}
.content_onglets table td {
  border: 0;
  padding: 0 0.667rem;
}
.content_onglets table .td-title {
  padding: 0.667rem 0.667rem 0;
  text-align: right;
  font-weight: 700;
}
.content_onglets table tr:last-child td:last-child {
  padding-bottom: 0.667rem;
}

.module_slider * {
  transition: none;
}
.module_slider .sp-full-screen-button:before {
  color: #ffffff;
}

.block-horaire-hours {
  padding: 0;
  width: 100%;
  margin-bottom: 4.167rem;
}

.block-horaire-holidays {
  padding: 0;
  width: 100%;
  margin-top: 2em;
}

.block-horaire-special-days {
  padding: 0;
  width: 100%;
  margin-top: 2em;
}
.block-horaire-special-days .date-special-days {
  font-weight: bold;
  margin: 0 1.111rem 0 0;
}
.block-horaire-special-days .description-special-days p {
  background: #F5F5F5;
  padding: 0.556rem;
  margin: 0;
}

.horaire-name {
  display: none;
}

.horaire-holidays-name,
.horaire-special-days-name {
  font-weight: 700;
  margin: 0;
  color: #000000;
}

.horaire-description {
  display: none;
}

.horaire-status {
  font-weight: bold;
  color: #39829e;
  font-size: 1.1em;
  float: left;
}

.horaire-alert-delay {
  color: #3e475a;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.889rem;
  margin: 0.556rem 0;
  clear: both;
  text-align: center;
}

.horaire-block-day {
  clear: both;
  width: 100%;
}

.horaire-block-day.odd {
  background-color: #EEE;
}

.horaire-block-day.even {
  background-color: #F5F5F5;
}

.horaire-name-day {
  float: left;
  clear: both;
  margin: 0.278rem 0 !important;
  padding: 0 0.556rem;
  width: 30%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.778rem;
}

.horaire-block-hours {
  float: left;
  width: 70%;
  margin: 0.278rem 0;
  padding: 0 0.278rem;
  font-size: 0.778rem;
  text-align: right;
}
.horaire-block-hours li {
  list-style-type: none !important;
  background: none !important;
  display: inline;
  margin: 0 !important;
  padding: 0 0.556rem !important;
}

.close-day .horaire-block-hours {
  font-weight: bold;
}

.horaire-block-day.current-day {
  background-color: #e8e8e8;
  color: #000;
  overflow: hidden;
}

.horaire-block-day.close-day {
  color: #E55757;
}

.holidays-block-days .date-holiday {
  font-weight: bold;
  margin: 0 1.111rem 0 0;
}
.holidays-block-days li {
  list-style-type: none !important;
  margin: 0.278rem !important;
  background: none !important;
  padding: 0 !important;
}

.special-days-block-days li {
  list-style-type: none !important;
  margin: 0.556rem 0.278rem !important;
}

.open {
  color: #18C449;
}

.intermediaire {
  color: #d47d30;
}

.close {
  color: #E55757;
}

.star-link {
  font-size: 1rem;
  line-height: 1.333rem;
  display: inline-block;
  vertical-align: top;
  text-decoration: none !important;
}
.star-link .star {
  display: block;
}

.star {
  font-size: 1rem;
  line-height: 1.333rem;
  display: inline-block;
  vertical-align: top;
}
.star:before {
  content: "\f005";
  font-family: "FontAwesome";
  font-style: normal;
  color: #efefef;
  display: block;
}

.star-full:before {
  content: "\f005";
  color: #ffd300;
  font-weight: 900;
}

.mod_satisfaction_global {
  background: #f9f9f9;
  margin: 0 0 1.333rem;
  overflow: hidden;
  padding: 0.667rem;
}
.mod_satisfaction_global > div {
  float: left;
  width: 33.33333%;
  padding: 0.667rem;
}

.mod_sg_certification img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto 0.667rem;
  display: block;
}
.mod_sg_certification p {
  margin-bottom: 0;
  font-size: 0.889rem;
  line-height: 0.889rem;
  text-align: center;
}

.mod_sg_avg_stars {
  text-align: center;
}
.mod_sg_avg_stars .mod_sg_message p {
  font-size: 1rem;
  margin: 0.556rem 0 !important;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.556rem;
}
.mod_sg_avg_stars .mod_sg_message .mod_sg_message-resultat {
  font-size: 1.778rem;
}
.mod_sg_avg_stars .mod_sg_message .mod_sg_message-total {
  font-weight: normal;
}
.mod_sg_avg_stars .mod_sg_stars {
  margin: 0.333rem 0;
}
.mod_sg_avg_stars .mod_sg_stars .star {
  font-size: 1.778rem;
}
.mod_sg_avg_stars .mod_sg_nb_avis p {
  margin: 0;
  font-size: 0.889rem;
}

.mod_sg_summary_comment_by_note {
  font-size: 0.778rem;
  line-height: 1.333rem;
}
.mod_sg_summary_comment_by_note table {
  width: 100%;
}
.mod_sg_summary_comment_by_note table td {
  padding: 0.111rem 0;
  vertical-align: middle;
}
.mod_sg_summary_comment_by_note .mod_sg_number_stars {
  width: 2.222rem;
}
.mod_sg_summary_comment_by_note .mod_sg_proportion_comment {
  width: 5.556rem;
  padding: 0 0 0 0.556rem;
}
.mod_sg_summary_comment_by_note .mod_sg_number_comment_note {
  width: 5.556rem;
  text-align: left;
  padding: 0 0 0 1.111rem;
}
.mod_sg_summary_comment_by_note .mod_sg_bar_grade_nb {
  background: #eeeeee;
}

.mod_sg_bar_grade_nb_active {
  background: #376ec1;
  height: 0.333rem;
}

.mod_lc_no_comment {
  padding: 1px;
  background: #f9f9f9;
}

.mod_lc_cc_comment {
  margin-bottom: 1.333rem;
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
}
.mod_lc_cc_comment p {
  margin: 0 !important;
}

.mod_lc_cc_comment-left {
  float: left;
  width: 25%;
  text-align: center;
  padding: 1.333rem 0.889rem;
  font-size: 0.889rem;
}

.mod_lc_cc_comment-right {
  float: right;
  width: 75%;
  background: #ffffff;
  position: relative;
  padding: 0.667rem 0 0.667rem 1.333rem;
  font-size: 0.778rem;
}
.mod_lc_cc_comment-right .mod_lc_usefulness_number {
  margin-right: 0.889rem;
  padding: 0.278rem 1%;
}

.mod_lc_cc_comment-center {
  float: right;
  width: 75%;
  background: #ffffff;
  position: relative;
  min-height: 6.111rem;
}
.mod_lc_cc_comment-center:before {
  content: "";
  position: absolute;
  top: 0.667rem;
  left: -0.667rem;
  width: 0;
  height: 0;
  border-top: 0.667rem solid transparent;
  border-right: 0.667rem solid white;
  border-bottom: 0.667rem solid transparent;
}

.mod_lc_cc_origin {
  color: #ffffff;
  margin-left: 0.222rem;
  text-decoration: none !important;
  display: inline-block;
}

.mod_lc_cc_icon {
  font-style: normal;
}
.mod_lc_cc_icon:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 0.833rem;
  color: green;
  display: block;
  border-radius: 0.222rem;
  width: 1.111rem;
  line-height: 1.111rem;
  text-align: center;
}

.mod_lc_cc_icon.facebook:before {
  content: "\f09a";
  background: #4267b2;
  color: #fff;
}

.mod_lc_cc_icon.twitter:before {
  content: "\f099";
  background: #1da1f2;
  color: #fff;
}

.mod_lc_cc_icon.pinterest:before {
  content: "\f231";
  background: #bd081c;
  color: #fff;
}

.mod_lc_cc_icon.googlePlus:before {
  content: "\f1a0";
  background: #db4437;
  color: #fff;
}

.mod_lc_cc_icon.linkedin:before {
  content: "\f0e1";
  background: #0073b1;
  color: #fff;
}

.mod_lc_author {
  text-transform: uppercase;
  font: 900 0.833rem/1.16 "Ubuntu", sans-serif;
}

.mod_lc_checked_comment_label-box {
  font-size: 0.889rem;
  color: #70c738;
  line-height: 1.111rem;
  margin-top: 0.889rem;
}
.mod_lc_checked_comment_label-box:before {
  font-size: 1.25em;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  content: "\f058";
  font-family: "FontAwesome";
  font-weight: 900;
}

.mod_lc_report {
  margin-top: 0.889rem;
}
.mod_lc_report a {
  color: inherit;
  font-weight: 700;
  text-decoration: none !important;
}

.mod_lc_cc_comment-title-container {
  overflow: hidden;
  padding: 0.667rem 0;
  margin: 0 1.111rem;
  border-bottom: 1px solid #f9f9f9;
}

.mod_lc_cc_comment-title {
  float: left;
  margin: 0;
  line-height: 1.333rem;
  font-size: 1.167rem;
}

.mod_lc_stars {
  float: right;
  line-height: 1.333rem;
}

.mod_lc_comment {
  padding: 0.667rem 0 0.667rem 1.333rem;
  font-size: 0.833rem;
}

.mod_lc_usefulness {
  margin-right: 0.889rem;
  padding: 0.278rem 1%;
  display: inline-block;
  vertical-align: top;
  line-height: 1.556rem;
}

.mod_lc_usefulness-ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  line-height: 1.556rem;
}
.mod_lc_usefulness-ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 0.889rem;
  margin: 0 0.222rem;
}
.mod_lc_usefulness-ul li a {
  display: block;
  font-weight: 700;
  color: #666666;
  border: 1px solid #dddddd;
  line-height: 1rem;
  padding: 0.222rem 0.444rem;
  text-decoration: none !important;
}

.mod_lc_usefulness_number,
.mod_lc_question_usefulness {
  display: inline-block;
  vertical-align: top;
  line-height: 1.556rem;
}

.mod_avis_comment_top {
  clear: both;
  position: relative;
  padding: 0.444rem 0;
  text-align: center;
}

.mod_ac_title {
  float: left;
  margin: 0;
  font-size: 1.333rem;
  padding: 1.333rem 0;
  text-align: left;
  color: #204798;
  line-height: 1.333rem;
}

.mod_ac_avis_global {
  padding: 0.667rem 0;
  display: inline-block;
}

.mod_ac_scoretop {
  display: inline-block;
  line-height: 2.667rem;
  vertical-align: top;
  font-size: 1.222rem;
  font-weight: bold;
  color: #204798;
}
.mod_ac_scoretop span {
  font-size: 1.778rem;
  font-weight: bold;
  line-height: inherit;
  vertical-align: top;
  display: inline-block;
}

.mod_ac_score_startop {
  display: inline-block;
  line-height: 2.667rem;
  vertical-align: top;
  margin: 0 0.444rem;
  padding: 0.667rem 0;
  line-height: 1.333rem;
}
.mod_ac_score_startop .star {
  font-size: 1.556rem;
}

.mod_ac_nb_avis {
  display: inline-block;
  line-height: 2.667rem;
  vertical-align: top;
  font-size: 0.778rem;
}

.mod_ac_certification {
  float: right;
}
.mod_ac_certification p {
  float: left;
  width: 7.222rem;
  font-size: 0.778rem;
  line-height: 1rem;
  margin: 0;
  text-align: left;
}
.mod_ac_certification img {
  float: right;
  margin: -0.444rem 0 -0.444rem 0.222rem;
}

.mod_ac_list_avis {
  clear: both;
  font-size: 0;
  margin-top: 0;
  margin-left: -0.444rem;
  margin-right: -0.444rem;
  padding: 0 0 2.222rem 0;
}
.mod_ac_list_avis .mod_ac_block_avis:first-child {
  margin: 0 1% 0 0;
}
.mod_ac_list_avis .mod_ac_block_avis:last-child {
  margin: 0 0 0 1%;
}

.mod_ac_block_avis {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin: 0 1%;
  padding: 1.667rem;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  position: relative;
  min-height: 8.056rem;
  overflow: hidden;
  border-radius: 2.222rem;
}
.mod_ac_block_avis:before {
  content: "\f075";
  font-family: "FontAwesome";
  position: absolute;
  right: -1.111rem;
  bottom: 2.778rem;
  font-size: 5.556rem;
  color: #bdc0c2;
  opacity: 0.2;
}

.avis_symbole {
  display: none;
}

.avis_txt {
  margin-top: 0;
  margin-bottom: 0.556rem;
  line-height: 1.111rem;
  font-size: 0.889rem;
}

.askSee {
  font: 700 0.778rem/1.333rem "Ubuntu", sans-serif;
  display: block;
  margin: 0.556rem 0;
  color: #376ec1;
}
.askSee:hover {
  color: #204798;
  text-decoration: none;
}

.askSee.askSeeMore:after {
  content: "\f107";
  font-family: "FontAwesome";
}

.askSee.askSeeLess:after {
  content: "\f106";
  font-family: "FontAwesome";
}

.avis_pseudo {
  font-size: 0.833rem;
  font-weight: 700;
  margin: 0;
  float: left;
  width: 50%;
}

.boxnote_avis {
  width: 50%;
  float: right;
  height: 1.111rem;
  text-align: right;
}
.boxnote_avis div img {
  width: 1.111rem !important;
  height: 1.111rem !important;
}
.boxnote_avis .mod_ac_score {
  display: none;
}

.mod_ac_lien {
  padding: 0;
  font-size: 0;
  text-align: center;
}
.mod_ac_lien li {
  display: inline-block;
  font-size: 0.889rem;
  padding: 0 0.444rem 0.889rem;
}
.mod_ac_lien li.mod_ac_lien-left a,
.mod_ac_lien li.mod_ac_lien-center a,
.mod_ac_lien li.mod_ac_lien-right a {
  display: inline-block;
  color: #204798;
  padding: 0.556rem 1.111rem;
  position: relative;
  vertical-align: top;
  background: #fff;
  border: 1px solid #204798;
  font: 700 0.778rem/1.111rem "Ubuntu", sans-serif;
  text-decoration: none !important;
  border-radius: 2.222rem;
}
.mod_ac_lien li.mod_ac_lien-left a:hover,
.mod_ac_lien li.mod_ac_lien-center a:hover,
.mod_ac_lien li.mod_ac_lien-right a:hover {
  background: #204798;
  color: #fff;
}
.mod_ac_lien li.mod_ac_lien-left a:after,
.mod_ac_lien li.mod_ac_lien-center a:after,
.mod_ac_lien li.mod_ac_lien-right a:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 0.4em;
}

p.btn-center {
  text-align: center;
  margin: 3.333rem 0 !important;
}
p.btn-center a {
  display: inline-block;
  padding: 0.833rem 1.111rem;
  position: relative;
  vertical-align: top;
  border: 1px solid transparent;
  font: 700 1rem/1.333rem "Ubuntu", sans-serif;
  text-decoration: none !important;
  color: #ffffff;
  background: #204798;
  border-color: #204798;
  border-radius: 2.222rem;
}
p.btn-center a:hover {
  color: #204798;
  background: transparent;
}
p.btn-center a:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 0.4em;
}

.lSPrev:before,
.lSNext:before {
  width: 2.222rem;
  height: 2.222rem;
  line-height: 2.222rem;
  background: #ffffff;
  display: block;
  font-family: "FontAwesome";
  font-size: 0.833rem;
  font-weight: 900;
  border-radius: 50%;
  border: 1px solid #f9f9f9;
  text-align: center;
  background-color: #204798;
  color: white;
}

.lSPrev:before {
  content: "\f104";
}

.lSNext:before {
  content: "\f105";
}

.lightSlider:hover .lSPrev:before,
.lightSlider:hover .lSNext:before {
  color: #376ec1;
}

.share_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 100%;
  min-width: 17.778rem;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  background: #ffffff;
  box-shadow: 0 0.111rem 0.833rem 0 rgba(0, 0, 0, 0.07);
  transform: translate(-50%, -50%);
}
.share_modal * {
  box-sizing: border-box;
}

.share_show {
  visibility: visible;
  z-index: 1001;
}

.share_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
}

.share_show ~ .share_overlay {
  opacity: 1;
  visibility: visible;
}

.share_popup_content {
  color: #fff;
  position: relative;
  border-radius: 0;
  margin: 0 auto;
}
.share_popup_content .share_para {
  color: #73556b;
  margin-bottom: 1.667rem;
  text-align: justify;
}
.share_popup_content > div {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}
.share_popup_content > div p {
  margin: 0;
  color: #666666;
  padding: 0 0 0.444rem;
}
.share_popup_content > div ul {
  margin: 0;
  padding: 0 0 1.667rem 1.111rem;
}
.share_popup_content > div ul li {
  padding: 0.278rem 0;
}
.share_popup_content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
  outline: none;
}

#shareModal .share_popup_content #share_modal_title {
  margin: 0;
  color: #ffffff;
  background: #204798;
  text-align: left;
  font-size: 0.889rem;
  line-height: 1.333rem;
  font-weight: 700;
  position: relative;
  top: 0;
  padding: 0.667rem 2.667rem 0.667rem 0.833rem;
}
#shareModal .share_popup_content .share_close {
  height: 2.667rem;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  cursor: pointer;
  font-size: 0.833rem;
  padding: 0 0.833rem 0 0;
  color: white;
  background: none;
  border: none;
  opacity: 1;
  text-align: center;
}
#shareModal .share_popup_content .share_close i {
  line-height: 2.667rem;
}
#shareModal #share_modal_content {
  padding: 0.444rem 0 0.833rem;
}
#shareModal #share_modal_content form {
  margin: 0;
  padding: 0 0.833rem;
}
#shareModal #share_modal_content form label {
  display: block;
  color: #607D8B;
  width: 100%;
  font-size: 0.833rem;
  line-height: 1.778rem;
  padding: 0;
  text-align: left;
  cursor: pointer;
}
#shareModal #share_modal_content form input {
  display: block;
  width: 100%;
  padding: 0.444rem 0.667rem;
  border: 1px solid #CFD8DC;
  height: 2rem;
  margin: 0 0 0.444rem;
  box-shadow: none;
  line-height: 1.333rem;
  font-size: 0.833rem;
  font-family: inherit;
  text-align: left;
  outline: none;
  appearance: none;
}
#shareModal #share_modal_content form input:focus {
  border-color: #90A4AE;
}
#shareModal #share_modal_content form textarea {
  display: block;
  width: 100%;
  padding: 0.444rem 0.667rem;
  border: 1px solid #CFD8DC;
  height: 7.778rem;
  margin: 0 0 0.444rem;
  box-shadow: none;
  line-height: 1.333rem;
  font-size: 0.833rem;
  font-family: inherit;
  text-align: left;
  outline: none;
  appearance: none;
}
#shareModal #share_modal_content form textarea:focus {
  border-color: #90A4AE;
}
#shareModal #share_modal_content form #buttonSendMailShare {
  width: 100%;
  border: none;
  padding: 0.444rem 0.667rem;
  margin-top: 0.833rem;
  border: 2px solid #376ec1;
  line-height: 1.333rem;
  border-radius: 2.222rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #376ec1;
  outline: none;
  cursor: pointer;
}
#shareModal #share_modal_content form #buttonSendMailShare:hover {
  background: transparent;
  color: #376ec1;
}

#sharethis {
  overflow: visible !important;
}
#sharethis #shareModal #share_modal_content a.stbarModal {
  display: block;
  padding: 0.444rem 0.833rem;
  color: #546E7A;
  text-align: left;
  text-decoration: none;
  background: none;
}
#sharethis #shareModal #share_modal_content a.stbarModal:before {
  margin: 0 0.556rem 0 0;
  width: 1.111rem;
  display: block;
  float: left;
  text-align: center;
}
#sharethis #shareModal #share_modal_content a.stbarModal:hover {
  background: #eeeeee;
  color: #376ec1;
}
#sharethis #shareModal #share_modal_content a.stbarModal img {
  margin-right: 0.833rem;
  display: none;
}
#sharethis a.stbar {
  overflow: hidden;
}

.share_show.share_blur_effect ~ .share_overlay {
  background: rgba(0, 0, 0, 0.4);
}

.share_blur_effect .share_popup_content {
  transform: translateY(-5%);
  opacity: 0;
}

.share_show.share_blur_effect .share_popup_content {
  transform: translateY(0);
  opacity: 1;
}

#reassurance-legale .container {
  display: flex;
}
#reassurance-legale .container .reassurance-legale_el {
  padding: 0 0.667rem;
}

@media (max-width: 956px) and (min-width: 768px) {
  .mod_ac_title {
    width: 100%;
    float: none;
  }
  .mod_avis_comment_top {
    margin-bottom: 0.833rem;
  }
  .mod_avis_comment_top .mod_ac_certification {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .mod_avis_comment_top .mod_ac_certification p {
    margin-bottom: 0;
  }
  .mod_ac_block_avis {
    width: 23%;
    min-height: 11.667rem;
  }
  .mod_ac_avis_global {
    float: left;
  }
  .avis_symbole {
    font-size: 3.056rem;
  }
  .avis_pseudo {
    font-size: 0.778rem;
  }
  .avis_txt {
    font-size: 0.778rem;
  }
  .boxnote_avis {
    clear: both;
    width: 100%;
    float: left;
    text-align: left;
  }
  .mod_sg_avg_stars {
    width: 35%;
    margin-top: 0.556rem;
  }
  .mod_sg_summary_comment_by_note {
    width: 35%;
    padding-top: 0.278rem;
  }
  .mod_satisfaction_global .mod_satisfaction_global-left img {
    width: 3.278rem !important;
    height: 3.278rem !important;
  }
  .mod_satisfaction_global-left p {
    font-size: 0.611rem;
    line-height: 0.833rem;
    width: 7.222rem;
    margin: 0 auto !important;
  }
  .mod_sg_message {
    font-size: 0.889rem;
    margin-top: 0;
    font-weight: bold;
    line-height: 1.667rem;
  }
  .mod_sg_message p {
    margin-bottom: 0;
    margin-top: 0.556rem;
  }
  .mod_sg_stars {
    margin-top: 0;
  }
  .mod_sg_stars img {
    width: 1.944rem !important;
    height: 1.944rem !important;
  }
  .mod_sg_message-resultat {
    margin-left: 0;
    font-size: 1.389rem;
  }
  .mod_sg_nb_avis p {
    font-size: 0.611rem;
  }
  .mod_sg_proportion_comment {
    margin-top: 0.556rem;
  }
  .mod_sg_number_comment_note {
    padding-left: 2%;
    width: 47%;
    float: left;
    font-weight: normal;
  }
  .mod_lc_cc_comment-left {
    width: 24%;
    padding-top: 0.833rem;
  }
  .mod_lc_cc_comment-left .added_by {
    line-height: 1rem;
  }
  .mod_lc_cc_comment-center {
    width: 75%;
    padding: 1.111rem 2%;
  }
  .mod_list_comment .mod_lc_cc_comment .mod_lc_grade img {
    width: 1.222rem !important;
    height: 1.222rem !important;
  }
  .mod_lc_cc_comment .added_by span {
    font-size: 0.833rem;
  }
  .mod_lc_usefulness_number,
  .mod_lc_question_usefulness {
    font-size: 0.778rem;
    margin: 0.278rem 0.111rem 0.389rem 0.111rem;
  }
  .mod_lc_cc_comment-center-fleche {
    left: -0.389rem;
    top: 1rem;
  }
  .mod_lc_title_comment {
    width: 62%;
  }
  .mod_lc_checked_comment_label-box {
    font-size: 0.611rem;
    position: relative;
  }
  .mod_lc_check_comment_img {
    width: 0.833rem !important;
    padding: 0;
    height: 0.833rem !important;
    position: absolute;
    top: 0.056rem;
  }
  .mod_lc_cc_ref p {
    font-size: 0.778rem;
    font-weight: normal;
  }
  .mod_lc_usefulness {
    width: 98%;
    padding-right: 1%;
    padding-left: 1%;
    margin-bottom: 0.111rem;
  }
  .mod_lc_usefulness img {
    width: 0.889rem;
    height: 0.889rem;
  }
  .mod_lc_usefulness-ul {
    margin-bottom: 0.111rem;
  }
  .mod_lc_cc_comment-via {
    font-size: 0.611rem;
    margin-top: -0.444rem;
  }
  .mod_lc_report .mod_lc_report_comment {
    font-size: 0.611rem;
  }
  .mod_lc_report p {
    font-size: 0.611rem;
    line-height: 0.778rem;
  }
  .mod_lc_cc_comment-avis-utile {
    width: 24%;
  }
  .mod_lc_cc_comment-center_invalide {
    width: 75%;
  }
  .choix-etoile .block-select-grade_add-comment .a-form-stars_add-comment img {
    width: 1.667rem !important;
    height: 1.667rem !important;
  }
  .mod_ajout_comment tbody tr td textarea {
    padding: 2%;
    width: 100%;
  }
  #page_avis .colonne-left {
    width: 60%;
  }
  #page_avis .colonne-right {
    margin-top: 3.333rem;
  }
  #page_avis .colonne-right p {
    font-size: 0.944rem;
  }
  #page_avis .colonne-right img {
    width: 11.111rem !important;
    height: auto;
  }
  .mod_form_ajout_comment form {
    margin-top: 0;
  }
  .mod_ac_lien li {
    width: 100%;
    margin: 0.556rem 0;
  }
}
@media (max-width: 767px) {
  section#content .wrapper {
    width: 90%;
    background: none;
    border: none;
  }
  form select {
    appearance: none;
  }
  .submit input {
    appearance: none;
  }
  .mod_ac_title {
    width: 100%;
  }
  #contentTitleh1 span {
    font-size: 1.111rem;
    line-height: 1.222rem;
  }
  .mod_ac_avis_global {
    width: 100%;
    clear: both;
    text-align: left;
  }
  .mod_ac_nb_avis {
    font-size: 0.611rem;
    margin-top: 0.111rem;
  }
  .mod_ac_score {
    margin-left: 0;
  }
  .mod_ac_scoretop {
    font-size: 0.833rem;
    font-weight: normal;
  }
  .mod_ac_scoretop span {
    font-size: 1.111rem;
  }
  .mod_ac_score_startop {
    margin: -0.278rem 0.278rem 0 0.278rem;
  }
  .mod_ac_score_startop img {
    width: 1.389rem !important;
    height: 1.389rem !important;
  }
  .mod_ac_certification {
    width: 100%;
    float: none;
    position: relative;
    clear: both;
    margin: 0.833rem auto;
  }
  .mod_ac_block_avis {
    width: 48%;
    background: #fff;
    margin: 1% 0.5% !important;
    min-height: 9.722rem;
  }
  .boxnote_avis {
    width: 100%;
    bottom: 0.278rem;
    text-align: left;
  }
  .boxnote_avis div img {
    width: 0.944rem !important;
    height: 0.944rem !important;
  }
  .avis_pseudo {
    font-size: 0.889rem;
  }
  .avis_txt {
    font-size: 0.889rem;
  }
  .avis_symbole {
    font-size: 2.222rem;
    margin-top: 0.778rem;
  }
  .mod_avis_comment_top .mod_ac_certification p {
    width: 100%;
    float: right;
    margin: 0.833rem 0;
    padding: 0 0 0 3.333rem;
  }
  .mod_avis_comment_top .mod_ac_certification img {
    position: absolute;
    left: 0;
    top: 0.389rem;
    width: 2.778rem !important;
    height: 2.778rem !important;
  }
  .mod_ac_lien-left {
    float: right;
  }
  .mod_ac_lien li {
    width: 100%;
    margin: 0.556rem 0;
    padding: 0;
  }
  .mod_ac_lien-right {
    position: relative;
    clear: both;
  }
  .mod_ac_lien-center {
    float: right;
  }
  .mod_sg_summary_comment_by_note {
    width: 100% !important;
    padding: 0.556rem 0;
    background: #fff;
    text-align: center;
  }
  .mod_sg_summary_comment_by_note table {
    width: auto;
    margin: 0 auto;
    width: 17.222rem;
  }
  .mod_satisfaction_global {
    margin: 0 0 1.111rem;
    background: none;
  }
  .mod_satisfaction_global .mod_satisfaction_global-left {
    width: 100%;
    background: none;
    position: relative;
    padding: 0.556rem 0 1.111rem;
  }
  .mod_sg_stars img {
    width: 1.667rem !important;
    height: 1.667rem !important;
    clear: none;
    display: inline !important;
    width: auto !important;
    margin: 0.556rem auto !important;
  }
  .mod_satisfaction_global-left p {
    margin: 0.556rem 0 0.556rem 3.056rem;
    text-align: left;
    width: auto;
  }
  .mod_sg_avg_stars {
    width: 100% !important;
    border-right: none;
    margin-top: 0;
    padding: 0 0 0.833rem 0;
    background: #fff;
  }
  .mod_sg_number_stars {
    padding-right: 2%;
    width: 1.556rem;
    font-size: 0.778rem;
  }
  .mod_sg_proportion_comment {
    width: 67%;
  }
  .mod_sg_number_comment_note {
    text-align: left;
    width: 3.944rem;
    font-size: 0.778rem;
  }
  .mod_sg_message p {
    line-height: 1.667rem;
    margin: 0.556rem 0.278rem;
  }
  .mod_lc_stars {
    float: none;
    margin: 0.556rem 0;
  }
  .mod_lc_cc_comment {
    margin-bottom: 1.667rem;
    background: none;
    border: none;
  }
  .mod_lc_cc_comment .added_by span {
    font-size: 0.778rem;
  }
  .mod_lc_cc_comment-avis-utile {
    z-index: 1;
    width: 100%;
    margin-bottom: 0.278rem;
  }
  .mod_lc_cc_comment-left {
    margin: 0;
    width: 100%;
    padding-top: 0.278rem;
  }
  .mod_lc_cc_comment-left .mod_lc_usefulness {
    display: block;
  }
  .mod_lc_cc_comment-center {
    width: 100%;
    padding: 0 3% 0.389rem;
    margin-top: 0.556rem;
  }
  .mod_lc_cc_comment-center-fleche {
    transform: rotate(90deg);
    top: -1rem;
    margin-left: 52.5%;
  }
  .mod_list_comment .mod_lc_cc_comment .mod_lc_grade {
    float: none;
    padding-right: 0;
    text-align: center;
  }
  .mod_list_comment .mod_lc_cc_comment .mod_lc_grade img {
    width: 1.111rem !important;
    height: 1.111rem !important;
    clear: none;
    display: inline !important;
    width: auto !important;
  }
  .mod_lc_cc_comment-center-etoile-titre span {
    display: none;
  }
  .mod_lc_title_comment {
    width: 100%;
    margin-top: 0.556rem !important;
  }
  .mod_lc_check_comment_img {
    width: 0.833rem !important;
    padding: 0;
    height: 0.833rem !important;
    position: absolute;
    top: 0.111rem;
    margin: 0 !important;
  }
  .mod_lc_checked_comment_label-box span {
    font-size: 0.611rem;
    display: inline-block;
  }
  .mod_lc_comment {
    margin: 0.278rem 0 0 0;
  }
  .mod_lc_cc_comment-right {
    position: relative;
    width: 100%;
    margin-left: 0;
    float: left;
    margin-top: 0 !important;
    text-align: center;
    display: block;
    background: #e9e9e9;
    border-top: 1px solid #e7e7e7;
    padding-top: 1.111rem;
    padding-bottom: 1.111rem;
  }
  .mod_lc_question_usefulness {
    text-align: center;
    margin: 0 0 0.556rem 0;
  }
  .mod_lc_report {
    position: absolute;
    bottom: 0;
    margin-top: 0.667rem;
    left: 0;
    right: 0;
  }
  .mod_lc_report p {
    font-size: 0.611rem;
  }
  .mod_lc_report .mod_lc_report_comment {
    float: none;
  }
  .mod_lc_usefulness-ul {
    margin-bottom: 0.833rem;
    width: 100%;
    padding-left: 0;
  }
  .mod_lc_cc_commenttxtcenterdate {
    margin: 0 !important;
  }
  .mod_lc_cc_comment-via {
    font-size: 0.611rem;
    margin-top: -0.333rem;
  }
  .mod_lc_cc_ref p {
    font-size: 0.778rem;
  }
  .mod_lc_usefulness_number {
    padding: 0;
    text-align: center;
    margin-bottom: 0.278rem;
  }
  .article-pagination span a {
    padding: 0.278rem 0.333rem;
  }
  .mod_list_comment_invalide {
    width: 100%;
    padding: 0.389rem 0;
  }
  .mod_list_comment_invalide .mod_lc_cc_comment {
    margin-bottom: 0.556rem;
  }
  #page_avis .colonne-left {
    width: 100%;
  }
  #page_avis .colonne-right {
    width: 100%;
  }
  #page_avis .colonne-right img {
    max-width: 11.111rem !important;
    height: auto;
    width: 100%;
  }
  #page_avis .colonne-right p {
    font-size: 0.944rem;
  }
  #page_avis .colonne-right p:last-child {
    font-size: 0.778rem;
  }
  #page_avis .colonne-right .mod_com_p {
    font-size: 0.778rem;
  }
  .choix-etoile {
    clear: both;
    float: left;
  }
  .choix-etoile .block-select-grade_add-comment .a-form-stars_add-comment img {
    width: 1.944rem !important;
    height: 1.944rem !important;
    clear: none;
    display: inline !important;
    width: auto !important;
  }
  .mod_ajout_comment tbody tr .label {
    width: 100%;
  }
  .mod_ajout_comment tbody tr td textarea {
    padding: 0.444rem 2%;
    height: 13.889rem;
  }
}
@media (max-width: 530px) {
  .mod_sg_summary_comment_by_note table {
    width: 11.667rem;
  }
  .mod_sg_proportion_comment {
    width: 51%;
  }
  .mod_sg_number_stars {
    padding-left: 2%;
  }
  .mod_sg_number_comment_note {
    width: 3.944rem;
  }
  .mod_ac_block_avis {
    min-height: 11.111rem;
  }
}
@media (max-width: 384px) {
  .mod_sg_summary_comment_by_note table {
    width: 10rem;
  }
  .mod_sg_proportion_comment {
    width: 43%;
  }
  .mod_ac_block_avis {
    min-height: 10rem;
  }
  .mod_ac_block_avis .avis_pseudo {
    line-height: 0.889rem;
  }
  .mod_ac_block_avis .avis_txt {
    line-height: 0.889rem;
    padding: 0 0.056rem;
  }
}

/*# sourceMappingURL=modules.css.map */
