* {
  box-sizing: border-box;
}

::-moz-selection {
  background: #8e288f;
  color: #fff;
}

::selection {
  background: #8e288f;
  color: #fff;
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 87.5%;
}

body {
  position: relative;
  background-color: #00b8f1;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1rem;
  letter-spacing: 1.3px;
  line-height: 1.3;
  color: #fff;
}
body .top-bar {
  position: relative;
  padding: 8px 0;
  font-weight: 600;
  background-color: #8e288f;
  text-align: center;
}
body .top-bar span:first-child {
  display: inline-block;
  border-right: 1px solid #fff;
  padding-right: 15px;
  margin-right: 15px;
}
@media (max-width: 479px) {
  body .top-bar span:first-child {
    border: 0;
    display: block;
  }
}
body .top-bar::before, body .top-bar::after {
  position: absolute;
  content: '';
  width: 81px;
  height: 51px;
  top: 0;
}
@media (max-width: 640px) {
  body .top-bar::before, body .top-bar::after {
    display: none;
  }
}
body .top-bar::before {
  background: url("../images/rounded-left.png") no-repeat top left;
  left: 0;
}
body .top-bar::after {
  background: url("../images/rounded-right.png") no-repeat top left;
  right: 0;
}

.nav-section {
  background-color: #00a7db;
}
.nav-section::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 42px;
  background: url("../images/menu-bottom-small.png") no-repeat top center;
  overflow: hidden;
}

header .navbar-default {
  padding-top: 20px;
  background-color: #00a7db;
  border: 0;
  font-weight: 600;
  z-index: 2;
}
header .navbar-default .navbar-toggle {
  background: #8e288f;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 15px 13px;
}
header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle:focus {
  background-color: #661d67;
}
header .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
@media (max-width: 960px) {
  header .navbar-default .container {
    width: auto;
  }
}
header .navbar-default .navbar-nav li {
  margin-top: 25px;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
@media (max-width: 960px) {
  header .navbar-default .navbar-nav li.logo {
    float: none;
    text-align: center;
  }
}
header .navbar-default .navbar-nav li.logo:hover {
  background: none;
}
header .navbar-default .navbar-nav li.logo, header .navbar-default .navbar-nav li .dropdown-menu li {
  margin: 0;
}
header .navbar-default .navbar-nav li.contact {
  border-radius: 25px;
  background-color: #8e288f;
}
header .navbar-default .navbar-nav li.contact:hover {
  background-color: #661d67;
}
header .navbar-default .navbar-nav li:hover, header .navbar-default .navbar-nav li:focus {
  background-color: #009dcd;
}
header .navbar-default .navbar-nav li:hover a, header .navbar-default .navbar-nav li:focus a {
  color: #fff;
}
header .navbar-default .navbar-nav li a {
  color: #fff !important;
}
header .navbar-default .navbar-nav li.dropdown:hover .dropdown-menu {
  display: block;
}
header .navbar-default .navbar-nav li .dropdown-menu {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  background-color: #009dcd;
}
header .navbar-default .navbar-nav li .dropdown-menu li a {
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  padding: 15px 25px;
  border-bottom: 1px solid #40b6da;
}
header .navbar-default .navbar-nav li .dropdown-menu li a:hover {
  background-color: #0091be;
}
header .navbar-default .navbar-nav li .dropdown-menu li:last-child a {
  border: 0;
}
header .navbar-default .navbar-nav .open, header .navbar-default .navbar-nav .open a {
  background-color: #009dcd;
}
header .navbar-default .navbar-nav .open a:focus, header .navbar-default .navbar-nav .open a:hover {
  background-color: #009dcd;
  color: #fff;
}

@media (max-width: 960px) {
  #nav .nav .dropdown:hover > .dropdown-menu {
    float: none;
    position: static;
  }
}
h1 {
  font-style: italic;
  font-weight: 800;
  margin: 15px 0;
  text-align: center;
  font-size: 1.6rem;
}

h3 {
  font-style: italic;
  font-weight: 800;
  font-size: 1.5rem;
}

h2 {
  position: relative;
  font-style: italic;
  font-weight: 800;
  width: 360px;
  margin: 35px auto;
  font-size: 1.4rem;
  padding: 40px 15px;
  text-align: center;
  text-transform: uppercase;
  height: 100px;
  background: url("../images/cnt-title-background.png") no-repeat center;
}

.pad-bottom {
  padding-bottom: 15px;
}

.container.atelier h2 {
  font-size: 1.2rem;
  padding: 30px 15px;
}

