/*

Theme Name: Mediweb
Theme URI: https://mediweb.co/
Description: Mediweb Theme
Version: 1.0
Author: Mediweb
Author URI: http://mediweb.co/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    box-sizing: border-box;
    display: block
}

html {
    font-size: 16px;
    font-weight: normal;
    color: #525457;
    font-family: 'Sulphur Point', sans-serif;
    background: #ffffff;
    /*scroll-behavior: smooth;*/
}

html body {
    overflow-x: hidden;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}

.front_page_select {
    height: 100vh;
    max-height: 100vh;
    width: 100%;
    background-size: auto 100%;
    position: relative;
    top: 0;
    overflow: hidden;
}

.static-element {
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1220px;
    padding: 0 20px 50px 20px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 22;
    pointer-events: none;
}

.static-element .conception {
    font-size: 12px;
    line-height: 12px;
    color: #7D007E;
    pointer-events: all;
    max-width: 200px;
}

.static-element .conception a {
    color: #7D007E;
    text-decoration: none;
}

.static-element .logo {
    margin-top: 80px;
}

.pages_select {
    width: 160%;
    position: absolute;
    right: 0;
    height: 240%;
    display: flex;
    justify-content: space-between;
    transform: rotate(55deg);
    transform-origin: 75% 60%;
}

.pages_select .page_s {
    flex: 50%;
    position: relative;
    transform: translateY(-10%);
    transition: all .5s;
    height: 110%;
    overflow: hidden;
}

.pages_select .page_s.pub:hover {
    height: 138%;
    flex: 60%;
}

.pages_select .page_s .text {
    transform: rotate(-55deg);
    width: 100%;
    max-width: 320px;
    position: absolute;
    z-index: 5;
}

.pages_select .page_s .text .title {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}

.pages_select .page_s.pub {
    flex: 43%;
    color: #7B2682;
}
.pages_select .page_s.pro {
    height: 88%;
    transform: translateY(0);
}
.pages_select .page_s.pub .text {
    left: 7%;
    top: 50%;
    transition: .5s;
}

.pages_select .page_s.pub .text {
    left: 5%;
    top: 39%;
}

.pages_select .page_s .text .desc {
    opacity: 0;
    font-size: 16px;
    line-height: 20px;
    transition: all .5s;
    margin: 30px 0;
}

.pages_select .page_s .text a {
    opacity: 0;
    transition: all .5s;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 20px;
    border: 1px solid #ffffff;
    border-radius: 27px;
    color: #ffffff;
    text-decoration: none;
}

.pages_select .page_s.pub .text a {
    border: 1px solid #7B2682;
    color: #7B2682;
}

.pages_select .wrap_style {
    height: 100%;
    flex: 50%;
    transform: translateY(-43%);
    color: #FFFFFF;
}
.pages_select .page_s.assistent .text {
    top: 10%;
    left: 25%;
}
.pages_select .page_s.assistent {
    width: 25%;
    margin-left: auto;
    transform: translateY(0);
}

.pages_select .page_s.assistent:hover {
    width: 35%;
}

.pages_select .page_s.pro .text {
    right: -2%;
    top: 85%;
    transform: rotate(-55deg);
}

.pages_select .page_s.pro .text .title {
    color: #ffffff;
}

.pages_select .page_s.pro:hover {
    height: 100%;
}

.pages_select .page_s.pro:hover .text {
    transition: .5s;
    right: 5%;
    top: 80%;
}

.pages_select .page_s .desc, .pages_select .page_s a {
    visibility: hidden;
}

.pages_select .page_s:hover .desc, .pages_select .page_s:hover a, .pages_select .page_s:hover .title {
    opacity: 1;
    visibility: visible;
}

.pages_select .page_s:hover:after {
    opacity: 0.76;
}

.pages_select .page_s:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*transition: opacity .5s;*/
    z-index: 3;
}

.pages_select .page_s.pro:after {
    background: #65B2E9;
}

.pages_select .page_s.pub:after {
    background: #ffffff;
}

.pages_select .page_s.assistent:after {
    background: #A650A5;
}

.pages_select .page_s:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transform: rotate(-55deg);
}

.pages_select .page_s.pro:before {
    background: url('img/pro-bg.jpg') center no-repeat;
    background-position: -1% 26%;
    background-size: 45%;
    width: 300%;
    height: 100%;
}

.pages_select .page_s.pub:before {
    background: url('img/pub-bg.jpg') center no-repeat;
    background-position: -40% 33%;
    background-size: 90%;
    width: 159%;
    height: 100%;
    left: auto;
    right: 0;
}
.pages_select .page_s.assistent:before {
    background: url('img/assistent-bg.jpg') center no-repeat;
    background-position: center;
    background-size: 100%;
    width: 200%;
    height: 33%;
    top: -2%;
    left: -60%;
}

header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 99;
    background: #ffffff;
}

header .row {
    max-width: 1320px;
    padding: 9px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .5s;
}

.fixed header .row {
    padding: 6px 0;
}

header .row .logo {
    display: flex;
}

header .row .logo svg g {
    transition: all .5s;
}

header .row .logo svg {
    transition: all .5s;
}

.fixed header .row .logo svg {
    height: 42px;
}

header .row .col {
    display: flex;
    align-items: center;
}

header .row .col.menu {
    width: 100%;
    justify-content: flex-end;
}

header .row ul {
    display: flex;
    list-style: none;
}

header .row .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    border: 1px solid #7D007E;
    background: #ffffff;
    z-index: 10;
    width: calc(100% + 100px);
}
header .row .sub-menu .sub-menu {
    left: 100%;
    top: -1px;
}
header .menu-item-has-children {
    position: relative;
    padding-right: 15px;
}

header .menu-item-has-children:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #2B2B2B transparent transparent transparent;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
}
header .sub-menu .menu-item-has-children:after {
    right: 10px;
}
header .menu-item-has-children:hover:after {
    transform: rotate(180deg);
    border-color: #7D007E transparent transparent transparent;
}

