/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #f5aea0;
  text-decoration: none;
}

a:hover {
  color: #f5aea0;
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}

h1 {
  color : #FFFFFF;
  margin-left: 30vw;
  font-weight: bold;
  opacity: 0%;
}
 
 @media (max-width: 768px) {
 
}
 
@font-face {
  font-family: 'Noto Color Emoji';
  src: url('https://raw.githack.com/googlefonts/noto-emoji/main/fonts/NotoColorEmoji.ttf');
}

.emoji {
  font-family: 'Noto Color Emoji';
}

.titre_autre{
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 2rem;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}



#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #f5aea0;
}

#topbar .contact-info i {
  color: #f5aea0;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #ee8c79;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #f5aea0;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #ee8c79;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #f5aea0;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
#logo {
  height: 3.8vw;                                   /* faire un responsive % vh */
  width: 10vw;                                   /* faire un responsive % vw */
  margin-right : 10vw;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #1e3244;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  padding: 5px 2px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ee8c79;
  border-color: #f5aea0;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ee8c79;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/


.mobile-nav-toggle {
  color: #1c2e3f;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
    
    #logo {
  height: 6.8vw;                                   /* faire un responsive % vh */
  width: auto;                                   /* faire un responsive % vw */
  margin-right : 10vw;
}

  .mobile-nav-toggle {
    display: block;
    margin-left:50px;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1c2e3f;
  border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ee8c79;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ee8c79;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.profil{
    display: none;
}

@media (min-width: 1024px) {
    .separateur{
        height :13.5vh;
    }
  #hero {
    background-attachment: fixed;
  width: 88%;
  height: 86vh;
  background: url("../img/photo_profil.webp") top center;
  background-size: cover;
  margin-bottom: -130px;
  margin-left: 6.3vw;
}
.profil{
    display: none;
}
}

@media (max-width: 992px) {
     .separateur{
        display:none;
    }
    
    #hero {
    display:none;
}

  #hero .container {
     display: none;
  }
  .profil{
    display: block;
    margin-left: 1.5vw;
    height : 48.5vw;
    width : auto;
    margin-bottom: -130px;
    margin-top: -35px;
}
}

@media (max-width: 600px) {
     .separateur{
        display:none;
    }
    
    #hero {
    display:none;
}

  #hero .container {
     display: none;
  }
  .profil{
    display: block;
    margin-left: 2vw;
    height : 48.5vw;
    width : auto;
    margin-bottom: -100px;
    margin-top: -90px;
}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #203549;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #ee8c79;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #ee8c79;
  border-radius: 4px;
  color: #fff;
}

p{
  text-align: justify;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

#acceuil{
  height: auto;
  display: grid; /*grid*/
  grid-template-columns: 9% 16% 5% 40% 5% 16% 9%;
}

.acc{
  background-color: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.accueil_2 img{
  margin-top: 1.5vw;
}
.accueil_3 img{
  margin-top: 1.5vw;
}

@media (max-width: 768px) {
  #acceuil{
    height: auto;
    display: grid; /*grid*/
    grid-template-columns:  0% 28% 0% 44% 0% 28% 0% ;
  }
  .acc{
    margin-bottom: 1vw;
    margin-right: 2vw;
    margin-left: 2vw;
  }

  .accueil_2 img{
    margin-top: 5vw;
  }
  .accueil_3 img{
    margin-top: 3vw;
  }
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #ee8c79;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1e3244;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

#hypnose{
  display: grid;
  grid-template-columns: 50% 50%;
}

#hypnose1 p{
  color: #323232;
  font-size: 1.1em;
  margin-right: 5vw;
  margin-left: 8vw;
  line-height: 1.7em;
  Text-align : justify;
}

.cycle{
  float: right;
  height: 35vw;
  width: 40vw;
  margin-right: 7vw;
}

#citation_container{
  float: right;
  font-size: 1.1em;
  margin-left: 4vw;
  margin-right: 7vw;
  margin-top: 8vh;
  line-height: 1.5em;
  Text-align : justify;
}


@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {


  /* RTT*/
  #titre_1 {
      font-size: 1.8em;
      margin-right: 7vw;
      margin-left: 4vw;
      margin-top: 20vw;
  }

  #hypnose {
      display: grid;
      grid-template-rows: 50% 50%;
      grid-template-columns: 100%;
  }

  #hypnose1 p {
      color: #323232;
      font-size: 1.1em;
      line-height: 1.7em;
      Text-align: justify;
      margin-left: 10vw;
      margin-right: 10vw;
  }

  #hypnose2 {
      margin-top: 1vh;
      margin-left: 8vw;
  }

  .cycle {
      height: 70vw;
      width: 80vw;
      margin-right: 10vw;
  }

}

