@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@font-face {
    font-family: 'proba_proregular';
    src: url('../font/probapro-regular.otf') format('truetype'), url('../font/probapro-regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'proba_proitalic';
    src: url('../font/probapro-italic.otf') format('truetype'), url('../font/probapro-italic.otf') format('truetype');
    font-weight: normal;
    font-style: normal
}

* {
    outline: 0 !important;
    outline-color: rgba(0, 0, 0, 0) !important
}

body {
    overflow-x: hidden
}

body.stuck {
    max-height: 100vh;
    overflow: hidden
}

div[role='contentinfo'] {
    background: linear-gradient(to bottom, #10bec8, #1db3d5);
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 15px
}

img.reverse {
    transform: rotate(-180deg)
}

select.form-control {
    padding: 5px 58px 5px 15px;
    font-size: 16px;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e7e7e7;
    background: url('../img/page/angle-down.png') right 55% no-repeat #fff
}

input.date, input.hasDatepicker {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/page/calendar.png') 100% 55% no-repeat #fff;
    cursor: pointer
}

select.form-control option {
    color: #555
}

input.form-control, select.form-control, textarea.form-control {
    box-shadow: none;
    font-size: 18px
}

input.form-control::placeholder, select.form-control::placeholder, textarea.form-control::placeholder {
    font-size: 18px;
    color: #adc5da
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none
}

input[type=checkbox] {
    -border-radius: 4px;
    height: 18px;
    width: 18px;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 4px
}

input[type="checkbox"]:checked {
    background: #9bcc55;
    position: relative;
    border: 2px solid #9bcc55
}

input[type="checkbox"]:checked:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: bold;
    display: block;
    color: #fff;
    font-size: 13px;
    top: 0;
    left: 1px;
    position: absolute
}

select.form-control.empty {
    color: #adc5da !important
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0
}

.row .full-right {
    position: relative;
    background: linear-gradient(0deg, transparent 0, #fff 50%);
    padding-left: 50px;
    padding-top: 50px
}

.row .full-right::after {
    position: absolute;
    background: linear-gradient(0deg, transparent 0, #fff 50%);
    left: 100%;
    top: 0;
    display: block;
    content: "";
    height: 100%;
    width: 999vw
}

.row .full-right.col-md-12 {
    margin-left: 15px
}

body {
    font-family: proba_proregular
}

.pos_ini {
    position: static
}

.inline-b {
    display: inline-block
}

h1 {
    font-family: proba_proregular;
    font-size: 64px;
    color: #4e69b1
}

h2 {
    font-family: proba_proregular;
    padding-left: 65px;
    font-size: 48px;
    color: #4e69b1
}

h2::before {
    position: absolute;
    top: 35px;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    content: '';
    background: url("../img/petale.png") no-repeat
}

.mt35 {
    margin-top: 35px
}

.mt45 {
    margin-top: 45px
}

.mt50 {
    margin-top: 50px
}

.mt75 {
    margin-top: 75px
}

.mt85 {
    margin-top: 85px
}

.mt100 {
    margin-top: 100px
}

.mt125 {
    margin-top: 125px
}

.ml20 {
    margin-left: 20px
}

.m0a {
    margin: 0 auto
}

ul.inline-list {
    list-style: none;
    padding-left: 0
}

ul.inline-list li {
    display: inline-block
}

.btn {
    transition: all .1s linear
}

a.nextToTitle {
    margin-top: 30px;
    text-transform: none !important;
    letter-spacing: 1px
}

a.btn-lg {
    font-family: Montserrat;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    height: 44px;
    padding: 11px 30px;
    letter-spacing: 1px
}

a.btn-reverse.btn-danger {
    height: 34px;
    border: 1px solid #d5525e;
    background: #fff;
    padding-top: 5px;
    color: #d5525e;
    position: relative
}

a.btn.with-icon i {
    margin-right: 5px
}

header {
    position: relative;
    background: #fff
}

header::after {
    position: absolute;
    background: url("../img/page/top.png") no-repeat center 50px;
    content: '';
    top: -100px;
    z-index: -1;
    right: 0;
    width: 100%;
    height: 1470px
}

header .sur-header {
    background: #eef3f7;
    height: 40px;
    font-size: 14px
}

header .sur-header .text-primary {
    line-height: 40px
}

header .sur-header .phone {
    font-size: 20px;
    margin-right: 35px
}

header .sur-header .sur-header__text {
    font-size: 15px
}

header .main-header form, header .main-header a.btn-lg, header .main-header ul {
    display: inline-block
}

header .main-header .input-group {
    position: relative;
    top: 13px;
    margin-top: 15px;
    width: 230px
}

header .main-header .input-group input {
    border: none;
    box-shadow: none
}

header .main-header .main-header__social_menu {
    padding: 0;
    position: relative;
    top: 4px;
    margin: 0
}

header .main-header .main-header__social_menu li {
    margin-left: 25px
}

header .main-header .main-header__social_menu li i {
    font-size: 20px;
    color: rgba(173, 197, 218, 0.65)
}

header .main-header .main-header__logo {
    margin: 15px 0
}

header .main-header #search-block-form #search-button {
    text-indent: -9999px;
    width: 34px;
    position: relative
}

header .main-header #search-block-form #search-button::before {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    text-indent: 0;
    line-height: 34px;
    content: '\f002';
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: bold
}

header .main-header #block-option-doctolib-header a.btn,
header .main-header #block-option-preadmission-header a.btn,
header .main-header #block-option-preadmission-header-mobile a.btn, 
header .main-header #block-option-resultats-header a.btn
{
    font-family: Montserrat;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    height: 34px;
    padding: 7px 10px;
    letter-spacing: 1px
}

header .main-header #block-option-preadmission-header,
header .main-header #block-option-doctolib-header
{ margin-right: 3px; }


header .main-header #block-option-doctolib-header { margin-right: 20px; }
header .main-header #block-option-resultats-header a { background-color: #10bec8; border-color: #10bec8; }
header .main-header #block-option-resultats-header a:hover { background-color: #0ca4ad; border-color: #0ca4ad; }



a.btn-preadmission
{
	padding-top: 0;
    position: relative;
    font-family: Montserrat;
    font-weight: 600;
    top: -5px;
    height: 34px;
    line-height: 34px;
}

a.btnUrgence { margin-right: 35px; }

header .main-header .main_menu {
    margin-bottom: 0
}

@media screen and (min-width: 1200px) {
    header .main-header .main_menu > li.active > a, header .main-header .main_menu > li > a:hover {
        background: #f5f5f5
    }

    header .main-header .main_menu li a::after {
        content: '';
        display: block;
        height: 2px;
        width: 0;
        position: absolute;
        bottom: 0;
        left: 50%;
        background: #4a4a4a;
        transition: all .1s linear
    }
}

header .main-header .main_menu li {
    text-transform: uppercase;
    margin-left: 10px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px
}

header .main-header .main_menu li a {
    position: relative;
    padding: 15px 10px;
    color: #4a4a4a;
    display: block
}




header .main-header .main_menu li a:hover {
    text-decoration: none
}

header .main-header .main_menu li a:hover::after {
    width: 100%;
    left: 0
}

header .main-header .main_menu ul {
    display: none
}

header .main-header .main_menu ul.lvl2 {
    position: absolute;
    text-align: left;
    float: none;
    padding-left: 0;
    padding-top: 0;
    background: #f5f5f5
}

header .main-header .main_menu ul.lvl2 > li {
    position: relative
}

header .main-header .main_menu ul.lvl2 > li a {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block
}

header .main-header .main_menu .dropdown ul {
    min-width: 250px;
    width: 100%;
    right: 0
}

header .main-header .main_menu .dropdown.active > ul {
    display: block
}

header .main-header .main_menu .lvl2, header .main-header .main_menu .lvl3 {
    z-index: 10;
    padding-left: 0
}

header .main-header .main_menu .lvl2 ul, header .main-header .main_menu .lvl3 ul {
    width: 100%
}

header .main-header .main_menu .lvl2 .dropdown > a, header .main-header .main_menu .lvl3 .dropdown > a {
    position: relative
}

header .main-header .main_menu .lvl2 .dropdown > a:before, header .main-header .main_menu .lvl3 .dropdown > a:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0d9";
    opacity: .3;
    left: 10px;
    font-weight: 900
}

header .main-header .main_menu .lvl2 .dropdown.active > a:before, header .main-header .main_menu .lvl3 .dropdown.active > a:before {
    opacity: 1
}

header .main-header .main_menu .lvl2 li, header .main-header .main_menu .lvl3 li {
    margin: 0;
    display: block
}

header .main-header .main_menu .lvl2 a, header .main-header .main_menu .lvl3 a {
    display: block;
    width: 100%;
    padding: 10px;
    padding-left: 30px;
    transition: all .1s linear
}

header .main-header .main_menu .lvl2 a::after, header .main-header .main_menu .lvl3 a::after {
    display: none
}