@media (max-width: 640px) {
  h2 {
    max-width: 100%;
    background-size: contain;
  }
}

footer h3 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1rem;
  font-style: normal;
  margin-bottom: 10px;
}

footer h4 {
  font-weight: 800;
  color: #fff;
}

.link {
  position: relative;
  display: block;
  color: #8e288f;
  font-weight: 800;
  text-align: center;
  padding: 10px;
}
.link::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  visibility: middle;
  margin-left: 10px;
  width: 19px;
  height: 19px;
  background: url("../images/link-icon.png") no-repeat;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.link:hover {
  color: #8e288f !important;
  text-decoration: none;
}
.link:hover::after {
  transform: translateX(5px);
}

.services-row .col-md-3 { margin-bottom: 40px; }
.services-row .col-md-3 { margin-top: 60px; }

.service-bloc {
  position: relative;
  background: #fff;
  color: #808185;
  text-align: center;
  padding: 20px;
  -webkit-box-shadow: 16px 16px 0px 0px #009dcd;
  -moz-box-shadow: 16px 16px 0px 0px #009dcd;
  -ms-box-shadow: 16px 16px 0px 0px #009dcd;
  -o-box-shadow: 16px 16px 0px 0px #009dcd;
  box-shadow: 16px 16px 0px 0px #009dcd;
  min-height: 388px;
}

.service-bloc .link { text-align: left; }

.service-bloc::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 131px;
  height: 131px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: url("../images/consultations-accueil.png") no-repeat center center, #00b8f1;
}

.service-bloc h2 {
  color: #8e288f;
  display: inline-block;
  width: auto; height: auto;
  margin-top: 70px;
  padding: 0;
  background: none;

}

.events .link {
  padding: 20px 0;
  background: url("../images/link-background.png") no-repeat top center;
}

.actus .link {
  margin-top: 20px;
  padding: 20px 0;
  background: url("../images/link-background.png") no-repeat top center, #fff;
}

.actu-cd .link {
  background: none;
  margin: 0;
  padding: 10px 0;
  text-align: left;
}

main.page {
  padding-top: 140px;
}
main .banner {
  position: relative;
  padding-bottom: 79px;
  padding-top: 42px;
}
main .banner img{
  display: block;
  max-width: 100%;
  height: auto;
}
/*main .banner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 79px;
  background: url("../images/bottom-banner-small.png") no-repeat;
  overflow: hidden;
  bottom: 0;
  left: 0;
right: 0;
margin: auto;
}*/
main .banner h1 {
  max-width: 1170px;
  height: 173px;
  background: url("../images/background-title-banner.png") no-repeat top center;
  margin: auto;
  margin-top: 34%;
  padding: 60px 20px 0px 20px;
  text-align: center;
  font-size: 2.3rem;
  font-style: italic;
  font-weight: 800;
}

@media all and (max-width: 1024px) {
  main .banner h1 {
    max-width: 100%;
    height: auto;
    background: #8e288f;
    border: 3px solid #fff;
    padding: 15px;
    border-radius: 25px;
  }
}
@media (max-width: 640px) {
  main .banner h1 {
    font-size: 1.714285714rem;
    margin-top: 50%;
  }
}
main .services {
  z-index: 5;
  /*padding-top: 50px;*/
}
main .services .speech-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 75px;
  background: url("../images/speech-icon.png") no-repeat center;
}
main .services .speech-icon::before, main .services .speech-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 35%;
  height: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #009dcd;
}
main .services .speech-icon::after {
  right: 0;
}
main .services .nos-services {
  height: 1450px;
  background: url("../images/top-services-bg.png") no-repeat top left, url("../images/ldt.png") no-repeat bottom center, url("../images/peoples-bottom-services.png") no-repeat bottom left, url("../images/bottom-services-bg.png") no-repeat bottom left, url("../images/icon-pattern.png") repeat;
}

@media (max-width: 480px) {
  main .services .nos-services {height: auto!important;}
  .service-bloc {min-height: 0!important;}
}

main .ev-et-actu {
  padding: 40px 0;
  padding-bottom: 150px;
}
main .ev-et-actu .events {
  position: relative;
  margin-top: 50px;
  -webkit-box-shadow: 0px 0px 0px 22px #01a7da;
  -moz-box-shadow: 0px 0px 0px 22px #01a7da;
  box-shadow: 0px 0px 0px 22px #01a7da;
  background: #fff;
}
main .ev-et-actu .events::before {
  content: '';
  position: absolute;
  top: -44px;
  right: 0;
  left: 0;
  margin: auto;
  width: 212px;
  height: 70px;
  background: url("../images/background-top-agenda.png") no-repeat;
}
main .ev-et-actu .events .events-list {
  padding: 20px 0;
}
main .ev-et-actu .events .events-list li {
  padding: 30px 15px;
  border-bottom: 1px solid #e6e6e6;
}
@media all and (max-width: 380px) {
  main .ev-et-actu .events .events-list li {
    text-align: center;
  }
}