@media screen and (max-width: 414px){

  #hypnose {
      display: grid;
      grid-template-rows: 50% 50%;
      grid-template-columns: 100%;
  }

  #hypnose1 p {
      color: #323232;
      font-size: 0.85em;
      line-height: 1.7em;
      Text-align: justify;
      margin-left: 10vw;
      margin-right: 10vw;
  }

  #hypnose2 {
      margin-top: 6vw;
      margin-left: 8vw;
  }

  .cycle {
      height: 70vw;
      width: 80vw;
      margin-right: 11vw;
  }
 
}
@media screen and (max-width: 320px){

  #hypnose {
      display: grid;
      grid-template-rows: 50% 50%;
      grid-template-columns: 100%;
  }

  #hypnose1 p {
      color: #323232;
      font-size: 0.75em;
      line-height: 1.7em;
      Text-align: justify;
      margin-left: 10vw;
      margin-right: 10vw;
  }

  #hypnose2 {
      margin-top: 6vw;
      margin-left: 8vw;
  }

  .cycle {
      height: 70vw;
      width: 80vw;
      margin-right: 11vw;
  }

}

/*--------------------------------------------------------------
# frise
--------------------------------------------------------------*/
.approach{
  background-color: #f6f5f5;
}

.titre_my_approach {
  margin-top: 2vw;
  margin-left: 30vw;
  background-color: #f6f5f5;
  border-radius: 20px;
  height: 18vh;
  width: 40vw;
  margin-bottom: -3vw;
}

.titre_my_approach h2 {
  padding-top: 2vw;
  margin-left: 5vw;
  margin-right: 5vw;
  line-height: 1.7rem;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
}

.timeline-container {
  width: 80%;
  padding: 50px 0;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}
.timeline-container:before { /*This is the line down the middle*/
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #f5aea0;
  z-index: 1;
}
.timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
}
.timeline-block-right {
  float: right;
}
.timeline-block-left {
  float: left;
  direction: rtl
}
.marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #F5F7FA;
  background: #ee8c79;
  margin-top: 10px;
  z-index: 2;

}
.timeline-content {
  width: 95%;
  padding: 0 15px;
  color: #666;
}
.timeline-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500
}
.timeline-content span {
  font-size: 15px;
  color: #a4a4a4;
}
.timeline-content p {
  font-size: 14px;
  line-height: 1.5em;
  word-spacing: 1px;
  color: #888;
}
@media screen and (max-width: 768px) {
  .timeline-container:before {
     left: 8px;
     width: 2px;
  }
  .timeline-block {
     width: 100%;
     margin-bottom: 30px;
  }
  .timeline-block-right {
     float: none;
  }
  .timeline-block-left {
     float: none;
     direction: ltr;
  }
}


@media screen and (max-width: 1024px){
  .titre_my_approach {
      margin-top: 3vw;
      margin-left: 18vw;
      background-color: #f6f5f5;
      border-radius: 20px;
      height: 15vh;
      width: 65vw;
  }

  .titre_my_approach h2 {
      padding-top: -10vw;
      margin-left: 5vw;
      margin-right: 5vw;
      line-height: 1.4em;
      font-size: 1.3rem;
  }

  #block .block_text p {
      font-size: 1em;
      padding-top: 7vw;
      margin-left: 6vw;
      margin-right: 6vw;
  }

  #block {
      margin-top: -5vw;
      background-color: #f6f5f5;
      height: 67vw;
      display: grid; /*grid*/
      grid-template-columns: 100%;
  }

  .gauche {
      display: none;
  }

  .droite {
      display: none;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.soigne{
  margin-left: 4vw;
}

.services .icon-box {
  text-align: center;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);

  border-radius: 20px;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(253, 253, 253, 0.2);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: -1;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #203548;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #ee8c79;
  border-color: #ee8c79;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon::before {
  background: rgba(255, 255, 255, 0.3);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.gridfaq{
  display: grid;
  grid-template-columns: 50% 50%;  
}
.faqgrid{ 
  background-color: #ffffff ;
}

.faq .faq-list {
  padding: 0 10px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #f6f5f5;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #f5aea0;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #000000;
}

.faq .faq-list a.collapsed:hover {
  color: #f5aea0;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .gridfaq{
    display: grid;
    grid-template-columns: 100%;
  }
  .icon-box{
    margin-left: -3vw;
    margin-right: 5vw;

  }
}
/*--------------------------------------------------------------
# test
--------------------------------------------------------------*/
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.theme.min.css">
 