header .menu-item-has-children:hover>.sub-menu {
    display: block;
}

header .row ul li {
    padding: 10px 15px;
    margin: 0 5px;
}

header .row ul li a {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    color: #2B2B2B;
}
header .row ul li.red a {
    color: red;
}
header .row ul li:hover > a {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #7D007E;
}

header .row .icons {
    margin-left: 20px;
}

header .row .icons a {
    margin: 0 10px;
}

header .row .icons a:last-child {
    margin: 0 0 0 10px;
}

.full_height_block {
    /*min-height: 100vh;*/
    width: 100%;
    background: #F9FAFB;
}

.full_height_block .slider_section {
    position: relative;
}

.full_height_block .slider_section .image img {
    display: block;
}

.full_height_block .slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) -14.87%, rgba(255, 255, 255, 0.63) 17.69%, #FFFFFF 49.61%, rgba(255, 255, 255, 0.75) 73.23%, rgba(255, 255, 255, 0) 107.71%);
}

.full_height_block .slider svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.full_height_block .slider svg:first-child {
    left: 5%;
}

.full_height_block .slider svg:last-child {
    right: 5%;
}

.full_height_block .slider .item .title {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #7D007E;
}

.full_height_block .slider .item .desc {
    font-size: 20px;
    line-height: 22px;
    text-align: justify;
    color: #2B2B2B;
}
.full_height_block .slider .item .desc a {
    color: #7D007E;
}
.full_height_block .slider .item {
    padding: 25px 20px;
    max-width: 1220px;
    margin: 0 auto;
    display: block !important;
}

.full_height_block .blocks_after_slider {
    display: flex;
}

.full_height_block .blocks_after_slider .item {
    width: 100%;
    padding: 100px 0;
    text-decoration: none;
    position: relative;
    background-size: cover;
}

.full_height_block .blocks_after_slider .item .center {
    display: flex;
    height: 120px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 2;
}

.full_height_block .blocks_after_slider .item .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.full_height_block .blocks_after_slider .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #7B2682;
    transition: all .5s;
    opacity: 0.7;
    z-index: 1;
    top: 0;
    left: 0;
}

.full_height_block .blocks_after_slider .item:hover:after {
    background: #65B2E9;
}

h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #7B2682;
    text-align: center;
}

.container {
    width: 100%;
    max-width: 1220px;
    padding: 0 20px;
    margin: 0 auto;
}

.actualites {
    padding: 50px 0;
    background: #F9FAFB;

}

.actualites .wrapper_item {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
}

.actualites .wrapper_item .item {
    display: flex;
}

.actualites .wrapper_item .item .image {
    width: 50%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.actualites .wrapper_item .item .image:after {
    content: '';
    position: relative;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0 42.4%;
}

.actualites .wrapper_item .item .block_desc {
    padding: 25px 40px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.actualites .wrapper_item .item:nth-child(2n + 1) .block_desc:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 22px 21px 0;
    border-color: transparent #a650a5 transparent transparent;
    position: absolute;
    left: 0;
    top: 20%;
    transform: translateX(-100%);
}

.actualites .wrapper_item .item:nth-child(2n) .block_desc:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 22px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 0;
    top: 20%;
    transform: translateX(100%);
}

.actualites .wrapper_item .item:nth-child(2n) .block_desc {
    padding-left: 10px;
}

.actualites .wrapper_item .item .block_desc .title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #65B2E9;
}

.actualites .wrapper_item .item .block_desc .desc {
    font-size: 17px;
    line-height: 22px;
    text-align: justify;
    color: #484848;
}

.actualites .wrapper_item .item a {
    font-size: 16px;
    line-height: 18px;
    color: #65B2E9;
    text-decoration: none;
}

.actualites .wrapper_item .item a:before {
    content: url("img/icons/arrow-left.svg");
    margin-right: 5px;
}

.actualites .wrapper_item .item:nth-child(2n-1) .block_desc {
    background: linear-gradient(90deg, #A650A5 2.15%, #7B2682 100%);
}

.actualites .wrapper_item .item:nth-child(2n-1) .block_desc .title,
.actualites .wrapper_item .item:nth-child(2n-1) .block_desc .desc,
.actualites .wrapper_item .item:nth-child(2n-1) .block_desc a {
    color: #ffffff;
}

.actualites .wrapper_item .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.actualites .wrapper_item .item:nth-child(2n) .block_desc .wrap {
    margin-left: auto;
    text-align: left;
}

.actualites .wrapper_item .item:nth-child(2n) .block_desc {
    text-align: right;
}

.actualites .wrapper_item .item:nth-child(2n) a:before {
    content: none;
}

.actualites .wrapper_item .item:nth-child(2n) a:after {
    content: url("img/icons/arrow-right.svg");
    margin-left: 5px;
}

.liens {
    background: #ffffff;
    margin-top: 135px;
}

.liens .wrapper_item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
}

.liens .wrapper_item .item {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 75px;
    text-decoration: none;
}

.liens .wrapper_item .item > div {
    max-width: 165px;
    margin: 0 auto;
}

.liens .wrapper_item .item p {
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #686868;
    display: block;
    margin-top: 20px;
    text-decoration: none;
}

.liens .wrapper_item .item img {
    max-width: 100%;
}

.map-wrap {
    position: relative;
}

.map-wrap .wrapper-contact {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.map-wrap .wrapper-contact .contact {
    pointer-events: all;
    max-width: 590px;
    padding: 70px 50px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    position: relative;
}

.map-wrap .wrapper-contact .contact:after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #A650A5 2.15%, #7B2682 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .85;
    z-index: -1;
}

.map-wrap .wrapper-contact .contact .title {
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #65B2E9;
    text-align: left;
    margin-bottom: 20px;
}

