/*@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400|family=Roboto:900|Roboto|Playfair+Display');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:900');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');*/
/*------------------------------*/
/* Styles générés par main.less */
/*------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    border: 0;
    font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 1025px){
    body{
        padding-top: 15vh;
    }
}


div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
    border: 0;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
    display: block;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

table caption,
table th,
table td {
    text-align: left;
    vertical-align: middle;
}

a img {
    border: 0;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.button_container {
    position: fixed;
    top: 5%;
    right: 5%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
    visibility: hidden;
}

.button_container:hover {
    opacity: .7;
}

.button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #00ADEF;
}

.button_container.active .middle {
    opacity: 0;
    background: #00ADEF;
}

.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #00ADEF;
}

.button_container span {
    background: #00ADEF;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}

.button_container span:nth-of-type(3) {
    top: 22px;
}

.topbar {
    width: 100vw;
    height: 15vh;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    font-family: "Quicksand";
    font-weight: 300;
    text-transform: uppercase;
    color: #3a3c3f;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: height 0.35s ease, background 0.35s linear;
}

.topbar.scrolled {
    height: 85px;
}

.topbar.scrolled .title {
    transform: scale(0.7);
}

.topbar .title {
    width: 30%;
    transform-origin: left;
    transition: transform 0.35s ease;
}

.topbar .title p:first-child,
.topbar .title a {
    color: #3a3c3f;
    font-size: 30px;
    line-height: 25px;
    font-weight: 400;
    text-decoration: none;
    display: block;
}

.topbar .title p:first-child span,
.topbar .title span {
    font-family: "Roboto";
    font-size: 15px;
    display: block;
    color: #3a3c3f;
}

.topbar .nav_search {
    display: flex;
    justify-content: flex-end;
    width: 80%;
}

.topbar .nav_search .nav_container {
    display: table;
}

.topbar .nav_search nav {
    padding-right: 60px;
    display: table-cell;
}

.topbar .nav_search nav ul#nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topbar .nav_search nav ul#nav>li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.topbar .nav_search nav ul#nav>li a {
    padding: 15px 0;
    text-decoration: none;
    color: #3a3c3f;
    display: block;
    position: relative;
    font-size: 18px;
}

.topbar .nav_search nav ul#nav>li a:hover {
    color: #00aeef;
}

.topbar .nav_search nav ul#nav>li a:before,
.topbar .nav_search nav ul#nav>li a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 6px;
    bottom: 0;
    background: #00aeef;
}

.topbar .nav_search nav ul#nav>li a:before {
    left: 0;
}

.topbar .nav_search nav ul#nav>li a:after {
    right: 0;
    background: #00aeef;
    opacity: 0;
    transition: width 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.2s linear;
}

.topbar .nav_search nav ul#nav>li a:hover:before {
    background: #00aeef;
    width: 100%;
    transition: width 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.topbar .nav_search nav ul#nav>li a:hover:after {
    background: transparent;
    width: 100%;
    opacity: 1;
    transition: 0s;
}


/*GG*/
.topbar .nav_search nav #nav ul.subnav {
    height: 0;
    overflow: hidden;
}

.topbar .nav_search nav #nav ul.subnav.visible {
    height: auto;
    overflow: visible;
}

.topbar .nav_search nav #nav .subnav {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
    display: block;
    width: 200px;
    height: 0;
    padding: 15px 0 0 0;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out 0.4s;
    -moz-transition: all 0.4s ease-out 0.4s;
    -o-transition: all 0.4s ease-out 0.4s;
    transition: all 0.4s ease-out 0.4s;
}

.topbar .nav_search nav #nav .subnav li {
    display: block;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.topbar .nav_search nav #nav .subnav li a {
    display: block;
    color:#FFF;
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.topbar .nav_search nav #nav .subnav li a:hover {
    color:#FFF;
    text-decoration:underline;
}

.topbar .nav_search nav #nav .subnav.visible {
    height: auto;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.topbar .nav_search nav #nav .subnav.visible li {
    opacity: 1;
}


.topbar .nav_search nav #nav .subnav.visible li a:before,
.topbar .nav_search nav #nav .subnav.visible li a:after,
.topbar .nav_search nav #nav .subnav.visible li a:before,
.topbar .nav_search nav #nav .subnav.visible li a:after {
    display:none!important;
}
/*GG*/

