@charset "UTF-8";
/*********************************/
/******     À APPRENDRE      *****/
/*********************************/
/*********************************/
/******  FIN : À APPRENDRE   *****/
/*********************************/
/*
EXEMPLE : 

@include keyframes(name) {
0% { value: 1; }
100% { value: 0; }
}
*/
/*********************************/
/******     À APPRENDRE      *****/
/*********************************/
/*********************************/
/******  FIN : À APPRENDRE   *****/
/*********************************/
.m-aside {
  position: relative;
}
.m-aside.-active .m-aside__list {
  display: block;
}
.m-aside.-active .m-aside__select:after {
  content: "2";
}
.m-aside__select {
  padding: 1rem;
  border: 1px solid #ddd;
  margin: 0 !important;
  cursor: pointer;
  position: relative;
}
.m-aside__select:after {
  content: "3";
  font-family: "ElegantIcons";
  position: absolute;
  top: 50%;
  margin-top: -0.8125rem;
  font-size: 1.375rem;
  line-height: 1.5rem;
  right: 1rem;
}
@media only screen and (min-width:64.0625em) {
  .m-aside__select {
    display: none;
  }
}
.m-aside__list {
  top: 0;
  z-index: 10;
  position: relative;
  display: none;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  list-style: none;
  margin: 0 !important;
}
@media only screen and (min-width:64.0625em) {
  .m-aside__list {
    display: block;
    border-top: 1px solid #ddd;
  }
}
.m-aside__item {
  display: inline-block;
  width: 100%;
  transition: 0.5s all ease-in-out;
  background: white;
}
.m-aside__item.-active {
  background: #f2f2f2;
}
.m-aside__item:hover {
  background: #f2f2f2;
  transition: 0.5s all ease-in-out;
}
.m-aside__item:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.m-aside__item > a {
  display: block;
  padding: 1rem;
  text-decoration: none !important;
}

.entry {
  position: relative;
  text-align: center;
}
.entry__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.entry__text {
  color: white;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

main#main-content {
  background: white;
}
main#main-content > .row {
  max-width: 100% !important;
}
main#main-content .row.row-max {
  max-width: 75rem;
  margin: 0 auto;
}
main#main-content .row.row-max:not(.collapse) {
  padding: 0 0.5rem !important;
}
main#main-content .row.row-max .row {
  margin: 0 -0.5rem;
}
main#main-content .row.row-max .row > .columns {
  padding: 0.5rem;
}
main#main-content .row {
  letter-spacing: -0.33em;
}
main#main-content .row.breadcrumbs {
  text-align: left;
}
main#main-content .row:not(.breadcrumbs) {
  text-align: center;
}
main#main-content .row.vam > .columns {
  vertical-align: middle;
}
main#main-content .row > .columns {
  letter-spacing: normal;
  display: inline-block;
  float: none !important;
  vertical-align: top;
  text-align: left;
}

#main-footer .reassurance-wrapper {
  border-top: #ddd 1px solid;
}