.map-wrap .wrapper-contact .contact .address, .map-wrap .wrapper-contact .contact .phone {
    padding-left: 25px;
    max-width: 260px;
    margin-bottom: 10px;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    display: block;
}

.map-wrap .wrapper-contact .contact .phone:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url("img/icon-phone.png") center no-repeat;
}

.map-wrap .wrapper-contact .contact .address:after {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 10px;
    height: 16px;
    background: url("img/icon-marker.png") center no-repeat;
}

.map-wrap .wrapper-contact .contact .sub_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 18px;
    text-align: justify;
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 5px;
}

.map-wrap .wrapper-contact .contact .wrap-hour {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 22px;
}

.map-wrap .wrapper-contact .contact .wrap-hour .row {
    display: flex;
}

.map-wrap .wrapper-contact .contact .wrap-hour span {
    width: 80px;
    display: block;
    text-align: left;
    padding-right: 20px;
}

.map-wrap .wrapper-contact .contact .accedez {
    font-size: 14px;
    line-height: 22px;
}

.contact_form {
    padding-top: 160px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact_form h2 {
    color: #FFFFFF;
    margin-bottom: 30px;
    text-align: left;
}

.contact_form .wrap {
    margin-left: auto;
    background: rgba(101, 178, 233, .85);
    padding: 60px;
    max-width: 580px;
}

.contact_form .wrap input {
    border: 1px solid #FFFFFF;
    height: 47px;
    font-size: 14px;
    line-height: 47px;
    padding: 10px;
    width: 100%;
    color: #FFFFFF;
    margin-bottom: 13px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 3px;
}

.contact_form .wrap input::placeholder {
    color: #ffffff;
}

.contact_form .wrap .row {
    display: flex;
    justify-content: space-between;
}

.contact_form .wrap .row input {
    width: calc(100% - 10px);
}

.contact_form .wrap .row .email {
    text-align: right;
}

.contact_form .wrap input:focus, .contact_form .wrap textarea:focus {
    outline: none;
}

.contact_form .wrap textarea::placeholder {
    color: #ffffff;
    font-size: 16px;
}

.contact_form .wrap textarea {
    border: 1px solid #FFFFFF;
    height: 140px;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 10px;
    width: 100%;
    font-family: 'Sulphur Point', sans-serif;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 3px;
}

.contact_form .wrap input[type='submit'] {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    cursor: pointer;
    background: transparent;
    margin-top: 30px;
    transition: all .5s;
    border-radius: 27px;
}

.contact_form .wrap input[type='submit']:hover {
    color: #000000;
    background: #ffffff;
}

footer {
    background: #65B2E9;
    padding: 35px 0;
    width: 100%;
}

footer .container-footer {
    width: 100%;
    max-width: 965px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin: 0 auto;
    align-items: flex-end;
}

footer .container-footer a {
    text-decoration: none;
    color: #000000;
}

footer .container-footer .row {
    max-width: 560px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

footer .container-footer .row div {
    min-width: 140px;
    max-width: 260px;
    width: 50%;
}

.top_line_title {
    text-align: center;
    padding: 30px 0;
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}

.top_line_title h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.wrap_document {
    background: #F9FAFB;
    padding: 30px 0;
}

.wrap_document .doc {
    display: flex;
    flex-wrap: wrap;
}

.wrap_document .doc .item {
    width: 33.3%;
    min-width: 235px;
    text-align: center;
    position: relative;
    margin-top: 5px;
}

.wrap_document .doc .item .name {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2B2B2B;
    text-decoration: none;
    padding: 15px 50px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid transparent;
}

.wrap_document .doc .item .wrap {
    display: inline-block;
    position: relative;
    min-width: 200px;
}

.wrap_document .doc .item .name:hover, .wrap_document .doc .item .wrap:hover .name {
    border: 1px solid #CFDBE4;
    box-sizing: border-box;
    box-shadow: -2px 7px 10px rgba(183, 194, 204, 0.43);
    border-radius: 27px;
    color: #7B2682;
}

.wrap_document .doc .item.open .wrap:hover .name {
    border-radius: 27px 27px 0 0;
}

.wrap_document .doc .item.open .wrap:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #2b2b2b transparent transparent transparent;
    position: absolute;
    right: 18px;
    top: calc(50% - 5px);
}

.wrap_document .doc .item.open .wrap:hover:after {
    border-color: #7B2682 transparent transparent transparent;
    transform: rotate(180deg);
}

.wrap_document .doc .item.open .links {
    display: none;
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 0 0 27px 27px;
    border: 1px solid #CFDBE4;
    border-top: 0;
    box-sizing: border-box;
    box-shadow: -2px 7px 10px rgba(183, 194, 204, 0.43);
    z-index: 3;
}

.wrap_document .doc .item.open .links a {
    font-size: 16px;
    line-height: 16px;
    color: #2B2B2B;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: 700;
}

.wrap_document .doc .item .wrap:hover .links {
    display: block;
}

.content.documentation .content-wrap {
    width: 70%;
    padding-left: 36px;
    margin-top: 50px;
}

.content.documentation .sm-navigation-menu {
    width: 30%;
}

.content.documentation {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 170px;
    overflow: hidden;
    min-height: calc(100vh - 488px);
}

.main-content {
    min-height: calc(100vh - 424px);
}

.content.documentation h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin-top: 40px;
    position: relative;
    padding: 10px 0 5px 0;
    margin-bottom: 30px;
}

.content.documentation h2 span {
    position: relative;
    z-index: 2;
}

.content.documentation h2:after {
    content: '';
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 3.75%, rgba(255, 255, 255, 0) 20.09%), linear-gradient(270deg, #FFFFFF 1.36%, rgba(255, 255, 255, 0) 37.96%), #65B2E9;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    position: absolute;
    transition: all .5s;
}

.content.documentation h2.element:after {
    width: calc(100% + 160px);
    left: 50%;
}

.content.documentation h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #7B2682;
    margin: 20px 0;
}

