@charset "UTF-8";
.path-frontpage #breadcrumb {
  display: none;
}

#breadcrumb {
  background-color: transparent;
  font-weight: 500;
  font-size: 12px;
}
#breadcrumb .breadcrumb {
  background-color: transparent;
}
#breadcrumb .breadcrumb > a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  color: #175125;
}
#breadcrumb .sep {
  padding-left: 5px;
  padding-right: 10px;
}

#tarteaucitronRoot * {
  color: white;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom span#tarteaucitronDisclaimerAlert,
#tarteaucitronRoot .tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert {
  display: block;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom span#tarteaucitronDisclaimerAlert ul,
#tarteaucitronRoot .tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert ul {
  margin-left: 20px;
  margin-bottom: 10px;
  list-style: disc;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom span#tarteaucitronDisclaimerAlert p,
#tarteaucitronRoot .tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert p {
  margin: 5px 0;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom,
#tarteaucitronRoot .tarteaucitronAlertBigTop {
  text-align: center;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  padding: 30px;
}
#tarteaucitronRoot button {
  margin-top: 15px;
}

.btn {
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 20px;
  padding: 2px 15px;
  margin: 3px;
  background-color: #61962F;
  color: #fff;
  transition: transform 0.4s ease-in-out;
}
.btn:hover {
  color: #fff;
  transform: translateY(-2px) scale(102%);
}

.btn-orange {
  background-color: #FF512C;
  color: #FFF !important;
}

.btn-yellow {
  background-color: #DBBE00;
  color: #FFF !important;
}

.btn-grey {
  background-color: #BEAEAA;
  color: #FFF !important;
}

.btn-darkgreen {
  background-color: #175125;
  color: #FFF !important;
}

.btn-lightgreen {
  background-color: #65AE00;
  color: #FFF !important;
}

.btn-xl {
  padding: 8px 20px;
}

.text-white {
  color: #FFF !important;
}

.text-orange {
  color: #FF512C !important;
}

.text-darkgreen {
  color: #175125 !important;
}

.text-green {
  color: #61962F !important;
}

.text-lightgreen {
  color: #65AE00 !important;
}

.text-grey {
  color: #BEAEAA !important;
}

.paragraph--color--vert {
  background-color: #C7DBA6;
}

.paragraph--color--jaune {
  background-color: #F8F8D6;
}

.paragraph--color--gris {
  background-color: #F5F3F2;
}

.paragraph--color--blanc {
  background-color: #fff;
}

#header {
  background-color: #FFF;
  display: grid;
  z-index: 12;
}
#header #header-top {
  z-index: 5;
  grid-area: 1/1;
}
#header #header-top #header-top-right .menu-icon {
  margin-top: 10px;
}
#header #header-top #header-top-right .menu-icon ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header #header-top #header-top-right .menu-icon ul li {
  margin-right: 5px;
}
#header #header-top #header-top-right .menu-icon ul .linkedin img {
  height: 35px;
}
#header #header-body {
  grid-row: 1;
  grid-column: -1;
}
#header #header-logo {
  z-index: 5;
}
#header #header-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#header #header-right #block-navigationprincipale {
  margin-bottom: 20px;
  margin-right: clamp(50px, 5%, 200px);
}
#header #header-right #block-navigationprincipale ul#superfish-main {
  display: flex;
  justify-content: center;
}
#header #header-right #block-navigationprincipale ul#superfish-main li > a {
  color: #175125;
  padding: 6px 20px;
  border-left: solid 3px #DBBE00;
}
#header #header-right #block-navigationprincipale ul#superfish-main .sf-sub-indicator {
  display: none;
}
#header #header-right #block-navigationprincipale ul#superfish-main .menuparent ul {
  background-color: #FFF;
}

body.sticky #header {
  width: 100%;
  min-height: 120px;
  position: fixed;
  border-bottom: solid 2px #175125;
}
body.sticky #header #header-logo img {
  height: 120px;
}

