@import url('https://fonts.googleapis.com/css2?family=Roboto:wdth,wght@75..100,100..900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}


/* colors */
:root {
  --mauve-color: #C8AFF5;
  --violet-color: #877CFA;
  --pink-color: #F7CDC4;
  --green-color: #E1E763;
  --orange-color: #EE682B;
  --beige-color: #F5F3ED;
  --dark-color: #262344
}


.mobileOnly {
  display: none;
}

/* backgrounds */

body {
  color: var(--dark-color);
}

body.homepage {
  background-color: var(--beige-color);
}

.fromWYSIWYG p {
  line-height: 30px;
}

.detail-page h1 {
  margin-bottom: 30px;
  text-align: left;
}

.detail-page h1 i {
  font-style: normal;
  font-weight: 400;
}

.detail-page h1 b {
  color: var(--violet-color);
}

.detail-page #detail-evras-heading h2 {
  margin-bottom: 30px;
  font-size: 29px;
}


.detail-page #detail-evras-heading h2 b {
  color: var(--violet-color);
}

.link-card {
  cursor: pointer
}

.actu-box {
  background-color: #FFF;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 50px;
  color: #000;
  gap: 50px;
  margin-top: -200px;
  position: relative;
  display: flex;
}

.actu-box .actu-heading {
  width: 50%;
}

.actu-box .actu-content {
  width: 50%;
}

.actu-box .actu-content p {
  margin-bottom: 30px;
}

.h2 {
  color: #262344;
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 900;
}

.h3 {
  color: #262344;
  font-size: 44px;
  margin-bottom: 30px;
  font-weight: 900;
}

.h4 {
  color: #262344;
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 900;
}

.pancarte {
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 10;
  width: 250px;
}

.pancarte .bg-pancarte {
  display: block;
  width: 100%;
}

.small-illu-pancarte {
  position: absolute;
  max-width: 39%;
  top: 0;
  right: 0;
  padding: 2%;
  height: 33%;
  display: flex;
}

.small-illu-pancarte img {
  display: block;
  width: 100%;
  height: auto;
  align-self: center;
}

.pancarte {}

.title-deco-left {
  position: relative;
}

.title-deco-left .traits {
  position: absolute;
  left: -110px;
  top: -100px;
  transform: rotate(-3deg);
  max-width: 130px;
}



.title-deco-right {
  position: relative;
  display: inline-block;
}

.title-deco-right .traits {
  position: absolute;
  right: -140px;
  top: -140px;
}


.wrapper {
  padding: 0 5%;
  max-width: 1900px;
  margin: 0 auto;
}

.wrapper-750 {
   max-width: 750px;
 
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
  margin: 0 auto;
}

.wrapper-850 {
  max-width: 750px;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
  margin: 0 auto;
}

.wrapper-1000 {
  max-width: 1000px;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
  margin: 0 auto;
}

.wrapper-1200 {
  max-width: 1200px;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
  margin: 0 auto;
}




header {
  display: flex;
  padding-left: 5%;
  padding-top: 20px;
  margin-bottom: 100px;
  width: 100%;
  justify-content: space-between;
}

header nav.desktopOnly {
  border-radius: 80px 0 0 80px;
  background: var(--mauve-color);
  align-content: center;
  padding-left: 40px;
}

header nav.desktopOnly ul {
  display: flex;
  list-style: none;
  align-items: center;
}

header nav.desktopOnly ul li a {
  text-decoration: none;
  color: var(--dark-color);
  padding: 10px 20px;
}

header nav.desktopOnly ul li.contactBtn a {
  color: #fff;
}

header nav.desktopOnly ul li.active a, header nav.desktopOnly ul li:hover a {
  font-weight: bold;
}

.contactBtn {
  background-color: var(--violet-color);
  color: var(--dark-color);
  align-items: center;
  display: block;
  padding: 30px 20px 30px 0;
  padding-left: 30px;
  border-radius: 50px 0 0 50px;
}

.contactBtn a {
  color: #fff;
}

#hp-aboutCC {
  text-align: center;
  position: relative;
}

.wrapper-hp-aboutCC {
  padding: 50px 5%;
}

#hp-aboutCC h1 {
  font-size: 68px;
  font-weight: 900;
  line-height: 67px;
  margin-bottom: 20px;
}

#hp-aboutCC h2 {
  color: #867BF9;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 30px;
}

#hp-aboutCC h2 span {
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 10px;
}

#hp-aboutCC .intro {
  margin-bottom: 30px;
  line-height: 30px;
  max-width: 500px;
  margin: 0 auto;
}

#hp-aboutCC .text {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 217px;
}