.content.documentation h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #7B2682;
}

.content.documentation h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #A650A5;
}

.content.documentation a {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #7B2682;
}

.content.documentation strong {
    color: #7B2682;
    font-weight: bold;
}

.content.documentation p {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #8D9FAF;
    margin: 20px 0;
}

img {
    max-width: 100%;
}

.content.documentation img {
    height: auto;
}

.content.documentation .content-wrap ul,
.content.documentation .wrap ul {
    list-style: none;
}

.content.documentation .content-wrap ul li,
.content.documentation .wrap ul li {
    font-size: 14px;
    line-height: 24px;
    color: #8D9FAF;
    position: relative;
    padding-left: 22px;
}

.content.documentation .content-wrap ul li:after,
.content.documentation .wrap ul li:after {
    content: '';
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #A650A5;
    position: absolute;
}

.content.documentation .sm-navigation-menu .sm-navigation-sub-menu-toggle {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #65B2E9;
    position: relative;
    cursor: pointer;
    padding-right: 40px;
}

.content.documentation .sm-navigation-menu > li {
    max-width: 320px;
    margin: 30px 0 0 0;
    box-sizing: border-box;
}

.content.documentation .sm-navigation-menu > li:first-child {
    margin: 90px 0 0 0;
}

.content.documentation .sm-navigation-menu.header-small {
    position: fixed;
    top: 75px;
}

.content.documentation .sm-navigation-menu {
    list-style: none;
}

.content.documentation .sm-navigation-menu .sm-navigation-sub-menu {
    list-style: none;

}

.content.documentation .sm-navigation-menu .sm-navigation-sub-menu li span {
    font-size: 16px;
    line-height: 16px;
    color: #2B2B2B;

}

.content.documentation .sm-navigation-menu .sm-navigation-sub-menu li {
    margin: 10px;
    cursor: pointer;
}

.content.documentation .sm-navigation-menu > li > .sm-navigation-sub-menu-toggle:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #65B2E9 transparent transparent transparent;
    position: absolute;
    right: 0;
    bottom: 8px;
}

.content.documentation .sm-navigation-menu > li > .sm-navigation-sub-menu-toggle.active:after {
    transform: rotate(180deg);
}

.content.documentation .sm-navigation-menu > li > .sm-navigation-sub-menu-toggle ~ .sm-navigation-sub-menu {
    display: none;
}

.content.documentation .sm-navigation-menu > li > .sm-navigation-sub-menu-toggle.active ~ .sm-navigation-sub-menu {
    display: block;
}

.page-template-login-template header, .page-template-login-template footer,
.page-template-template-inscription header, .page-template-template-inscription footer {
    display: none;
}

.login-wrapper .logo {
    position: absolute;
    left: 5%;
    top: 80px;
    z-index: 2;
}

.login-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: url("img/image-bg-login.jpg") center no-repeat;
    background-size: cover;
}

.login-wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #A650A5 2.15%, #7B2682 100%);
    opacity: 0.69;
}

.login-wrapper .login-block {
    position: relative;
    z-index: 2;
    margin-top: 70px;
}

.login-wrapper .login-block p {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    line-height: 17px;
    color: #FFFFFF;
}

.login-wrapper label {
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 17px;
    color: #FFFFFF;
}

.login-block .wpmem_reg {
    max-width: 420px;
    text-align: center;
    color: #ffffff;
}

.login-block .wpmem_reg input {
    width: 100%;
    margin-bottom: 20px;
}

.login-block .wpmem_reg input[type=submit] {
    text-transform: uppercase;
    transition: all .5s;
    cursor: pointer;
}

.login-block .wpmem_reg input[type=submit]:hover {
    background: #ffffff;
    color: #fff;
}

.login-wrapper .login-block p.login-username {
    margin-bottom: 20px;
}

.login-wrapper input:focus {
    outline: none;
}

.login-wrapper input {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 27px;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    padding: 15px 20px;
    height: 45px;
}

.login-wrapper .login-block .login-remember {
    font-weight: 700;
}

.login-wrapper .login-block .login-remember input {
    height: auto;
}

.login-remember {
    display: block;
    margin-top: 15px;
}

.login-remember input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.login-remember label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.login-remember input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.login-wrapper a.lostpassword {
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 40px;
    margin-bottom: 27px;
    display: block;
}

.login-wrapper button[type=submit], .login-wrapper .login-submit .button.button-primary {
    background: transparent;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    font-family: 'Sulphur Point';
    border-radius: 27px;
    font-size: 14px;
    line-height: 14px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: all .5s;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 15px;
    max-width: none;
}

.login-wrapper button[type=submit]:hover, .login-wrapper .login-submit .button.button-primary:hover {
    background: #ffffff;
    color: #2B2B2B;
}

.login-wrapper button[type=submit]:focus, .login-wrapper .login-submit .button.button-primary:focus {
    outline: none;
}

.inscription .inscription_block {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    pointer-events: all;
}

.inscription .inscription_block h4 {
    font-size: 22px;
    color: #ffffff;
}

.inscription .inscription_block .buttons {
    color: #ffffff;
    font-size: 18px;
}

.inscription .inscription_block .tabs_block .item {
    display: none;
}

.inscription .inscription_block .tabs_block .item.active {
    display: block;
}

.inscription .inscription_block .tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 85px;
    font-size: 17px;
    line-height: 17px;
    color: #FFFFFF;
    position: relative;
}
.back_link {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 40px;
    display: inline-block;
}
.back_link svg {
    margin-right: 12px;
}
.wrapper_inscription {
    width: 100%;
    z-index: 2;
    position: relative;
    pointer-events: none;
}

.wrapper_inscription .wrapper_tabs {
    width: 100%;
    max-width: 825px;
    margin: 0 auto 40px;
    pointer-events: all;
}