header .main-header .main_menu .lvl2 a:hover, header .main-header .main_menu .lvl3 a:hover {
    background: rgba(0, 0, 0, 0.05)
}

header .main-header .main_menu .lvl2 li {
    position: relative
}

header .main-header .main_menu .lvl2 li a {
    font-size: 13px
}

header .main-header .main_menu .lvl2 li .lvl3 li a {
    font-size: 12px
}

header .main-header .main_menu .lvl3 {
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    background: #ebebeb
}

header .main-header .main_menu .lvl3 a {
    padding: 10px 10px 10px 30px;
}


header .main-header .main_menu .lvl4 {
	position: absolute;
    right: 100% !important;
    background: #e0e0e0;
    top: 0;
    min-width: 210px;
    width: 210px !important;
    padding: 0;
}

.resizeZone{
    padding-left: 15px;
    text-align: left;
    vertical-align: sub;
}

.key {
    background: white;
    padding: 1rem;
}
.zoom-btn{
    cursor: pointer;
}
.p-2{
    padding: 2rem;
}
.text-end{
    text-align: end;
}
.mt-2{
    margin-top: 2rem;
}
.mb-2{
    margin-bottom: 2rem;
}
select.form-control::-ms-expand {
    display: none;
}
h5.modal-title{
    color: #10bec7;
    font-size: 2.5rem;
}
.resizeZone .close{
    margin-top: -40px;
}
.btnUrgence {
    padding-top: 0;
    font-size: 20px;
    position: relative;
    font-family: Montserrat;
    font-weight: 600;
    top: -5px;
    padding-right: 44px;
    padding-top: 3px !important
}

.btnUrgence .bg-danger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 34px;
    line-height: 34px;
    color: #fff
}

.btnUrgence i {
    transition: all .1s linear
}

.btnUrgence.btn-reverse.btn-danger.btnUrgence:hover {
    background: #d5525e;
    color: #fff
}

.btnUrgence.btn-reverse.btn-danger.btnUrgence:hover i {
    color: #fff
}

.home header::after {
    position: absolute;
    background: url("../img/topHome.png") no-repeat center 0;
    content: '';
    top: -1px;
    z-index: -1;
    right: 0;
    width: 100%;
    height: 1350px
}

.sitemap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.sitemap ul {
    list-style: none
}

.sitemap .content > ul > li > ul {
    border-left: 2px solid #4e69b1
}

.sitemap .content > ul > li > ul > li > ul {
    border-left: 2px solid #10bec8
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    background: #fff
}

.loader .loadAnim {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px
}

.loader .loadAnim .dot {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #ccc;
    border-radius: 50px;
    position: relative;
    top: 0;
    animation: anim .5s infinite;
    margin: 5px
}

.loader .loadAnim .dot:nth-child(2) {
    animation-delay: .1s;
    background: #b5b5b5
}

.loader .loadAnim .dot:nth-child(3) {
    animation-delay: .2s;
    background: #9e9e9e
}

@keyframes anim {
    0%, 100% {
        top: 0
    }
    50% {
        top: -20px
    }
}

nav.pager ul li::before {
    display: none
}

nav.pager ul li > a {
    border-radius: 0;
    font-size: 18px
}

nav.pager .is-active a {
    background: linear-gradient(to bottom, #10bec8, #1db3d5);
    color: #fff
}

main {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    padding-top: 66px
}

main .main__visuel {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: -2
}

main .illustration {
    position: relative;
    left: -80px;
    margin-bottom: 25px
}

main .home-description {
    font-size: 18px
}

main .rechercheService {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 104px;
    padding: 50px 30px 100px;
    width: 370px;
    border-bottom-left-radius: 80px;
    background-image: linear-gradient(to bottom, #10bec8, #1db3d5)
}

main .rechercheService::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 155px;
    height: 330px;
    background: url("../img/Personnage.png") no-repeat
}

main .rechercheService h3 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding-left: 50px;
    position: relative;
    font-family: Montserrat;
    margin-bottom: 55px
}

main .rechercheService h3 .text-center {
    font-size: 38px;
    margin-left: -50px
}

main .rechercheService h3::before {
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    content: '';
    background: url("../img/petale.png") no-repeat
}

main .rechercheService input, main .rechercheService select {
    height: 45px;
    margin-bottom: 20px
}

main .rechercheService button {
    height: 44px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff
}

main .zone_ctas {
    position: relative;
    display: block;
    height: 640px
}

main .zone_ctas .zone_ctas__cta, main .zone_ctas .zone_ctas__img {
    position: absolute
}

main .zone_ctas .zone_ctas__img {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

main .zone_ctas .zone_ctas__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    width: 202px;
    height: 202px;
    text-align: center;
    border-radius: 202px;
    font-family: Montserrat;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000;
    border: 9px solid #000;
    text-transform: uppercase;
    transition: .1s all linear;
    z-index: 2
}

main .zone_ctas .zone_ctas__cta:nth-child(1) {
    border-color: rgba(155, 204, 85, 0.4);
    top: 250px;
    left: 80px
}

main .zone_ctas .zone_ctas__cta:nth-child(1):hover {
    text-decoration: none;
    transform: rotate(5deg) scale(1.1);
    background: rgba(155, 204, 85, 0.4)
}

main .zone_ctas .zone_ctas__cta:nth-child(2) {
    border-color: rgba(78, 105, 177, 0.2);
    top: 40px;
    left: 310px
}

main .zone_ctas .zone_ctas__cta:nth-child(2):hover {
    text-decoration: none;
    transform: rotate(5deg) scale(1.1);
    background: rgba(78, 105, 177, 0.2)
}

main .zone_ctas .zone_ctas__cta:nth-child(3) {
    border-color: rgba(16, 190, 200, 0.4);
    top: 40px;
    right: 310px
}

main .zone_ctas .zone_ctas__cta:nth-child(3):hover {
    text-decoration: none;
    transform: rotate(5deg) scale(1.1);
    background: rgba(16, 190, 200, 0.4)
}

main .zone_ctas .zone_ctas__cta:nth-child(4) {
    border-color: rgba(29, 179, 213, 0.4);
    top: 250px;
    right: 80px
}

main .zone_ctas .zone_ctas__cta:nth-child(4):hover {
    text-decoration: none;
    transform: rotate(5deg) scale(1.1);
    background: rgba(29, 179, 213, 0.4)
}

main .img-a-la-une {
    display: block;
    position: relative
}

main .img-a-la-une::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    transition: all .1s linear;
    opacity: 0
}

main .img-a-la-une span {
    color: #fff;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
    width: 100%;
    font-family: Montserrat;
    font-size: 22px;
    padding: 30px;
    top: 80%;
    left: 50%;
    opacity: 0;
    transition: all .1s linear
}

main .img-a-la-une:hover::before {
    opacity: .5
}

main .img-a-la-une:hover span {
    opacity: 1
}

main .zone_actus {
    position: relative
}

main .zone_actus .zone_actus__item-actu {
    position: relative;
    display: block;
    min-height: calc(32.66666667%);
    border-bottom: 1px solid rgba(42, 57, 70, 0.2);
    padding: 20px 5px 15px
}

main .zone_actus .zone_actus__item-actu:first-child {
    background: rgba(78, 105, 177, 0.1)
}

main .zone_actus .zone_actus__item-actu:first-child::before {
    content: '';
    display: block;
    background: rgba(78, 105, 177, 0.1);
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -30px
}

main .zone_actus .zone_actus__item-actu svg {
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    transition: all .1s linear
}

main .zone_actus .zone_actus__item-actu svg:hover {
    transform: translateY(-50%) rotate(180deg)
}

main .zone_actus .zone_actus__item-actu .zone_actus__item-actu__title a {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    color: #2a3946;
    padding-right: 15px;
    position: relative;
    transition: all .1s linear
}

main .zone_actus .zone_actus__item-actu .zone_actus__item-actu__title a::before {
    position: absolute;
    width: 2px;
    height: 0;
    top: 50%;
    left: 0;
    content: '';
    transition: all .1s linear
}

main .zone_actus .zone_actus__item-actu .zone_actus__item-actu__title a:hover {
    padding-left: 15px;
    padding-right: 0
}

main .zone_actus .zone_actus__item-actu .zone_actus__item-actu__title a:hover::before {
    height: 100%;
    top: 0
}

main .zone_actus .zone_actus__item-actu .zone_actus__item-actu__body {
    font-size: 16px;
    color: rgba(42, 57, 70, 0.61)
}

main .zone_actus .zone_actus__item-actu .zone_actus__item-actu__body p {
    margin-bottom: 0
}

main .zone_actus .zone_actus__item-actu .zone_actus__item-actu__date b {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600
}

main .zone_actus .zone_actus__item-actu .zone_actus__item-actu__date small {
    opacity: .3;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 25px;
    color: #2a3946
}

main .zone_actus .zone_actus__item-actu:nth-child(1) .zone_actus__item-actu__date b {
    color: #835aa5
}

main .zone_actus .zone_actus__item-actu:nth-child(1) .zone_actus__item-actu__title a:hover {
    color: #835aa5;
    text-decoration: none
}