#footer-first {
  background-color: #94817A;
  margin-top: auto;
  padding: 50px 0 20px 0;
  color: #FFF;
}
#footer-first h3 {
  font-size: 16px;
}
#footer-first p, #footer-first a, #footer-first span {
  font-size: 12px;
  color: #FFF;
}
#footer-first #footer-first-3 a {
  text-align: end;
}
#footer-first .contextual-links a {
  color: black !important;
}

#block-webform-3 {
  margin-top: 40px;
}
#block-webform-3 form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
}
#block-webform-3 form div.form-item {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
#block-webform-3 form div.form-item label {
  margin-bottom: 0;
}
#block-webform-3 form div.form-item input {
  width: 100%;
}
#block-webform-3 form input:not([type=submit], [type=button]),
#block-webform-3 form textarea,
#block-webform-3 form select {
  border: solid 1px #175125;
  padding-left: 10px;
}
#block-webform-3 form #edit-actions {
  width: 100%;
  text-align: center;
}
#block-webform-3 form #edit-actions input {
  font-size: 15px;
  padding: 10px 18px;
  font-weight: 600;
}
#block-webform-3 form #edit-actions input:hover {
  transform: scale(103%);
}
#block-webform-3 form div.form-item-nom, #block-webform-3 form div.form-item-prenom, #block-webform-3 form div.form-item-telephone, #block-webform-3 form div.form-item-age, #block-webform-3 form div.form-item-email, #block-webform-3 form div.form-item-commune, #block-webform-3 form div.form-item-commune-term {
  width: 49%;
}
@media all and (max-width: 768px) {
  #block-webform-3 form div.form-item-nom, #block-webform-3 form div.form-item-prenom, #block-webform-3 form div.form-item-telephone, #block-webform-3 form div.form-item-age, #block-webform-3 form div.form-item-email, #block-webform-3 form div.form-item-commune, #block-webform-3 form div.form-item-commune-term {
    width: 95%;
  }
}
#block-webform-3 form div.form-item-email input {
  margin-top: 0;
}
#block-webform-3 form div.form-item-j-accepte-que-mes-coordonnees-soient-transmises-a-des-profession {
  display: flex;
  align-items: center;
}
#block-webform-3 form div.form-item-j-accepte-que-mes-coordonnees-soient-transmises-a-des-profession label {
  padding-left: 15px;
}
#block-webform-3 form div #edit-j-accepte-que-mes-coordonnees-soient-transmises-a-des-profession {
  width: unset;
}
#block-webform-3 form div .js-form-type-radio {
  display: flex;
}
#block-webform-3 form div .js-form-type-radio label {
  cursor: pointer;
}
#block-webform-3 form div input:not([type=submit]):not([type=radio]),
#block-webform-3 form div select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  border-radius: 25px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding-left: 10px;
}
#block-webform-3 fieldset#edit-avez-vous-une-complementaire-sante-mutuelle---wrapper,
#block-webform-3 fieldset#edit-question--wrapper {
  display: flex;
  width: 100%;
}
#block-webform-3 fieldset#edit-avez-vous-une-complementaire-sante-mutuelle---wrapper legend,
#block-webform-3 fieldset#edit-question--wrapper legend {
  margin-top: 10px;
  display: flex;
  width: auto;
}
#block-webform-3 fieldset#edit-avez-vous-une-complementaire-sante-mutuelle---wrapper #edit-avez-vous-une-complementaire-sante-mutuelle-,
#block-webform-3 fieldset#edit-avez-vous-une-complementaire-sante-mutuelle---wrapper #edit-question,
#block-webform-3 fieldset#edit-question--wrapper #edit-avez-vous-une-complementaire-sante-mutuelle-,
#block-webform-3 fieldset#edit-question--wrapper #edit-question {
  flex-wrap: nowrap;
}
#block-webform-3 fieldset#edit-avez-vous-une-complementaire-sante-mutuelle---wrapper label.webform-options-display-buttons-label,
#block-webform-3 fieldset#edit-avez-vous-une-complementaire-sante-mutuelle---wrapper label,
#block-webform-3 fieldset#edit-question--wrapper label.webform-options-display-buttons-label,
#block-webform-3 fieldset#edit-question--wrapper label {
  background-color: unset;
  border: unset;
  padding: unset;
  display: inline-block;
  color: #fff;
}
#block-webform-3 fieldset#edit-avez-vous-une-complementaire-sante-mutuelle---wrapper .form-item-question label.option,
#block-webform-3 fieldset#edit-question--wrapper .form-item-question label.option {
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 20px;
  padding: 2px 15px;
  margin: 3px;
  background-color: #61962F;
  color: #fff;
  transition: transform 0.4s ease-in-out;
  background-color: #fff;
  color: #175125;
  border: solid 1px #175125;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