main .ev-et-actu .events .events-list li:last-child {
  border: 0;
}
main .ev-et-actu .events .events-list li .date {
  display: inline-block;
  width: 65px;
  border-radius: 25px;
  font-weight: bold;
  font-style: italic;
  background-color: #01a7da;
  margin-right: 10px;
}
main .ev-et-actu .events .events-list li .date span {
  display: block;
  text-align: center;
}
main .ev-et-actu .events .events-list li .date span:nth-child(2) {
  background-color: #00b8f1;
  font-size: 1.714285714rem;
}
main .ev-et-actu .events .events-list li .infos {
  max-width: 260px;
  display: inline-block;
  color: #808185;
  vertical-align: top;
}
@media all and (max-width: 380px) {
  main .ev-et-actu .events .events-list li .infos {
    margin: 10px auto;
    text-transform: left;
  }
}
main .ev-et-actu .events .events-list li .infos .heure {
  color: #8e288f;
  font-weight: bold;
  font-style: italic;
}
main .ev-et-actu .events .events-list li .infos strong {
  font-weight: bold;
}
main .ev-et-actu .bloc-actus {
  padding-left: 65px;
}

main .events .actu-cd {
  position: relative;
  color: #808185;
}

main .events .actu-cd .actu-cnt{
  padding: 25px 15px;
}

main .events .actu-cd .actu-cnt .date-event{
  float: left;
  width: 70px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  background-color: #00b8f1;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
margin-left: 25px;
margin-top: 10px;
}

.actu-intro .bycat {
  text-transform: uppercase;
  margin-bottom: 25px;
}

ul.back-actu {text-align:left;margin-top:10px;}

.actu-intro .intro ul li, ul.back-actu li {
  display: inline-block;
}

.actu-intro .intro ul li a, ul.back-actu li a{
  padding: 5px 8px;
  background: #8e288f;
  color: #fff;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-moz-transition: ease-out 0.3s;
-o-transition: ease-out 0.3s;
-webkit-transition: ease-out 0.3s;
transition: ease-out 0.3s;
margin: 10px;
}

.actu-intro .intro ul li a:hover, ul.back-actu li a:hover{
  text-decoration: none;
  background-color: #661d67;
}

main .events .actu-cd .actu-cnt .info-event{
  float:left;
  margin-top: 20px;
  margin-left: 20px;
  width: 60%;
}

@media (max-width: 640px) {
.actu-intro .intro ul li a, ul.back-actu li a{display:block;}
main .events .actu-cd .actu-cnt .info-event{width:90%;}
}


main .events .actu-cd .actu-cnt .info-event .link {
  padding: 0;
}

main .events .actu-cd .actu-cnt .info-event strong{
  color: #8e288f;
}

main .events .actu-cd .actu-cnt .date-event span{
  display: block;
  padding: 2px 0;
}

main .events .actu-cd .actu-cnt .date-event span.letters{
  background-color: #01a7da;
}

main .events .actu-cd .actu-cnt .date-event span.numbers{
  font-size: 22px;
  padding: 0;
  line-height: 24px;
}

main .events .actu-cd .actu-cnt .date-event span.letters:first-child{
  -webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

main .events .actu-cd .actu-cnt .date-event span.letters:last-child{
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}

@media (max-width: 960px) {
  main .ev-et-actu .bloc-actus {
    padding-left: 15px;
  }
}
main .ev-et-actu .bloc-actus h2 {
  margin-bottom: 28px;
}
main .ev-et-actu .actus {
  background: #01a7da;
  border-top: 20px solid #01a7da;
  border-bottom: 20px solid #01a7da;
  border-left: 15px solid #01a7da;
  border-right: 15px solid #01a7da;
  border-radius: 25px;
}
main .ev-et-actu .actus .actu-cd {
  position: relative;
  margin-bottom: 10px;
}
main .ev-et-actu .actus .actu-cd::last-child {
  margin-bottom: 0;
}
@media all and (max-width: 380px) {
  main .ev-et-actu .actus .actu-cd {
    background: #fff;
    text-align: center;
  }
}
main .ev-et-actu .actus .actu-cd .cover-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  border: 9px solid #00b8f1;
}
@media all and (max-width: 380px) {
  main .ev-et-actu .actus .actu-cd .cover-image {
    position: static;
    display: inline-block;
    margin-top: 10px;
    max-width: 100%;
    height: auto;
  }
}
main .ev-et-actu .actus .actu-cd .actu-cnt {
  background: #fff;
  color: #808185;
  padding: 15px 15px 12px 90px;
  margin-left: 75px;
  min-height: 156px;
}
@media all and (max-width: 380px) {
  main .ev-et-actu .actus .actu-cd .actu-cnt {
    padding: 15px;
    text-align: left;
    margin: 0;
  }
}
main .ev-et-actu .actus .actu-cd .actu-cnt h4 {
  font-size: 1.142857143rem;
  margin-bottom: 10px;
  color: #8e288f;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
}