main .zone_actus .zone_actus__item-actu:nth-child(1) .zone_actus__item-actu__title a:hover::before {
    background: #835aa5
}

main .zone_actus .zone_actus__item-actu:nth-child(2) .zone_actus__item-actu__date b {
    color: #a674af
}

main .zone_actus .zone_actus__item-actu:nth-child(2) .zone_actus__item-actu__title a:hover {
    color: #a674af;
    text-decoration: none
}

main .zone_actus .zone_actus__item-actu:nth-child(2) .zone_actus__item-actu__title a:hover::before {
    background: #a674af
}

main .zone_actus .zone_actus__item-actu:nth-child(2) svg g {
    fill: #a674af
}

main .zone_actus .zone_actus__item-actu:nth-child(3) .zone_actus__item-actu__date b {
    color: #e586b8
}

main .zone_actus .zone_actus__item-actu:nth-child(3) .zone_actus__item-actu__title a:hover {
    color: #e586b8;
    text-decoration: none
}

main .zone_actus .zone_actus__item-actu:nth-child(3) .zone_actus__item-actu__title a:hover::before {
    background: #e586b8
}

main .zone_actus .zone_actus__item-actu:nth-child(3) svg g {
    fill: #e586b8
}

main .top_article .top_article__ariane {
    border-bottom: 1px solid #4e69b1;
    max-width: 70%
}

main .top_article .top_article__ariane ul li::after {
    content: '>';
    color: #4e69b1;
    position: absolute;
    line-height: 15px;
    font-size: 16px;
    display: block;
    right: 10px;
    top: 3px
}

main .top_article .top_article__ariane ul li:last-child::after {
    display: none
}

main .top_article .top_article__ariane ul li a {
    font-family: Montserrat;
    font-size: 15px;
    color: #4e69b1
}

main .top_article .top_article__ariane ul li span {
    font-family: Montserrat;
    font-size: 15px;
    color: #4e69b1
}

main .top_article .top_article__title {
    display: block;
    max-width: 450px;
    font-size: 58px;
    line-height: 58px;
    margin-bottom: 30px;
    position: relative
}

main .top_article .top_article__title::before {
    content: '';
    position: absolute;
    display: block;
    width: 100vw;
    top: 50%;
    left: -90px;
    height: 100%;
    background: url('../img/page/sparkling.png') no-repeat 0 0
}

main .sidebar {
    position: relative
}

main .sidebar::before {
    position: absolute;
    content: '';
    display: block;
    width: 260px;
    height: 382px;
    left: -100%;
    background: url('../img/page/illus.png')
}

main .bloc_sdb {
    background-color: #f4faf9;
    margin-bottom: 20px
}

main .bloc_sdb h3 {
    text-transform: uppercase;
    background: #fff;
    font-family: Montserrat;
    font-size: 13px;
    padding: 18px 30px;
    color: #2a3946;
    margin: 0
}

main .bloc_sdb ul {
    padding-left: 30px;
    font-size: 16px;
    list-style: none;
    color: #2a3946
}

main .bloc_sdb ul a {
    color: #2a3946;
    min-height: 40px;
    line-height: 1.4em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center
}

main .bloc_sdb ul ul {
    padding-left: 15px
}

main .bloc_sdb ul ul li {
    position: relative;
	display: flex !important;
}

main .bloc_sdb ul ul li.dropdown {
	flex-direction: column;
	
}

main .bloc_sdb ul ul li.dropdown:before {
	top: 1.1em;
}

main .bloc_sdb ul ul li::before {
    position: absolute;
    left: -15px;
    content: ">";
    top: 50%;
    transform: translateY(-50%)
}

main .bloc_sdb .menu-contextuel {
    padding-bottom: 15px
}

main .bloc_sdb .menu-contextuel > li > a {
    font-weight: bold
}

main .bloc_sdb .menu-contextuel ul a::before {
    left: -70px
}

main .bloc_sdb .menu-contextuel ul a:hover::before {
    left: -60px
}

main .bloc_sdb .menu-contextuel > li > a:hover::before, main .bloc_sdb .menu-contextuel > li > a.is-active::before {
    left: -45px
}

main .bloc_sdb .menu-contextuel a {
    transition: all .1s linear;
    position: relative
}

main .bloc_sdb .menu-contextuel a::before {
    position: absolute;
    display: block;
    width: 24px;
    height: 19px;
    left: -60px;
    opacity: 0;
    /*top: 50%;
    transform: translateY(-50%);*/
    content: '';
    background: url('../img/petale_bleu.svg');
    transition: all .1s
}

main .bloc_sdb .menu-contextuel a:hover, main .bloc_sdb .menu-contextuel a.is-active {
    text-decoration: none;
    color: #4e69b1
}

main .bloc_sdb .menu-contextuel a:hover::before, main .bloc_sdb .menu-contextuel a.is-active::before {
    opacity: 1;
    left: -60px
}

main .bloc_sdb .documents li a {
    display: block;
    position: relative;
    padding-left: 40px;
    padding-top: 10px
}

main .bloc_sdb .documents li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 14px;
    height: 20px;
    background: url("../img/page/file.png")
}

main .bloc_sdb .documents li a::after {
    content: "";
    position: absolute;
    left: -52px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 19px;
    background: url("../img/petale_rose.svg");
    opacity: 0;
    transition: all .1s
}

main .bloc_sdb .documents li a:hover {
    text-decoration: none
}

main .bloc_sdb .documents li a:hover::after {
    opacity: 1;
    left: -40px
}

main .bloc_sdb .liens {
    padding-left: 0
}

main .bloc_sdb .liens li a {
    padding-left: 30px;
    padding-top: 10px;
    display: block;
    border-bottom: 2px solid #fff;
    position: relative;
    background: transparent;
    transition: all .1s linear
}

main .bloc_sdb .liens li a::before {
    position: absolute;
    display: block;
    width: 24px;
    height: 19px;
    background: url('../img/page/list_green_big.png');
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    opacity: 0;
    transition: all .1s linear
}

main .bloc_sdb .liens li a:last-child {
    border-bottom: none
}

main .bloc_sdb .liens li a:hover {
    text-decoration: none;
    color: #fff;
    background: #10bec8
}

main .bloc_sdb .liens li a:hover::before {
    opacity: 1;
    left: -12px
}

main .bloc_sdb img {
    max-width: 100%;
    height: auto;
    cursor: pointer
}

main .bloc_sdb img:hover {
    cursor: pointer
}

main .bloc_sdb.danger {
    background-color: transparent;
    text-align: center
}

main .bloc_sdb.danger h3 {
    text-align: left;
    color: #fff;
    background: linear-gradient(to right, #835aa5, #e586b8)
}

main .bloc_sdb.danger h4 {
    position: relative;
    top: 0;
    transition: all .1s;
    padding: 0 10px
}

main .bloc_sdb.danger a {
    color: #2a3946;
    font-family: Montserrat;
    font-size: 16px
}

main .bloc_sdb.danger a span.filter {
    overflow: hidden;
    max-width: 270px;
    height: auto;
    display: block;
    position: relative
}

main .bloc_sdb.danger a span.filter::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    z-index: 2;
    opacity: 0;
    transition: all .1s
}

main .bloc_sdb.danger a img {
    transition: all .1s
}

main .bloc_sdb.danger a:hover {
    text-decoration: none
}

main .bloc_sdb.danger a:hover h4 {
    top: -100px;
    transform: translateY(-37%);
    color: #fff;
    z-index: 999
}

main .bloc_sdb.danger a:hover span.filter::before {
    opacity: 1
}

main .bloc_sdb.danger a:hover span.filter img {
    transform: scale(1.1)
}

main .contact-form {
    display: block;
    margin-bottom: 115px
}

main .contact-form img.illusContact {
    margin-top: 125px !important
}

main .contact-form form {
    margin-top: 15px
}

main .contact-form label {
    margin: 15px 0;
    color: #717f8e;
    font-size: 18px;
    font-weight: 200
}

main .contact-form input[type="text"], main .contact-form select, main .contact-form input[type="date"], main .contact-form textarea {
    border: 1px solid #d4d7da
}

main .contact-form input[type="text"], main .contact-form select, main .contact-form input[type="date"] {
    height: 38px
}

main .contact-form input[type="text"]::placeholder, main .contact-form select::placeholder, main .contact-form input[type="date"]::placeholder {
    text-transform: uppercase
}

main .contact-form select.form-control {
    background: url("../img/page/arrow-alt-circle-right.png") no-repeat 97% 50% #fff
}

main .contact-form h2 {
    font-size: 36px;
    padding-left: 60px
}

main .contact-form h2::before {
    top: 28px;
    left: 15px
}

main .contact-form label.radio-inline {
    margin: 0 25px
}

main .contact-form .checkboxes label {
    margin: 0;
    float: left;
    width: 106px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-right: 10px;
    font-weight: normal;
    font-family: Montserrat;
    color: #2a3946;
    border: solid 1px #d4d7da
}