.topbar .search {
    position: absolute;
    right: 0;
    transform: translateX(100%);
    height: 100%;
    padding: 30px;
    background: rgba(255, 255, 255, 0);
    transition: transform 0.6s cubic-bezier(0.56, 1.37, 0.74, 0.99) 0s;
}

.topbar .search .contain{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.topbar .search .contain > i {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transform: translateX(-100%);
    padding: 30px;
    color: #00aeef;
    background: rgba(255, 255, 255, 0);
}

.topbar .search input {
    padding: 10px;
    line-height: 2;
    border: 1px solid #00ADEF;
    border-radius: 15px;
}

.topbar .search a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 30px;
    text-decoration: none;
}

.topbar .search:hover,
.topbar .search.active {
    transform: translateX(0);
    background: rgba(255, 255, 255, 1);
    transition: transform 0.6s cubic-bezier(0.56, 1.37, 0.74, 0.99) 0s;
}

.topbar .search:hover i,
.topbar .search.active i{
    background: rgba(255, 255, 255, 1);
}

header {
    height: 85vh;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

header:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e29ffb+0,6dd7ff+100&0.38+0,0.38+100 */
    background: -moz-linear-gradient(-45deg, rgba(226, 159, 251, 0.38) 0%, rgba(109, 215, 255, 0.38) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(226, 159, 251, 0.38) 0%, rgba(109, 215, 255, 0.38) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(226, 159, 251, 0.38) 0%, rgba(109, 215, 255, 0.38) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61e29ffb', endColorstr='#616dd7ff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    z-index: -2;
}

header .logo {
    position: relative;
    bottom: -6vh;
    z-index: 0;
}

header .logo img {
    width: 80%;
}

header .titre {
    padding: 30px;
    margin-top: 10vh;
    color: white;
    width: 100%;
    font-weight: 400;
}

header .titre h1 {
    font-size: 38px;
    padding-bottom: 2vh;
    text-align: center;
}

header .titre h1 span{
    font-family: "Quicksand";
    font-weight: 400;
    padding: 0;
}

header .titre h1 a{
    color: #FFF;
    text-decoration: none;
}

header .titre h1 .nom {
    color: #FFF;
    display: block;
}

header .titre h1 .adresse {
    display: block;
    font-size: 23px;
}

header .titre h1 .tel {
    display: block;
    font-size: 30px;
}

header .titre hr {
    position: absolute;
    left: 30%;
    width: 40%;
    background: #FFF;
    height: 1px;
}

header .titre p {
    font-size: 30px;
    border-radius: 15px;
    padding-top: 3vh;
    font-family: "Quicksand";
    text-align: center;
}

header .arrow {
    position: relative;
    top: 8vh;
}

header .arrow img {
    animation: opacity 2s ease-in-out infinite;
    z-index: 5;
}

@keyframes opacity {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
}

.bienvenue {
    padding-top: 70px;
    padding-bottom: 70px;
    color: #3a3c3f;
    position: relative;
    overflow: hidden;
}

.bienvenue:before {
    content: "";
    display: block;
    width: 1000px;
    height: 800px;
    background-image: url("../img/wave.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -270px;
    left: -200px;
    z-index: 0;
    transform: rotate(180deg);
}

.bienvenue .col {
    position: relative;
    z-index: 1;
    padding-right: 20px;
    padding-left: 20px;
}

.bienvenue .col .slick-prev:before,
.bienvenue .col .slick-next:before {
    visibility: hidden;
}

.bienvenue h2 {
    font-family: "Quicksand";
    font-weight: 300;
    font-size: 4em;
    position: relative;
    padding-left: 5vw;
}

.bienvenue h2:before {
    content: '“';
    font-family: 'Playfair Display', serif;
    font-size: 150px;
    position: absolute;
    left: 5px;
    top: -50px;
    color: #00ADEF;
}

.bienvenue p {
    font-family: "Roboto";
    text-align: justify;
    position: relative;
    font-size: 18px;
}

.bienvenue .quote_text:after {
    content: '„';
    font-family: 'Playfair Display', serif;
    font-size: 100px;
    position: absolute;
    right: -40px;
    bottom: 30px;
    color: #00ADEF;
}

.praticiens {
    padding-bottom: 30px;
    padding-top: 10px;
    color: #3a3c3f;
    position: relative;
    overflow: hidden;
}

.praticiens:before {
    content: "";
    display: block;
    width: 2000px;
    height: 2500px;
    background-image: url("../img/wave.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -1270px;
    left: -1000px;
    z-index: -1;
    transform: rotate(690deg);
}

.praticiens h2 {
    font-family: "Quicksand";
    font-weight: 300;
    font-size: 4em;
    padding-bottom: 2vh;
}

.praticiens .grid-2_xs-1 {
    padding-bottom: 8vh;
    max-width: 70vw;
    margin: auto;
}

.praticiens .grid-2_xs-1 h3 {
    font-family: "Roboto";
    font-size: 1.7em;
    padding-bottom: 1vh;
}

.praticiens .grid-2_xs-1 .fonction {
    font-family: "Quicksand";
    font-size: 1.3em;
    padding-bottom: 1.5vh;
}

.praticiens .grid-2_xs-1 .description {
    padding-bottom: 4vh;
}

.praticiens .grid-2_xs-1 .description p {
    padding-bottom: 0.2vh;
    font-size: 18px;
}

.praticiens .grid-2_xs-1 a {
    background: #00ADEF;
    color: #FFF;
    font-family: "Quicksand";
    /*font-weight: bold;*/
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    /*border-radius: 50px;*/
    border: 2px solid white;
    -webkit-box-shadow: 2px 1px 25px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 1px 25px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 1px 25px -6px rgba(0, 0, 0, 0.75);
    transition: background 0.2s ease-in-out 0s;
}

@media screen and (min-width: 1025px){
 .praticiens .grid-2_xs-1 a + a{
     margin-left: 10px;
 } 
}            

.praticiens .grid-2_xs-1 a i {
    padding-right: 20px;
}

.praticiens .grid-2_xs-1 a:hover {
    background: #FFF;
    color: #00ADEF;
    transition: background 0.2s ease-in-out 0s;
}

.praticiens .grid-2_xs-1:nth-child(odd) {
    text-align: right;
    flex-direction: row-reverse;
}

.collab {
    padding-bottom: 30px;
    padding-top: 10px;
    font-family: "Quicksand";
    color: #3a3c3f;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dedede+1,fcfcfc+100 */
    background: #dedede;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #dedede 1%, #fcfcfc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #dedede 1%, #fcfcfc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #dedede 1%, #fcfcfc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#fcfcfc', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.collab .grid {
    justify-content: center;
}

.collab h2 {
    font-weight: 300;
    font-size: 4em;
    padding-bottom: 2vh;
}

.collab h3 {
    font-size: 1.2em;
}

.collab p {
    padding-right: 20px;
    font-size: 18px;
}

.pastilles {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #70D2F9;
    background-image: url("../img/wave.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.pastilles .container {
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.Home .pastilles .container {
    width: 70vw;
}

.pastilles .container .smart {
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 10px solid white;
    transition: transform 0.4s cubic-bezier(0.56, 1.37, 0.74, 0.99) 0s;
    display: block;
}

.pastilles .container .smart:hover {
    background: #FFF;
    transition: background 0.1s linear 0.39s;
}

.pastilles .container .smart:hover:after {
    transform: scale(1);
}

.pastilles .container .smart:hover span {
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: transform 0.4s cubic-bezier(0.56, 1.37, 0.74, 0.99) 0.4s, opacity 0.2s linear 0.5s;
}

.pastilles .container .smart:hover svg {
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: transform 0.4s cubic-bezier(0.56, 1.37, 0.74, 0.99) 0.6s, opacity 0.2s linear 0.7s;
}

.pastilles .container .smart:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.pastilles .container .smart:after {
    content: "";
    transform: scale(0);
    transition: transform 0.4s cubic-bezier(0.7, 0.02, 0.88, 0.69) 0s;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0%;
    top: 0%;
    background: #FFF;
}

.pastilles .container .smart.hidden {
    transform: scale(0);
}

.pastilles .container .smart.hidden img {
    transform: translate(100%, 100%);
}

.pastilles .container .smart img {
    width: 100%;
    display: block;
    position: absolute;
    min-height: 100%;
    transform: translate(0%, 0%);
    transition: transform 0.5s cubic-bezier(0.56, 1.37, 0.74, 0.99) 0.4s;
}

.pastilles .container .smart span {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 62%;
    opacity: 0;
    transform: translate(-50%, 50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.56, 1.37, 0.74, 0.99) 0.3s, opacity 0.2s linear 0s;
    font-family: "Quicksand";
    text-transform: uppercase;
    color: #3a3c3f;
    font-size: 26px;
    line-height: 1.1;
}

.pastilles .container .smart svg {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 38%;
    opacity: 0;
    transform: translate(-50%, -100%);
    transition: transform 0.4s cubic-bezier(0.56, 1.37, 0.74, 0.99) 0.3s, opacity 0.2s linear 0s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 30%;
}

.pastilles .container .news img {
    left: 22%;
    top: 30%;
}

.pastilles .container .videos img {
    left: 22%;
    top: 22%;
}

.pastilles .container .fiches img {
    left: 27%;
    top: 25%;
}

.pastilles .container .fiches span {
    top: 65%;
}

.pastilles .container .fiches svg {
    top: 30%;
}

.pastilles .container .contact img {
    left: 20%;
    top: 30%;
}

.pastilles .col > span {
    display: none;
}

.intern .pastilles .container .smart span {
    font-size: 18px;
}

.cabinet {
    padding-bottom: 30px;
    padding-top: 10px;
    font-family: "Roboto";
    color: #3a3c3f;
    position: relative;
    overflow: hidden;
}

.cabinet .logo {
    position: absolute;
    top: 420px;
    left: 210px;
    width: 80%;
}

.cabinet .logo img {
    border: 5px solid white;
    border-radius: 100px;
    width: 100px;
}

.cabinet:before {
    content: "";
    display: block;
    width: 2000px;
    height: 2500px;
    background-image: url("../img/wave.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -1270px;
    left: -1000px;
    z-index: -1;
    transform: rotate(690deg);
}

.cabinet h2 {
    font-weight: 300;
    font-size: 4em;
    padding-bottom: 2vh;
    font-family: "Quicksand";
}

.cabinet h3 {
    font-size: 1.4em;
    padding-bottom: 0.5vh;
}

.cabinet hr {
    width: 70px;
    height: 8px;
    background: #00ADEF;
}

.cabinet .description {
    padding-bottom: 6vh;
}

.cabinet .description p {
    padding-bottom: 1.5vh;
    padding-top: 1.5vh;
    text-align: justify;
    font-size: 18px;
}

.cabinet .description li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
}

.cabinet .description li:before {
    content: '◼';
    font-size: 20px;
    position: absolute;
    left: 5px;
    color: #00ADEF;
}

.cabinet .photos hr {
    margin-bottom: 2vh;
}

.cabinet .photos .grid-4 {
    padding-top: 5vh;
}

.cabinet .photos .col {
    position: relative;
    padding: 0 0 0 0;
    overflow: hidden;
}

.cabinet .photos img {
    display: block;
    width: 100%;
    height: auto;
}

.cabinet .photos .caption {
    position: absolute;
    top: 250px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.7);
}

.cabinet .photos .col:hover .caption {
    opacity: 1;
    top: 0;
}

.cabinet .photos p {
    color: white;
    font-family: "Quicksand";
    position: absolute;
    padding: 20px;
}


.cabinet .slider-photo a{
    display: block;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.cabinet .slider-photo a img{
    display: block;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.actus {
    padding-bottom: 10px;
    padding-top: 50px;
    font-family: "Quicksand";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,d9d9d9+100 */
    background: #fefefe;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fefefe 0%, #d9d9d9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fefefe 0%, #d9d9d9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fefefe 0%, #d9d9d9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#d9d9d9', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.actus h2 {
    font-weight: 300;
    font-size: 4em;
    padding-bottom: 2vh;
    font-family: "Quicksand";
    color: #3a3c3f;
}

.actus .col {
    display: flex;
    padding-bottom: 6vh;
}

.actus .col .img {
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

.actus .col .img:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.actus .col .img img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
}

.actus .text {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.actus .text h3 {
    font-size: 22px;
    line-height: 1.1;
}

.actus .text p {
    padding-bottom: 3vh;
    font-size: 18px;
}

.actus .text a {
    background: #00ADEF;
    color: #FFF;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 50px;
    border: 4px solid white;
    -webkit-box-shadow: 2px 1px 25px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 1px 25px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 1px 25px -6px rgba(0, 0, 0, 0.75);
    transition: background 0.2s ease-in-out 0s;
    margin-top: auto; /*to align link to the vertical end of the container*/
}

.actus .text a:hover {
    background: #FFF;
    color: #00ADEF;
    transition: background 0.2s ease-in-out 0s;
}

.parallax2 {
    height: 300px;
    background-image: url(../img/parallax2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

footer {
    padding-bottom: 30px;
    padding-top: 50px;
    background: #252628;
    color: white;
    font-family: "Quicksand";
}

footer .titre {
    font-size: 1.5em;
    font-weight: 300;
    padding-bottom: 2vh;
    color: #00ADEF;
}

footer a {
    text-decoration: none;
    color: white;
    transition: color 0.1s linear;
}

footer .savoir {
    display: flex;
}

footer .savoir div {
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}

footer .cabinet_footer img {
    padding-top: 1.5vh;
}

footer .social {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 30px;
    text-align: center;
}

footer .social a {
    padding-right: 10px;
    padding-left: 10px;
}

footer .copyright {
    text-align: center;
    padding-top: 2vh;
}

footer .copyright a {
    color: #00ADEF;
}

footer .map {
    display: flex;
    flex-direction: column;
}

footer .map iframe {
    display: block;
    width: 100%;
    height: 300px;
    padding-bottom: 1vh;
}

footer .map a {
    text-align: right;
    width: 100%;
    display: block;
}

footer .map i {
    padding-left: 15px;
}

.intern {
    color: #3a3c3f;
}

.intern header {
    height: 220px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}

.intern header p {
    font-size: 30px;
    font-family: "Roboto";
    font-weight: 300;
    text-align: center;
    color: white;
    padding-bottom: 5vh;
    padding-right: 5vh;
}

.intern header .logo {
    bottom: 0;
}

.intern header .logo img {
    width: 60%;
    padding-bottom: 2vh;
}

.intern .grid {
    padding-left: 100px;
    padding-right: 100px;
    margin: auto;
}

.intern .grid main {
    padding-left: 40px;
    font-family: "Roboto";
}

.intern .grid main h1 {
    font-family: "Quicksand";
    font-weight: 300;
    font-size: 50px;
}

.intern .grid main li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
}

.intern .grid main li:before {
    content: '◼';
    font-size: 20px;
    position: absolute;
    left: 5px;
    color: #00ADEF;
}

.intern .grid main p {
    font-size: 18px;
}

.intern .grid main .message .go {
    background: #00ADEF;
    color: #FFF;
    font-family: "Quicksand";
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 50px;
    border: 6px solid white;
    -webkit-box-shadow: 2px 1px 25px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 1px 25px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 1px 25px -6px rgba(0, 0, 0, 0.75);
    transition: background 0.2s ease-in-out 0s;
}

.intern .grid main .message .go:hover {
    background: #FFF;
    color: #00ADEF;
    transition: background 0.2s ease-in-out 0s;
}

.intern .grid main .message .title2 {
    border: 1px solid #00ADEF;
    border-radius: 5px;
}

.intern .grid aside .praticiens {
    background-image: none;
}

.intern .grid aside .praticiens:before {
    background-image: none;
}

.intern .grid aside .praticiens .titre {
    font-size: 40px;
    padding-bottom: 0.5vh;
    font-family: "Quicksand";
}

.intern .grid aside .praticiens hr {
    width: 90px;
    height: 8px;
    background: #00ADEF;
    margin-bottom: 4vh;
}

.intern .grid aside .praticiens .grid {
    padding-bottom: 3vh;
    padding-left: 0;
    padding-right: 0;
}

.intern .grid aside .praticiens .grid h3 {
    font-family: "Roboto";
    font-size: 1.7em;
    padding-bottom: 1vh;
}

.intern .grid aside .praticiens .grid .fonction {
    font-family: "Quicksand";
    font-size: 1.3em;
    padding-bottom: 1.5vh;
}

.intern .grid aside .praticiens .grid .description {
    padding-bottom: 1vh; /*4vh*/
}

.intern .grid aside .praticiens .grid .description p {
    padding-bottom: 0.2vh;
    font-size: 18px;
}

.intern .grid aside .praticiens .grid a {
    display: inline-block;
    background: #00ADEF;
    color: #FFF;
    font-family: "Quicksand";
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 10px;
    /*border-radius: 50px;*/
    border: 2px solid white;
    -webkit-box-shadow: 2px 1px 25px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 1px 25px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 1px 25px -6px rgba(0, 0, 0, 0.75);
    transition: background 0.2s ease-in-out 0s;
}

.intern .grid aside .praticiens .grid a i {
    padding-right: 20px;
}

.intern .grid aside .praticiens .grid a:hover {
    background: #FFF;
    color: #00ADEF;
    transition: background 0.2s ease-in-out 0s;
}

.intern .grid aside .pastilles {
    background: none;
}

.intern .grid aside .pastilles .container {
    padding-left: 0;
    padding-right: 0;
}

.intern .grid aside .pastilles .container .smart {
    width: 75%;
    margin: auto;
}

.intern .grid aside .keywords {
    padding-top: 3vh;
}

.intern .grid aside .keywords h2 {
    font-family: "Quicksand";
    font-weight: 300;
    font-size: 40px;
    padding-bottom: 0.5vh;
}

.intern .grid aside .keywords hr {
    width: 90px;
    height: 8px;
    background: #00ADEF;
    margin-bottom: 4vh;
}

.intern .grid aside .keywords a {
    text-decoration: none;
    color: #3a3c3f;
}

.intern footer .container {
    padding-left: 0;
    padding-right: 0;
}

.intern footer .container .col-8_md-12 {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}

@media screen and (min-width: 1824px) {
    .topbar .search {
        /*transform: translateX(1810px);*/
        /*padding: 30px;*/
        /*transition: transform 0.6s cubic-bezier(0.56, 1.37, 0.74, 0.99) 0s;*/
    }

    .topbar .search:hover {
        /*transform: translateX(1550px);*/
        background: rgba(255, 255, 255, 0.8);
        /*transition: transform 0.6s cubic-bezier(0.56, 1.37, 0.74, 0.99) 0s;*/
    }

    header:before {
        height: 100vh;
    }

    .cabinet .logo {
        left: 450px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 100%;
        margin: auto;
        padding: 0 20px;
    }

    .button_container {
        visibility: visible;
    }

    .topbar {
        position: fixed;
        background: rgba(255, 255, 255, 0.99);
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        overflow-y: scroll;
        z-index: 22;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .topbar.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .topbar.open li {
        animation: fadeInRight .5s ease forwards;
        animation-delay: .35s;
    }

    .topbar.open li:nth-of-type(2) {
        animation-delay: .4s;
    }

    .topbar.open li:nth-of-type(3) {
        animation-delay: .45s;
    }

    .topbar.open li:nth-of-type(4) {
        animation-delay: .50s;
    }

    .topbar .nav_search {
        width: 100%;
        display: block;
    }

    .topbar .nav_search nav {
        padding-right: 0px;
    }

    .topbar .nav_search nav #nav .subnav{
        width: 100%;
    }


    .topbar .nav_search .nav_container{
        display: block;
    }

    .topbar .nav_search nav ul#nav{
        padding-top: 30px;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }


    .topbar .nav_search nav ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .topbar .nav_search nav ul li {
        display: block;
        height: 15%;
        min-height: 50px;
        position: relative;
        opacity: 0;
    }

    .topbar .nav_search nav ul li a {
        display: block;
        position: relative;
        color: #3a3c3f;
        font-family: 'Quicksand';
        text-decoration: none;
        overflow: hidden;
        font-size: 45px;
        text-align: center;
    }

    .topbar .nav_search nav ul li a:hover:after,
    .topbar .nav_search nav ul li a:focus:after,
    .topbar .nav_search nav ul li a:active:after {
        width: 100%;
    }

    .topbar .nav_search nav ul li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        transform: translateX(-50%);
        height: 3px;
        background: #FFF;
        transition: .35s;
    }

    .topbar .nav_search nav #nav .subnav{
        position: relative;
        left: 0;
        top: 0;
    }

    .topbar .title {
        visibility: hidden;
        width: 0px;
        height: 0px;
    }

    .topbar .search {
        width: 100%;
        transform: translate(10px, 200px);
    }

    .topbar .search i {
        font-size: 40px;
    }

    .topbar .search a{
        height: auto;
    }

    .topbar .search input {
        height: 30px;
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }

        100% {
            opacity: 1;
            left: 0;
        }
    }

    header:before {
        height: 100vh;
    }

    .bienvenue {
        padding-top: 4vh;
    }

    .bienvenue .container {
        display: flex;
        flex-direction: column-reverse;
    }

    .bienvenue .container .col {
        padding-right: 0;
        padding-left: 0;
    }

    .bienvenue .container .col p {
        padding-bottom: 2vh;
    }

    .bienvenue .container h2 {
        font-size: 55px;
        padding-left: 0;
        padding-bottom: 1vh;
    }

    .bienvenue .container h2:before {
        visibility: hidden;
    }

    .bienvenue .container div:after {
        visibility: hidden;
    }

    .praticiens h2 {
        font-size: 55px;
    }

    .praticiens .grid-2_xs-1 .img {
        overflow: hidden;
        display: flex;
        justify-content: center;
        padding-right: 20px;
        padding-left: 20px;
    }

    .praticiens .grid-2_xs-1 .img img {
        max-width: none;
    }

    .praticiens .grid-2_xs-1 .text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .collab h2 {
        font-size: 55px;
    }

    .cabinet h2 {
        font-size: 55px;
    }

    .actus .text {
        text-align: left;
    }

    footer iframe {
        width: 600px;
    }

    footer .savoir .col {
        display: flex;
        flex-direction: column;
    }

    .intern .contain {
        padding-left: 20px;
        padding-right: 20px;
    }

    .intern .contain aside {
        padding-left: 0;
        padding-right: 0;
    }

    .intern header {
        flex-direction: column;
        align-items: center;
    }

    .intern header p {
        padding-left: 95px;
        padding-right: 95px;
        padding-bottom: 2vh;
        margin-top: -2vh;
    }

    .intern header .logo {
        padding: 0;
    }

    .intern .praticiens .container {
        padding-left: 0;
        padding-right: 0;
    }

    .pastilles .container{
        width: 60%;
    }

    .pastilles [class^="col"] > span {
        display: block;
        margin: 10px auto 20px;
        color: #FFF;
        font-family: "Quicksand";
        font-weight: bold;
        font-size: 2em;
        line-height: 1;
    }

    .intern .pastilles [class^="col"] > span{
        color: #555;
    }
}

@media only screen and (max-width: 767px) {
    .topbar {
        background: #ffffff;
    }

    .topbar .nav_search {
        /*padding-top: 50px;*/
    }

    .topbar .nav_search nav ul li a {
        font-size: 35px;
    }

    .topbar .search {
        transform: translate(0px, 210px);
        height: auto;
    }

    .topbar .search .contain i {
        font-size: 28px;
    }

    .topbar .search:hover {
        transform: translate(0px, 210px);
    }

    header .arrow {
        top: 6vh;
    }

    header .logo {
        margin-top: -80px;
    }

    header .titre h1 {
        font-size: 22px;
    }

    header .titre p {
        font-size: 20px;
        text-align: center;
        margin: auto;
    }

    .bienvenue .text h2 {
        font-size: 38px;
    }

    .praticiens {
        padding-top: 4vh;
    }

    .praticiens h2 {
        font-size: 38px;
    }

    .praticiens .grid-2_xs-1:nth-child(odd) {
        flex-direction: column;
    }

    .praticiens .text {
        text-align: left;
        text-align: center;
    }

    .praticiens .text a {
        text-align: center;
    }

    .collab h2 {
        font-size: 38px;
    }

    .cabinet h2 {
        font-size: 38px;
    }

    .cabinet .logo {
        visibility: hidden;
    }

    .actus .col {
        display: flex;
        justify-content: center;
    }

    .actus .text {
        padding-top: 3vh;
        text-align: center;
        align-items: center;
    }

    .intern {
        margin: auto;
    }

    .intern .search .contain input {
        width: 100%;
    }

    .intern .search .contain .fa-search {
        padding-right: 20px;
    }

    .intern .search .contain i {
        font-size: 25px;
        margin: auto;
        padding: 0;
    }

    .intern header {
        justify-content: space-between;
    }

    .intern header p {
        font-size: 23px;
        padding-left: 55px;
        padding-right: 55px;
    }

    .intern header .logo {
        margin-top: 10px;
        width: 13%;
    }

    .intern header .logo img {
        width: 100%;
    }

    .intern .contain {
        padding-left: 20px;
        padding-right: 20px;
    }

    .intern .contain main {
        padding-left: 0;
        padding-right: 0;
    }

    .intern .contain main h1 {
        font-size: 35px;
        padding-top: 3vh;
    }

    .intern .contain main .PageMentions {
        width: auto;
    }

    .intern .contain aside {
        padding-left: 0;
        padding-right: 0;
    }

    .intern .contain aside .container {
        padding-left: 0;
        padding-right: 0;
    }

    .intern .contain aside .container .smart {
        width: 100%;
    }
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.pw-links .pw-link a {
    height: auto;
}



/*article*/

#pw-article-container {font-size: 14px;}

#main-grid #nos_conseils {
  background-color: #FFF;
  font-size: 14px;
}

#main-grid #nos_conseils h1 {
  font-size: 24px;
  width: 100%;
  height: auto;
}

#main-grid #nos_conseils ul li {
  font-size: 16px;
  list-style: none;
  padding: 0 0 0 25px;
  margin: 10px 0;
  position: relative;
}

#main-grid #nos_conseils ul li:before {
  content: '◼';
  font-size: 20px;
  position: absolute;
  left: 0px;
}



.intern .grid main .pw-cabinet-dentaire-infos {
    font-size: 12px;
    margin: 10px 0;

}



/* corrections */
.actus .col .img{
  align-self: flex-start;
}

.actus .col .img img{
  max-width: none;
}

.cabinet .photos .col{
  max-height: 220px;
}

.praticiens .text a{
  display: inline-block;
}

.intern header{
  height: auto;
}

@media screen and (min-width: 1025px){
  body:not(.Home) header{
    padding-top: 40px;
}
}

@media screen and (max-width: 1024px){
  .topbar .title{
    display: none;
}

.topbar .nav_search nav{
    display: block;
    height: auto;
    transform: none;
}

.topbar .search{
    transform: none;
    position: relative;

}

.topbar .search:hover{
    transform: none;
}

.topbar .search input{
    padding: 10px 20px;
    height: auto;
    border-radius: 60px;
    font-size: 18px;
}

.topbar .search .contain{
    display: flex;
    padding: 0;
}

.topbar .search a{
    display: block;
}

.cabinet .logo{
    width: auto;
    left: auto;
    right: 30px;
    top: auto;
    bottom: 40px;
}

.button_container.white span {
    background-color: #FFF;
}
.langues {
    bottom: 20px;
    top:auto!important;
}
}

@media screen and (max-width: 768px){
  .topbar .search i.fa-search{
    display: none;
}

.praticiens .img{
    align-self: flex-start;
}

.praticiens .text a + a{
    margin-top: 20px;
}

.cabinet .description .col{
    position: relative;
}

.cabinet .description img{
    width: 100%;
}

header .titre{
    width: 100%;
    padding: 10px;
}

header .titre h1 .nom{
    font-size: 30px;
    margin-bottom: 20px;
}

header .logo img{
    width: 70px;
    display: block;
    margin: auto;
}

.pastilles .container{
    width: 100%;
}


}

.cabinet_footer p span {
    display: block;
}

.pw-recherche-articles {
    list-style: none;
}
.pw-recherche-articles li {
    margin:10px 0;
    font-size:20px;
    text-decoration: none;
}
.pw-recherche-articles li a{
    text-decoration: none;
}
.pw-recherche-articles li a:hover{
    text-decoration: underline;
}

.pw-text-defilant {
    margin:20px 0 0 0;
    font-weight: bold;
    font-size: 20px;
    color:#FFF;
    padding-top: 0;
    padding-bottom: 0;
}

.slider-photo .slick-next {
    right: -25px;
}
.slider-photo .slick-prev {
    left: -45px;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    font-size: 40px;
}


.langues {
    position: absolute;
    top: 10px;
    right: 10px;
}

.langues div {
    display: flex;
    flex-direction: row;
}

.langues div a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    color: #FFF;
    opacity: 0.5;
}
.langues div a:hover {
    opacity: 1;
}
.langues div a span {
    display: inline-block;
    font-size: 1em;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}


.langues div a:hover span {
    font-size: 1.2em;
}


.Intern .langues {
    position: relative;
}

.Intern .langues div {
    justify-content: flex-end;
    padding: 10px;
}

@media print {
    .intern header, .topbar, .langues, footer {
      display: none;
      visibility: hidden;
  }
}