.faq {
  position: relative;
  padding: 65px 0 120px 0;
  background: #0090bc;
}
.faq::after {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 162px;
  background: url("../images/bottom-background.png") no-repeat;
  pointer-events: none;
}
.faq div > div > div {
  text-align: center;
  position: relative;
}
.faq div > div > div::after {
  content: '';
  position: absolute;
  bottom: -110px;
  right: -100px;
  z-index: 4;
  width: 430px;
  height: 448px;
  background: url("../images/faq-peoples-right.png") no-repeat;
}
@media (max-width: 1368px) {
  .faq div > div > div::after {
    right: 0px;
    width: 350px;
    height: 365px;
    background-size: contain;
  }
}
@media (max-width: 960px) {
  .faq div > div > div::after {
    width: 200px;
    height: 208px;
    right: 0;
    bottom: -20px;
  }
}
@media (max-width: 640px) {
  .faq div > div > div::after {
    display: none;
  }
}
.faq div > div > div::before {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -100px;
  z-index: 4;
  width: 415px;
  height: 348px;
  background: url("../images/faq-peoples-left.png") no-repeat;
}
@media (max-width: 960px) {
  .faq div > div > div::before {
    width: 200px;
    height: 168px;
    background-size: contain;
    left: 0;
    bottom: -50px;
  }
}
@media (max-width: 640px) {
  .faq div > div > div::before {
    display: none;
  }
}
.faq div > div > div a, #contact_form button, #quiz_form button {
  display: inline-block;
  border-radius: 35px;
  margin-top: 20px;
  background-color: #8e288f;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 65px;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
#contact_form button, #quiz_form button  {border:none;}
.faq div > div > div a:hover,#contact_form button:hover,#quiz_form button:hover {
  background-color: #661d67;
  text-decoration: none;
}

.page .merci.introduction {
  width: 480px;
  max-width: 100%;
  padding: 15px;
  margin: 0 auto;
}

.page .merci.introduction img{
  margin: 15px auto;
  display: block;
}

footer {
  background-color: #009dcd;
}
footer .footer-nav {
  padding-bottom: 35px;
}
footer .footer-logo {
  margin-top: 50px;
  text-align: center;
}
footer .footer-menu {
  line-height: 1.6;
}
footer .footer-menu li a {
  color: #d2e8f2;
}

footer .footer-menu li.dropdown-item > a {
  position: relative;
}

footer .footer-menu li.dropdown-item > a::after {
  position: relative;
  content: '\f105';
  right: -20px;
  font-family: FontAwesome;
}

footer .footer-menu li.dropdown-item > a:hover::after { text-decoration: none; }

footer .footer-menu li.dropdown-item ul { display: none; }

@media (max-width: 640px) {
  footer .addresses {
    margin: 20px 0;
  }
}
footer .addresses li {
  display: inline-block;
  color: #d2e8f2;
}
@media (max-width: 640px) {
  footer .addresses li {
    display: block;
    margin: 15px 0;
  }
}
footer .addresses li a {
  color: #d2e8f2;
}
footer .addresses li a:hover {
  color: #fff;
}
footer .addresses li:last-child p {
  word-wrap: break-word;
}
footer .agregation {
  background-color: #0090bc;
  padding: 15px 0;
}
footer .agregation p {
  font-weight: 600;
  text-align: center;
}
footer .agregation p a {
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 10px;
  padding: 3px;
  width: 28px;
  height: 28px;
}
footer .agregation p a img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
footer .copyright {
  padding: 15px 0;
  background: #fff;
  color: #9e9d9d;
  font-size: 0.857142857rem;
}
footer .copyright p { margin: 0; }
footer .copyright .col-sm-2 {
  border-right: 1px solid #9e9d9d;
}