main .contact-form .checkboxes label span {
    text-align: center;
    display: block
}

main .contact-form .checkboxes label input {
    position: absolute;
    right: 1000vw
}

main .contact-form .checkboxes input:checked + span {
    background-color: #49a35f;
    border: solid 1px #9bcc55;
    color: #fff
}

main .contact-form [type='submit'] {
    margin-top: 15px;
    width: 238px;
    font-size: 14px;
    font-family: Montserrat;
    height: 43px;
    background-color: #10bec8;
    text-transform: uppercase
}

main .webform-submission-form .container {
    max-width: 100%
}

main .webform-submission-form input, main .webform-submission-form textarea, main .webform-submission-form select, main .webform-submission-form .description, main .webform-submission-form .webform-button--submit {
    margin-bottom: 15px
}

main .webform-submission-form input[type='file'], main .webform-submission-form input[type='text'], main .webform-submission-form input[type='email'], main .webform-submission-form input[type='tel'], main .webform-submission-form textarea {
    border: 1px solid #e7e7e7
}

main .webform-submission-form input[type='file'] {
    font-size: 13px
}

main .webform-submission-form .description {
    font-size: 12px
}

main #candidature h2 {
    position: relative;
    margin-bottom: 25px
}

main #candidature h2::before {
    top: 15px
}

article, .cke_editable {
    font-size: 18px
}

article em, .cke_editable em {
    font-family: "Times New Roman", Times, serif;
    color: #2a3946
}

article img, .cke_editable img {
    margin: 0 15px
}

article img[style*="float:right"], .cke_editable img[style*="float:right"] {
    margin-left: 15px
}

article .chapo, .cke_editable .chapo {
    font-size: 24px;
    line-height: 1.1;
    color: #2a3946
}

article h2, .cke_editable h2 {
    position: relative;
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 30px
}

article h2::before, .cke_editable h2::before {
    top: 10px
}

article h2:first-child, .cke_editable h2:first-child {
    margin-top: 0
}

article h3:first-child, .cke_editable h3:first-child {
    margin-top: 0
}

article h4:first-child, .cke_editable h4:first-child {
    margin-top: 0
}

article ul, .cke_editable ul {
    list-style: none
}

article ul li, .cke_editable ul li {
    position: relative
}

article ul li::before, .cke_editable ul li::before {
    content: '';
    position: absolute;
    left: -33px;
    display: block;
    width: 18px;
    height: 14px;
    top: 18px;
    transform: translateY(-50%);
    background: url("../img/page/list_green_small.png")
}

article ul li ul, .cke_editable ul li ul {
    list-style: none
}

article ul li ul li, .cke_editable ul li ul li {
    position: relative
}

article ul li ul li::before, .cke_editable ul li ul li::before {
    width: 12px;
    height: 9px;
    top: 18px;
    left: -25px;
    background: url("../img/page/list_small.png")
}

article iframe, .cke_editable iframe {
}

article table, .cke_editable table {
    width: 100% !important
}

article table[border], .cke_editable table[border] {
    border-color: #ddd
}

article table[border] td, .cke_editable table[border] td {
    border-top: 0
}

article table thead, .cke_editable table thead {
    font-family: Montserrat
}

article table thead th, .cke_editable table thead th {
    font-weight: 300
}

article table tr td:last-child, .cke_editable table tr td:last-child {
    background: #eef3f7
}

article table tbody td, .cke_editable table tbody td {
    color: #585858
}

article table > thead > tr > td, .cke_editable table > thead > tr > td, article table > tbody > tr > td, .cke_editable table > tbody > tr > td, article table > tfoot > tr > td, .cke_editable table > tfoot > tr > td, article table > thead > tr > th, .cke_editable table > thead > tr > th, article table > tbody > tr > th, .cke_editable table > tbody > tr > th, article table > tfoot > tr > th, .cke_editable table > tfoot > tr > th {
    padding: 8px
}

article p .btn.btn-primary a, .cke_editable p .btn.btn-primary a {
    color: #fff;
    text-decoration: none !important
}

article p a, .cke_editable p a {
    position: relative
}

.pageMain #block-site-content article a {
    text-decoration: underline;
    background: #4e69b1;
    background: linear-gradient(0deg, rgba(78, 105, 177, 0.2) 0, rgba(78, 105, 177, 0.2) 50%, rgba(171, 250, 229, 0) 50%, rgba(152, 255, 220, 0) 100%)
}

main input[type="radio"], .cke_editable input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 6px 2px 6px;
    width: 8px;
    font-size: 14px;
    height: 8px;
    -webkit-box-shadow: inset 0 0 0 .4em white, 0 0 0 .2em;
    box-shadow: inset 0 0 0 .4em white, 0 0 0 .2em;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    color: #363945
}

main input[type="radio"]:hover, .cke_editable input[type="radio"]:hover, main input[type="radio"]:checked, .cke_editable input[type="radio"]:checked {
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 .6em #9bcc55, 0 0 0 .2em #9bcc55;
    box-shadow: inset 0 0 0 .6em #9bcc55, 0 0 0 .2em #9bcc55
}

main input[type="radio"]:checked, .cke_editable input[type="radio"]:checked {
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 .6em #9bcc55, 0 0 0 .2em #9bcc55;
    box-shadow: inset 0 0 0 .6em #9bcc55, 0 0 0 .2em #9bcc55
}

main input[type="radio"]:focus, .cke_editable input[type="radio"]:focus {
    outline: 0
}

main .fieldgroup, .cke_editable .fieldgroup {
    margin-bottom: 15px
}

#ui-datepicker-div {
    width: 100%;
    max-width: 410px
}

footer {
    position: relative
}

footer .bottom_footer {
    font-size: 15px;
    padding-bottom: 63px;
    color: #c2d7fd;
    background: #4e69b1
}

footer .bottom_footer b {
    font-family: Montserrat;
    font-family: 15px;
    color: #fff;
    font-weight: 600
}

footer .bottom_footer .pull-right {
    position: relative;
    top: -4px
}

footer .bottom_footer .bottom_footer__social_menu {
    margin-top: 20px;
    margin-bottom: 27px
}

footer .bottom_footer .bottom_footer__social_menu li a {
    display: block;
    margin-right: 30px;
    font-size: 22px;
    opacity: .5
}

footer .bottom_footer .inline-b {
    margin-top: 4px
}

footer .bottom_footer a {
    color: #fff
}

footer .bottom_footer .bottom_footer__logo {
    margin-top: 30px
}

@media screen and (min-width: 992px) {
    footer .bottom_footer .bottom_footer__logo {
        position: relative;
        left: -20px
    }
}

footer .bottom_footer .phone {
    color: #fff
}

footer .main-menu-footer {
    list-style-type: none;
    padding-left: 0;
    padding-top: 25px;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2
}

footer .main-menu-footer li {
    margin-bottom: 5px
}

footer .main-menu-footer li a {
    position: relative;
    font-family: Montserrat;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    display: inline-block
}

footer .main-menu-footer li a::before {
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    height: 1px;
    background: #fff;
    content: '';
    transition: all .1s linear
}

footer .main-menu-footer li a:hover {
    text-decoration: none
}

footer .main-menu-footer li a:hover::before {
    width: 100%
}

footer .secondary-menu-footer {
    list-style: none;
    margin-top: 6px
}

footer .secondary-menu-footer li {
    margin-bottom: 3px
}

footer .secondary-menu-footer li a {
    position: relative;
    display: inline-block
}

footer .secondary-menu-footer li a::before {
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    height: 1px;
    background: #c2d7fd;
    content: '';
    transition: all .1s linear
}

footer .secondary-menu-footer li a:hover {
    text-decoration: none
}

footer .secondary-menu-footer li a:hover::before {
    width: 100%
}

footer::before {
    position: absolute;
    background: url("../img/page/bottom.png") no-repeat;
    background-position: center bottom;
    content: '';
    bottom: 100%;
    z-index: -1;
    right: 0;
    width: 100%;
    height: 1413px
}

footer #mapid {
    height: 575px
}

@media screen and (max-width: 992px){
    footer #mapid {
        height: 350px;
    }
}

footer .sites {
    height: 575px
}

footer .sites .sites__item {
    display: block;
    height: 20%;
    background: #fff;
    border-bottom: 1px solid rgba(42, 57, 70, 0.13);
    padding: 40px 30px 30px 30px;
    transition: .1s all
}

footer .sites .sites__item:hover, footer .sites .sites__item.btn-map-active {
    text-decoration: none
}

footer .sites .sites__item h5 {
    font-family: Montserrat;
    font-size: 20px;
    color: #2a3946;
    transition: .1s all
}

footer .sites .sites__item p {
    font-size: 18px;
    color: #2a3946;
    opacity: 0;
    transition: .1s all
}

footer .sites .sites__item:hover, footer .sites .sites__item.btn-map-active {
    background: #1db3d5;
    padding-top: 10px
}

footer .sites .sites__item:hover h5, footer .sites .sites__item.btn-map-active h5 {
    color: #fff
}