#block-webform-3 fieldset#edit-avez-vous-une-complementaire-sante-mutuelle---wrapper .form-item-question label.option:hover,
#block-webform-3 fieldset#edit-question--wrapper .form-item-question label.option:hover {
  color: #fff;
  transform: translateY(-2px) scale(102%);
}
#block-webform-3 fieldset#edit-avez-vous-une-complementaire-sante-mutuelle---wrapper .form-item-question label.option:hover,
#block-webform-3 fieldset#edit-question--wrapper .form-item-question label.option:hover {
  color: #175125;
}
#block-webform-3 fieldset#edit-avez-vous-une-complementaire-sante-mutuelle---wrapper .form-item-question label.option input:checked + label,
#block-webform-3 fieldset#edit-question--wrapper .form-item-question label.option input:checked + label {
  box-shadow: 2px 2px 5px #175125;
  background-color: #175125;
  color: #fff;
  border: solid 1px #175125;
}
#block-webform-3 fieldset#edit-avez-vous-une-complementaire-sante-mutuelle---wrapper .webform-options-display-buttons-wrapper,
#block-webform-3 fieldset#edit-question--wrapper .webform-options-display-buttons-wrapper {
  font-weight: 700;
}
#block-webform-3 fieldset#edit-avez-vous-une-complementaire-sante-mutuelle---wrapper .webform-options-display-buttons-wrapper label.webform-options-display-buttons-label,
#block-webform-3 fieldset#edit-question--wrapper .webform-options-display-buttons-wrapper label.webform-options-display-buttons-label {
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 20px;
  padding: 2px 15px;
  margin: 3px;
  background-color: #61962F;
  color: #fff;
  transition: transform 0.4s ease-in-out;
  background-color: #fff;
  color: #175125;
  border: solid 1px #175125;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
#block-webform-3 fieldset#edit-avez-vous-une-complementaire-sante-mutuelle---wrapper .webform-options-display-buttons-wrapper label.webform-options-display-buttons-label:hover,
#block-webform-3 fieldset#edit-question--wrapper .webform-options-display-buttons-wrapper label.webform-options-display-buttons-label:hover {
  color: #fff;
  transform: translateY(-2px) scale(102%);
}
#block-webform-3 fieldset#edit-avez-vous-une-complementaire-sante-mutuelle---wrapper .webform-options-display-buttons-wrapper label.webform-options-display-buttons-label:hover,
#block-webform-3 fieldset#edit-question--wrapper .webform-options-display-buttons-wrapper label.webform-options-display-buttons-label:hover {
  color: #175125;
}
#block-webform-3 fieldset#edit-avez-vous-une-complementaire-sante-mutuelle---wrapper .webform-options-display-buttons-wrapper input:checked + label.webform-options-display-buttons-label,
#block-webform-3 fieldset#edit-question--wrapper .webform-options-display-buttons-wrapper input:checked + label.webform-options-display-buttons-label {
  box-shadow: 2px 2px 5px #175125;
  background-color: #175125;
  color: #fff;
  border: solid 1px #175125;
}
#block-webform-3 fieldset#edit-question--wrapper {
  display: contents;
}