.page {
  background: url("../images/bonhomme-d.png") no-repeat, url("../images/bonhomme-l.png") no-repeat;
  background-position: right 36%, left 65%;
}
@media (max-width: 960px) {
  .page {
    background: none;
  }
}
.page img {
  max-width: 100%;
  height: auto;
}
.page section {
  margin: 50px 0;
}
.page section.faq {
  margin: 0;
}
.page .service-intro,
.page .actu-intro,
.page .faq-intro {
  margin: 50px auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../images/background-intern-top.png") no-repeat top left, url("../images/background-intern-bottom.png") no-repeat bottom left, url("../images/icon-pattern.png") repeat;
}
.page .service-intro .intro,
.page .actu-intro .intro,
.page .faq-intro .intro {
  position: relative;
  float: none;
  margin: 0 auto;
  padding: 50px 15px 35px 15px;
  font-size: 1.142857143rem;
  background: #fff;
  text-align: center;
  color: #808185;
  -webkit-box-shadow: 16px 16px 0px 0px #009dcd;
  -moz-box-shadow: 16px 16px 0px 0px #009dcd;
  -ms-box-shadow: 16px 16px 0px 0px #009dcd;
  -o-box-shadow: 16px 16px 0px 0px #009dcd;
  box-shadow: 16px 16px 0px 0px #009dcd;
}

.page .actu-intro .intro::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 131px;
  height: 131px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: url("../images/actu-intro-icon.png") no-repeat center center, #00b8f1;  
}


.page .faq-intro .intro::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 131px;
  height: 131px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: url("../images/faq-intro-icon.png") no-repeat center center, #00b8f1;
}


.page .service-intro .intro::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 131px;
  height: 131px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: url("../images/consultations-psycho.png") no-repeat center center, #00b8f1;
}

.service-bloc.c-psychologiques::before { background: url("../images/consultations-psycho.png") no-repeat center center, #00b8f1; }
.page .service-intro .intro.c-accueil::before { background: url("../images/consultations-accueil.png") no-repeat center center, #00b8f1; }
.page .service-intro .intro.c-sexologiques::before, .service-bloc.c-sexologiques::before { background: url("../images/consultations-sexologiques.png") no-repeat center center, #00b8f1; }
.page .service-intro .intro.c-medicales::before, .service-bloc.c-medicales::before { background: url("../images/consultations-medicales.png") no-repeat center center, #00b8f1; }
.page .service-intro .intro.c-juridiques::before, .service-bloc.c-juridiques::before { background: url("../images/consultations-juridiques.png") no-repeat center center, #00b8f1; }
.page .service-intro .intro.c-sociales::before, .service-bloc.c-sociales::before { background: url("../images/consultations-sociales.png") no-repeat center center, #00b8f1; }
.page .service-intro .intro.a-activites-ateliers::before, .service-bloc.a-activites-ateliers::before { background: url("../images/activites-ateliers.png") no-repeat center center, #00b8f1; }
.page .service-intro .intro.pro-formations-et-supervision::before, .service-bloc.pro-formations-et-supervision::before { background: url("../images/pro-formations-et-supervision.png") no-repeat center center, #00b8f1; }

.page .service,
.page .interne-block {
  border-top: 44px solid #01a7da;
  border-left: 15px solid #01a7da;
  border-right: 15px solid #01a7da;
  border-radius: 25px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #fff;
  padding: 15px 15px 0px 15px;
  text-align: center;
}

.page .service {padding-bottom: 25px;}
.page .service h3 {position: relative;
font-size: 1.285714286rem;
text-align: center;
padding: 10px 0;
text-transform: uppercase;
color: #8e288f;}

.page .service .partenaire p {
  max-width: 100%;
  margin-bottom: 25px;
}

.page .service .partenaire {
  margin: 0 auto;
  float: none;
  overflow: hidden;
}

@media (max-width: 480px) {
  .page .service .partenaire {
    padding: 0;
    overflow: hidden;
    clear:both;
  }

  .page .service .partenaire:after {content:none;}
  .page .service .partenaire {word-break: break-all;}
  .page .service .partenaire .col-md-6{padding: 0;}
}

.page .interne-block {
  padding: 15px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom: 44px solid #01a7da;
}

.container.equipe {margin-top: 50px;padding-bottom: 25px;}
.container.equipe h3 {margin: 0;text-align: left;font-size:16px;padding:5px 0;}
.container.equipe .col-sm-6 {text-align: left;}
.container.equipe p {max-width: 100%!important;}
.map{
  margin-bottom: 25px;
}

.map iframe{max-width:100%;}

.page .service h2,
.page .interne-block h2 {
  margin-top: -55px;
}
.interne-block h2.title-cat {
  margin-top: -125px;
  padding-top: 35px;
}

.interne-block h2.title-cat2 {margin-top: -85px;}
.page .service p,
.page .interne-block p {
  color: #808185;
  max-width: 65%;
  margin: 0 auto 10px;
}
.page .service img {
  margin: 25px auto;
}
.page .partenaire{
  padding-bottom: 15px;
  position: relative;
  margin-bottom
}
.page .partenaire:after{
  content:'';
  display: block;
  position: absolute;
  width: 300px;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  border-top: 1px solid #808185;
  opacity: 0.5;
  bottom: 10px;
}

.page .partenaire img {
  max-width: 250px;
}

.page .pour-qui {
  background: #01a7da;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin: 0 auto;
}
.page .pour-qui h3 {
  position: relative;
  font-size: 1.285714286rem;
  text-align: center;
  padding: 20px 0;
  text-transform: uppercase;
}
.page .pour-qui h3::before, .page .pour-qui h3::after {
  content: '';
  position: absolute;
  width: 40%;
  height: 2px;
  background-color: #5ac6e7;
  top: 0;
  bottom: 0;
  margin: auto;
}

#contact_form {
  max-width: 65%;
  margin: 25px auto;
}

#contact_form label {
  width: 50%;
  text-align: left;
  float: left;
  color: #808185;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 10px;
}

#contact_form input, #contact_form textarea {
  width: 50%;
  float: left;
  height: 45px;
  border: 1px solid #8e288f;
  margin-bottom: 20px;
  color: #808185;
  padding: 10px;
}

#contact_form textarea {
  height: 130px;
}

#quiz_form {
  max-width: 65%;
  margin: 25px auto;
}

#quiz_form .check-rgpd2 {
  margin: 15px 0 0;
}

#quiz_form .check-rgpd2 label {
  padding-bottom: 0!important;
  line-height: 16px;
}

#quiz_form label {
  width: 100%;
  text-align: left;
  float: left;
  color: #808185;
  font-weight: 500;
  margin-top: 25px;
  font-size: 16px;
}
#quiz_form label span {
  color: #8e288f;
  font-weight: 700;
}