footer .sites .sites__item:hover p, footer .sites .sites__item.btn-map-active p {
    opacity: 1
}

.home footer::before {
    position: absolute;
    background: url("../img/bottom.png") no-repeat;
    background-position: center 0;
    content: '';
    bottom: 100%;
    z-index: -1;
    right: 0;
    width: 100%;
    height: 1830px
}

.phone {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    margin-right: 35px
}

body.home footer::before {
    bottom: 0;
    top: -105%
}

.bottom_footer__social_menu li a, .main-header__social_menu li a {
    display: inline-block;
    transition: all .1s linear
}

.bottom_footer__social_menu li a:hover, .main-header__social_menu li a:hover {
    transform: scale(1.1) rotate(25deg)
}

.leaflet-tile-pane {
    filter: grayscale(100%)
}

.hamburger {
    z-index: 99;
    position: absolute;
    right: 0
}

.page-node-type-service-de-soin article {
    margin-bottom: 110px
}

#block-site-local-tasks {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50
}

#block-site-local-tasks ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#block-site-local-tasks ul li {
    margin: 1px 0
}

#block-site-local-tasks ul li a {
    color: #fff;
    display: block;
    padding: 10px 15px;
    background-color: #4e69b1;
    text-align: center
}

iframe {
    border: 0;
    box-shadow: 0 -1px 14px 0 rgba(78, 105, 177, 0.2)
}

.btn-primary {
    border-color: #4e69b1
}

.btn-primary:hover {
    border-color: #3e548e
}

#block-site-content p, .cke_editable p {
    font-family: proba_proregular;
    font-size: 18px;
    color: #2a3946
}

#block-site-content p img, .cke_editable p img {
    margin: 0 15px;
    display: block;
    width: auto;
    height: auto
}

#block-site-content h2, .cke_editable h2 {
    font-size: 36px;
    position: relative
}

#block-site-content h2:before, .cke_editable h2:before {
    top: 7px
}

#block-site-content .text-cnil p, .cke_editable .text-cnil p {
    font-size: 14px
}

label.form-required::after {
    content: '*';
    color: red;
    display: inline-block
}

#block-descriptionhome p {
    font-size: 18px
}

main .top_article .top_article__title, .cke_editable .top_article .top_article__title {
    margin-bottom: 10px;
    max-width: 100%;
    margin-top: 30px
}

main .top_article .top_article__title::before, .cke_editable .top_article .top_article__title::before {
    z-index: -1;
    height: 90px
}

main .top_article .top_article__ariane ul li, .cke_editable .top_article .top_article__ariane ul li {
    font-family: Montserrat;
    font-size: 15px;
    color: #4e69b1;
    position: relative;
    padding-right: 25px
}

main .top_article .top_article__ariane ul li a, .cke_editable .top_article .top_article__ariane ul li a {
    text-transform: uppercase;
    font-size: 13px;
    position: relative
}

main .top_article .top_article__ariane ul li a::before, .cke_editable .top_article .top_article__ariane ul li a::before {
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    height: 1px;
    background: #4e69b1;
    content: '';
    transition: all .1s linear
}

main .top_article .top_article__ariane ul li a:hover, .cke_editable .top_article .top_article__ariane ul li a:hover {
    text-decoration: none
}

main .top_article .top_article__ariane ul li a:hover::before, .cke_editable .top_article .top_article__ariane ul li a:hover::before {
    width: 100%
}

main #block-site-content article .chapo, .cke_editable #block-site-content article .chapo, main #block-site-content article .chapo p, .cke_editable #block-site-content article .chapo p {
    font-size: 24px;
    line-height: 1.1;
    color: #2a3946
}

.offre-soin-pole_single {
    padding: 15px 40px;
    position: relative;
    color: #4e68b2;
    font-size: 13px;
    font-family: Montserrat;
    border: 2px solid #fff;
    text-transform: uppercase;
    margin: 10px 15px 15px 0;
    display: inline-block
}

.offre-soin-pole_single:before {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 19px;
    left: -12px;
    top: 50%;
    transform: translate(0, -50%);
    background: url('../img/page/list_green_big.png')
}

.offre-soin-pole_single a {
    position: relative
}

.offre-soin-pole_single a::before {
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    height: 1px;
    background: #37497c;
    content: '';
    transition: all .1s linear
}

.offre-soin-pole_single a:hover {
    text-decoration: none
}

.offre-soin-pole_single a:hover::before {
    width: 100%
}

.offre-soin-pole_single.pole_single-rendez-vous{
	background: #4e69b1;
    border-color: #4e69b1;
    color: #fff;
	transition: 300ms;
}

.offre-soin-pole_single.pole_single-rendez-vous:hover{
	background-color: #3e548e;
	border-color: #3e548e;
	text-decoration: none;
}

.text-success {
    color: #9bcc55
}

.text-info {
    color: #10bec7
}

.text-default {
    color: #4e68b2
}

.top_article__image {
    position: absolute;
    right: -100px;
    top: -7px;
    z-index: -1
}

#block-site-page-title {
    max-width: 705px;
    margin-bottom: 50px
}

#block-site-page-title p {
    font-size: 24px;
    color: #2a3946
}

header::after {
    top: -45px
}

body.page-node-type-page header::after {
    background: url(../img/page/bg-violet.png) no-repeat center 50px;
    top: 50px
}

.rechercheServiceContent {
    position: relative;
    display: block;
    margin: 0 auto 30px;
    padding: 15px 30px 30px;
    width: 100%;
    background-image: linear-gradient(to bottom, #10bec8, #1db3d5)
}

.rechercheServiceContent .col-sm-4 {
    margin-top: 38px;
    bottom: 30px
}

.rechercheServiceContent input, .rechercheServiceContent select {
    height: 45px
}

.rechercheServiceContent label {
    margin-bottom: 13px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    font-family: Montserrat
}

.rechercheServiceContent label:after {
    position: absolute;
    top: 0;
    left: -30px;
    display: block;
    width: 40px;
    height: 40px;
    content: '';
    background: url(../img/petale.png) no-repeat
}

.rechercheServiceContent button {
    width: 100%;
    height: 45px;
    font-family: Montserrat;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff
}

h2.resultats {
    font-family: Montserrat;
    font-weight: 400;
    padding-left: 15px
}

h2.resultats::before {
    display: none
}

.blue-links {
    margin-left: 15px
}

.item-teaser {
    margin-bottom: 70px
}

.field-doctor {
    border: 10px solid rgba(155, 204, 85, 0.2);
    width: 250px;
    height: 250px;
    margin-bottom: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    text-align: center
}

.field-item-doctor:nth-child(3n+2) .field-doctor {
    border-color: rgba(161, 130, 187, 0.2)
}

.field-item-doctor:nth-child(3n+2) .field-doctor path, .field-item-doctor:nth-child(3n+2) .field-doctor polygon {
    fill: #a182bb !important
}

.field-item-doctor:nth-child(3n+3) .field-doctor {
    border-color: rgba(84, 198, 223, 0.2)
}

.field-item-doctor:nth-child(3n+3) .field-doctor path, .field-item-doctor:nth-child(3n+3) .field-doctor polygon {
    fill: #54c6df !important
}

.field-doctor .content {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%
}

.field-doctor .content span {
    display: block
}

.boite-service {
    padding: 15px 35px 35px 35px;
    position: relative;
    box-shadow: 0 -1px 14px 0 rgba(78, 105, 177, 0.2);
    background-color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    margin-left: 15px
}

.boite-service h2 {
    padding-left: 0;
    margin-top: 30px;
    margin-right: 50px;
    position: relative;
    font-size: 36px;
    color: #e586b8
}

.boite-service h2 small {
    font-size: 16px;
    color: #1db3d5
}

.boite-service h2 a {
    color: #e586b8;
    position: relative
}

.boite-service h2 a span {
    position: relative;
    text-transform: uppercase;
}

.boite-service h2 a span::before {
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    height: 1px;
    background: #e586b8;
    content: '';
    transition: all .1s linear
}

.boite-service h2 a:hover {
    text-decoration: none
}

.boite-service h2 a:hover span::before {
    width: 100%
}

.boite-service h2 a:hover {
    text-decoration: none
}

.boite-service h2:before {
    top: 7px;
    left: -50px;
    background: url(../img/page/Petale.png) no-repeat
}

.boite-service__ratachement {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    font-size: 13px;
    padding: 10px 20px;
    background: #eef3f7;
    font-family: Montserrat;
    text-transform: uppercase
}

.boite-service__ratachement a {
    position: relative
}

.boite-service__ratachement a::before {
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    height: 1px;
    background: #37497c;
    content: '';
    transition: all .1s linear
}

.boite-service__ratachement a:hover {
    text-decoration: none
}

.boite-service__ratachement a:hover::before {
    width: 100%
}

.boite-service__rdv {
    position: relative;
    z-index: 2;
    float: right;
    right: -35px;
    top: 23px;
    background: #10bec8;
    border-bottom-left-radius: 33px;
    transition: all .5s
}

.boite-service__rdv:hover {
    background: #01a8b0
}

.boite-service__rdv a {
    display: block;
    padding: 15px 0 15px 10px;
    transition: all .1s linear
}

.boite-service__rdv a:hover {
    transform: scale(1.1) rotate(25deg)
}

.boite-service__rdv a img {
    margin: 0 15px
}

.boite-service ul {
    padding-left: 0;
    list-style: none
}

.boite-service__site {
    margin-top: 35px;
    position: relative
}

.boite-service__site::before {
    background: none;
    width: 0;
    height: 0;
    left: 0
}

.boite-service__site h3 {
    padding-left: 24px;
    padding-right: 25px;
    border-bottom: 1px solid rgba(42, 57, 70, 0.2);
    color: #000;
    position: relative;
    font-size: 24px;
    margin-bottom: 10px
}

.boite-service__site h3 a::before {
    background: url(../img/page/location-pin.png) no-repeat center;
    width: 13px;
    height: 20px;
    content: '';
    display: block;
    position: absolute;
    bottom: 14px;
    left: -14px
}

.boite-service .boite-service__site ul {
    padding-left: 45px;
    list-style: none
}

.boite-service .boite-service__site ul li {
    margin: 0 0 20px
}

.boite-service .boite-service__site ul li:before {
    background: none
}

.boite-service__type-infos {
    font-weight: bold
}

.boite-service__type-medecin {
    font-weight: 600
}

.boite-service__type-infos, .boite-service__type-medecin, .boite-service__type-chef, .type-chef-i {
    padding-left: 5px
}

.type-chef-i {
    font-family: TimesNewRomanPS-MT;
    font-size: 18px;
    color: #2a3946
}

.boite-service__horraires {
    font-weight: normal;
    font-size: 13px
}

.boite-service__tel {
    float: right;
    font-weight: normal;
    display: inline-block;
    width: 50%;
    text-align: right
}

.boite-service__type-chef {
    margin-bottom: 15px;
    font-weight: 500;
    position: relative
}

.boite-service__type-chef:before {
    content: "";
    position: absolute;
    left: -45px;
    top: -23px;
    width: 42px;
    height: 42px;
    background-image: url('../img/page/doctor.png')
}

.boite-service__type-secteur {
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative
}

.boite-service__type-secteur:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 3px;
    width: 18px;
    height: 14px;
    background-image: url('../img/page/Petale-green.png')
}