#hp-aboutCC .deco-bubble {
  position: absolute;
  max-width: 25vw;
  right: 0;
  bottom: 0;
}

#hp-rdv {
  background-color: #C8AFF5;
  padding: 100px 0
}

#hp-rdv .perso {
  display: block;
  width: 100%;
  max-width: 270px;
}

#hp-rdv .main-rdv-line {
  padding-bottom: 50px;
  margin-bottom: 40px;
  gap: 20px;
  display: flex;
  border-bottom: 1px solid var(--dark-color);
  justify-content: space-between;
}

#hp-rdv .main-rdv-line span {
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
  vertical-align: top;
}

#hp-rdv .main-rdv-line b {
  vertical-align: top;
}

#hp-rdv .horaires {
  display: flex;
  gap: 50px;
  align-items: center;
}

#hp-rdv .wrapper {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: end;
}


#hp-rdv .horaires h4 {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 20px;
}

.wrap-flash {
  position: relative;
}

.wrap-flash .flash {
  position: absolute;
  top: -60px;
  left: -60px;
}

.wrap-flash .btn {
  z-index: 2;
  position: relative;
}

#hp-rdv .horaires-days {
  line-height: 27px;
  font-weight: bold;
  font-size: 17px;
}

#hp-services .text {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

.sect-services {
  padding: 100px 0;
}

.sect-services .box {
  background-color: var(--mauve-color);
  border-radius: 40px;
  flex: 1;
}


.line-services {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.all-services-list .box {
  padding: 40px 40px 70px 40px;
  position: relative;
  justify-content: space-between;
}

.all-services-list .box:hover, .box.box-cons-med:hover {
  transform: scale(1.02);
  transition: all 0.3s ease;
  z-index: 2;
}

.all-services-list .box-welcome {
  width: 100%;
  margin-bottom: 50px;
  background-color: #fff;
  text-align: center;
  display: block;
  color: #867BF9;
  padding: 15px;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  position: relative;
}

.all-services-list .box-welcome img {
  position: absolute;
  right: 0;
  bottom: 0;
  bottom: -70px;
  width: 290px;
}

.consult-list {
  display: flex;
  gap: 20px
}

.consult-list .box {
  width: 25%;
}

.box {
  display: flex;
  /* Pour centrer le texte dans l'item */
  justify-content: center;
  align-items: center;
}

.line-service-2 {
  margin-bottom: 50px;
}

.line-service-3 .box {
  flex: 0 0 calc(33.333% - 14px);
  flex-direction: column;
  gap: 20px;
  min-height: 420px;
  text-align: center;
}

.line-service-2 .box {
  width: 49%;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
}

.line-service-2 .box .icone {
  width: 40%;
}

.sect-services .box.box-1 {
  background-color: var(--mauve-color);
  color: #fff;
}

.sect-services .box.box-2 {
  background-color: var(--green-color);
  color: var(--orange-color);
}

.sect-services .box.box-3 {
  background-color: var(--pink-color);
  color: var(--violet-color)
}

.sect-services .box.box-4 {
  background-color: var(--pink-color);
  color: var(--violet-color)
}

.sect-services .box.box-5 {
  background-color: var(--violet-color);
  color: #fff;
}


.sect-services .box.box-1 a {
  color: #fff;
}

.sect-services .box.box-2 a {
  color: var(--orange-color);
}

.sect-services .box.box-3 a {
  color: var(--violet-color)
}

.sect-services .box.box-4 a {
  color: var(--violet-color)
}

.sect-services .box.box-5 a {
  color: #fff;
}

.small-link {
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px;
}

.line-service-3 .small-link {
  left: 0;
}

.line-service-2 .small-link {
  left: 40%;
  width: 60%;
}


.box .icone {
  max-width: 100%;
  display: block;
}


.box.box-cons-med {
  background-color: #fff;
  text-align: center;
  display: flex;
  font-size: 30px;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
}

.box.box-cons-med h4 {
  font-weight: 400;
  font-size: 22px;
}

.box.box-cons-med h4 b {
  font-size: 28px;
}

.box h4 {
  font-size: 33px;
}

.btn {
  border-radius: 70px;
  background: #E1E763;
  font-size: 18px;
  padding: 20px 40px;
  display: inline-block;
  text-decoration: none;
  color: var(--dark-color);
}

.btn:hover, .special-btn:hover {
  transform: scale(1.1) !important;
  transition: all 0.2s ease;
}

.special-btn {
  display: inline-block;
  background: var(--violet-color);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border-radius: 70px;
  font-size: 18px;
  padding: 20px 100px;
}

.line-btn-rdv {
  text-align: right;
  padding: 40px 0 0 0;
}



/* Homepage sections */


footer {
  background-color: var(--orange-color);
  color: #fff;
  padding: 40px 5%;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer ul {
  list-style: none;
  font-size: 15px;
}

footer ul li {
  line-height: 27px;
}

footer ul li:hover a {
  font-weight: bold;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}

.footer-wrapper .logo {
  border-right: 1px solid #fff;
  padding-right: 40px;
  align-self: center;
}

.foot-sitemap nav {
  display: flex;
  gap: 40px
}

footer .h7 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 16px;
}

.foot-rdv p {
  font-size: 15px;
  margin-bottom: 9px;
}

#faq {
  background-color: #fff;
  padding: 50px 5%;
}



