/*
Theme Name: florence-simmone-theme
Theme URI: https://wordpress.org/themes/
Author: Florian MESA--GOUIFFES
Author URI: https://wordpress.org/
Description: A custom theme for Florence Simmone
Requires at least: 5.9
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: florence-simmone-theme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, accessibility-ready
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
*:focus {
  outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 22px;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "tan-pearl";
  src: url("assets/fonts/Tan-Pearl.woff2") format("woff2"), url("assets/fonts/Tan-Pearl.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppins-extra-light";
  src: url("assets/fonts/Poppins-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "poppins-light";
  src: url("assets/fonts/Poppins-Light.ttf") format("truetype");
}
@font-face {
  font-family: "poppins-thin";
  src: url("assets/fonts/Poppins-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "poppins-medium";
  src: url("assets/fonts/Poppins-Medium.ttf") format("truetype");
}
/** LAYOUTS **/
/** COLORS **/
/** FONTS **/
/** BREAKPOINTS **/
body {
  background-image: url("assets/images/background.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  font-family: "poppins-extra-light";
  font-size: 0.9rem;
  line-height: 1.2rem;
}
body b {
  font-weight: 700;
}

input[type=text],
input[type=email],
textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #222123;
  width: 100%;
  font-family: "poppins-light";
}

input[type=text],
input[type=email] {
  height: 30px;
}

textarea {
  height: 100px;
}

.page-title {
  font-size: 4rem;
  font-family: "tan-pearl";
  line-height: 1.5;
  text-transform: uppercase;
}

.section-title {
  font-size: 1.31rem;
  font-family: "tan-pearl";
  line-height: 1.5;
}

.page-subtitle {
  font-size: 1.45rem;
}

.section {
  width: 100%;
  border-bottom: 1px solid #222123;
  padding: 0 100px;
  box-sizing: border-box;
}
.section .content {
  width: 100%;
  max-width: 1770px;
  margin: auto;
}

.button {
  position: relative;
  font-size: 1.63rem;
  height: 55px;
  border: 1px solid #222123;
  border-radius: 40px;
  cursor: pointer;
  text-decoration: none;
  color: #222123 !important;
  display: flex;
  width: fit-content;
  padding: 0 25px;
  align-items: center;
  text-align: center;
}
.button * {
  color: #222123 !important;
}
.button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("assets/images/button_star.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -10px;
  right: 35px;
  transition: all ease-in-out 0.2s;
}
.button::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("assets/images/button_circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -10px;
  right: calc(100% - 65px);
  transition: all ease-in-out 0.2s;
}
.button:hover::before {
  right: calc(100% - 65px);
}
.button:hover::after {
  right: 35px;
}

.text-24 {
  font-size: 1.1rem;
}

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

.icons {
  display: flex;
  align-items: flex-end;
}
.icons .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 36px;
  height: 36px;
}
.icons .icon-instagram {
  background-image: url("assets/images/icon-instagram.svg");
}
.icons .icon-behance {
  background-image: url("assets/images/icon-behance.svg");
}
.icons .icon-linkedin {
  background-image: url("assets/images/icon-linkedin.svg");
}
.icons .icon-malt {
  background-image: url("assets/images/icon-malt.svg");
}

@media screen and (max-width: 850px) {
  .section-title {
    font-size: 1.1rem;
  }
}
.site-wrapper {
  overflow-x: hidden;
  position: relative;
  max-width: 100vw;
  box-sizing: border-box;
}

.mobile-menu-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.mobile-menu-overlay.visible {
  display: block;
}

.fs-header .content {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.fs-header .content .custom-logo {
  width: 140px;
}
.fs-header .content nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fs-header .content .menu {
  display: flex;
}
.fs-header .content .menu a {
  font-size: 0.9rem;
  color: #222123;
  margin-right: 65px;
}
.fs-header .content .icons .icon {
  margin-right: 20px;
  transform: scale(0.7);
}
@media screen and (max-width: 1450px) {
  .fs-header .content .menu a {
    margin-right: 25px;
  }
  .fs-header .content .icons .icon {
    margin: 0;
  }
}
@media screen and (max-width: 1150px) {
  .fs-header {
    padding: 0;
    position: fixed;
    background-color: #FFF2E7;
    z-index: 99;
  }
  .fs-header .content {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
  }
  .fs-header .content nav {
    display: none;
  }
  .fs-header .content .logo {
    width: 120px;
    margin: auto;
    text-align: center;
  }
  .fs-header .content .logo .custom-logo {
    width: 120px;
  }
  .fs-header .content .burger {
    background-image: url("assets/images/icon-menu.svg");
    width: 30px;
    height: 25px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
  }
  .fs-header.visible {
    background-color: #FFF2E7;
    z-index: 99;
  }
  .fs-header.visible nav {
    display: block;
    position: absolute;
    background-color: #FFF2E7;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
  }
  .fs-header.visible .burger {
    background-image: url("assets/images/icon-cross.svg");
  }
  .fs-header.visible .content ul.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px 0;
  }
  .fs-header.visible .content ul.menu li {
    margin-bottom: 25px;
  }
  .fs-header.visible .content ul.menu li:last-child {
    margin-bottom: 0;
  }
  .fs-header.visible .content ul.menu li a {
    margin-right: 0;
  }
  .fs-header.visible .content .icons {
    padding: 25px 0;
    width: 100%;
    border-top: 1px solid #222123;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .fs-header .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fs-footer {
  background-color: #222123;
  padding: 30px 50px;
  box-sizing: border-box;
}
.fs-footer a,
.fs-footer p {
  color: white;
  font-size: 0.7rem;
}
.fs-footer .fs-menu {
  max-width: 1770px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.fs-footer .fs-menu #menu-menu-footer {
  display: flex;
}
.fs-footer .fs-menu #menu-menu-footer a {
  margin-left: 42px;
}
@media screen and (max-width: 1280px) {
  .fs-footer .fs-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fs-footer .fs-menu .menu {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 35px;
  }
  .fs-footer .fs-menu .menu li.menu-item {
    margin-bottom: 15px;
  }
  .fs-footer .fs-menu .menu li.menu-item:last-child {
    margin-bottom: 0;
  }
  .fs-footer .fs-menu .menu li.menu-item a {
    margin-left: 0 !important;
  }
}