.boite-service__site i.fas, .boite-service__site i.far {
    position: absolute;
    vertical-align: top;
    margin-top: 2px
}

.boite-service__tel span {
    display: inline-block;
    text-align: right;
    min-width: 110px;
    padding-left: 25px
}

.boite-service__label {
    width: 50%;
    display: inline-block
}

.boite-service__lien {
    display: block;
    font-family: Montserrat;
    text-transform: uppercase;
    width: 100%;
    height: 60px;
    font-size: 13px;
    letter-spacing: .8px;
    font-weight: 300;
    line-height: 60px;
    text-align: center;
    background-color: #10bec7;
    border-bottom-left-radius: 40px;
    color: #fff;
    transition: all .5s
}

.boite-service__lien img {
    transition: all .1s linear
}

.boite-service__lien:hover {
    background-color: #01a8b0
}

.boite-service__lien:hover img {
    transform: scale(1.1)
}

.lien_doctolib, .lien_half {
    width: 50%;
    float: left
}

.lien_half a {
    border-bottom-left-radius: 0;
    border-left: 1px solid #fff
}

.lien_doctolib img {
    width: 25px
}

.boite-service__lien img {
    margin-top: -5px;
    margin-left: 15px;
    margin-right: 15px
}

.boite-service__lien:hover, .boite-service__lien:active, .boite-service__lien:focus {
    color: #fff;
    text-decoration: none
}

.sidebar form.rechercheService {
    width: 100%;
    margin: 0 -15px 30px 0;
    padding: 30px 30px 60px
}

.sidebar form.rechercheService h3 {
    padding-left: 10px;
    font-weight: 300
}

.sidebar form.rechercheService h3::before {
    left: -45px
}

.sidebar form.rechercheService h3 .text-center {
    margin: 0
}

.sidebar form.rechercheService::after {
    display: none
}

.sidebar form.rechercheService button {
    font-weight: 300
}

.sidebar .no-margin-right {
    margin-right: -15px
}

.field_champ_titre {
    border-bottom: 1px solid rgba(42, 57, 70, 0.2);
    position: relative;
    padding-bottom: 5px;
    margin-top: 50px;
    margin-top: 15px !important;
    margin-bottom: 20px;
    padding-left: 5px;
    font-size: 24px
}

.field_champ_titre a {
    font-size: 19px;
    color: #4a4a4a;
    padding: 0
}

.top_article__ariane ul li {
    display: inline
}

.bloc_sdb ul.inline-list li {
    display: block
}

#sliding-popup {
    width: 670px !important;
    max-width: 100% !important;
    left: inherit !important;
    right: 0 !important;
    background: -webkit-linear-gradient(#10bec8, #1db3d5) !important;
    background: -o-linear-gradient(#10bec8, #1db3d5) !important;
    background: linear-gradient(#10bec8, #1db3d5) !important
}

@media screen and (max-width: 992px){
    #sliding-popup {
        bottom: 48px !important;
    }
}

#sliding-popup .eu-cookie-compliance-banner h2 {
    padding: 0
}

#sliding-popup .eu-cookie-compliance-banner h2::before {
    display: none
}

#sliding-popup .eu-cookie-compliance-banner .decline-button{
    display: none;
}
#sliding-popup .eu-cookie-compliance-banner .agree-button {
    border-radius: 0;
    background: #4e69b1;
    width: 100%;
    text-decoration: none;
    padding: 5px 10px;
    color: #fff;
    text-shadow: none;
    border: none;
    box-shadow: none
}

.path-search form + h2 {
    margin-bottom: 30px
}

body.page-node-type-page article { position: relative; }
body.page-node-type-page article .btn-page-rendez-vous { position: absolute; top: -90px; left: -50px; }

@media screen and (min-width: 992px) and (max-width: 1200px) {
    header .main-header .main_menu li {
        margin-left: 5px
    }

    header .main-header .main_menu li a {
        padding: 5px
    }

    header .main-header .main_menu .dropdown ul {
        width: 100%
    }
}

.boite-service .panel-title > a::after {
    right: -15px
}

@media screen and (min-width: 1200px) {
    .text-lg-right {
        text-align: right
    }
}

@media screen and (max-width: 1199px) {
    main .sidebar::before {
        display: none
    }

    body.page-node-type-page header::after {
        top: 0;
    }

    #block-site-page-title {
        max-width: 600px
    }

    header .sur-header {
        height: inherit;
        padding: 15px 0
    }

    header .sur-header .sur-header__text {
        line-height: 1.4;
        text-align: center
    }

    header .main-header .main_menu li {
        margin-left: 20px
    }

    main .zone_ctas .zone_ctas__cta {
        position: relative;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        vertical-align: middle;
        margin-top: 15px;
        margin-right: 25px;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important
    }

    footer .inline-b {
        display: block;
        text-align: center;
        margin: 0 0 15px 0
    }

    footer .pull-right {
        float: none !important;
        text-align: center;
        margin: 0 0 15px 0
    }

    footer .mt100 {
        margin-top: 25px
    }

    footer .btnUrgence {
        top: 0
    }

    #equipe .field-doctor {
        display: block;
        width: 100%;
        height: 190px
    }
}

@media screen and (min-width: 992px) {
    main {
        min-height: 765px
    }

    .block-listepage .rechercheServiceContent, .path-search #block-site-content .rechercheServiceContent {
        margin-top: -90px
    }

    .margin-top {
        margin-top: 90px
    }

    .hamburger {
        display: none
    }
}