.faq {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--violet-color);
  padding: 30px 0;
}

.faq-question {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.faq-question::after {
  content: "+";
  font-size: 20px;

  transition: transform 0.3s;
  background-color: #867BF9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  align-content: center;
  color: #fff;

}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;

}

.faq-item.active .faq-answer {
  max-height: 500px;
  /* assez grand pour contenir la réponse */
  margin-top: 0.5rem;
}

.top-intro-detail .wrapper {
  display: flex;
  gap: 50px;
  padding-bottom: 50px;
}

.top-intro-detail .wrapper .text,
.top-intro-detail .wrapper .pict {
  flex: 1
}

.top-intro-detail .wrapper .pict img {
  margin-bottom: 0px;
  max-width: 100%;
  display: block;
}

.detail-content-bloc1 {
  position: relative;
  background: var(--beige-color) url(/img/Intersect.svg) no-repeat top left;
  padding: 100px 0;
}

.deco {
  position: absolute;
}

.detail-content-bloc2 {
  padding: 100px 0;
  position: relative;
}

.detail-content-bloc2 .wrapper {
  display: flex
}

.detail-content-bloc2 .intersect {
  position: absolute;
  top: -64px;
  right: 0;
}

#detail-about-content-2 {
  background: url(../img/floor.png) no-repeat right bottom;
}

.hg-box {
  background-color: #8480F0;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 50px;
  color: #fff;
}

.box-valeur {
  max-width: 50%;
  margin-bottom: 10px;
  margin-top: -120px;
  margin-left: 30px;
  display: inline;
  float: right;
  text-align: center;
  position: relative;
  z-index: 1;
}

.wrapper-box-lined {
  background-color: transparent;
  border-radius: 20px;
  padding: 50px;
  border: 1px solid #000;
  position: relative;
}

.rounded-box-plain {
  background-color: #8480F0;
  border-radius: 20px;
  padding: 30px;
}

.box-violet {
  background-color: var(--mauve-color);
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 50px;
}

.box-green {
  background-color: var(--green-color);
}

.box-pink {
  background-color: var(--pink-color);
}


.hg-box .evras-heading h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.evras-box {
  display: flex;
  gap: 100px;
  align-items: center;
  padding: 60px 80px;
}

.evras-box .evras-heading {
  width: 50%;
}

.evras-box .evras-contact {
  text-align: center
}

.evras-box .evras-contact p {
  margin: 20px 0;
  line-height: 30px;
  font-weight: 200;
  font-size: 18px;
}

.evras-box .evras-contact .highlight {
  margin: 0 10px;
}

.highlight {
  display: inline-block;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  border: 1px solid #000;
  font-size: 19px;
  font-weight: bold;
}

.top-title-detail {
  text-align: center;
  padding-bottom: 40px;
}

.top-title-detail .heading .icone {
  max-width: 200px;
}

.top-title-detail .heading {
  display: inline-flex;
  margin: 0 auto;
  align-items: center;
  gap: 40px;
  max-width: 700px;
}


#team {
  background-color: #C3B0EF;
  padding: 100px 0;
}

#team .wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

#team .picture .wrap-pict:before {
  content: '';
  display: block;
  transform: rotate(-2deg);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 5px;
  background-color: #877CFA;
  top: 15px
}

#team .picture .wrap-pict img {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  width: 100%;
}

#team .picture .wrap-pict {
  position: relative;
  max-width: 60%;
}



.fromWYSIWYG {}

.fromWYSIWYG h1 {}

.fromWYSIWYG h2 {
  margin-bottom: 20px;
  font-size: 28px;
}

.fromWYSIWYG h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.fromWYSIWYG h4 {}

.fromWYSIWYG p {
  margin-bottom: 20px;
}

.fromWYSIWYG s {
  font-style: normal;
  background-color: var(--green-color);
  text-decoration: none;
}