.wrapper_inscription .wrapper_tabs .tabs {
    display: flex;
    background: rgba(43, 43, 43, .8);
    border-radius: 0 0  40px 40px;
    overflow: hidden;
}

.wrapper_inscription .wrapper_tabs .item {
    cursor: pointer;
    width: 33.3%;
    padding: 90px 20px 65px 20px;
    text-align: center;
    font-size: 17px;
    line-height: 17px;
    color: #FFFFFF;
}

.wrapper_inscription .wrapper_tabs .item:hover, .wrapper_inscription .wrapper_tabs .item.active {
    background: linear-gradient(90deg, #A650A5 2.15%, #7B2682 100%);
}

.inscription .inscription_block .tabs_block .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.inscription .inscription_block .tabs_block .row .col {
    width: calc(50% - 40px);
    position: relative;
}

.inscription .inscription_block .tabs_block .row input {
    width: 100%;
}
.inscription .inscription_block .tabs_block .row input::placeholder {
    color: #ffffff;
}
.inscription .inscription_block .tabs_block input[type='submit'] {
    background: transparent;
    cursor: pointer;
    transition: all .5s;
}
.inscription .inscription_block .tabs_block input[type='submit']:hover {
    background: #ffffff;
    color: #000000;
}
.inscription .inscription_block .tabs_block label {
    color: #FFFFFF;
    margin-bottom: 6px;
}

.inscription .inscription_block .tabs_block .description {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: 5px;
    right: 0;
    color: #FFFFFF;
}

.inscription:after {
    background: #2B2B2B;
    opacity: 0.9;
}

.inscription .inscription_block .button_div {
    margin-top: 30px;
    text-align: right;
}

.inscription .inscription_block .row .col .button_div input {
    width: auto;
    min-width: 230px;
    margin-left: auto;
    text-transform: uppercase;
}

.inscription .inscription_block .tabs_block .description a {
    position: absolute;
    background: url("img/icons/quastion.png") center no-repeat;
    width: 18px;
    height: 18px;
    top: 31px;
    right: 15px;
}

.login-wrapper.inscription {
    align-items: flex-start;
}

.annonces {
    margin-bottom: 175px;
}

.annonces .categoty-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.annonces .categoty-wrapper .item {
    width: 33.3%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.annonces .categoty-wrapper .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #7D007E;
    opacity: 0.76;
    transition: all .5s;
}

.annonces .categoty-wrapper .item:nth-child(2n):before {
    background: #A650A5;
}

.annonces .categoty-wrapper .item:hover:before {
    opacity: 1;
}

.annonces .categoty-wrapper .item .name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 170px;
    z-index: 2;
}

.annonces .categoty-wrapper .item:after {
    content: '';
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 63.1%;
    display: block;
    z-index: -1;
}

.annonces .top_button {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.annonces .top_button a {
    width: 50%;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 35px 0;
    color: #7B2682;
    text-decoration: none;
    text-align: center;
}

.annonces .top_button a:last-child {
    color: #65B2E9;
}

.cdoa-announcement-new {
    max-width: 960px;
    padding: 0 20px;
    margin:  0 auto 180px auto;
}

.cdoa-announcement-new .top_content {
    display: flex;
    justify-content: space-between;
    margin-top: 85px;
}

.cdoa-announcement-new .top_content .column-form {
    width: calc(50% - 40px);
}
.cdoa-announcement-new .top_content .cdoa-announcement-new-form-item-attributes p {
    font-size: 15px;
    line-height: 15px;
    color: #8D9FAF;
}
.cdoa-announcement-new .vos_coordonnes {
    display: flex;
    justify-content: space-between;
}
.cdoa-announcement-new .vos_coordonnes .column-form {
    width: calc(50% - 40px);
}
.edit-profile {
    max-width: 940px;
    padding: 0 20px;
}
.edit-profile .top_content {
    display: flex;
    justify-content: space-between;
    margin-top: 77px;
}
.edit-profile .top_content .column-form {
    width: calc(50% - 40px);
}
.edit-profile .top_content:last-child {
    flex-direction: column;
}
.edit-profile .user_name {
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
}
.page-template-mon-profil h3.title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #7B2682;
    margin-bottom: 30px;
}
.page-template-mon-profil .cdoa-taxonomy-announcements-tabs-container {
    max-width: 980px;
    margin: 0 auto;
}
.page-template-mon-profil .cdoa-taxonomy-announcements-tabs.clearfix {
    width: 100%;
}
.page-template-mon-profil .vos_annonce {
    border-top: 1px solid #CFDBE4;
    padding-top: 50px;
    margin-top: 150px;
    margin-bottom: 60px;
}
body #wpmem_login, body #wpmem_reg {
    font-family: 'Sulphur Point';
}
.edit-profile input[type='submit'],
.edit-profile .create_new_link {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #7B2682;
    padding: 14px;
    width: 100%;
    max-width: 280px;
    border-radius: 27px;
    background: transparent;
    border: 1px solid #7B2682;
    text-decoration: none;
    cursor: pointer;
    transition: all .5s;
}
.edit-profile #wpmem_profile_form .button_div {
    width: 100%;
}

.edit-profile #wpmem_profile_form input[type='submit'] {
    max-width: none;
}
.edit-profile input[type='submit']:hover {
    background: #7B2682;
    color: #FFFFFF;
}

.edit-profile .create_new_link {
    color: #65B2E9;
    border: 1px solid #65B2E9;
    margin-top: 70px;
    display: block;
    margin-right: auto;
    padding: 14px 25px;
    width: 100%;
}

.edit-profile .create_new_link:hover {
    background: #65B2E9;
    color: #ffffff;
}