.view-annonces-accueil .slider-container {
  display: grid;
}
.view-annonces-accueil .bandeau {
  grid-area: 1/1;
}
.view-annonces-accueil .bandeau img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.view-annonces-accueil .bandeau-accueil-content {
  grid-row: 1;
  grid-column: -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.view-annonces-accueil .bandeau-accueil-content h2, .view-annonces-accueil .bandeau-accueil-content p {
  color: #FFF;
}
@media all and (max-width: 1700px) {
  .view-annonces-accueil .field-content {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 350px;
  }
}
@media all and (max-width: 768px) {
  .view-annonces-accueil .field-content {
    height: 280px;
  }
}

.view-vous-etes {
  padding: 10px 0;
  padding-bottom: 30px;
}
.view-vous-etes .view-header p {
  font-size: 11px !important;
  color: #175125;
}
.view-vous-etes .view-content .slide {
  display: flex;
  justify-content: center;
}
.view-vous-etes .view-content .slide .field-content {
  transition: transform 0.2s ease-out;
}
.view-vous-etes .view-content .slide .field-content:hover {
  transform: translateY(-2px) scale(101%);
}
.view-vous-etes .view-content .slide .field-content > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-wrap: balance;
}
.view-vous-etes .view-content .slide .field-content > a > span {
  text-align: center;
  font-size: 12px;
}
.view-vous-etes .view-content .slick {
  position: relative;
}
.view-vous-etes .view-content .slick-list {
  margin-left: clamp(40px, 5%, 100px);
  margin-right: clamp(40px, 5%, 100px);
}
.view-vous-etes .view-content .slick__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  transform: translateY(-50%);
  pointer-events: none;
}
.view-vous-etes .view-content .slick__arrow .slick-arrow {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  pointer-events: auto;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}
.view-vous-etes .view-content .slick__arrow .slick-arrow::before {
  font-family: "Material Icons";
  color: #BEAEAA;
  display: block;
  font-size: 35px;
  outline: none;
}
.view-vous-etes .view-content .slick__arrow .slick-prev::before {
  content: "arrow_back_ios_new";
}
.view-vous-etes .view-content .slick__arrow .slick-next {
  right: 0;
}
.view-vous-etes .view-content .slick__arrow .slick-next::before {
  content: "arrow_forward_ios";
}

.view-nos-formations .view-content {
  display: flex;
  flex-wrap: wrap;
}
.view-nos-formations .view-content .views-field-nothing .field-content > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #175125;
}
.view-nos-formations .view-content .views-field-nothing .field-content > a .circle {
  border: dashed 3px #DBBE00;
  padding: 6px;
  border-radius: 50%;
}
.view-nos-formations .view-content .views-field-nothing .field-content > a .circle img {
  border-radius: 50%;
}
.view-nos-formations .view-content .views-field-nothing .field-content > a p {
  margin-top: 15px;
  text-wrap: balance;
  text-align: center;
  color: #175125;
}

#block-views-block-nos-formations-block-1 {
  background-color: #F8F8D6;
  padding: 40px 0;
}
#block-views-block-nos-formations-block-1 h2 {
  margin-bottom: 30px;
}
#block-views-block-nos-formations-block-1 .view-content {
  display: block;
  padding: 25px 10px;
}
#block-views-block-nos-formations-block-1 .view-content .slick__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  transform: translateY(-50%);
  pointer-events: none;
}
#block-views-block-nos-formations-block-1 .view-content .slick__arrow .slick-arrow {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  pointer-events: auto;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}
#block-views-block-nos-formations-block-1 .view-content .slick__arrow .slick-arrow::before {
  font-family: "Material Icons";
  color: #DBBE00;
  display: block;
  font-size: 35px;
  outline: none;
}
#block-views-block-nos-formations-block-1 .view-content .slick__arrow .slick-prev::before {
  content: "arrow_back_ios_new";
}
#block-views-block-nos-formations-block-1 .view-content .slick__arrow .slick-next {
  right: 0;
}
#block-views-block-nos-formations-block-1 .view-content .slick__arrow .slick-next::before {
  content: "arrow_forward_ios";
}
#block-views-block-nos-formations-block-1 .view-content .slick__arrow {
  top: calc(50% - 50px); /* Pour prendre en compte la hauteur du texte sur l'image et mieux centrer les flèches */
}

