@charset "UTF-8";
:root {
  --wp--preset--font-size--huge: 36px;
  --vert: rgb(0, 175, 76);
  --jaune: rgb(255, 212, 0);
  --rouge: rgb(237, 28, 36);
  --bleu: rgb(0, 119, 192);
}

.has-huge-font-size {
  font-size: 36px;
}

p {
  font-family: "Jost", sans-serif;
}

@media (max-width: 575px) {
  .has-huge-font-size {
    font-size: 30px;
    line-height: 34px;
  }

  .has-large-font-size {
    font-size: 26px !important;
    line-height: 34px;
  }

  .has-medium-font-size {
    font-size: 18px !important;
  }
}
ul {
  list-style-position: inherit;
  padding-left: 20px;
}
#caillouFooter ul {
  padding-left: 0;
}

@media (min-width: 760px) {
  ul.enColonnes {
    column-count: 3;
    column-gap: 60px;
  }
}
@media (min-width: 1200px) {
  ul.enColonnes {
    column-count: 4;
  }
}
.indent {
  padding-left: 2em;
}

@media only screen and (max-width: 600px) {
  .indent {
    padding-left: 0.25em;
  }
}
.page-template-page-distribution {
  /* background-image: url("../img/"); */
  background: #c5f5ff;
  line-height: normal;
}

.page-template-page-distribution-2 .container_inner {
  width: 80%;
}
.page-template-page-distribution-2 .wp-block-columns {
  gap: 2.25rem;
}
.page-template-page-distribution-2 .wp-block-columns p {
  font-size: 1rem;
}

.footer_top_border {
  background-color: unset !important;
}

.page-template-page-distribution .wp-block-columns {
  gap: 5rem;
}
.page-template-page-distribution .container_inner {
  width: 90vw;
  margin: 0 auto;
}

.dist__4 {
  /* border-left: 3.5px solid rgb(22, 88, 129);; */
  /* padding-left: 1em; */
}

.col-dist {
  padding-top: 2rem;
}

.image-dist {
  width: 85%;
  margin: 0 auto;
}

.page-template-page-distribution p {
  /* line-height: 18px; */
  margin: 0;
}

.dist__s-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 1.25rem;
  margin-bottom: 20px;
}
.dist__s-title.col3 {
  margin-top: 3rem;
}

