#main {
    padding : 0 0 25px;
}

.page-content.page-cms {
    background : white;
    padding    : 1rem .5rem;
    text-align : justify
}
.wrapper-a-propos__inner .container-primary {
  max-width : 1200px
}
.page-content.page-cms .cms-box img {
    max-width : 100%
}

.subtilte_mobile {
  display: none;
}

@media (max-width : 991px) {
    #block-cmsinfo {
        padding : 1.25rem 1.875rem
    }
}

.breadcrumb__wrapper {
  display : none
}

.contactform__header {
  height: 400px;
  background: var(--color-secondary);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactform__content h1.page-title {
  color: #004B49;
  text-align: center;
  font-family: Elsie;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 30px 0 10px;
}

.contactform__content span {
  display: block;
  color: #004B49;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
}

img.logo_contact {
  display: block;
  margin: 0 auto;
  max-width: 120px;
}

.picto-top,.picto-leaf {
  position: absolute;
  top : 0 ;
  right: 0;
  display: flex;
  justify-content: end;
}

.picto-person,.picto-logo {
  position: absolute;
  bottom:0;
  left : 0
}

.picto-person img,.picto-logo img,.picto-top img,.picto-leaf img {
  width :60%
}


.logo_animate {
  position: absolute;
  top: 135px;
  left: 135px;
  animation: rotate 10s linear infinite;
  z-index: 3;
}

.logo_animate img {
  transform : scale(0.8);
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.concept__container {
  padding: 80px 0;
}

.title_container {
  color: #004B49;
  text-align: center;
  font-family: Elsie;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.subtitle_container {
  display: block;
  color:  #A15734;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.84px;
  margin: 10px 0;
}
.concept__header {
  margin-bottom: 50px;
}
.concept__header p {
  color: #1F1F1F;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: -0.84px;
}

.concept_description {
  max-width: 50%;
}

.concept__content {
  display : flex;
  gap : 20px;
  justify-content: center;
  /*max-width: 1300px;*/
  /*margin: 0 auto;*/
}

.description-bold {
  color:  #004B49;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -1.17px;
  text-transform: uppercase;
}

.concept_description .description {
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: -0.84px;
}

.concept_description img {
  width : 100% ;
  object-fit: cover;
  margin-bottom: 40px;
}

.values__container {
  padding: 80px 0;
  background: #F9F2ED;
}

.values__container .title_container {
  text-align: left;
  margin-bottom: 50px;
}

.value_item {
  display: flex;
  gap: 50px;
  background: #fff;
  padding: 30px;
  align-items: center;
}

.value-media {
  position: relative;
  width: 80px;
}

.logo_vector {
  position: absolute;
  top: -20px;
  right: -20px;
}
img.logo_vector {
  width: 80%;
}

.value-description {
  display: flex;
  flex-direction: column;
}

.media_item {
  position: relative;
  z-index : 1
}

.title-item {
  color: #A15734;
  font-family: Elsie;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.description-item {
  color:  #004B49;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: -0.84px;
}

.values__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.media__container {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.media__container .media_video {
  max-width: 50%;
  max-height: 750px;
  object-fit: cover;
  object-position: bottom;
}

.media__container .media_video video {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
}

.history__container {
  padding: 150px 0;
  background: linear-gradient(180deg, #FFF 0%, #F9F2ED 100%);
  height: 1300px;
  position: relative;
}

.media-center {
  position: relative;
  width: fit-content;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
}

.media-main {
  position: relative;
}

.media-center .media-sup {
  position: absolute;
  z-index: 1;
  left: -25%;
  bottom: -10%;
  width: 50%;
}

.logo_animate_2 {
  position: absolute;
  top: 20px;
  animation: rotate 10s linear infinite;
  right: -25px;
}

.logo_animate_2 img {
  transform : scale(0.8);
}

.content-main {
  max-width: 850px;
  margin: 100px auto 0;
}

.history-text {
  color: #1F1F1F;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: -0.84px;
  margin-bottom: 10px;
}

.history-text-bold {
  color: #A15734;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.84px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
}

.history-center-main {
  color:  #A15734;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 164.286% */
  letter-spacing: -0.84px;

  position : absolute;
  top: 40%;
  right: -450px;
  max-width: 355px;
 }

.history-center-main ul {
  list-style: disc;
  padding: 0;
  margin: 0 0 0 10px;
}

.media-top-left {
  position: absolute;
  left: 0;
  top: 100px;
}

.media-bottom-right {
  position: absolute;
  right: 50px;
  bottom: 100px;
}

.media-main {
  width: 80%;
}

.media-top-left img {
  width: 80%;
}

.content-top-left {
  color:  #A15734;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.84px;

  position: absolute;
  top: 20%;
  right: -300px;
  max-width: 250px;
}

.media-top-right {
  position: absolute;
  top: 0;
  right: 100px;
  transform: translateY(-50%);
  opacity: 0.2;
}

.media-bottom-left {
  position: absolute;
  left: 0;
  bottom: 100px;
  transform: translateX(-50%);
  opacity: 0.2;
}

.media-leaf-left {
  position: absolute;
  right: 0;
  bottom: 400px;
}

#authentication .contactform__content h1.page-title {
  max-width: 65vw;
  font-size: 40px;
}