#block-notreoffreaccompagnement {
  padding: 40px 0;
}
#block-notreoffreaccompagnement h2 {
  margin-bottom: 30px;
  color: #FF512C;
}
#block-notreoffreaccompagnement p {
  padding: 10px 50px;
}

.view-actualites.view-display-id-page_1 {
  padding: 50px 0;
}
.view-actualites .view-content {
  display: flex;
  flex-wrap: wrap;
}
.view-actualites .views-field-nothing {
  margin-bottom: 20px;
}
.view-actualites .views-field-nothing .field-content article {
  display: flex;
}
.view-actualites .views-field-nothing .field-content .image-container {
  border: solid 3px grey;
  width: 40%;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}
.view-actualites .views-field-nothing .field-content .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.view-actualites .views-field-nothing .field-content .infos {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 25px;
  width: 100%;
  color: #94817A;
}
.view-actualites .views-field-nothing .field-content .infos h3 {
  text-transform: uppercase;
  color: #94817A;
  font-size: 18px;
}
.view-actualites .views-field-nothing .field-content .infos .resume-container {
  background-color: #FFF;
  height: 60%;
  color: #94817A;
  padding: 18px 25px;
  margin-left: -25px;
  transition: box-shadow 0.3s ease-in-out, transform 0.4s ease-out;
}
.view-actualites .views-field-nothing .field-content .infos .resume-container P {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.view-actualites .views-field-nothing .field-content .infos .cta {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  margin-left: 15px;
  line-height: 25px;
  width: 25px;
  background-color: #FF512C;
  color: #FFF;
}
.view-actualites .views-field-nothing .field-content .infos .cta p {
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 0;
}
.view-actualites .views-field-nothing .field-content a:hover {
  text-decoration: none;
}
.view-actualites .views-field-nothing .field-content a:hover .image-container {
  box-shadow: 2px 2px 2px #BEAEAA;
}
.view-actualites .views-field-nothing .field-content a:hover .resume-container {
  box-shadow: 2px 2px 2px #BEAEAA;
  transform: scale(103%);
}

#block-views-block-actualites-block-1 {
  padding: 40px 0;
  background-color: #F5F3F2;
}
#block-views-block-actualites-block-1 h2 {
  margin-bottom: 30px;
  color: #94817A;
}
#block-views-block-actualites-block-1 .view-content {
  display: block;
}
#block-views-block-actualites-block-1 .slick__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  transform: translateY(-50%);
  pointer-events: none;
}
#block-views-block-actualites-block-1 .slick__arrow .slick-arrow {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  pointer-events: auto;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}
#block-views-block-actualites-block-1 .slick__arrow .slick-arrow::before {
  font-family: "Material Icons";
  color: #94817A;
  display: block;
  font-size: 35px;
  outline: none;
}
#block-views-block-actualites-block-1 .slick__arrow .slick-prev::before {
  content: "arrow_back_ios_new";
}
#block-views-block-actualites-block-1 .slick__arrow .slick-next {
  right: 0;
}
#block-views-block-actualites-block-1 .slick__arrow .slick-next::before {
  content: "arrow_forward_ios";
}
#block-views-block-actualites-block-1 .slick-list {
  margin-left: 40px;
  margin-right: 40px;
}