#wrapper-service {
  border-bottom: 1px solid #f2f2f2;
}
#wrapper-service .a-sprite {
  height: 45px;
  width: 150px;
  background-position: 0 0;
  margin-bottom: 0.25rem;
  display: block;
  background-image: url(/contenu/pagesstatiquesRWD/282/images/sprite.png);
  background-repeat: no-repeat;
}
#wrapper-service .a-sprite.-cb {
  height: 25px;
  background-position: -6px -205px;
}
#wrapper-service .a-sprite.-paypal {
  height: 25px;
  background-position: -6px -310px;
}
#wrapper-service .a-sprite.-carte-maty {
  height: 46px;
  background-position: 0 -576px;
  width: 210px;
}
#wrapper-service .a-sprite.-cheque {
  height: 46px;
  background-position: -6px -433px;
  width: 210px;
}
#wrapper-service .a-sprite.-troisfois {
  background-position: 0 -235px;
  height: 30px;
}
#wrapper-service .a-sprite.-quatrefois {
  background-position: 0 -275px;
  height: 30px;
}
#wrapper-service .a-sprite.-spirit {
  height: 46px;
  background-position: -6px -482px;
}
#wrapper-service .a-sprite.-pacifica {
  height: 27px;
  background-position: -10px -532px;
}
#wrapper-service .a-sprite.-bij {
  height: 58px;
  background-position: 0 -145px;
}
#wrapper-service .a-sprite.-chrono {
  background-position: 0 -45px;
}
#wrapper-service .a-sprite.-mondialRelay {
  height: 55px;
  background-position: 0 -90px;
}
#wrapper-service .a-sprite.-bancontact {
  background-position: -6px -339px;
  height: 35px;
}
#wrapper-service .items {
  text-align: center;
}
#wrapper-service .items.-col.-open .items__list li {
  display: flex !important;
}
@media only screen and (min-width:64.0625em) {
  #wrapper-service .items.-col .items__list {
    display: flex;
    flex-wrap: wrap;
  }
  #wrapper-service .items.-col .items__list li {
    display: flex;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0.5rem;
  }
  #wrapper-service .items.-col .items__list li:after {
    left: 0.5rem;
    right: 0.5rem;
  }
  #wrapper-service .items.-col .items__list li:nth-child(n+9) {
    display: none;
  }
}
#wrapper-service .items.-open .items__list li {
  display: flex;
}
#wrapper-service .items__list {
  text-align: left;
  list-style: none;
  margin: 0;
}
#wrapper-service .items__list li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#wrapper-service .items__list li.press {
  transition: all 0.9s;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
}
#wrapper-service .items__list li.press:nth-child(n+6) {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
#wrapper-service .items__list.suite-show li:nth-child(n+6) {
  height: auto;
  opacity: 1;
  display: flex;
}
#wrapper-service .items__more {
  padding: 1rem;
}
#wrapper-service .items__button {
  border: none;
  color: #666;
  background: white;
}
#wrapper-service .items .Show_communiques_press {
  margin-top: 15px;
}
#wrapper-service .items .Show_communiques_press p {
  display: inline-block;
  cursor: pointer;
}
#wrapper-service .items .Show_communiques_press p:hover {
  text-decoration: underline;
}
#wrapper-service .icon {
  position: relative;
  width: 20px;
}
#wrapper-service .icon:before {
  content: "";
  padding-top: 100%;
  display: block;
}
#wrapper-service .icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrapper-service .press {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
#wrapper-service .press__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#wrapper-service .press__date {
  width: 100px;
  padding-right: 0.5rem;
}
#wrapper-service .press__dl {
  text-align: center;
  padding: 0.5rem;
}
#wrapper-service .press__size p {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
}
#wrapper-service .press__button {
  margin: 0.25rem auto 0.5rem;
}
#wrapper-service .press__icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(./../images/pdf.png);
}
#wrapper-service .press__content {
  margin-right: auto;
}
#wrapper-service .press__content p {
  margin-bottom: 0 !important;
}
#wrapper-service .ressource {
  position: relative;
  padding: 0.5rem 0;
}
#wrapper-service .ressource:after {
  content: "";
  border-bottom: 1px solid #f2f2f2;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
}
#wrapper-service .ressource__date {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  margin-bottom: 0.5rem !important;
}
#wrapper-service .ressource__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#wrapper-service .ressource__sublink {
  text-decoration: none;
}
#wrapper-service .ressource__image {
  max-width: 130px;
  width: 100%;
  height: auto;
  padding-right: 0.5rem;
}
#wrapper-service .ressource__dl {
  text-align: center;
}
#wrapper-service .ressource__size p {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
}
#wrapper-service .ressource__button {
  margin: 0.25rem auto 0.5rem;
}
#wrapper-service .ressource__icon p {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
#wrapper-service .ressource__title {
  margin-bottom: 0 !important;
}
#wrapper-service .ressource__content {
  margin-right: auto;
}
#wrapper-service .rs {
  text-align: center;
}
@media only screen and (max-width: 40em) {
  #wrapper-service .rs .row .columns {
    text-align: center;
  }
  #wrapper-service .rs a {
    margin: auto;
  }
}
#wrapper-service .rs__list {
  margin: 0;
  list-style: none;
}
#wrapper-service .rs__list li {
  display: inline-block;
  padding: 0.5rem;
  height: 56px;
}
#wrapper-service .rs__list li a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
#wrapper-service .rs__list li a svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrapper-service .rs__insta {
  margin: auto;
  text-align: left;
}
@media only screen and (max-width:64em) {
  #wrapper-service .rs__insta .row .columns:last-child {
    display: none;
  }
}
#wrapper-service .rs__youtube {
  max-width: 340px;
  margin: auto;
}
#wrapper-service .rs__youtube a {
  display: block;
  width: 120px;
  height: 56px;
  position: relative;
}
#wrapper-service .rs__youtube a svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#wrapper-service .contact__choice {
  max-width: 400px;
  margin: auto;
}
@media only screen and (min-width:64.0625em) {
  #wrapper-service .contact__choice {
    margin: 0;
    max-width: 200px;
  }
}
#wrapper-service .contact__content {
  margin: auto;
}
@media only screen and (min-width:64.0625em) {
  #wrapper-service .contact__content {
    padding: 0 1rem;
  }
}
@media only screen and (max-width:64em) {
  #wrapper-service .contact__content .row .columns {
    text-align: center;
  }
}
#wrapper-service .contact__picto {
  width: 80px;
  height: 80px;
  position: relative;
  margin: auto;
}
#wrapper-service .contact__picto svg {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#wrapper-service .contact__title {
  text-align: center;
}
@-webkit-keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#wrapper-service .navigation_vu_dans_la_presse {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#wrapper-service .navigation_vu_dans_la_presse input {
  all: unset;
}
#wrapper-service .navigation_vu_dans_la_presse input:focus {
  outline: none;
}
#wrapper-service .navigation_vu_dans_la_presse input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
}
#wrapper-service .navigation_vu_dans_la_presse input[type=number]::-webkit-outer-spin-button,
#wrapper-service .navigation_vu_dans_la_presse input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
#wrapper-service .navigation_vu_dans_la_presse div:nth-child(1) {
  display: flex;
  align-items: center;
}
#wrapper-service .navigation_vu_dans_la_presse .prev,
#wrapper-service .navigation_vu_dans_la_presse .next {
  width: 180px;
  position: relative;
  border: 3px solid #333;
  color: #000000;
  background: transparent;
  font-weight: bold;
  outline: none;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1rem;
}
#wrapper-service .navigation_vu_dans_la_presse .prev:before,
#wrapper-service .navigation_vu_dans_la_presse .next:before {
  position: absolute;
  top: 50%;
  font-size: 2.2em;
  line-height: 1;
  vertical-align: middle;
  font-family: "ElegantIcons";
  margin-bottom: 0 !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#wrapper-service .navigation_vu_dans_la_presse .prev {
  text-align: right;
  padding: 0.8rem 0.8rem 0.8rem 2rem;
}
#wrapper-service .navigation_vu_dans_la_presse .prev:before {
  left: 0.25rem;
  content: "4";
}
#wrapper-service .navigation_vu_dans_la_presse .next {
  text-align: left;
  padding: 0.8rem 2.25rem 0.8rem 0.8rem;
}
#wrapper-service .navigation_vu_dans_la_presse .next:before {
  right: 0.25rem;
  content: "5";
}
#wrapper-service #pageInput {
  margin: 0;
  width: 25px;
  text-align: right;
}
#wrapper-service #pageInput,
#wrapper-service #totalPages,
#wrapper-service .separationPages {
  font-size: 1rem;
  line-height: 1.125rem;
  display: inline-block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #999999;
}
#wrapper-service #totalPages {
  width: 25px;
}
#wrapper-service .separationPages {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 538px) {
  #wrapper-service #previousPageButton,
  #wrapper-service #nextPageButton {
    width: 47px;
    padding: 0;
    height: 46px;
    text-align: initial;
  }
  #wrapper-service #previousPageButton span,
  #wrapper-service #nextPageButton span {
    display: none;
  }
}
#wrapper-service .page {
  display: none;
}
#wrapper-service .page--show {
  display: block;
  animation: fadeInUp 0.6s;
}
#wrapper-service .pageButton--disable {
  opacity: 0.5;
}
#wrapper-service .pageButton--disable:hover {
  cursor: not-allowed;
}
#wrapper-service input:invalid,
#wrapper-service :-moz-ui-invalid {
  box-shadow: none;
  border-color: red;
}
#wrapper-service .maty-com a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  text-transform: uppercase;
  border: 3px solid #333;
  padding: 5px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