@media screen and (max-width: 991px) {
    main .zone_actus .zone_actus__item-actu:first-child::before, main .zone_actus .zone_actus__item-actu:first-child::after {
        display: none
    }

    footer .sites .sites__item {
        background: #1db3d5;
        padding-top: 20px;
        text-decoration: none
    }

    footer .sites .sites__item h5 {
        color: #fff
    }

    footer .sites .sites__item p {
        opacity: 1
    }

    footer::before {
        display: none
    }

    main .zone_actus .zone_actus__item-actu svg {
        top: 40px
    }

    .sidebar {
        margin-bottom: 15px
    }

    main .top_article .top_article__ariane {
        margin-top: 15px;
        max-width: 100%
    }

    #block-site-content p img, .cke_editable p img {
        margin: 0
    }

    .row .full-right {
        padding-left: 15px
    }

    main {
        overflow: hidden;
        padding-top: 0
    }

    main .rechercheService {
        margin-top: 15px
    }

    [class^=mt] {
        margin-top: 15px
    }

    body.page-node-type-page header::after {
        top: 130px;
        right: 0
    }

    #equipe .field-doctor {
        display: block;
        width: 100%;
        height: auto;
        padding-top: 95%;
        margin: 10px auto
    }

    .illusContact {
        display: none
    }

    main .bloc_sdb.danger {
        width: 263px;
        margin: 0 auto
    }

    main .contact-form h2::before {
        top: 8px
    }

    .hamburger.is-active {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 9999
    }

    h2::before {
        top: 15px;
        left: 15px
    }

    .main-header {
        padding-bottom: 20px
    }

    main .rechercheService::after {
        display: none
    }

    .zone_actus__item-actu__date {
        text-align: center
    }

    .zone_actus__item-actu__date b {
        margin: 0 15px
    }

    .zone_actus__item-actu__date small {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important
    }

    a.nextToTitle {
        display: block;
        height: 40px;
        float: none !important;
        line-height: 1
    }

    hr {
        margin-bottom: 5px
    }

    footer .main-menu-footer {
        padding-top: 5px
    }

    .img-a-la-une img {
        text-align: center;
        margin: 0 auto;
        width: 100%
    }

    header .text-right {
        text-align: center
    }

    main .zone_actus {
        height: auto
    }

    header .main-header .main-header__logo {
        margin: 15px auto 0
    }

    header .main-header .main_menu li {
        margin: 0 10px
    }

    main .zone_ctas {
        height: auto;
        padding-top: 15px
    }

    main .zone_ctas .zone_ctas__cta {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 100%;
        height: 75px
    }

    main .zone_ctas .zone_ctas__cta:hover {
        transform: none !important
    }

    main .zone_ctas .zone_ctas__img {
        bottom: -15px;
        position: relative
    }

    footer .bottom_footer {
        text-align: center
    }

    footer .bottom_footer .bottom_footer__logo {
        margin: 15px auto
    }

    footer .bottom_footer .secondary-menu-footer {
        padding-top: 5px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-left: 0;
        text-align: center
    }

    footer .bottom_footer .secondary-menu-footer li {
        display: inline-block;
        margin: 0 10px
    }

    .mt125 {
        margin-top: 30px
    }

    header .main-header .main_menu {
        position: fixed;
        z-index: 999;
        margin-top: 0;
        top: 0;
        max-width: 99vh;
        overflow: scroll;
        left: -100vw;
        transition: all .5s linear
    }

    header .main-header .main_menu > li {
        display: block !important;
        min-height: 40px
    }

    header .main-header .main_menu > li a {
        line-height: 40px;
        text-align: left;
        padding-left: 20px
    }

    header .main-header .main_menu > li a::after {
        display: none !important
    }

    header .main-header .main_menu > li .lvl2, header .main-header .main_menu > li .lvl3 {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-top: 0
    }

    header .main-header .main_menu > li .lvl2 .dropdown > a::before, header .main-header .main_menu > li .lvl3 .dropdown > a::before {
        transform: rotate(-90deg)
    }

    header .main-header .main_menu > li .lvl2 {
        background: #0b848b
    }

    header .main-header .main_menu > li .lvl2 a {
        height: 30px;
        line-height: 30px
    }

    header .main-header .main_menu > li .lvl3 {
        background: #064a4e
    }

    header .main-header .main_menu.is-active {
        left: 0;
        height: 100vh;
        width: 100vw;
        background: linear-gradient(to bottom, #10bec8, #1db3d5);
        opacity: .9;
        color: #fff
    }

    header .main-header .main_menu.is-active a {
        color: #fff !important
    }

    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
        background: #fff
    }
	
	body.page-node-type-page article .btn-page-rendez-vous { left: -15px; }
}

@media screen and (min-width: 768px) {
    .rechercheServiceContent .col-sm-4 {
        padding-left: 0;
        bottom: 0
    }

    .rechercheServiceContent .col-sm-8 {
        padding-right: 0
    }
	
}

@media screen and (max-width: 767px) {
	header .sur-header .phone, header .sur-header a.btnUrgence { margin-right: 10px; }

    #equipe .field-doctor {
        padding: 0;
        width: 250px;
        height: 250px
    }

    .blue-links, .boite-service {
        margin-left: 0
    }

    .boite-service__tel {
        width: 50%;
        min-width: 0;
        padding-left: 10px
    }

    .boite-service__tel span {
        min-width: 0
    }

    .boite-service__lien {
        height: auto;
        min-height: 60px;
        padding: 0 15px;
        margin-bottom: 0;
        border-bottom-left-radius: 0
    }

    .lien_doctolib, .lien_half {
        width: 100%;
        float: none
    }

    .lien_half a {
        margin-bottom: 70px;
        border-bottom-left-radius: 40px;
        border-left: 0;
        border-top: 1px solid #fff
    }

    .rechercheServiceContent .col-sm-4 {
        margin-top: 0;
        bottom: 0
    }

    .boite-service h2 {
        margin-top: 50px
    }

    .boite-service__ratachement {
        position: relative;
        min-width: 100%;
        height: auto;
        margin: -15px -35px 0 -35px
    }

    .boite-service__rdv {
        top: auto
    }

    main .top_article .top_article__title::before {
        display: none
    }

    body.page-node-type-page header::after {
        background: url(../img/page/top-violet.png) no-repeat center 0
    }

    .top_article__image {
        display: none
    }

    header .main-header form, header .main-header a.btn-lg, header .main-header ul {
        display: block
    }

    main .rechercheService, header .main-header .input-group {
        width: 100%
    }

    header .main-header .input-group {
        top: 0;
        margin-bottom: 10px
    }

    header .main-header .btn {
        margin-bottom: 15px
    }

    header .main-header .main-header__social_menu {
        width: 100%;
        display: block
    }

    header .main-header .main-header__social_menu li {
        margin: 0 20px
    }

    .mt50 {
        margin-top: 15px
    }

    main .illustration {
        left: 0
    }

    header .main-header .main_menu li {
        width: 100%;
        margin: 10px 15px;
        display: block
    }
	
	body.page-node-type-page article .btn-page-rendez-vous { left: 0; }

}


@media screen and (max-width: 767px) {
	#block-option-preadmission-header-mobile a { margin-right: 0px; margin-left: 2%;  }
	header .sur-header .phone{white-space: nowrap;}
	header .main-header #block-option-preadmission-header-mobile a{
		margin-left: 0;
	}
}



/*
@media screen and (max-width: 770px) {
	header .sur-header a.btn-preadmission { display: block; margin-top: 20px; }
}
*/
@media screen and (max-width: 499px) {
    .boite-service__rdv {
        right: -15px
    }

    .pageMain #block-site-content article img {
        float: none !important;
        display: block !important;
        margin: 0 auto !important;
        padding: 0 !important;
        max-width: 100% !important
    }

    main .top_article .top_article__title {
        font-size: 50px
    }

    .lien_half a {
        margin-bottom: 0
    }

    .item-teaser {
        margin-bottom: 35px
    }

    .item-teaser:last-child {
        margin-bottom: 15px
    }

    #block-site-page-title p {
        font-size: 19px
    }

    h1 {
        font-size: 58px
    }

    .row .full-right {
        background: #fff !important
    }

    #block-marquedusite {
        display: none
    }

    .sur-header {
        padding: 5px 0 !important
    }

    .sur-header .btnUrgence {
        font-size: 16px !important;
        height: 28px !important;
        top: -2px !important
    }

    .sur-header .btnUrgence .bg-danger {
        line-height: 28px !important
    }

    .sur-header .phone {
        margin-right: 15px !important;
        font-size: 16px !important
    }

    .boite-service {
        padding: 15px 15px 35px 15px
    }

    .boite-service__label {
        width: 100%
    }

    .boite-service__tel {
        float: none;
        width: 100%;
        padding-left: 0;
        text-align: left;
        margin-top: 5px;
        margin-bottom: 15px
    }

    .boite-service__site:after {
        background: transparent
    }

    .boite-service__lien {
        line-height: 1.3;
        padding: 22px 15px
    }

    .boite-service h2 {
        margin-top: 15px;
        margin-right: 0
    }

    .boite-service h2:before {
        left: -40px
    }

    .boite-service__ratachement {
        margin: -15px -15px 0 -15px
    }

    #block-site-content h2:before, .cke_editable h2:before, h2:before {
        display: none
    }

    h2 {
        padding-left: 0
    }

    header .main-header .input-group {
        margin-bottom: 0
    }

    .main-header {
        padding-bottom: 0
    }

    .search-block-form {
        /*max-width: 65%;*/
        min-width: 225px;
        margin: 0 auto
    }

    .search-block-form input {
        border: 1px solid rgba(173, 197, 218, 0.65) !important;
        border-left: none !important
    }

    footer .bottom_footer {
        padding-bottom: 15px
    }
}