.fromWYSIWYG ul {
  margin-bottom: 20px;
}

.fromWYSIWYG ul li {
  margin-left: 20px;
}

.fromWYSIWYG a {
  color: var(--violet-color);
}

.fromWYSIWYG ul li p {
  margin-bottom: 0;
}

.main-text {
  margin-bottom: 30px;
}

#contact-page .top-header {
  display: flex;
  padding-left: 5%;
  padding-top: 20px;
  margin-bottom: 100px;
  width: 100%;
  justify-content: space-between;
}

#contact-page .top-header ul li a {
  text-decoration: none;
  color: #fff;
  padding: 10px 40px 10px 20px;
  background: url(../img/close.svg) no-repeat right center / auto 75%;
}

#map {
  height: 40vh;
  /* hauteur de ta carte */
  width: 100%;
  /* prend toute la largeur */
}

#contact-page {
  display: block;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0
}

#contact-page .top-header {
  position: absolute;
  top: 0;
  left: 0;
}

#contact-page .left-side, #contact-page .right-side {
  flex: 1
}

#contact-page .left-side {
  background-color: #e8dbff;
  text-align: center;
  align-content: center;
}

#contact-page .right-side {
  background-color: #fff;
}

#contact-page .right-side .rdv-text {
  max-width: 450px;
  margin: 0 auto;
  padding-top: 50px;
}

#contact-page .right-side .rdv-text .h2 {
  margin-bottom: 10px;
}

#contact-page .right-side .rdv-text .about-rdv {
  line-height: 25px;
  margin-bottom: 40px;
}

#contact-page .right-side .rdv-text ul li {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

#contact-page .right-side .rdv-text ul li span {
  flex: 1;
  text-align: left;
}

#contact-page .right-side .rdv-text ul li div {
  flex: 1;
  text-align: left;
}

/*#practical-infos {
  height: 60vh;
  align-content: center;
  text-align: center;
}*/

.rdv-text {
  height: 60vh;
  align-content: center;
  text-align: center;
}



#practical-infos .line {
  margin-bottom: 20px;
  display: flex;
  text-align: left;
  gap: 20px
}

#practical-infos .line .label {
  flex: 1;
  color: #262344;
  font-size: 22px;
  font-weight: 900;
}

#practical-infos .line .text {
  flex: 2;
}

#practical-infos .line .text p {
  line-height: 26px;
}

.practical-infos-wrap {
  display: inline-block;
  padding: 50px 10% 0 10%;
}

#ivg-schema {
  margin-top: -130px;
}

.intro-legal {
  text-align: left;
  margin: 30px 0;
}

.intro-legal h4 {
  font-size: 25px;
  margin-bottom: 20px;
}

#ivg-schema h4 {
  font-size: 25px;
  margin-bottom: 20px;
}

#ivg-schema h5 {
  margin-bottom: 15px;
  font-size: 18px;
}

#ivg-schema .special-btn {
  position: absolute;
  right: -20px;
  bottom: -20px;
}

.arrow-timeline {
  text-align: center;
  margin-top: -20px;
}

#ivg-schema .rounded-box-plain {
  position: relative;
}

.arrow-timeline p {
  margin-bottom: 20px;
}

.line-price-right {
  margin-top: 50px;
}

.mid-box-right {
  width: 50%;
  margin-left: 50%;
}

.box-choose {
  display: flex;
}

#ivg-schema .icon-hand {
  width: 200px;
  position: absolute;
  top: -40px;
  right: -20px;
}

.reminder {
  text-align: center;
  padding: 20px 0;
}

hr {
  margin: 20px 0;
}

.col-or {
  width: 200px;
  text-align: center;
  font-weight: bold;
}

#contact-hover {
  position: absolute;
  left: -100vw;
}

#contact-hover.active {
  left: 0;
  z-index: 99;
}



.burgerMenu {
  height: 80px;
  width: 100px;
  z-index: 99;
  cursor: pointer;
  border-radius: 80px 0 0 80px;
  /* padding: 37px 55px; */
  position: absolute;
  top: 13px;
  right: 0;
  background-color: var(--mauve-color);
}

.burgerMenu div {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;

  height: 20px;

  margin: 30px 0 30px 50px;
}

.burgerMenu .line {
  display: block;
  height: 2px;
  width: 22px;
  border-radius: 10px;
  background: #000;
}

.burgerMenu .line1 {
  /* transform-origin: 0% 0%; */
  transition: transform 0.4s ease-in-out;
}

.burgerMenu .line2 {
  transition: transform 0.2s ease-in-out;
}