.demo{ background: #f8f7f6; }
#testimonial-slider{
    padding: 50px 20px 35px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 115px 19px rgba(236, 236, 236, 1);
}
.testimonial .description{
    font-size: 14px;
    color: #777;
    line-height: 26px;
    text-indent: 30px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -15px;
}
.testimonial .title{
    font-size: 24px;
    font-weight: bold;
    color: #363636;
    text-transform: capitalize;
    margin: 0;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #363636;
}
.owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.owl-next{
    left: auto;
    right: 0;
}
.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}
.owl-buttons .owl-next:before{
    content: "\f105";
}
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before{
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
.owl-theme .owl-controls{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #ccc;
    background: url("../images/img-1.jpg") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("../images/img-2.jpg") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("../images/img-3.jpg") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span{
    border-color: #d133ff;
    opacity: 1;
}
@media only screen and (max-width: 479px){
    .owl-buttons{ bottom: 30%; }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials{
  background-color: #f6f5f5;
}
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #f5aea0;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  Text-align: justify;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f5aea0;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f5aea0;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}
/*--------------------------------------------------------------
# about me
--------------------------------------------------------------*/
#titre_about_me {
  margin-top: 5vw;
 padding-top: 10vh;
}

.partie {
  margin-top: 7vh;
  height: 120vh;
  width: 100%;
  display: grid; /*grid*/
  grid-template-columns: 50% 50%;
}

.cecile_perso {
  height: 19vw;
  width: 19.6vw;
  border-radius: 100%;
  margin-left: 19.4vw;
}

.nom {
text-align: center;
  font-size: 1.6em;
  margin-left: 7vw;
  margin-top: 4vh;
}

.fonction {
  font-size: 1.4em;
  margin-top: 0.5vh;
  text-align: center;
  margin-left: 7vw;

}

.partie_gauche p {
  color: #323232;
  font-size: 1.1em;
  padding-top: 7vh;
  line-height: 1.4em;
  Text-align: justify;
  margin-left: 12vw;
  margin-right: 4vw;
}

.partie_droite p {
  color: #323232;
  font-size: 1.1em;
  padding-top: 5vh;
  line-height: 1.4em;
  Text-align: justify;
  margin-left: 4vw;
  margin-right: 12vw;
}

#cl_hyp_2 {
  height: 10vw;
  margin-left: 7vw;
  margin-top: 3vw;
}

#member_2 {
  height: 10vw;
  margin-left: 3vw;
  margin-top: 3vw;

}
@media screen and (max-width: 991px){
    #cl_hyp {
  height: 50vw;
  margin-left: 7vw;
  margin-top: 3vw;
}
}
@media screen and (max-width: 768px) {
  /*about me*/
  #titre_about_me {
      padding-top: 10vh;
      font-size: 1.1em;
      align-items: center;
  }

  .partie {
      margin-top: 7vh;
      height: auto;
      width: 100%;
      display: grid;
      grid-template-columns: 100%;
  }

  .cecile_perso {
      height: 36vw;
      width: 36vw;
      align-items: center;
      border-radius: 100%;
      margin-left: 32vw;
  }

  .nom {
      margin-left: 0vw;
      font-size: 1.6em;
      margin-top: 4vh;
  }

  .fonction {
      margin-left: 0vw;
      font-size: 1.4em;
      margin-top: 0.5vh;
  }

  .partie_gauche p {
      color: #323232;
      font-size: 1.1em;
      padding-top: 7vh;
      line-height: 1.4em;
      Text-align: justify;
      margin-left: 10vw;
      margin-right: 10vw;
  }

  .partie_droite p {
      color: #323232;
      font-size: 1.1em;
      padding-top: 1.5vw;
      line-height: 1.4em;
      Text-align: justify;
      margin-left: 10vw;
      margin-right: 10vw;
  }

  #cl_hyp_2 {
     display:none;
  
  }

  #member_2 {
     display:none;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .php-email-form {
  width: 80%;
  background: #fff;
  align-items: center;
  margin-left: 9vw;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;

}

.contact .php-email-form button[type=submit] {
  background:#f5aea0;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.contact .php-email-form button[type=submit]:hover {
  background: #ee8c79;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #2e2e2e;
  color: #f6f5f5;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
  border-bottom: #f3eeee;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ee8c79;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  
}

#footer .social-links a:hover {
  background: #f5aea0;
  color: #fff;
  text-decoration: none;
}

#footer img {
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
  width: 30vw;
}

.ordre {
  color: #828282;
  text-decoration: none;
}


.ordre a {
  color:#828282;
  
}

.ordre a:hover {
  color: #f5aea0;
  text-decoration: none;
}
/**************** Début Cookies****************/

 #cookie-banner {
            display: none;
            position: fixed;
           flex-direction: initial;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: #f5aea0;
            color: #fff;
            padding: 15px;
            justify-content: space-between;
            align-items: center;
            z-index: 1000;
        }
        #cookie-banner p {
            margin: 0;
            padding-right: 20px;
        }
        
         #cookie-banner a {
           color: #fff;
        }
        
        #cookie-banner button {
            padding: 10px 15px;
            color: #f5aea0;
            background-color: #fff;
            border: none;
            cursor: pointer;
            border-radius: 4px;
        }
        
    
        @media (max-width: 1150px) {
    #cookie-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }
    #cookie-banner p {
        padding: 0 0 10px 0;
        text-align: left;
    }
    #cookie-banner button {
        margin: 5px 0;
        width: 100%; 
    }
}
        

        
        /**************** fin Cookies****************/