#quiz_form input, #quiz_form textarea {
  float: left;
  height: 45px;
  border: 1px solid #8e288f;
  color: #808185;
  padding: 10px;
  outline: none;
}

#quiz_form .elt-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

#quiz_form .elt-form.subs label {
  margin-top: -10px;
}

#quiz_form .elt-captcha {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#quiz_form .elt-captcha label, #quiz_form .elt-captcha input {
  width: 170px;
}

#quiz_form .elt-form .subsidiaire {
  color: #8e288f;
  font-style: italic;
  font-weight: 700;
  margin-top: 25px;
  display: block;
  font-size: 16px;
}

#quiz_form input {
  width: calc(50% - 0.5rem);

}

#quiz_form textarea {
  width: 100%;
  height: 130px;
}

@media (max-width: 640px) {
  .page .pour-qui h3::before, .page .pour-qui h3::after {
    display: none;
  }

  #contact_form input, #contact_form textarea,#contact_form label { width:100%;}
}
.page .pour-qui h3::before {
  left: 0;
}
.page .pour-qui h3::after {
  right: 0;
}
.page .pour-qui .round-wrapper {
  padding: 20px 0;
  min-height: 134px;
  background: url("../images/round-bg-icon.png") no-repeat center center;
}
.page .pour-qui .icon {
  position: relative;
  text-align: center;
  margin: 20px auto;
  z-index: 2;
}
.page .pour-qui .icon span {
  position: relative;
  display: block;
  width: 100%;
  background: #009dcd;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  padding: 10px;
  border-radius: 25px;
}
.page .pour-qui .icon span::before {
  content: '';
  position: absolute;
  display: block;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: url("../images/top-arrow-who.png") no-repeat center;
}
.page .info-service {
  padding: 20px;
  background: #01a7da;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-top: 15px solid #01a7da;
  border-left: 15px solid #01a7da;
  border-right: 15px solid #01a7da;
}
.page .info-service .col-md-6 {
  padding: 0;
}
.page .info-service .col-md-6:first-child {
  padding-right: 15px;
}
.page .info-service .col-md-6:last-child h2.big {
  padding-top: 28px;
}
.page .info-service h2 {
  margin-top: -60px;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .page .info-service h2 {
    margin-top: 35px;
  }
}
.page .info-service .specialistes, .page .info-service .horaires {
  margin-top: -30px;
  min-height: 140px;
  background: #fff;
  color: #808185;
  padding: 45px 15px 35px 15px;
}
.page .info-service .horaires ul {
  padding-left:0;
}
.page .info-service .horaires ul li {
  width: 50%;
  float: left;
  text-align: center;
  list-style: none;
}