.realisation-card {
  color: #222123;
  text-align: center;
  width: 410px;
}
.realisation-card .wp-post-image {
  object-fit: cover;
  width: 100%;
  height: 550px;
}
.realisation-card .section-title {
  margin: 20px 0 0;
  text-transform: uppercase;
}
.realisation-card .category {
  font-family: "poppins-thin";
  font-size: 1rem;
}
@media screen and (max-height: 800px) {
  .realisation-card .wp-post-image {
    height: 60vh;
  }
}

.last-blog-post {
  padding-top: 70px;
  padding-bottom: 70px;
}
.last-blog-post .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.last-blog-post .posts-list {
  display: grid;
  margin-top: 70px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  column-gap: 90px;
}
.last-blog-post .posts-list .post {
  width: 100%;
  min-width: 500px;
  position: relative;
  padding-bottom: 50px;
  color: black;
}
.last-blog-post .posts-list .post:hover .post-permalink::after {
  width: 100%;
}
.last-blog-post .posts-list .post .wp-post-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.last-blog-post .posts-list .post .post-title {
  font-family: "tan-pearl";
  line-height: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}
.last-blog-post .posts-list .post .post-permalink {
  font-size: 1rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 120px;
  color: #222123;
}
.last-blog-post .posts-list .post .post-permalink::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #222123;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  display: block;
  transition-property: width;
  transition-duration: 0.1s;
}