@media screen and (min-width: 350px) and (max-width: 767px) {
    .search-block-form {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: 0 auto
    }

    .search-block-form input {
        border: 1px solid rgba(173, 197, 218, 0.65) !important;
        border-left: none !important
    }

    header .main-header #block-option-doctolib-header {
        float: right;
        position: relative;
        top: 15px;
        width: 52%
    }

    header .main-header #block-option-doctolib-header a {
        /*font-size: 11px !important;*/
        line-height: 33px !important;
        height: 33px !important;
        padding: 0 0 !important
    }

	header .main-header #block-option-resultats-header {
		float: left;
		position: relative;
		top: 0;
		width: 46%;
	}

	header .main-header #block-option-doctolib-header {
		float: right;
		position: relative;
		top: 0;
		width: 46%;
		margin-right: 0;
	}
	
	header .main-header #block-option-preadmission-header-mobile{
		clear: both;
		margin-top: 10px;
	}


}

@media screen and (max-width: 575px) {
	header .main-header #block-option-resultats-header {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	header .main-header #block-option-resultats-header a {
		margin-bottom: 0;
	}

	header .main-header #block-option-doctolib-header {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	header .main-header #block-option-doctolib-header a {
		margin-bottom: 0;
	}
	
	header .main-header #block-option-preadmission-header-mobile{
		float: none;
		clear: both;
		width: 100%;
		margin-top: 0;
	}
}
@media screen and (min-width: 575px)  and (max-width: 991px) {
	header .sur-header .section-sur-header .zoom-btn { margin-left: 10px; margin-right: 15px; }
	header .sur-header .section-sur-header .phone { margin-right: 15px; font-size: 17px; }
	header .sur-header .section-sur-header .btnUrgence { margin-right: 15px; font-size: 17px; }
	header .sur-header .section-sur-header .btn-preadmission { padding: 0 15px 11px 15px; }
	
}

@media screen and (max-width: 350px){
	main .top_article .top_article__title{
		font-size: 25px;
		line-height: 30px;
	}
	#block-site-content h2.description-offre{
		font-size: 24px !important;
	}
	#block-site-content h2, .cke_editable h2{
		font-size: 24px !important;
	}
}


.slickActu__actu{
    position: relative;
    height: 425px;
    text-decoration: none !important;
    background: none !important;
    padding: 10px;
}

.slickActu__actu .around{
    display: block;
    height: 450px;
    border: 1px solid rgba(16, 190, 200,1);
}
.slickActu__actu__date{
    position: absolute;
    top: 11px;
    z-index: 2;
    right: 15px;
    border: 1px solid #DDDDDD;
    border-top: none;
    padding: 10px 20px;
    background: #FFF;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.slickActu__actu__date b{
    font-size: 20px;
}

.slickActu__actu img{
    margin: 0 !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.slickActu__actu__title::before{
    display: none !important;
}
.slickActu__actu__title{
    text-decoration: none !important;
    padding: 0 10px !important;
    font-size: 20px !important;
    color: #4E69B1 !important;
}

.slick-arrow-custom.on_Home{
    padding-right: 10px;
}
.slick-arrow-custom.on_Home img:hover{
    cursor: pointer;
}

.slickHeader{
    padding-top: 10px;
}

.slickActu__actu__more{
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(16, 190, 200, 1);
    color: #FFF;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.zoomin{
    overflow: hidden;
    display: block;
}

.slickActu__actu:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.slickActu__actu:hover .slickActu__actu__more{
    background: rgb(16, 170, 180);
}

.d-flex{
    display: flex;
}

.on_Home{
    position: relative;
}

.on_Home .slick-arrow{
    position: absolute;
    top: -20px;
    right: 10px;
}

.on_Home #slick-prev-custom2{
    right: 60px;
}

.section-sur-header #block-socialnetworkblock i { font-size: 20px; margin-right: 10px; }
.section-sur-header .zoom-btn { font-size: 16px; margin-right: 20px; margin-left: 10px; } 


/*
header .btn-pread {animation: couleurBouton 1s infinite; color: #fff; margin-right: 20px; }
*/
header .btn-pread { color: #fff; margin-right: 20px; background-color: #d5525e; border-color: #d5525e; }

#btn-pread-topheader { animation: couleurBouton 1s infinite; }

/* header .btn-pread:hover, header .btn-pread:focus { background-color: #13adb7; color: #fff; } */
header .btn-pread:hover, header .btn-pread:focus { background-color: #c32e3c; border-color: #c32e3c; color: #fff; }

.iframe_happytal { width: 100%; height: 2300px; }

main .zone_ctas .zone_ctas__cta:nth-child(5) {display: none; }

main .zone_ctas .zone_ctas__cta:nth-child(2)
{
	top: 60px; left: 240px;
	border-color: rgba(16, 190, 200, 0.8);
}

main .zone_ctas .zone_ctas__cta:nth-child(2):hover {
    text-decoration: none;
    transform: rotate(5deg) scale(1.1);
    background-color: rgba(16, 190, 200, 0.5);
}

main .zone_ctas.clic_version_1 .zone_ctas__cta:nth-child(3) { top: 60px; right: 240px; }
main .zone_ctas.clic_version_1 .zone_ctas__cta:nth-child(2) { top: 10px; left: 484px; }
				
  

main .zone_ctas.clic_version_1 .zone_ctas__cta:nth-child(5)
{ display: flex; }


main .zone_ctas.clic_version_1 .zone_ctas__cta:nth-child(1) { top: 250px; left: 80px; right: auto; }
main .zone_ctas.clic_version_1 .zone_ctas__cta:nth-child(2) { top: 60px; left: 240px; right: auto; }
main .zone_ctas.clic_version_1 .zone_ctas__cta:nth-child(3) { top: 10px; left: 484px; right: auto; border-color: rgba(78, 105, 177, 0.2); }
main .zone_ctas.clic_version_1 .zone_ctas__cta:nth-child(3):hover { background: rgba(78, 105, 177, 0.2);}
main .zone_ctas.clic_version_1 .zone_ctas__cta:nth-child(4) { top: 60px; right: 240px; left: auto; border-color: rgba(16, 190, 200, 0.4); }
main .zone_ctas.clic_version_1 .zone_ctas__cta:nth-child(4):hover { background: rgba(16, 190, 200, 0.4); }
main .zone_ctas.clic_version_1 .zone_ctas__cta:nth-child(5) { top: 250px; right: 80px; left: auto; border-color: rgba(29, 179, 213, 0.4); }
main .zone_ctas.clic_version_1 .zone_ctas__cta:nth-child(5):hover { background: rgba(29, 179, 213, 0.4); transform: rotate(5deg) scale(1.1); text-decoration: none; }

main .zone_ctas.clic_version_1 .zone_ctas__cta.zone_ctas__cta-bottom { bottom: -100px; left: 50%; margin-left: -101px; height: 100px; border-radius: 30px; border-color: rgba(60, 175, 3, 0.4); }
main .zone_ctas.clic_version_1 .zone_ctas__cta.zone_ctas__cta-bottom:hover { background-color: rgba(60, 175, 3, 0.4); text-decoration: none; transform: rotate(5deg) scale(1.1); }


#block-option-telephone-footer .inline-b { display: none; }

@media screen and (max-width: 1199px)
{
	main .zone_ctas.clic_version_1{
		display: flex;
	}
	
	main .zone_ctas.clic_version_1 .zone_ctas__cta:nth-child(5)
	{ display: inline-flex; }
	
	main .zone_ctas.clic_version_1 .zone_ctas__cta,
	main .zone_ctas.clic_version_1 .zone_ctas__cta.zone_ctas__cta-bottom
	{
		width: 135px;
		height: 135px;
		font-size: 12px;
	}
	
	main .zone_ctas.clic_version_1 .zone_ctas__cta.zone_ctas__cta-bottom{
		margin-left: 0;
		border-radius: 100px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px)
{
	header .main-header .main_menu li a { font-size: 14px; }
}

@media screen and (max-width: 991px)
{
	main .zone_ctas.clic_version_1
	{
		height: auto;
		display: block;
	}

	main .zone_ctas.clic_version_1 .zone_ctas__cta
	{
		width: 100% !important;
		height: 75px !important;
	}
	
	main .zone_ctas.clic_version_1 .zone_ctas__img
	{
		position: relative;
		top: 20px;
		transform: translate(0,0);
		left: 0;
	}
	
	header .main-header .main_menu .lvl4 {
		position: relative;
		top: 0;
		left: 0;
		right: 0px !important;
		bottom: 0;
		padding-top: 0;
		width: auto !important;
		background: #033235;
	}
	
}

@keyframes couleurBouton {

	0%{
		background: #11bec9;
	}
	50%{
		background: #e60909;
	}
	100%{
		background: #11bec9;
	}
}


@media screen and (min-width: 1200px)
{
	.row-header-logo { display: flex; width: 100%; }
}



#the_home_popup {
	background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#the_home_popup_container {
	background: #fff;
    max-width: 100%;
    width: 500px;
    height: auto;
    padding: 20px;
    border-radius: 20px;
    font-size: 18px;
    text-align: center;
	position: relative;
	max-width: 80vw;
}

#the_home_popup_close {
	color: #000;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100px;
	border: solid 2px #000;
	cursor: pointer;
}

#the_home_popup_close:hover { 
	color: #fff;
	background-color: #000;
}