@media (max-width: 991px) {
  .page .info-service .horaires ul li {
    width: 100%;
  }
}
.page .info-service .horaires ul li:first-child {
  padding-right: 15px;
}
.page .info-service .horaires ul li h3,
.page .tarifs h3 {
  color: #8e288f;
  font-size: 1.143rem;
  margin: 10px 0;
}
@media (max-width: 1368px) {
  .page .info-service .horaires ul li {
    float: none;
  }
}
.page .tarifs {
  background: #01a7da;
  border-left: 15px solid #01a7da;
  border-right: 15px solid #01a7da;
}
.page .tarifs h2 {
  margin-bottom: 0;
}
.page .tarifs div {
  margin-top: -35px;
  background: #fff;
  color: #808185;
  padding: 55px 15px 35px 15px;
  text-align: center;
}
.page .tarifs div strong {
  font-style: italic;
  text-transform: uppercase;
  color: #8e288f;
}
.page .cta {
  padding: 45px 15px 20px 15px;
  background: #01a7da;
  border-left: 15px solid #01a7da;
  border-right: 15px solid #01a7da;
  border-bottom: 15px solid #01a7da;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-bottom: 150px;
}
@media (max-width: 960px) {
  .page .cta {
    margin-bottom: 0px;
  }
}
.page .cta h3 {
  position: relative;
  font-size: 1.285714286rem;
  text-align: center;
  padding: 20px 0;
  text-transform: uppercase;
}
.page .cta h3::before, .page .cta h3::after {
  content: '';
  position: absolute;
  width: 40%;
  height: 2px;
  background-color: #5ac6e7;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1368px) {
  .page .cta h3::before, .page .cta h3::after {
    width: 35%;
  }
}
@media (max-width: 640px) {
  .page .cta h3::before, .page .cta h3::after {
    display: none;
  }
}
.page .cta h3::before {
  left: 0;
}
.page .cta h3::after {
  right: 0;
}
.page .cta .link-wrapper {
  background: url("../images/phone-cta.jpg") no-repeat center center;
  padding: 65px 0;
  text-align: center;
}
.page .cta .link-wrapper a {
  color: #fff;
  padding: 15px 45px;
  background: #8e288f;
  border-radius: 25px;
  font-weight: bold;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
@media (max-width: 640px) {
  .page .cta .link-wrapper a {
    display: block;
    margin: 20px auto;
    max-width: 182px;
  }

  .page .cta .link-wrapper {padding: 0;}
}
.page .cta .link-wrapper a:hover {
  background-color: #661d67;
  text-decoration: none;
}
.page .erreur {
  padding-bottom: 100px;
}
.page .erreur p {
  text-align: center;
}
.page .erreur a {
  display: block;
  width: 257px;
  color: #fff;
  padding: 15px 45px;
  background: #8e288f;
  border-radius: 25px;
  font-weight: bold;
  margin: 25px auto;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.page .erreur a:hover {
  background-color: #661d67;
  text-decoration: none;
  
}

/* FAQ */

.page .interne-block.faq-block { padding-bottom: 50px; }

.page .faq-item .question strong {
  font-size: 1.285714286rem;
  color: #8e288f;
  font-style: italic;
  font-weight: 700;
}

@media all and (max-width: 768px) {
  .page .faq-item .question strong { 
    max-width: 93%;
    display: inline-block; 
  }
  #quiz_form {
    max-width: 100%;
  }
}

@media all and (max-width: 360px) {
  .page .faq-item .question strong { 
    max-width: 200px;
    display: inline-block; 
  }
}

.page .faq-item .question {
  position: relative;
  padding: 20px;
  text-align: left;
  border-bottom: 4px solid #01a7da;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page .faq-item .question:hover {
  cursor: pointer;
  background-color: #fbf9f9;
}

.page .faq-item .question span {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  display: block;
  color: #fff;
  width: 37px; height: 37px;
  background-color: #8e288f;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

 @media all and (max-width: 640px) {
  .page .faq-item .question span { right: 0; }
 }

.page .faq-item .question span::after {
  display: inline-block;
  margin-top: 6px;
  content: '\f067';
  font-size:  1.285714286rem;
  font-family: 'FontAwesome';
}

.page .faq-item .question span.active-item::after { content: '\f068'; }

.page .faq-item .question span:hover { cursor: pointer; background-color: #661d67; }

.page .faq-item .reponse {
  display: none;
  padding: 20px 0;
}

.page .faq-item .reponse p {
  text-align: left;
  margin: 0;
  max-width: 75%;
}

/* Actualités */ 

.passed_e {
  position: absolute;
  right: 25px;
  bottom: 10px;
  font-size: 14px;
}

.page .interne-block .one-news {
  padding: 15px 0;
  border-bottom: 4px solid #01a7da;
}

.page .interne-block .one-news .cover-image {
  display: block;
  margin:  0 auto;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  border: 9px solid #00b8f1;
}

.page .interne-block > .one-news:last-child { border-bottom: 0; }
.page .news-resume { text-align: left; }
.page .news-resume p { margin: 20px 0; }
.page .interne-block > .one-news h3 {
  display: inline-block;
  font-size: 1.142857143rem;
  margin-bottom: 10px;
  color: #8e288f;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
}

.page .interne-block > .one-news .link { text-align: left; }

.page .interne-block > .one-news .date,
.page .interne-block .date-news {
  display: inline-block; 
  background-color: #8e288f;
  padding: 5px;
  border-radius: 5px;
}

.page .interne-block .date-news { margin: 15px 0; }

.page h1 .btn.btn-primary { 
  position: relative;
  z-index: 1;
  margin-left: 15px; 
  background-color: #8e288f;
  border: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.page h1 .btn.btn-primary:hover { 
  background-color: #661d67;
}

.page h1 .btn.btn-primary i.fa-ws { margin-right: 10px; }


.page .content .news-resume {
  margin: 15px 0;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  padding: 15px;
  background-color: #f4f4f4;
}

.page .interne-block > .content > .news-resume > p { max-width: 100%; }
.page .interne-block > .content > .news-content { margin: 20px 0; }

@media all and (max-width: 768px) {
  .page .interne-block > .content > .news-content p { max-width: 100%; }
}

@media all and (max-width: 700px) {
  .page .news-resume { float: none; text-align: center; }
  .page .interne-block > .one-news .link, .page .interne-block > .one-news p { text-align: center; }
  .page .interne-block > .one-news p { max-width: 100%; }
  .page .interne-block > .one-news h3 { display: block; }
  .page .interne-block > .one-news .date { display: inline-block; margin-top: 20px; }
}

@media all and (max-width: 480px) {
  .page .service h2, .page .interne-block h2 {
    font-size: 1.1rem;
  }
  .nav-section::after {
    content: none;
  }

  main .services {
    padding-top: 25px;
  }

}

@media all and (max-width: 360px) {
    .page .service h2, .page .interne-block h2 {
    font-size: 1rem;
  }
}

@media all and (max-width: 360px) {    
  .page .service h2, .page .interne-block h2 {
    font-size: 0.9rem;
  }
}

.cap, .check-rgpd2 label{
  color: #333;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 400;
}

.check-rgpd2 {
  text-align: left;
  position: relative;
  clear: both;
  overflow: hidden;
} 

.check-rgpd2 input {
  position: absolute;
  margin-bottom: 0!important;
  height: 15px!important;
  width: 15px!important;
  left: 0;
}

.check-rgpd2 label{
  padding-left: 25px;
  line-height: 12px;
  font-size: 12px;
  margin-top: 0!important;
  padding-bottom: 45px!important;
  width: 100%!important;
}

.service h4 {
  color: #8e288f;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 16px;
}

@media (max-width: 480px) {
  main .banner {
    display: none;
  }
  #quiz_form input {
     width: 100%;
  }

  main.page {
    padding-top: 25px;
  }

}

p.p-quiz {
  font-size: 16px;
  line-height: 1.4;
}

.top-bar.quiz:after, .top-bar.quiz:before {
    content: none;
}

.top-bar.quiz {
  padding: 8px 10px;
  background-color: #00b8f1;
  display: block;
}

.top-bar.quiz div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}

.top-bar.quiz p {
    margin-bottom: 0;
    font-size: 16px;
}

.top-bar.quiz a {
    color: #00b8f1;
    padding: 12px 25px;
    border-radius: 30px;
    background: #fff;
    transition: all .5s;
    display: inline-flex;
}

.top-bar.quiz a:hover {
    color: #fff;
    background: #00a7db;
    text-decoration: none;
}