@media screen and (max-width: 1880px) {
  .last-blog-post .posts-list {
    column-gap: 60px;
  }
  .last-blog-post .posts-list .post {
    min-width: 400px;
  }
}
@media screen and (max-width: 1520px) {
  .last-blog-post {
    padding-left: 50px;
    padding-right: 50px;
  }
  .last-blog-post .posts-list {
    column-gap: 30px;
  }
  .last-blog-post .posts-list .post {
    min-width: 300px;
  }
  .last-blog-post .posts-list .post .wp-post-image {
    height: 150px;
  }
}
@media screen and (max-width: 1120px) {
  .last-blog-post {
    padding-left: 40px;
    padding-right: 40px;
  }
  .last-blog-post .posts-list {
    column-gap: 20px;
  }
  .last-blog-post .posts-list .post {
    min-width: 290px;
  }
  .last-blog-post .posts-list .post .post-thumbnail {
    height: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .last-blog-post .posts-list {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .last-blog-post .posts-list .post {
    width: 100%;
    max-width: 500px;
    margin: 25px auto;
  }
  .last-blog-post .posts-list .post .post-thumbnail {
    height: 200px;
  }
}
.hero-section {
  display: flex;
  padding: 50px 50px 50px 150px;
  box-sizing: border-box;
  border-bottom: 1px solid #222123;
  align-items: center;
  justify-content: center;
}
.hero-section .texts {
  max-width: 1035px;
  width: 100%;
}
.hero-section h1 {
  font-size: 2.5rem;
  line-height: 4rem;
  font-family: "tan-pearl";
  text-transform: uppercase;
}
.hero-section h2 {
  max-width: 800px;
  white-space: pre-line;
}
.hero-section .image-wrapper {
  position: relative;
  padding: 40px;
}
.hero-section .image-wrapper img {
  width: 435px;
  height: 435px;
  object-fit: contain;
}
@media screen and (max-width: 1150px) {
  .hero-section {
    padding: 150px 50px 50px 50px;
    flex-direction: column;
  }
  .hero-section .texts {
    max-width: 650px;
  }
  .hero-section .image-wrapper {
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero-section .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 720px) {
  .hero-section {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-section .texts h1 {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.invisible {
  display: none;
}
.modal .modal-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.modal .content {
  position: relative;
  z-index: 1;
}
.modal .content .modal-close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: white;
  cursor: pointer;
  padding: 0 10px 10px 10px;
  font-size: 1.1rem;
}
.modal .content .modal-close .icon-close {
  width: 33.5px;
  height: 33.8px;
  background-image: url(assets/images/icon-close.svg);
  margin-right: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 2px;
}
.modal .content .modal-image {
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 100vw;
  max-height: 90vh;
}

.front-page {
  /** ALL PAGE CALL TO ACTION */
  /** INFORMATIONS SECTION **/
  /** PORTFOLIO SECTION **/
  /** TESTIMONIALS SECTION **/
}
.front-page .cta {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.front-page .cta .button {
  margin: 40px auto 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.2rem;
}
.front-page .informations-title {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front-page .informations-title .section-title {
  text-align: center;
  text-transform: uppercase;
}
.front-page .informations .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.front-page .informations .content div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 50px;
}
.front-page .informations .content div img {
  margin-bottom: 35px;
  width: 180px;
  height: auto;
}
.front-page .informations .content div p {
  width: 440px;
  min-height: 185px;
}
.front-page .informations .content div:nth-of-type(2) {
  border-left: 1px solid #222123;
  border-right: 1px solid #222123;
}
.front-page .portfolio {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  text-align: center;
}
.front-page .portfolio .section-title {
  text-transform: uppercase;
}
.front-page .portfolio .section-subtitle {
  margin-bottom: 60px;
}
.front-page .portfolio .realisations-list {
  display: flex !important;
  max-width: 1700px;
}
.front-page .portfolio .realisations-list .realisation-card {
  width: 410px;
  transition: ease-in-out all 0.2s;
  flex-shrink: 1;
  margin-right: 20px;
}
.front-page .portfolio .realisations-list .realisation-card:last-child {
  margin-right: 0;
}
.front-page .portfolio .realisations-list .realisation-card:hover {
  width: 1000px;
}
.front-page .portfolio .realisations-list .wp-post-image {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
}
.front-page .portfolio .realisations-list .title {
  text-transform: uppercase;
  font-family: "tan-pearl";
  line-height: 1.7rem;
  font-size: 1.45rem;
  padding: 40px 0 5px;
  color: #222123;
  max-width: 300px;
  margin: auto;
}
.front-page .portfolio .realisations-list .category {
  color: #222123;
  font-size: 1.36rem;
  text-align: center;
}
.front-page .portfolio .button {
  margin: 70px auto;
  font-size: 1.2rem;
  padding: 0 50px;
}
.front-page .testimonials {
  border-bottom: 1px solid #222123;
}
.front-page .testimonials .section-title {
  height: 130px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-bottom: 1px solid #222123;
}
.front-page .testimonials .splide img {
  border-radius: 100%;
  border: 1px solid #BB16BA;
  padding: 10px;
  margin-bottom: 30px;
}
.front-page .testimonials .splide .title {
  font-family: "poppins-medium";
  font-size: 1.31rem;
  margin-bottom: 5px;
}
.front-page .testimonials .splide .job {
  font-family: "poppins-light";
  font-size: 0.77rem;
  text-align: center;
}
.front-page .testimonials .splide .content {
  margin-top: 30px;
}
.front-page .testimonials .splide .mobile {
  display: none;
}
.front-page .testimonials .splide__arrows {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  border-left: 1px solid #222123;
  padding: 0 15px;
}
.front-page .testimonials .splide__arrow {
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
  border: none;
  background-color: transparent;
  margin: 0 15px;
  cursor: pointer;
}
.front-page .testimonials .splide__arrow--prev {
  background-image: url("assets/images/icon-left.svg");
}
.front-page .testimonials .splide__arrow--next {
  background-image: url("assets/images/icon-right.svg");
}
.front-page .testimonials .splide__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  cursor: grab;
}
.front-page .testimonials .splide__slide:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #222123;
  top: 0;
  bottom: 0;
  right: -1px;
}
.front-page .last-blog-post .section-title {
  text-transform: uppercase;
}
.front-page .last-blog-post .button {
  margin: 70px auto 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1850px) {
  .front-page .portfolio .content .realisations-list .realisation-card {
    cursor: grab;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1700px) {
  .front-page .portfolio.section {
    padding-left: 20px;
    padding-right: 0;
  }
  .front-page .informations .content div {
    padding: 35px 20px;
  }
  .front-page .informations .content div img {
    width: 145px;
  }
  .front-page .informations .content div p {
    width: 340px;
    min-height: 255px;
  }
}
@media screen and (max-width: 1250px) {
  .front-page .informations.section {
    padding: 0;
  }
  .front-page .informations.section .content {
    display: flex;
    flex-direction: column;
  }
  .front-page .informations.section .content div {
    flex-direction: row;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #222123;
  }
  .front-page .informations.section .content div:last-child {
    border-bottom: 0px;
  }
  .front-page .informations.section .content div img {
    width: 150px;
    margin-right: 50px;
    margin-bottom: 0;
  }
  .front-page .informations.section .content div p {
    width: 100%;
    max-width: 450px;
    min-height: auto;
  }
}
@media screen and (max-width: 950px) {
  .front-page .testimonials .section-title {
    position: initial;
    text-align: center;
  }
  .front-page .testimonials .splide__arrows {
    z-index: 99;
    position: absolute;
    bottom: 10px;
    left: 0;
    top: 90%;
    display: flex;
    justify-content: center;
  }
  .front-page .testimonials .splide__slide {
    padding: 50px 50px 90px 50px;
  }
}
@media screen and (max-width: 650px) {
  .front-page .informations.section .content div {
    flex-direction: column;
  }
  .front-page .informations.section .content div img {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .front-page .portfolio .realisation-card .title {
    font-size: 1.1rem;
  }
  .front-page .button {
    font-size: 1rem;
    height: auto;
    padding: 10px 25px !important;
  }
}
@media screen and (max-width: 550px) {
  .front-page .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .front-page .section.informations-title {
    padding: 25px 20px;
    height: unset;
  }
  .front-page .portfolio .realisation-card {
    text-align: left;
    width: 300px !important;
  }
  .front-page .portfolio .realisation-card .wp-post-image {
    width: 300px;
  }
  .front-page .portfolio .realisation-card .title {
    margin-left: 0;
  }
  .front-page .portfolio .realisation-card .category {
    text-align: left;
  }
}
@media screen and (max-height: 800px) {
  .front-page .portfolio .realisations-list .wp-post-image {
    height: 60vh;
  }
}

.page-mes-realisations {
  padding: 100px 50px;
  box-sizing: border-box;
}
.page-mes-realisations .page-title {
  font-size: 3rem;
  text-align: center;
}
.page-mes-realisations .menu-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 2rem;
}
.page-mes-realisations .menu-categories li {
  margin: 0 25px;
}
.page-mes-realisations .menu-categories li:last-child {
  margin-right: 0;
}
.page-mes-realisations .menu-categories li a {
  font-size: 1rem;
  color: #222123;
}
.page-mes-realisations .menu-categories li .current {
  color: #BB16BA;
  font-family: "poppins-medium";
}
.page-mes-realisations .realisations-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
  max-width: 1770px;
  margin: 100px auto 0;
}
@media screen and (max-width: 1770px) {
  .page-mes-realisations .realisations-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1350px) {
  .page-mes-realisations .realisations-list {
    grid-template-columns: 1fr 1fr;
  }
  .page-mes-realisations .realisations-list .realisation-card {
    width: 500px;
  }
}
@media screen and (max-width: 1150px) {
  .page-mes-realisations {
    padding-top: 150px;
  }
  .page-mes-realisations .page-title {
    font-size: 2.5rem;
  }
  .page-mes-realisations .realisations-list .realisation-card {
    width: 400px;
  }
}
@media screen and (max-width: 850px) {
  .page-mes-realisations {
    padding-top: 170px;
  }
}
@media screen and (max-width: 920px) {
  .page-mes-realisations .page-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .page-mes-realisations .menu-categories li {
    margin: 0 10px;
  }
  .page-mes-realisations .menu-categories li a {
    font-size: 1rem;
  }
  .page-mes-realisations .realisations-list {
    grid-template-columns: 1fr;
  }
  .page-mes-realisations .realisations-list .realisation-card {
    margin: auto;
    width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .page-mes-realisations {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-mes-realisations .realisations-list .realisation-card {
    margin: auto;
    width: 100%;
  }
}

.page-contact {
  max-width: 1920px;
  min-height: calc(100vh - 125px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  padding: 50px 100px;
  box-sizing: border-box;
}
.page-contact > div:first-of-type {
  max-width: 800px;
}
.page-contact > div:first-of-type .page-title {
  margin-bottom: 25px;
}
.page-contact > div:first-of-type .page-subtitle {
  margin-bottom: 60px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.page-contact > div:first-of-type .icons .icon {
  margin-right: 40px;
}
.page-contact > div:first-of-type .icons .icon:last-child {
  margin-right: 0;
}
.page-contact > div:last-of-type {
  height: 100%;
  width: 100%;
  max-width: 550px;
  margin-left: 200px;
}
.page-contact > div:last-of-type form p {
  margin-bottom: 30px;
}
.page-contact > div:last-of-type form p .button {
  padding: 0 50px;
  margin-top: 80px;
  cursor: pointer;
}
.page-contact > div:last-of-type form p .button input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  text-align: center;
  font-size: 1.2rem;
  font-family: "poppins-extra-light";
  cursor: pointer;
}
.page-contact > div:last-of-type form p .button .wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 1650px) {
  .page-contact .page-title {
    font-size: 3rem;
  }
  .page-contact .wpcf7 {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1250px) {
  .page-contact .page-title {
    font-size: 2.5rem;
  }
  .page-contact > div:first-of-type {
    max-width: 550px;
  }
}
@media screen and (max-width: 1150px) {
  .page-contact {
    flex-direction: column;
    padding: 150px 25px 0 25px;
  }
  .page-contact .icons {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 850px) {
  .page-contact {
    padding-top: 170px;
  }
}
@media screen and (max-width: 520px) {
  .page-contact .page-title {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.realisation-single .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
.realisation-single .heading .page-title {
  font-size: 3rem;
}
.realisation-single .heading .section-title {
  font-size: 1rem;
  text-transform: uppercase;
}
.realisation-single .heading .content {
  padding-left: 20%;
}
.realisation-single .article .content {
  display: flex;
}
.realisation-single .article .content .thumbnail {
  padding: 50px;
  box-sizing: border-box;
  border-right: 1px solid #222123;
}
.realisation-single .article .content .wp-post-image {
  display: block;
  width: 850px;
  height: 800px;
  transition: all ease 0.1s;
  object-fit: cover;
}
.realisation-single .article .content .infos {
  padding: 70px;
  width: 100%;
  box-sizing: border-box;
}
.realisation-single .article .content .infos .section-title {
  text-transform: uppercase;
}
.realisation-single .article .content .infos .section-subtitle {
  font-size: 0.8rem;
}
.realisation-single .article .content .infos .section-subtitle span {
  margin-right: 7px;
}
.realisation-single .article .content .infos .section-subtitle span:last-child {
  margin-right: 0;
}
.realisation-single .article .content .infos .section-content {
  font-family: "poppins-light";
  margin-top: 35px;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.realisation-single .article .content .infos .section-content a {
  font-family: "poppins-medium";
  color: #BB16BA;
}
.realisation-single .images-gallery {
  padding: 50px 0;
}
.realisation-single .images-gallery .splide__slide {
  cursor: grab;
}
.realisation-single .images-gallery .splide__arrows {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.realisation-single .images-gallery .splide__arrow {
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
  border: none;
  background-color: transparent;
  margin: 0 15px;
  cursor: pointer;
}
.realisation-single .images-gallery .splide__arrow--prev {
  background-image: url("assets/images/icon-left.svg");
}
.realisation-single .images-gallery .splide__arrow--next {
  background-image: url("assets/images/icon-right.svg");
}
.realisation-single .images-gallery .splide__pagination {
  margin-top: 55px;
}
.realisation-single .images-gallery .splide__pagination__page {
  width: 22px;
  height: 22px;
  border: 1px solid #BB16BA;
  background-color: transparent;
  border-radius: 100%;
  margin: 0 5px;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.realisation-single .images-gallery .splide__pagination__page:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-radius: 100%;
}
.realisation-single .images-gallery .splide__pagination__page.is-active:after {
  background-color: #BB16BA;
}
.realisation-single .images-gallery .splide__slide {
  width: 550px;
  height: 550px;
  padding: 10px;
}
.realisation-single .images-gallery .splide__slide .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.realisation-single .cta {
  padding-top: 50px;
  padding-bottom: 50px;
}
.realisation-single .cta .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.realisation-single .cta .content .section-title {
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.realisation-single .cta .content .button {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.2rem;
}
.realisation-single .other-realisations {
  padding-bottom: 100px;
}
.realisation-single .other-realisations .section-title {
  text-transform: uppercase;
  text-align: center;
  padding: 60px 0;
}
.realisation-single .other-realisations__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
}
.realisation-single .other-realisations__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
}
.realisation-single .other-realisations__card:hover .see-more:after {
  width: 100%;
}
.realisation-single .other-realisations__card img {
  width: 500px;
  height: 200px;
  object-fit: cover;
  transition: all ease 0.2s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.realisation-single .other-realisations__card__title {
  font-family: "tan-pearl";
  line-height: 1.5;
  text-transform: uppercase;
  margin: 40px 0 5px;
}
.realisation-single .other-realisations__card__categories span {
  color: #222123;
  font-size: 1rem;
  font-family: "poppins-thin";
  margin-right: 5px;
}
.realisation-single .other-realisations__card__categories span:last-child {
  margin-right: 0;
}
.realisation-single .other-realisations__card .see-more {
  margin-top: 30px;
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  font-size: 1rem;
  color: #222123;
  position: relative;
}
.realisation-single .other-realisations__card .see-more:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #222123;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  display: block;
  transition-property: width;
  transition-duration: 0.1s;
}
.realisation-single .goback .button {
  margin: 50px auto;
  background-color: transparent;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.2rem;
  font-family: "poppins-extra-light";
}
@media screen and (max-width: 1670px) {
  .realisation-single .section {
    padding-left: 0;
    padding-right: 0;
  }
  .realisation-single .images-gallery .content {
    display: flex;
    justify-content: center;
  }
  .realisation-single .article .content .wp-post-image {
    width: 700px;
    height: 100%;
  }
  .realisation-single .other-realisations__card .wp-post-image {
    width: 350px;
    height: 180px;
  }
}
@media screen and (max-width: 1460px) {
  .realisation-single .article .content .wp-post-image {
    width: 500px;
    height: 100%;
  }
}
@media screen and (max-width: 1205px) {
  .realisation-single .other-realisations__list {
    display: flex;
    flex-direction: column;
  }
  .realisation-single .other-realisations__card {
    margin-bottom: 50px;
  }
  .realisation-single .other-realisations__card__see-more {
    margin-top: 10px;
  }
  .realisation-single .other-realisations__card .wp-post-image {
    width: 100%;
    max-width: 500px;
    height: 200px;
  }
}
@media screen and (max-width: 1150px) {
  .realisation-single .section {
    padding-left: 45px;
    padding-right: 45px;
  }
  .realisation-single .heading {
    height: auto;
    padding-top: 170px;
    padding-bottom: 40px;
  }
  .realisation-single .heading .content {
    padding-left: 0;
    margin: 0;
  }
  .realisation-single .heading .content .page-title {
    font-size: 2rem;
  }
  .realisation-single .heading .content .section-title {
    font-size: 0.86rem;
    margin-top: 18px;
  }
  .realisation-single .article .content {
    flex-direction: column;
    align-items: center;
  }
  .realisation-single .article .content .thumbnail {
    width: 100%;
    border: none;
    padding: 50px 0;
  }
  .realisation-single .article .content .infos {
    padding: 0 0 50px 0;
  }
  .realisation-single .article .content .infos .section-content {
    font-size: 1rem;
  }
  .realisation-single .article .content .wp-post-image {
    width: 100%;
    height: 450px;
    border-right: none;
  }
}
@media screen and (max-width: 1050px) {
  .realisation-single .images-gallery {
    overflow: hidden;
  }
  .realisation-single .other-realisations__card .wp-post-image {
    height: 150px;
  }
  .realisation-single .button {
    font-size: 1rem;
    height: auto;
    padding: 10px 25px;
  }
}
@media screen and (max-width: 800px) {
  .realisation-single .heading .content .page-title {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .realisation-single .section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.model-texts {
  background-color: #FFF2E7;
}
.model-texts .head {
  padding: 140px 0 140px 10%;
  background-image: url("assets/images/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -160px;
  border-bottom: 1px solid #222123;
}
.model-texts .head .page-title {
  font-size: 2rem;
}
.model-texts .content {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 50px;
  border-left: 1px solid #222123;
  border-right: 1px solid #222123;
  box-sizing: border-box;
}
.model-texts .content h2,
.model-texts .content h3,
.model-texts .content h4,
.model-texts .content h5,
.model-texts .content h6,
.model-texts .content bold {
  font-family: "poppins-medium";
  margin: 30px 0 10px;
}
.model-texts .content em {
  font-style: italic;
}
.model-texts .content strong {
  font-weight: 700;
}
.model-texts .content p {
  font-family: "poppins-extra-light";
  font-size: 0.86rem;
}
.model-texts .content ul {
  list-style-type: disc;
  padding-left: 24px;
}
@media screen and (max-width: 1150px) {
  .model-texts .head {
    padding-top: 200px;
    padding-bottom: 80px;
  }
  .model-texts .content {
    border-right: none;
    border-left: none;
  }
}
@media screen and (max-width: 600px) {
  .model-texts .head {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 120px;
    padding-bottom: 30px;
  }
  .model-texts .head .page-title {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .model-texts .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.blog-posts-page .head {
  text-align: center;
  padding: 50px 10px;
  box-sizing: border-box;
}
.blog-posts-page .head .page-title {
  font-size: 3rem;
}
.blog-posts-page .head .page-subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 950px;
  margin: auto;
  white-space: pre-line;
}
.blog-posts-page .head .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.blog-posts-page .head .icons .icon {
  margin-right: 40px;
}
.blog-posts-page .head .icons .icon:last-child {
  margin-right: 0;
}
.blog-posts-page .posts-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.blog-posts-page .posts-list .post {
  width: 100%;
  text-align: center;
  padding: 70px;
  box-sizing: border-box;
  border-bottom: 1px solid #222123;
  box-sizing: border-box;
  color: black;
}
.blog-posts-page .posts-list .post:hover .post-link::after {
  width: 100%;
}
.blog-posts-page .posts-list .post:nth-child(odd) {
  border-right: 1px solid #222123;
}
.blog-posts-page .posts-list .post .post-thumbnail {
  width: 100%;
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-posts-page .posts-list .post .post-content {
  max-width: 400px;
  margin: auto;
  white-space: pre-line;
  overflow-wrap: break-word;
}
.blog-posts-page .posts-list .post .post-title {
  font-family: "tan-pearl";
  font-size: 1.31rem;
  line-height: 1.9rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: 25px;
}
.blog-posts-page .posts-list .post .post-link {
  text-align: center;
  position: relative;
  margin: 20px auto;
  display: block;
  width: 150px;
  font-size: 1.1rem;
  color: #222123;
}
.blog-posts-page .posts-list .post .post-link::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #222123;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  display: block;
  transition-property: width;
  transition-duration: 0.1s;
}
.blog-posts-page .posts-navigation {
  display: flex;
  justify-content: center;
  margin: 50px 0;
  font-size: 1.2rem;
}
.blog-posts-page .posts-navigation .navigation {
  margin-left: 15px;
}
.blog-posts-page .posts-navigation .screen-reader-text {
  display: none;
}
.blog-posts-page .posts-navigation .page-numbers {
  margin-right: 20px;
  color: #222123;
}
.blog-posts-page .posts-navigation .page-numbers.current {
  font-weight: 700;
}
@media screen and (max-width: 1150px) {
  .blog-posts-page .head {
    padding: 150px 10px 50px 10px;
  }
  .blog-posts-page .head .page-title {
    font-size: 2.5rem;
  }
  .blog-posts-page .posts-list {
    grid-template-columns: 1fr;
  }
  .blog-posts-page .posts-list .post:nth-child(odd) {
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 920px) {
  .blog-posts-page .head .page-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 800px) {
  .blog-posts-page .posts-list .post {
    padding: 50px 20px;
  }
  .blog-posts-page .posts-list .post .post-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.single-post .top-section {
  display: flex;
}
.single-post .the-post {
  margin: auto;
  max-width: 1000px;
  padding: 50px 70px;
  box-sizing: border-box;
}
.single-post .wp-post-image {
  max-width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center;
}
.single-post .post-date {
  margin: 20px 0;
}
.single-post .post-title {
  font-family: "tan-pearl";
  line-height: 1.6rem;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.single-post .post-content {
  white-space: pre-line;
}
.single-post .post-content b {
  font-weight: 700;
}
.single-post .post-content .wp-caption-text {
  font-size: 0.75rem;
}
.single-post .post-content img {
  height: auto;
  max-width: 100%;
}
.single-post .post-content .wp-caption {
  max-width: 100%;
}
.single-post .post-content .wp-caption.aligncenter {
  text-align: center;
  margin: auto;
  display: block;
}
.single-post .separator {
  width: 100%;
  height: 1px;
  background-color: #222123;
}
.single-post .other-posts {
  padding: 50px 0;
}
.single-post .other-posts .last-blog-post.section {
  border-bottom: none;
}
.single-post .other-posts .last-blog-post .section-title {
  text-transform: uppercase;
}
.single-post .author {
  width: 500px;
  border-left: 1px solid #222123;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  box-sizing: border-box;
}
.single-post .author .profile {
  display: block;
  width: 220px;
  height: 220px;
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  position: relative;
}
.single-post .author .profile:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 250px;
  height: 250px;
  border: 1px solid #BB16BA;
  border-radius: 100%;
}
.single-post .author .title {
  font-family: "tan-pearl";
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 2rem;
  margin-top: 65px;
  padding: 0 50px;
  text-align: center;
}
.single-post .author .content {
  margin-top: 50px;
  padding: 0 50px;
}
.single-post .author .button {
  margin: 40px auto 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.2rem;
}
.single-post .author .separator {
  margin-top: 50px;
}
@media screen and (max-width: 1500px) {
  .single-post .the-post {
    max-width: 800px;
  }
}
@media screen and (max-width: 1200px) {
  .single-post .the-post {
    max-width: 700px;
    padding-top: 150px;
  }
  .single-post .author {
    padding-top: 150px;
  }
  .single-post .author .title {
    padding-left: 25px;
    padding-right: 25px;
  }
  .single-post .author .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .single-post .top-section {
    flex-direction: column;
  }
  .single-post .top-section .the-post {
    max-width: unset;
  }
  .single-post .top-section .author {
    width: 100%;
    border-top: 1px solid #222123;
    margin: auto;
    border-left: none;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .single-post .top-section .author .content {
    max-width: 600px;
    margin: 30px auto;
  }
  .single-post .top-section .author .separator {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .single-post .top-section .the-post {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .single-post .top-section .the-post .wp-post-image {
    width: 100%;
  }
  .single-post .top-section .the-post .post-content {
    width: 100%;
    word-wrap: break-word;
  }
}

.page-services {
  /* POST SECTION **/
  /** LISTE DES SPECIALITES SECTION **/
  /** PRESENTATION SECTION **/
}
.page-services .post {
  display: flex;
  border-bottom: 1px solid #222123;
}
.page-services .post .image-wrapper {
  border-right: 1px solid #222123;
  padding: 90px;
}
.page-services .post .image {
  width: 530px;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-services .post .content {
  padding: 90px;
  white-space: pre-line;
  background-color: rgba(254, 253, 233, 0.52);
}
.page-services .post .content strong {
  font-family: "poppins-medium";
}
.page-services .post .content a {
  color: #BB16BA;
  font-family: "poppins-medium";
}
.page-services .post .content em {
  font-style: italic;
}
.page-services .post .content .button {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.2rem;
  color: #222123;
  font-family: "poppins-extra-light";
}
.page-services .specialities {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-services .specialities h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "tan-pearl";
  line-height: 4rem;
  text-align: center;
}
.page-services .specialities .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 80px;
  column-gap: 150px;
  margin-top: 100px;
  max-width: 1700px;
  margin: 50px auto;
  padding: 0 100px;
  box-sizing: border-box;
}
.page-services .specialities .list .card {
  text-align: center;
  max-width: 400px;
  margin: auto;
}
.page-services .specialities .list .card .image {
  width: 200px;
  height: 200px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
.page-services .specialities .list .card .title {
  font-family: "tan-pearl";
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 20px;
}
.page-services .specialities .list .card .content {
  margin-top: 32px;
}
.page-services .presentation {
  border-bottom: 1px solid #222123;
}
.page-services .presentation h3 {
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "tan-pearl";
  line-height: 4rem;
  text-align: center;
  border-top: 1px solid #222123;
  border-bottom: 1px solid #222123;
}
.page-services .presentation .content {
  font-family: "poppins-light";
  max-width: 1200px;
  margin: auto;
  border-left: 1px solid #222123;
  border-right: 1px solid #222123;
  padding: 80px 100px;
  box-sizing: border-box;
  white-space: pre-line;
  background-color: rgba(254, 253, 233, 0.52);
}
.page-services .cta {
  padding: 70px 20px;
  box-sizing: border-box;
}
.page-services .cta h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "tan-pearl";
  line-height: 4rem;
  text-align: center;
}
.page-services .cta .button {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.2rem;
  margin: 30px auto;
}
@media screen and (max-width: 1280px) {
  .page-services .post .image-wrapper {
    padding: 40px;
  }
  .page-services .post .image-wrapper .image {
    width: 400px;
    height: 400px;
  }
  .page-services .post .content {
    padding: 40px;
  }
  .page-services .presentation .content {
    max-width: 800px;
  }
}
@media screen and (max-width: 1150px) {
  .page-services .specialities .list {
    column-gap: 40px;
  }
}
@media screen and (max-width: 950px) {
  .page-services .post {
    display: flex;
    flex-direction: column;
  }
  .page-services .post .image-wrapper {
    width: 100%;
    box-sizing: border-box;
    border-right: none;
  }
  .page-services .post .image-wrapper .image {
    width: 100%;
  }
  .page-services .post .content {
    padding-top: 0;
    background-color: transparent;
  }
  .page-services .specialities .list {
    padding: 0 40px;
    grid-template-columns: 1fr 1fr;
  }
  .page-services .presentation .content {
    border-left: none;
    border-right: none;
    width: 100%;
    margin: 0;
    max-width: unset;
    padding: 40px;
  }
}
@media screen and (max-width: 800px) {
  .page-services h3 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .page-services .presentation h3 {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 640px) {
  .page-services .hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-services .post .image-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-services .post .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-services .specialities .list {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .page-services .presentation .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-a-propos .hero-section .image-wrapper {
  position: relative;
  border: 1px solid black;
  border-radius: 100%;
  padding: 40px;
}
.page-a-propos .hero-section .image-wrapper:before, .page-a-propos .hero-section .image-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  width: 45px;
  height: 65px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-a-propos .hero-section .image-wrapper:before {
  top: 40px;
  right: 55px;
  background-image: url("assets/images/image-star.svg");
}
.page-a-propos .hero-section .image-wrapper:after {
  bottom: 40px;
  left: 55px;
  background-image: url("assets/images/image-circle.svg");
}
.page-a-propos .hero-section .image-wrapper img {
  object-fit: cover;
  border-radius: 100%;
}
.page-a-propos .presentation-section {
  display: flex;
  border-bottom: 1px solid #222123;
  background-color: rgba(254, 253, 233, 0.52);
}
.page-a-propos .presentation-section .title-wrapper {
  padding: 50px;
  border-right: 1px solid #222123;
}
.page-a-propos .presentation-section h2 {
  width: 530px;
  font-size: 1.5rem;
  font-family: "tan-pearl";
  line-height: 2.5rem;
  text-transform: uppercase;
  white-space: pre-line;
}
.page-a-propos .presentation-section .content-wrapper {
  padding: 60px;
  box-sizing: border-box;
  white-space: pre-line;
}
.page-a-propos .presentation-section .button {
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.2rem;
  color: #222123;
  font-family: "poppins-extra-light";
}
.page-a-propos .anecdotes-section {
  background-color: rgba(254, 253, 233, 0.52);
  display: flex;
}
.page-a-propos .anecdotes-section .image-wrapper {
  padding: 50px;
}
.page-a-propos .anecdotes-section .image-wrapper img {
  width: 530px;
  height: 875px;
  object-fit: cover;
}
.page-a-propos .anecdotes-section .anecdotes {
  padding: 50px;
  margin: auto;
}
.page-a-propos .anecdotes-section .anecdotes h2 {
  font-size: 1.5rem;
  font-family: "tan-pearl";
  line-height: 4rem;
  text-transform: uppercase;
  text-align: center;
}
.page-a-propos .anecdotes-section .anecdotes .list .card {
  max-width: 850px;
  margin: auto;
  display: flex;
  align-items: center;
}
.page-a-propos .anecdotes-section .anecdotes .list .card:nth-child(odd) {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.page-a-propos .anecdotes-section .anecdotes .list .card:nth-child(odd) .text {
  text-align: left;
}
.page-a-propos .anecdotes-section .anecdotes .list .card:nth-child(odd) .image {
  margin-right: 20px;
}
.page-a-propos .anecdotes-section .anecdotes .list .card:nth-child(even) {
  justify-content: flex-end;
}
.page-a-propos .anecdotes-section .anecdotes .list .card:nth-child(even) .text {
  text-align: right;
}
.page-a-propos .anecdotes-section .anecdotes .list .card:nth-child(even) .image {
  margin-left: 20px;
}
.page-a-propos .anecdotes-section .anecdotes .list .card .image {
  width: 210px;
  height: 210px;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.page-a-propos .socials {
  padding: 130px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #222123;
}
.page-a-propos .socials h3 {
  font-size: 1.2rem;
  font-family: "tan-pearl";
  line-height: 2.5rem;
}
.page-a-propos .socials .icons {
  margin-top: 55px;
}
.page-a-propos .socials .icons a {
  margin-right: 60px;
  width: 42px;
  height: 42px;
}
.page-a-propos .socials .icons a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1450px) {
  .page-a-propos .presentation-section h2 {
    width: 400px;
  }
  .page-a-propos .anecdotes-section .image-wrapper img {
    width: 400px;
    height: 600px;
  }
}
@media screen and (max-width: 1280px) {
  .page-a-propos .presentation-section .title-wrapper,
  .page-a-propos .presentation-section .content-wrapper {
    padding: 40px;
  }
  .page-a-propos .anecdotes-section .image-wrapper {
    padding: 40px;
  }
  .page-a-propos .anecdotes-section .anecdotes {
    padding: 40px;
  }
}
@media screen and (max-width: 1150px) {
  .page-a-propos .hero-section .image-wrapper:before {
    top: 20px;
  }
  .page-a-propos .hero-section .image-wrapper::after {
    bottom: 20px;
  }
  .page-a-propos .presentation-section {
    flex-direction: column;
    align-items: center;
  }
  .page-a-propos .presentation-section .title-wrapper {
    padding: 20px;
    border-right: none;
    border-bottom: 1px solid #222123;
    width: 100%;
  }
  .page-a-propos .presentation-section .title-wrapper h2 {
    width: fit-content;
    margin: auto;
  }
  .page-a-propos .presentation-section .content-wrapper {
    padding: 20px;
  }
  .page-a-propos .anecdotes-section {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .page-a-propos .anecdotes-section .image-wrapper {
    padding: 40px 20px;
  }
  .page-a-propos .anecdotes-section .image-wrapper img {
    width: 100%;
    max-width: 400px;
  }
  .page-a-propos .anecdotes-section .anecdotes {
    padding: 0 20px;
  }
  .page-a-propos .anecdotes-section .anecdotes h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .page-a-propos .anecdotes-section .anecdotes .list {
    margin-top: 30px;
  }
  .page-a-propos .anecdotes-section .anecdotes .list .card:nth-child(odd), .page-a-propos .anecdotes-section .anecdotes .list .card:nth-child(even) {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .page-a-propos .anecdotes-section .anecdotes .list .card:nth-child(odd) .image, .page-a-propos .anecdotes-section .anecdotes .list .card:nth-child(even) .image {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .page-a-propos .anecdotes-section .anecdotes .list .card:nth-child(odd) .text, .page-a-propos .anecdotes-section .anecdotes .list .card:nth-child(even) .text {
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  .page-a-propos .hero-section .image-wrapper {
    padding: 20px;
  }
  .page-a-propos .hero-section .image-wrapper::before, .page-a-propos .hero-section .image-wrapper:after {
    width: 25px;
    height: 45px;
  }
  .page-a-propos .hero-section .image-wrapper:before {
    top: 0;
  }
  .page-a-propos .hero-section .image-wrapper:after {
    bottom: 0;
  }
  .page-a-propos .hero-section .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 500px) {
  .page-a-propos .socials .icons a {
    width: 28px;
    height: 28px;
    margin-right: 35px;
  }
}

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