#wrapper-service table p {
  margin: 0 !important;
}
#wrapper-service .row:not(.collapse) {
  margin: 0 -0.5rem;
}
#wrapper-service .row:not(.collapse) > .columns {
  padding: 0.5rem;
}
#wrapper-service .center {
  text-align: center;
}
#wrapper-service header {
  background: #f2f2f2;
  margin-bottom: 1rem;
}
#wrapper-service p:not(:last-child) {
  margin-bottom: 1rem;
}
#wrapper-service p,
#wrapper-service li {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
#wrapper-service p a,
#wrapper-service li a {
  text-decoration: underline;
}
#wrapper-service p .a-button {
  text-decoration: none;
}
#wrapper-service ul,
#wrapper-service ol {
  margin-bottom: 1rem;
}
#wrapper-service p + address, #wrapper-service p + ul, #wrapper-service p + ol {
  margin-top: -0.75rem;
}
#wrapper-service .-facilite p span,
#wrapper-service .-facilite p strong {
  font-size: 1.5em;
  line-height: 1.2;
}
#wrapper-service .a-mainTitle {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding: 1rem;
  color: #666;
}
#wrapper-service .a-title {
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-family: "Roboto", Arial, sans-serif;
  font-stretch: condensed;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 0.1rem;
  margin-bottom: 1rem;
}
#wrapper-service .a-title + .row {
  margin-top: -0.5rem !important;
}
#wrapper-service .a-title.-main {
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
  border: none;
}
#wrapper-service .a-title.-tiny {
  font-size: 1.25rem;
  line-height: 1.375rem;
  text-transform: inherit;
  color: gray;
  border: none;
}
#wrapper-service .a-subtitle {
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  color: gray;
}
#wrapper-service .a-subtitle.-other {
  color: #00A99D;
}
#wrapper-service .m-panel {
  margin: 2.5rem 0;
  background: white;
}
#wrapper-service .m-listing {
  margin-bottom: 0;
  list-style: none;
}
#wrapper-service .m-listing.-margin {
  margin-top: 0;
}
#wrapper-service .m-listing__title {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: "Roboto", Arial, sans-serif;
  color: #666;
  position: relative;
  margin-bottom: 0.25rem !important;
}
#wrapper-service .m-listing__title:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #666;
  top: 50%;
  margin-top: -3px;
  border-radius: 100%;
  position: absolute;
  left: -0.75rem;
}
#wrapper-service .m-listing > li.columns {
  padding: 1rem 2rem !important;
}
#wrapper-service .m-listing > li:not(:last-of-type) {
  padding: 0 0 1rem;
}
#wrapper-service .m-highlight {
  background: #f2f2f2;
  padding: 1rem;
  margin-bottom: 1rem;
}
#wrapper-service .m-highlight__title {
  margin-bottom: 0.25rem !important;
  font-weight: bold;
}
#wrapper-service .m-highlight p:last-of-type {
  margin: 0;
}
#wrapper-service .m-more {
  padding: 1rem;
  border: 1px solid #ddd;
  margin-bottom: 1rem;
}
#wrapper-service .m-more.-noMarge {
  margin-bottom: 0;
}
#wrapper-service .m-more > div:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (min-width:40.063em) {
  #wrapper-service .m-more.-margin {
    margin-top: 3.5rem;
  }
}
#wrapper-service .o-mentions {
  margin-top: 1rem;
  padding: 1rem;
  background: #f2f2f2;
}
#wrapper-service .o-mentions .a-subtitle {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
}
#wrapper-service .o-mentions p {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
}

.accordeon {
  text-align: center;
}

.accordeon label {
  display: inline-block;
  padding: 10px 15px;
  font-weight: 700;
  cursor: pointer;
}

.accordeon .panel {
  height: 0;
  visibility: hidden;
  opacity: 0;
  background: #ffffff;
  border: none;
  animation-duration: 3s;
  animation-name: accordeonHide;
}

.accordeon input[type=radio],
.accordeon input[type=checkbox] {
  display: none;
}

.accordeon input[type=radio]:checked + .panel,
.accordeon input[type=checkbox]:checked + .panel {
  height: auto;
  visibility: visible;
  opacity: 1;
  padding: 0;
  animation-duration: 3s;
  animation-name: accordeonShow;
}

.accordeon input[type=radio]:checked + #buttonVuPress .panel,
.accordeon input[type=checkbox]:checked + #buttonVuPress .panel {
  display: none;
}

@keyframes accordeonShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes accordeonHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#buttonVuPressMoins {
  display: none;
}

.hide {
  display: none !important;
  animation-duration: 3s;
  animation-name: accordeonHide;
}

.show {
  display: inline-block !important;
  animation-duration: 3s;
  animation-name: accordeonShow;
}

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