body #wpmem_login legend, body #wpmem_reg legend {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #7B2682;
    margin-bottom: 15px;
}
body #wpmem_reg .req {
    display: none;
}
body #wpmem_reg label[for='user_email'],
body #wpmem_reg .req-text,
body #wpmem_reg input[type=email] {
    display: none;
}
.bread_crumb {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #8D9FAF;
    text-transform: uppercase;
    padding: 25px;
    position: relative;
}
.bread_crumb:after {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 0;
    border-bottom: 1px solid #CFDBE4;
}
.bread_crumb a {
    text-decoration: none;
    color: #8D9FAF;
}
.bread_crumb span {
    display: inline-block;
    margin: 0 20px;
}
.announcement-template-default .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.slider_wrap {
    padding: 0 50px;
    border: 1px solid #CFDBE4;
    box-sizing: border-box;
    border-radius: 45px;
    margin-top: 35px;
    position: relative;
}
.slider_wrap .slider_annonse {
    max-width: 880px;
    margin: 0 auto;
    position: static;
}
.slider_wrap .slider_annonse svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.slider_wrap .slider_annonse svg:first-child {
    left: 28px;
}
.slider_wrap .slider_annonse svg:last-child {
    right: 28px;
}
.slider_wrap .slider_annonse .item {
    padding: 10px 0;
}
.slider_wrap .slider_annonse .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #7B2682;
    max-width: 480px;
}
.slider_wrap .slider_annonse .desc {
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
    color: #8D9FAF;
    max-width: 340px;
    padding-top: 5px;
    position: relative;
}
.slider_wrap .slider_annonse .desc:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #CFDBE4;
    top: 0;
    left: 0;
}
.wrap_cart {
    display: flex;
    margin-top: 60px;
}
.wrap_cart .right, .wrap_cart .left {
    width: 50%;
}
.wrap_cart .right svg {
    width: 100%;
    height: auto;
}
.wrap_cart .left .search.first {
    display: flex;
    max-width: 445px;
    padding: 0 20px;
    align-items: center;
    margin: 0 auto;
}
.wrap_cart .left .search.first p {
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    color: #2B2B2B;
}
.wrap_cart .right .desc {
    font-size: 14px;
    line-height: 16px;
    color: #8D9FAF;
}
.wrap_cart .right .wrap_desc {
    max-width: 445px;
    padding: 0 20px;
    margin: 0 auto;
}
.content.documentation .wrap_cart .btn {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 25px;
    color: #7B2682;
    margin-top: 20px;
    display: block;
    width: 100%;
    max-width: 230px;
    border: 1px solid #7B2682;
    box-sizing: border-box;
    border-radius: 27px;
}
.wrap_cart .left svg {
    margin-right: 15px;
}
.wrap_cart .left .left_text {
    font-size: 14px;
    line-height: 16px;
    color: #8D9FAF;
    max-width: 445px;
    margin: 100px auto 0 auto;
    padding: 0 20px;
}
.wrap_cart .left .left_text .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #65B2E9;
    margin-bottom: 15px;
}
.content.documentation .wrap_cart .left .btn {
    margin-left: auto;
}
.content.documentation .title_cart {
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #7B2682;
    padding: 50px 0 15px 0;
    text-align: center;
    border-bottom: 1px solid #CFDBE4;
}
.burger {
    display: none;
}
#Cmap svg path, #Cmap svg text  {
    cursor: pointer;
    transition: all .5s;
}
#Cmap svg g:hover, #Cmap svg path#caen:hover {
    /*opacity: 0.8;*/
}
#Cmap svg path:hover {
    fill: #7B2682;
}
.container.content p,
body .container.content .content-wrap ul li,
.container.content .wrap  ul li {
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    color: #444444;
}
.page-id-2759 .container.content a {
    color: red;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
}
.page-template-template-conseil .content.documentation {
    max-width: 940px;
}
.content.documentation .wrap-doctor {
    display: flex;
    flex-wrap: wrap;
}
.content.documentation .wrap-doctor .item {
    width: 33.3%;
    padding: 0 20px;
}
.content.documentation .wrap-doctor .item img {
    width: 100%;
}
header .assistant {
    display: none;
}
header.assistant .assistant {
    display: block;
}
@media only screen and (max-width: 1550px) {
    .wrapper_inscription .wrapper_tabs {
        max-width: 640px;
    }
}
@media only screen and (max-width: 1200px) {
    header .row ul li {
        padding: 10px;
    }
    .full_height_block .slider .item {
        padding: 25px 35px;
    }
    .full_height_block .slider svg:last-child {
        right: 1%;
    }
    .full_height_block .slider svg:first-child {
        left: 1%;
    }
    .full_height_block .slider .item .title {
        font-size: 22px;
        line-height: 22px;
    }
    .full_height_block .slider .item .desc {
        font-size: 16px;
        line-height: 18px;
    }
	.pages_select .page_s .text .title {
		font-size: 30px;
    	line-height: 28px;
	}
	.pages_select .page_s.pro .text {
		    right: -10%;
    		top: 80%;
	}
	.pages_select .page_s.pub .text {
		left: 5%;
    	top: 36%;
	}
	.pages_select .page_s.pub:hover {
		height: 110%;
    	flex: 60%;
	}
	.pages_select .page_s.assistent {
		width: 27%;
	}
	.pages_select .page_s.assistent .text {
		top: 6%;
    	left: 31%;
		transition: .5s;
	}
	.pages_select .page_s.assistent:hover .text {
		top: 4%;
		left: 10%;
	}
	.static-element .logo {
		margin-top: 40px;
	}
	.static-element .logo img {
		max-width: 300px;
	}
	.pages_select .page_s .text .desc {
		margin: 15px 0 30px 0;
	}
}