.view-temoignages .view-content .slick-slide {
  transition: opacity 0.8s ease-out !important;
}
.view-temoignages .view-content .slick-slide:hover {
  cursor: grab;
}

#block-ilsnousontfaitconfiance {
  padding: 40px 10px;
}
#block-ilsnousontfaitconfiance h2 {
  color: #65AE00;
  margin-bottom: 30px;
}
#block-ilsnousontfaitconfiance .temoignages-container {
  overflow: hidden;
}
#block-ilsnousontfaitconfiance .temoignages-container .field-content > p:nth-child(1) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  overflow: hidden;
}
#block-ilsnousontfaitconfiance .temoignages-container .slide {
  background-color: #C7DBA6;
  color: #175125;
  padding: 40px 20px;
}
#block-ilsnousontfaitconfiance .temoignages-container .slide p {
  color: #175125;
}
#block-ilsnousontfaitconfiance .temoignages-container .slide p.signature {
  font-weight: bold;
  font-style: italic;
}
#block-ilsnousontfaitconfiance .view-clients .view-content .slick-track, #block-ilsnousontfaitconfiance .view-clients .view-content .slick-slide, #block-ilsnousontfaitconfiance .view-clients .view-content .views-field-nothing, #block-ilsnousontfaitconfiance .view-clients .view-content .field-content {
  display: flex !important;
  justify-content: center;
}
#block-ilsnousontfaitconfiance .view-clients .view-content .slick-list {
  margin: 0 50px;
}
#block-ilsnousontfaitconfiance .view-clients .view-content .field-content > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#block-ilsnousontfaitconfiance .view-clients .view-content .field-content > a .client-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 150px;
  text-align: center;
  color: #61962F;
}
#block-ilsnousontfaitconfiance .view-clients .view-content .field-content > a .client-content img {
  margin-top: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
#block-ilsnousontfaitconfiance .view-clients .view-content .field-content > a:hover {
  text-decoration: none;
}
#block-ilsnousontfaitconfiance .view-clients .slick__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  transform: translateY(-50%);
  pointer-events: none;
}
#block-ilsnousontfaitconfiance .view-clients .slick__arrow .slick-arrow {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  pointer-events: auto;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}
#block-ilsnousontfaitconfiance .view-clients .slick__arrow .slick-arrow::before {
  font-family: "Material Icons";
  color: #175125;
  display: block;
  font-size: 35px;
  outline: none;
}
#block-ilsnousontfaitconfiance .view-clients .slick__arrow .slick-prev::before {
  content: "arrow_back_ios_new";
}
#block-ilsnousontfaitconfiance .view-clients .slick__arrow .slick-next {
  right: 0;
}
#block-ilsnousontfaitconfiance .view-clients .slick__arrow .slick-next::before {
  content: "arrow_forward_ios";
}
#block-ilsnousontfaitconfiance .view-clients .slick__arrow {
  left: 5%;
  width: 90%;
}

html, body, * {
  box-sizing: border-box;
}

html {
  height: 100%;
  position: relative;
}

body {
  font-family: "Montserrat";
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1,
h2 {
  font-family: "Montserrat Alternates";
}

h2 {
  font-weight: bold;
  color: #175125;
  font-size: 26px;
}

h3 {
  font-weight: bold;
  font-size: 24px;
}

p {
  font-size: 16px;
  font-family: "Montserrat";
}

img {
  max-width: 100%;
}

.container {
  max-width: 1300px;
}

#block-pagetitle {
  padding: 30px 0;
  background-color: #175125;
  color: #FFF;
}
#block-pagetitle h1 {
  font-weight: bold;
}

.view-paragraphe-de-page .paragraph--type--paragraphe .paragraph-container, .view-paragraphes-de-page .paragraph--type--paragraphe .paragraph-container {
  min-height: 100px;
  padding: 20px 0;
}/*# sourceMappingURL=main.css.map */