.cat-dist {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dist__button--donwl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dist__button--donwl .wp-block-file__button {
  width: fit-content;
  background-color: var(--bleu);
  color: #fff;
  border: none;
}
.dist__button--donwl a.wp-block-file__button:hover {
  background-color: #f1f1f1;
  color: #000;
  border: none;
}

.hero-dist {
  width: 70%;
  margin: 0 auto;
}

/* catalogues */
.catalog-wrapper a {
  /* text-align: center; */
}

.wp-block-file .wp-block-file__button {
  margin-top: 1rem;
}

/* activités */
.container_grid {
  display: grid;
  gap: 20px;
  max-width: 90vw;
  padding-bottom: 30px;
  margin: 0 auto;
  text-align: center;
}
.container_grid > article {
  flex-basis: calc(100% / 4 - 1.25rem);
  max-width: 100%;
}
@media (min-width: 760px) {
  .container_grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .container_grid.fondsEcrans {
    grid-template-columns: repeat(2, 1fr);
  }
  .container_grid.fondsEcransMobiles {
    grid-template-columns: repeat(4, 1fr);
  }
}

.post_image img {
  box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.title_text {
  padding: 1.5em 1.5em 0 1.5em;
}

.content_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.full_width > .title_text > h1,
.full_width > .title_text > h2,
.full_width > .title_text > h3,
.full_width > .title_text > h4,
.full_width > .title_text > h5 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.title_text > div > h5 {
  margin-top: 1.25rem;
}

.post_titre {
  color: var(--bleu);
  font-size: 1.25rem;
  padding-top: 1.5em;
}
.post_titre > p {
  color: var(--bleu);
  font-size: 1.25rem;
  padding-top: 1.5em;
}

.month {
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}

.post_down {
  margin-top: 1.25rem;
}
.post_down > a {
  background-color: var(--jaune);
  color: var(--bleu);
  padding: 0.5em 1em;
}

.post_link {
  margin-top: 1.25rem;
}
.post_link > a {
  /* font-weight: 700; */
  color: var(--bleu);
}

.post_link-text {
  font-weight: 700;
  display: block;
}
.post_link-text .fa-chevron-right {
  margin-left: 0.25rem;
}

.post_link > a > h5 {
  font-family: "Jost", sans-serif;
  text-transform: none;
}

/* Page Vos questions */
h1.big-title {
  text-align: center;
}

.faq-wrapper .wp-block-group__inner-container,
.dr-wrapper {
  display: flex;
  justify-content: center;
  height: 30vh;
  align-items: center;
}

.h2-pages {
  margin: 60px 0 30px;
  font-weight: 700;
  line-height: 1.2;
  font-style: normal;
  clear: both;
  word-wrap: break-word;
  letter-spacing: 0.1px;
}

.table-wrapper-mobile {
  display: none;
}

h1.h1-pages {
  font-size: 48px;
}

.long-text {
  background-color: white;
}

@media only screen and (max-width: 600px) {
  .faq-col1,
.faq-col2 {
    width: 100%;
  }

  .faq-col1 {
    padding: 1vh 0.5em;
  }

  .faq-col2,
.dr-col-1 {
    padding: 1vh 0.5em;
  }

  .faq-col2 p {
    padding-right: 0.25em;
    padding-left: 0.25em;
    overflow-wrap: break-word;
  }
  .faq-col2 h2 {
    font-size: 31px;
    overflow-wrap: break-word;
  }

  .faq-image-right img {
    margin-right: 3.25rem;
  }

  .table-wrapper-mobile {
    display: block;
  }
  .table-wrapper-mobile table td {
    padding-left: 2em;
  }

  .long-text {
    line-height: 1.5;
    overflow-wrap: break-word;
    padding-right: 1em;
    margin-top: 1rem;
  }

  h1.h1-pages {
    font-size: 36px;
  }
}
/* Droits Etrangers */
.page-template-page-droits-etrangers {
  background-color: var(--jaune);
}

.dr-col-1 {
  padding: 2em;
  position: relative;
}
.dr-col-1 .p-line2 {
  line-height: 0.5;
  margin-top: unset;
  padding-right: 0;
}

.title-wrapper {
  padding-bottom: 1.5em;
}
.title-wrapper .p-line2 {
  line-height: 0.5;
  margin-top: unset;
  padding-right: 0;
}

.cols-wrapper {
  width: 70%;
  margin-inline: auto;
  justify-content: space-evenly;
}

.col-logo {
  flex-basis: 15%;
  max-width: 100px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0 0 0 1px inset;
}

.col-logo-wrapper {
  justify-content: center;
}

.dr-col-1 .inner-wrapper h2 {
  font-size: 38px;
  margin: 60px 0 30px;
  font-weight: 700;
  line-height: 1.2;
  font-style: normal;
  clear: both;
  word-wrap: break-word;
  letter-spacing: 0.1px;
}

.text-wrapper,
.reducedWidth {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .text-wrapper,
.reducedWidth {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.reducedWidth {
  margin-bottom: 50px;
}
.reducedWidth img {
  display: block;
  margin: 0 auto;
}

.col {
  display: flex;
  justify-content: center;
}
.col .list {
  display: flex;
  flex-direction: column;
}
.col .list li {
  list-style: none;
}
.col .list li::marker {
  color: var(--rouge);
  font-family: "Font Awesome 5 Free", monospace;
  font-weight: 900;
  content: "\f111   ";
  font-size: 0.75rem;
}

.list-2-col {
  max-width: 50%;
  margin-inline: auto;
}

.list-4-col {
  width: 65vw;
  margin-inline: auto;
}

.list-4-col--large {
  width: 65vw;
  margin-top: 2rem;
  margin-inline: auto;
}

.list-4-col--mobile {
  display: none;
}

.vert-space {
  margin-top: 2rem;
}

.vert-space--large {
  margin-top: 5rem;
}

.vert-space--x-large {
  margin-top: 10rem;
}

/*
Page confidentialité
*/
.list-1-col {
  width: 100%;
  padding: 1vh 2.5em;
}

/* Page fond d'écran  */
.links {
  display: flex;
  flex-direction: column;
  width: 17%;
  margin-inline: auto;
  margin-top: 5rem;
}
.links a {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  color: var(--bleu);
  transition: all 0.2s ease-in-out;
}
.links a:hover {
  color: var(--rouge);
}

.last-container {
  margin-bottom: 20rem;
}

@media only screen and (max-width: 600px) {
  .list-4-col--mobile {
    width: 100%;
    padding: 1.25em;
    display: flex;
    flex-wrap: nowrap;
    margin-left: 1rem;
  }

  .list-2-col {
    max-width: 100%;
    flex-wrap: nowrap;
  }

  .cols-wrapper {
    width: 100%;
    padding-right: 0;
    gap: 0.75rem;
  }

  .col-logo-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .col-logo {
    max-width: calc(100% / 3 - 1.25rem);
    flex-basis: calc(100% / 3 - 1.25rem);
  }

  .title-wrapper {
    padding-left: 0;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .col-logo {
    max-width: 18%;
    margin-right: 0.5rem;
  }

  .text-wrapper .wp-block-group__inner-container p {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }

  .dr-col-1 div.liste-col {
    font-size: 1.25rem;
    text-transform: uppercase;
  }

  .page-template-page-droits-etrangers .wp-block-columns:not(.is-not-stacked-on-mobile) > .liste-col {
    flex-basis: 25%;
  }

  .liste-col > ul {
    padding-left: 1em;
  }

  .list-4-col {
    display: none;
  }

  .list-4-col--short .wp-block-columns {
    margin-bottom: 0;
  }
  .list-4-col--short .wp-block-columns .col {
    justify-content: unset;
    padding-left: 1em;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .text-wrapper .wp-block-group__inner-container p {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }

  .page-template-page-droits-etrangers .wp-block-columns:not(.is-not-stacked-on-mobile) > .liste-col {
    padding-left: 0.25em;
    padding-right: 0.5rem;
    flex-basis: 25%;
  }

  .cols-wrapper {
    padding-right: 0;
    width: 100%;
  }

  .liste-col > ul {
    padding-left: 1em;
  }

  .list-4-col--short {
    flex-direction: column;
    margin-bottom: 0;
  }
  .list-4-col--short .col {
    justify-content: unset;
    padding-left: 1em;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 0;
  }

  .list-4-col {
    width: 88vw;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .col-logo {
    max-width: 16%;
    margin-right: 1rem;
  }
}
.pascheveux > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-template-areas: "photo" "text";
}
.pascheveux .photo {
  grid-area: photo;
}
.pascheveux .cheveuxtexte {
  grid-area: text;
}

@media (min-width: 760px) {
  .pascheveux > .wp-block-group__inner-container {
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "text photo";
    align-items: center;
  }
}
.distributionglobale > div,
.distributioneurope > div,
.distributionusa > div {
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  border-bottom: 2px solid #0077c0;
}
@media (min-width: 760px) {
  .distributionglobale > div,
.distributioneurope > div,
.distributionusa > div {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.distributionglobale > div div,
.distributioneurope > div div,
.distributionusa > div div {
  background-color: white;
}
.distributionglobale > div h3,
.distributioneurope > div h3,
.distributionusa > div h3 {
  font-size: 19px;
  margin: 10px 0;
  text-transform: uppercase;
}
.distributionglobale > div strong,
.distributioneurope > div strong,
.distributionusa > div strong {
  font-weight: 500;
}

#caillouFooter {
  text-align: center;
}
#caillouFooter p {
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 760px) {
  #caillouFooter {
    text-align: left;
  }
}

.footer_bottom_holder {
  max-width: 90vw;
  margin: 0 auto;
}

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