@media only screen and (max-width: 991px) {
    .pages_select {
        width: 100%;
        position: fixed;
        transform: none;
        height: auto;
        flex-wrap: wrap;
        bottom: 0;
    }
    .pages_select .page_s.assistent:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .static-element {
        padding: 0 15px 8px 15px;
    }

    .actualites {
        padding: 60px 0;
    }

    .actualites .wrapper_item .item .block_desc {
        padding: 30px 15px;
    }

    .actualites .wrapper_item .item,
    .actualites .wrapper_item .item:nth-child(2n)
    {
        flex-direction: column;
    }
    .actualites .wrapper_item .item a {
        margin-top: 20px;
    }
    .actualites .wrapper_item .item:nth-child(2n) a:after {
        content: url("img/icons/arrow-right.svg");
    }
    .actualites .wrapper_item .item a:before {
        content: none;
    }
    .actualites .wrapper_item .item a:after {
        content: url("img/icons/arrow_right.svg");
        margin-left: 5px;
    }
    .actualites .wrapper_item .item:nth-child(2n) .block_desc .wrap {
        margin-left: 0;
    }
    .actualites .wrapper_item .item:nth-child(2n) .block_desc {
        text-align: left;
    }
    .actualites .wrapper_item .item .image {
        width: 100%;
    }

    .actualites .wrapper_item .item .block_desc {
        width: 100%;
    }
    .actualites .wrapper_item .item:nth-child(2n + 1) .block_desc:after,
    .actualites .wrapper_item .item:nth-child(2n) .block_desc:after {
        content: none;
    }
    .container.form {
        padding: 0;
    }
    .contact_form {
        padding-top: 0;
    }
    .contact_form h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .contact_form .wrap input {
        font-size: 12px;
    }
    .contact_form h2 {
        margin-bottom: 18px;
    }
    .contact_form .wrap .row {
        flex-direction: column;
    }
    .contact_form .wrap .row br {
        display: none;
    }
    .contact_form .wrap .row input {
        width: 100%;
    }
    .map-wrap .wrapper-contact .contact {
        padding: 60px 15px;
    }
    .static-element .conception {
        color: #8D9FAF;
    }

    .static-element .conception a {
        color: #8D9FAF;
    }

    .static-element .logo {
        max-width: 220px;
    }

    body .pages_select .page_s {
        align-items: center;
    }
    body .pages_select .page_s.pro:hover {
        align-items: center;
    }
    .pages_select .page_s .text a {
        display: none;
    }
    .pages_select .page_s .text .desc {
        margin: 15px 0;
        font-size: 14px;
        line-height: 16px;
        display: none;
    }
    body .pages_select .page_s {
        display: flex;
        align-items: center;
        transform: none;
        height: 100%;
    }

    body .pages_select .page_s {
        height: 130px;
        transition: .5s;
    }

    .pages_select .page_s.pro .text .desc {
        display: none;
    }

    .pages_select .page_s .text .title {
        font-size: 24px;
        line-height: 125%;
        text-align: center;
    }

    .pages_select .page_s .text .title br {
        display: none;
    }

    .pages_select .page_s.pub {
        flex: 100%;
    }

    .pages_select .wrap_style {
        flex: 100%;
    }

    .pages_select .page_s.assistent {
        width: 100%;
    }

    .pages_select .page_s:hover .text a {
        display: inline-block;
    }

    .pages_select .page_s:hover .text .desc {
        display: block;
    }

    body .pages_select .page_s:hover {
        height: 210px!important;
    }

    .pages_select .page_s.pub:hover {
        height: 100%;
        flex: 50%;
    }

    .static-element .logo {
        margin-top: 20px;
    }

    .pages_select .wrap_style {
        transform: none;
    }

    .pages_select .page_s.assistent:hover {
        width: 100%;
    }

    .pages_select .page_s.assistent:before {
        transform: none;
    }

    .pages_select .page_s.pro {
        transform: none;
        height: 130px;
    }

    body .pages_select .page_s .text {
        position: unset;
        transform: none;
        padding: 0 10px;
        margin: 0 auto;
    }

    .pages_select .page_s.pro .text {
        transform: none;

    }

    .pages_select .page_s.pro:hover {
        flex: 50%;
    }

    .pages_select .page_s.pro:before, .pages_select .page_s.pub:before {
        width: 100%;
        height: 100%;
        transform: none;
        background-position: center;
        background-size: cover;
    }

    header .row ul.navbar {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(255,255,255,.9);
        width: 100%;
        height: 100vh;
        justify-content: center;
        z-index: -1;
        flex-direction: column;
    }
    header .menu-item-has-children:after {
        content: none;
    }
    header .menu-item-has-children a {
        position: relative;
    }
    header .menu-item-has-children>a:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 3px 0 3px;
        border-color: #2B2B2B transparent transparent transparent;
        position: absolute;
        right: -10px;
        top: calc(50% - 3px);
    }
    header .row .sub-menu {
        width: 100%;
        display: block;
    }
    header .row ul li {
        width: 100px;
        text-align: left;
        padding: 14px 10px;
        margin: 0 auto;
    }
    .full_height_block .slider .item {
        padding: 25px 20px;
    }
    header .row .sub-menu {
        border: 0;
    }
    header .row li.menu-item-has-children {
        padding-bottom: 5px;
    }
    header .row .sub-menu li {
        padding: 0;
    }
    .burger {
        display: block;
        margin-left: 50px;
    }
    header .row .col.left_side {
        max-width: 42%;
    }
    header .row .logo {
        max-width: 100%;
    }
    .top_line_title {
        padding: 15px 0;
        margin-top: 70px;
    }
    .wrap_cart {
        margin-top: 0;
        flex-direction: column;
    }
    .wrap_cart .right, .wrap_cart .left {
        width: 100%;
    }
    .content.documentation .title_cart {
        font-size: 22px;
        line-height: 22px;
        padding: 20px 0;
        border: 0;
        text-align: left;
    }
    .wrap_cart .right .wrap_desc, .wrap_cart .left .left_text, .wrap_cart .left .search.first{
        padding: 0;
    }
    .wrap_cart .left .left_text {
        margin: 0;
    }
    .content.documentation p {
        font-size: 12px;
        line-height: 14px;
        margin: 10px 0;
    }
    .content.documentation h3 {
        font-size: 14px;
        line-height: 18px;
        margin: 10px 0;
    }
    .content.documentation h2 {
        font-size: 18px;
        line-height: 20px;
        margin: 15px 0;
    }
    .full_height_block {
        min-height: auto;
    }
    .full_height_block .slider_section .image img {
        display: block;
        min-height: 55vh;
        object-fit: cover;
    }
    .map-wrap .wrapper-contact .contact .sub_title {
        font-size: 16px;
        line-height: 18px;
    }
    .map-wrap .wrapper-contact .contact .wrap-hour {
        font-size: 16px;
        line-height: 22px;
    }
    .map-wrap .wrapper-contact .contact .address, .map-wrap .wrapper-contact .contact .phone {
        font-size: 16px;
        line-height: 20px;
    }
    .map-wrap .wrapper-contact .contact .title {
        font-size: 20px;
        line-height: 20px;
    }
    .liens {
        margin-top: 60px;
    }
    .actualites .wrapper_item {
        padding: 0;
    }
    footer .container-footer .row {
        max-width: 270px;
        font-size: 12px;
        line-height: 13px;
        justify-content: center;
        margin-top: 20px;
    }
    footer .container-footer .row div {
        width: 84%;
    }
    footer .container-footer .row div:not(:last-child) {
        margin-bottom: 15px;
    }
    footer .container-footer a {
        max-width: 220px;
        display: block;
        margin: 0 auto;
    }
    footer .container-footer {
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width: 768px) {
    .blocks_after_slider {
        flex-wrap: wrap;
    }

    .content.documentation .wrap-doctor .item {
        width: 100%;
        padding: 0;
    }

    .inscription .inscription_block .tabs_block .row .col {
        width: 100%;
        margin-bottom: 10px;
    }

    .inscription .inscription_block .tabs_block .row {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .inscription .inscription_block .tabs_block .row:last-child {
        flex-direction: column-reverse;
    }

    .inscription .inscription_block .tabs_block .description {
        font-size: 10px;
    }

    .wrapper_inscription {
        margin-top: 160px;
    }

    .login-wrapper .logo {
        top: 45px;
    }

    .annonces .top_button a {
        font-size: 16px;
        padding: 15px 0;
    }

    .annonces .categoty-wrapper .item {
        width: 50%;
    }

    .annonces .categoty-wrapper .item .name {
        font-size: 18px;
    }

    body .wrap_region_list {
        margin: 15px auto;
    }

    .table-doctors-container .table-doctors .wrap-doc {
        padding: 10px 5px;
        flex-direction: column;
    }

    body .table-doctors-container .table-doctors .wrap-doc .date,
    body .table-doctors-container .table-doctors .wrap-doc > div:nth-child(2),
    body .table-doctors-container .table-doctors .wrap-doc > div:nth-child(3) {
        width: 100%;
        padding: 0 0 5px;
    }

    .liens .wrapper_item .item {
        width: 33.3%;
    }

    .content.documentation {
        flex-direction: column-reverse;
    }

    .content.documentation .sm-navigation-menu {
        width: 100%;
    }

    .content.documentation .content-wrap {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .content.documentation .sm-navigation-menu > li:first-child {
        margin: 15px 0 0 0;
    }

    .content.documentation .sm-navigation-menu .sm-navigation-sub-menu-toggle {
        font-size: 17px;
    }

    body .cdoa-announcement-item-container {
        width: 100%;
    }

    .edit-profile .top_content .column-form {
        width: 100%;
    }

    .edit-profile .top_content {
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .edit-profile .create_new_link {
        margin-top: 15px;
    }

    .page-template-mon-profil h3.title {
        margin: 10px 0 0;
    }

    body .cdoa-announcement-new-form-title {
        margin-top: 30px;
    }

    body .cdoa-announcement-new .top_content {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .cdoa-announcement-new .top_content .column-form {
        width: 100%;
    }

    .cdoa-announcement-new .vos_coordonnes .column-form {
        width: 100%;
    }

    .cdoa-announcement-new .vos_coordonnes {
        flex-wrap: wrap;
    }

    body .cdoa-announcement-new-form-buttons {
        text-align: center;
    }

    body .cdoa-announcement-new-form-buttons .button {
        margin-bottom: 10px;
    }

    body .cdoa-announcement-container {
        padding-top: 0;
    }

    body .container-wrap, .project-title {
        padding-top: 20px;
    }

    .login-wrapper label {
        font-size: 15px;
    }

    .warning-message {
        position: static;
    }

    .container.content p, body .container.content .content-wrap ul li, .container.content .wrap ul li {
        font-size: 10px;
        line-height: 12px;
    }

    .content.documentation a {
        font-size: 10px;
        line-height: 12px;
    }

    .content.documentation .sm-navigation-menu.header-small {
        position: static;
    }

    header .row ul li a {
        font-size: 17px;
        line-height: 18px;
    }
    header .row .sub-menu {
        background: transparent;
        position: static;
    }
}
.animate {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.grecaptcha-badge {
    visibility: hidden;
}
#cookie-notice .cookie-notice-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px 20px 10px;
}
#cn-notice-text {
    width: 75%;
    text-align: justify;
}
.cookie__title {
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    color:#fff;
}
#cn-notice-text div {
    text-align: justify;
    color: #fff;
}
#cn-notice-text div a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}
#cn-accept-cookie {
    float: right;
    padding: 10px 50px;
    color:#fff;
    border: 1px solid #fff;
    margin: 10px 0;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#cn-accept-cookie:hover {
    background: #fff;
    color: #000;
}
#cookie-notice a {
    text-decoration: none !important;
}
@media (max-width:767px) {
    .cookie-notice-container {
        padding: 20px;
        flex-direction: column;
    }
    #cn-notice-text {
        width: 100%;
    }
    #cookie-notice .cn-button {
        width: 100%;
        margin: 10px 0;
    }
    #cn-notice-text div {
        font-size: 14px;
    }
}