.burgerMenu .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navigationMobile {
  width: 100%;
  display: flex;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100%;
  background-color: var(--beige-color);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 100;
}

.navigationMobile.opened {
  left: 0;
  padding: 0vh 30px;
}

.navigationMobile ul {
  display: block;
  margin: 50px 0;
  text-align: center;
}

header nav .navigationMobile li {
  display: block;
  width: 100%;
  padding: 5px 0;
}

header nav .navigationMobile li a {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--violet-color)
}

.closeNav {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  padding: 10px;
  height: 50px;
  border-radius: 50px;

}

.closeNav .line {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #000;
  top: 50%;
  transform-origin: center;
  transform: rotate(45deg);
  left: 25%;
}

.closeNav .line2 {
  transform: rotate(-45deg);
}

.closeNav {
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

@media (max-width: 1300px) {
  .deco-faq {
    width: 300px;
  }
}


@media (max-width: 1100px) {
  .footer-wrapper .logo {
    width: 200px;
  }

  .footer-wrapper .logo img {
    display: block;
    width: 100%;
  }

}

@media (max-width: 1000px) {

  .desktopOnly, header #main-nav {
    display: none;
  }

  .mobileOnly {
    display: block;
  }

  .rdv-text #practical-infos .line {
    display: block;
  }

}

@media (max-width: 950px) {
  #hp-rdv .perso {
    display: none;
  }

  .consult-list .box {
    width: 50%;
  }

  .consult-list {
    flex-wrap: wrap;
  }

  .title-deco-right .traits {
    transform: scale(0.4);
    right: -123px;
    top: -120px;
  }

  .title-deco-left .traits {
    display: none;
  }

  .sect-services {
    padding: 20px 0;
  }

  .top-intro-detail .wrapper .pict img {
    max-width: 150px;
  }

  .detail-content-bloc1 {
    padding: 50px 0;
    background: var(--beige-color) url(/img/Intersect.svg) no-repeat top left / 30%;
  }
#hp-aboutCC .text{ padding: 0;}
.pancarte{ width: 120px;}
  .line-btn-rdv {
    text-align: center;
  }

}

@media (max-width: 900px) {
  .deco {
    display: none;
  }

  .top-title-detail .heading .icone {
    max-width: 120px;
  }

  .detail-content-bloc2 .wrapper {
    display: block;
  }

  .top-intro-detail .wrapper {
    display: block;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px
  }

  .footer-wrapper .logo {
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }

  .foot-sitemap, .foot-rdv {
    display: flex;
    gap: 0;
    flex-direction: column;
    margin: 10px 0;
  }

  .line-services {
    flex-direction: column;
  }

  .line-service-3 .box, .line-service-2 .box {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center;
    min-height: auto;
  }

  .line-service-3 .box img.icone, .line-service-2 .box img.icone {
    max-width: 200px;
    width: 100%;
  }


  .line-service-2 .small-link {
    left: 0;
    width: 100%;
  }

  .all-services-list .box-welcome, .box h4 {
    font-size: 25px;
  }

  #hp-aboutCC h1 {
    font-size: 50px;
    line-height: 47px;
  }

  #contact-page {
    display: block;
    background-color: #fff;
    position: absolute;
  }

  #contact-page .deco {
    display: none;
  }

  #contact-page .top-header img, header a img {
    width: 200px;
  }

  #practical-infos .line {
    display: block;
  }

  .h2 {
    font-size: 32px;
  }

  .h3 {
    font-size: 30px;
  }

  #contact-page {
    height: auto;
  }

  #contact-page .top-header {
    position: relative;
    margin-bottom: 50px;
  }

  #practical-infos {
    height: auto;
  }

  .all-services-list .box-welcome img {
    display: none;
  }

  .contactBtn {
    display: none;
  }

  #contact-page .left-side, #contact-page #practical-infos {

    text-align: left;
  }

  .evras-box {
    display: block;
    padding: 40px;
  }

  .evras-box .evras-heading {
    width: 100%;
  }

  .hg-box .evras-heading h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .wrapper-box-lined {
    padding: 5%;
  }

  .box-choose {
    flex-direction: column;
  }

  .rounded-box-plain {
    padding: 5%;
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 0 30px 0;

  }

  #ivg-schema h4 {
    margin-top: 30px;
  }

  #ivg-schema .special-btn {
    position: relative;
    right: 0;
    bottom: auto;
    padding: 15px 30px;
    margin-top: 20px;
    width: 100%;
  }

  .mid-box-right {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 800px) {}

@media (max-width: 700px) {
  #hp-rdv .main-rdv-line, #hp-rdv .horaires {
    flex-direction: column;
  }
}