/*

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

*/

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    src: url('css/fonts/poppins/Poppins-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    src: url('css/fonts/poppins/Poppins-Medium.ttf')  format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    src: url('css/fonts/poppins/Poppins-SemiBold.ttf')  format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    src: url('css/fonts/poppins/Poppins-Bold.ttf')  format('truetype');
}

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: 'Poppins', 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: 250px;
}

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

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

.static-element .logo {

}

.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-weight: 400;
    font-size: 30px;
    line-height: 38px;
}

.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 {*/
/*    transition: all .5s;*/
/*    font-size: 14px;*/
/*    line-height: 14px;*/
/*    !*text-align: center;*!*/
/*    text-transform: uppercase;*/
/*    !*border: 1px solid #ffffff;*!*/
/*    border-radius: 27px;*/
/*    color: #ffffff;*/
/*    text-decoration: none;*/
/*    cursor: pointer;*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    max-width: 280px;*/
/*    margin-top: 20px;*/
/*    position: relative;*/
/*}*/

/*.pages_select .page_s .text a svg {*/
/*    padding: 6px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 12px;*/
/*    transition: .5s;*/
/*}*/
/*.pages_select .page_s .text a span {*/
/*    position: relative;*/
/*    padding: 15px 25px 15px 0;*/
/*    display: inline-block;*/
/*    transition: .5s;*/
/*    text-align: center;*/
/*    line-height: 0.75;*/
/*}*/
/*.pages_select .page_s .text a span:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 1px;*/
/*    top: 12px;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    border: 1px solid #ffffff;*/
/*    border-radius: 50%;*/
/*    margin-left: 10px;*/
/*    transition: .5s;*/
/*}*/
/*.pages_select .page_s .text a:hover span {*/
/*    width: 100%;*/
/*    padding: 15px 25px 15px 25px;*/
/*}*/
/*.pages_select .page_s .text a:hover span:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: -2px;*/
/*    border-radius: 4px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.pages_select .page_s .text a:hover svg {*/
/*    transform: translateX(100%);*/
/*    opacity: 0;*/
/*}*/
/*.pages_select .page_s.pub .text a {*/
/*    !*border: 1px solid #7B2682;*!*/
/*    color: #7B2682;*/
/*}*/
/*.pages_select .page_s.pub .text a span:after {*/
/*    border-color: #7B2682;*/
/*}*/

.pages_select .page_s .text .animate-btn {
    margin-top: 20px;
}

.animate-btn {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    transition: padding .8s, background-color .5s;
    cursor: pointer;
    max-width: 100%;
    padding: 14px 25px 14px 0;
    position: relative;
    transition-delay: .5s, 0s;
    transition-property: background-color, padding;
    text-decoration: none;
}

.animate-btn.violet {
    color: #7B2682;
}

.animate-btn:after {
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    border: 1px solid #ffffff;
    border-radius: 4px;
    opacity: 0;
    transition: .5s;
    transition-delay: .1s;
}

.animate-btn.violet:after {
    border: 1px solid #7B2682;
}

.animate-btn.violet svg>* {
    stroke: #7B2682;
}

.animate-btn svg {
    transition-delay: 0s;
    /*transition: .3s;*/
    margin-left: 10px;
}

.animate-btn:hover {
    width: 220px;
    padding: 14px 76px;
}
.animate-btn:hover svg {
    opacity: 0;
}
.animate-btn:hover:after {
    opacity: 1;
}
.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: 97%;
}

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

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

.pages_select .page_s:hover .desc, .pages_select .page_s 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: 92%;
    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: 9999;
    background: #ffffff;
}

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

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

header .row .logo {
    display: flex;
}
.full_height_block .blocks_after_slider .item .deactiv {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(256,256,256, 0.3);
    border-radius: 4px; font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 6px 10px;
    color: #FFFFFF; z-index: 99;
}
.full_height_block .blocks_after_slider .item.deactiv {
    pointer-events: none;
}
header .row .logo svg g {
    transition: all .5s;
}

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

.fixed header .row .logo svg {
    height: 71px;
    width: 174px;
}
.fixed header .row .logo svg g.text-hide {
    opacity: 0;
}
header .row .col {
    display: flex;
    align-items: center;
}

header .row .col.menu {
    width: fit-content;
    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-top: 1px solid #7D007E;
    background: #ffffff;
    z-index: 10;
    width: calc(100% + 100px);
    padding: 8px 0;
}
header .row ul.sub-menu li {
    padding: 8px 13px;
}
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: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 5' fill='none'%3E%3Cpath d='M1 0.5L5 4.5L9 0.5' stroke='%232B2B2B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    margin-left: 6px;
}
header .sub-menu .menu-item-has-children:after {
    right: 10px;
}

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

header .row ul li {
    padding: 10px 14px;

}

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-size: 14px;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #7D007E;
}

header .row .icons a {
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
}

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

header .top-front-fixed-line {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
    background: #A650A5;
    padding: 10px 0;
}
header .top-front-fixed-line .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .top-front-fixed-line a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    background: #B669B5;
    border-radius: 4px;
}
header .top-front-fixed-line a svg {
    margin-left: 10px;
}
header .top-front-fixed-line a:hover svg path {
    stroke: #7B2682;
}
header .top-front-fixed-line a:hover svg circle {
    fill: #ffffff;
}
.full_height_block {
    /*min-height: 100vh;*/
    width: 100%;
    background: #ffffff;
    margin-top: 90px;
}

.full_height_block .wrapper-slider {
    position: relative;
}

.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: #ffffff;
}

.full_height_block .slider svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    transition: all .5s;
    cursor: pointer;
}

.full_height_block .slider svg:hover circle, .full_height_block .slider svg:hover path {
    stroke: #7B2682;;
}

.full_height_block .slider svg:first-child {
    left: -6vw;
}

.full_height_block .slider svg:last-child {
    right: -6vw;
}

.full_height_block .slider .item .title {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    color: #7D007E;
    max-width: 880px;
    margin-bottom: 5px;
}
.wrapper-slider .counter-slick {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    text-transform: uppercase;
    color: #8D9FAF;
    bottom: 40px;
    right: 0;
}
.full_height_block .slider .item .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: #2B2B2B;
}
.full_height_block .slider .item .desc a {
    color: #7D007E;
}
.full_height_block .slider .item {
    padding: 30px 0;
    max-width: 1220px;
    margin: 0 auto;
    display: block !important;
}

.full_height_block .blocks_after_slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.full_height_block .blocks_after_slider .item {
    width: calc(50% - 10px);
    padding: 52px 10px;
    text-decoration: none;
    position: relative;
    background-size: cover;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.full_height_block .blocks_after_slider .item .center {
    display: flex;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    align-items: center;
    position: relative;
    z-index: 3;
}

.full_height_block .blocks_after_slider .item .title {
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 30px;
}

.full_height_block .blocks_after_slider .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #65B2E9;
    transition: all .5s;
    opacity: 1;
    z-index: 1;
    top: 0;
    left: 0;
}
.full_height_block .blocks_after_slider .item:hover svg rect {
    transition: .5s;
    opacity: 1;
}
.full_height_block .blocks_after_slider .item .map-icon {
    position: absolute;
    height: calc(100% - 14px);
    top: 50%;
    transform: translateY(-50%) scale(0.1);
    right: 40px;
    z-index: 2;
    opacity: 0;
    transition: .5s;
}
.full_height_block .blocks_after_slider .item:hover .map-icon{
    transform: translateY(-50%) scale(1);
    opacity: 1;
}
.full_height_block .blocks_after_slider .item:nth-child(4n + 2):after,
.full_height_block .blocks_after_slider .item:nth-child(4n + 3):after{
    background: #A650A5;
}
.full_height_block .blocks_after_slider .item:hover:after {
    background: #3591D3;
    opacity: 0.9;
}
.full_height_block .blocks_after_slider .item:nth-child(4n + 2):hover:after,
.full_height_block .blocks_after_slider .item:nth-child(4n + 3):hover:after{
    background: #A650A5;
    opacity: 0.7;
}
.full_height_block .blocks_after_slider .item:hover svg rect{
    opacity: 0;

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

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

.actualites {
    margin-top: 100px;
}

.actualites .sub-title {
    max-width: 810px;
    padding: 0 15px;
    margin: 20px auto 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #2B2B2B;
}

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

.actualites .wrapper_item .item {
    display: flex;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
}

.actualites .wrapper_item .item .image {
    width: 50.848%;
    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 41.669%;
}

.actualites .wrapper_item .item .block_desc {
    padding: 32px 20px;
    width: 49.153%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background: #EDF3F8;
}

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

.actualites .wrapper_item .item .block_desc .desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.actualites .wrapper_item .item a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2B2B2B;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.actualites .wrapper_item .item a svg {
    margin-left: 10px;
}
.actualites .wrapper_item .item a svg circle {
    fill: transparent;
}
.actualites .wrapper_item .item a svg path {
    stroke: #3F94D1;
}
.actualites .wrapper_item .item a:hover svg circle {
    fill: #3F94D1;
}
.actualites .wrapper_item .item a:hover svg path {
    stroke: #ffffff;
}
.actualites .wrapper_item .item:nth-child(2n) a svg path,
.actualites .wrapper_item .item:nth-child(2n) a svg circle {
    stroke: #ffffff;
}
.actualites .wrapper_item .item:nth-child(2n) a:hover svg path {
    stroke: #A650A5;
}
.actualites .wrapper_item .item:nth-child(2n) a:hover svg circle {
    fill: #ffffff;
}
.actualites .wrapper_item .item .block_desc .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 380px;
    margin: 0 auto;
}

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

.actualites .wrapper_item .item:nth-child(2n) .block_desc .title,
.actualites .wrapper_item .item:nth-child(2n) .block_desc .desc,
.actualites .wrapper_item .item:nth-child(2n) .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;
}

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

.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;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

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

.liens .wrapper_item .item:hover img {
    transform: scale(1.2);
}

.map-wrap {
    margin-top: 25px;
    position: relative;
    background: #EDF3F8;
}

.map-wrap .wrapper-contact .contact .wrapper {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}

.map-wrap .wrapper-contact {
    display: flex;

}

.map-wrap .wrapper-contact .contact {
    pointer-events: all;
    width: 49.153%;
    padding: 115px 20px 20px;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    position: relative;
    background: #A650A5;
}

.map-wrap .wrapper-contact .svg-map {
    width: 50.848%;
    padding-top: 115px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.map-wrap .wrapper-contact .svg-map svg {
    margin-top: -24px;
}
.map-wrap .wrapper-contact .svg-map svg .dep:hover {
    stroke-width: 3px;
    stroke: #3093D1;
    cursor: pointer;
}
.map-wrap .wrapper-contact .svg-map .description-map {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #2B2B2B;
}

.map-wrap .wrapper-contact .contact .title {
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 20px;
}
.map-wrap .wrapper-contact .contact h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 55px;
}
.map-wrap .wrapper-contact .contact .address, .map-wrap .wrapper-contact .contact .phone {
    max-width: 240px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.map-wrap .wrapper-contact .contact .address:hover, .map-wrap .wrapper-contact .contact .phone:hover {
    text-decoration: underline;
}
.map-wrap .wrapper-contact .contact .address {
    align-items: flex-start;
}
.map-wrap .wrapper-contact .contact .address svg, .map-wrap .wrapper-contact .contact .phone svg {
    margin-right: 10px;
    flex-shrink: 0;
    transition: .5s;
}
.map-wrap .wrapper-contact .contact .address:hover svg, .map-wrap .wrapper-contact .contact .phone:hover svg {
    transform: scale(1.1);
}
.map-wrap .wrapper-contact .contact .sub_title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 10px;
}

.map-wrap .wrapper-contact .contact .wrap-hour {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.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;
}

.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: 'Poppins';
    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;
}
.content.container.litiges.conseils {
    margin-top: 60px;
}
.content.container.litiges.conseils h2 {
    text-align: center;
}
footer {
    background: #ffffff;
    padding: 35px 0;
    width: 100%;
    border-top: 1px solid #CFDBE4;
}

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

footer .container {
    display: flex;
    justify-content: space-between;
}

footer .container .footer-menu {
    width: 70%;
    max-width: 675px;
    display: flex;
    align-items: flex-end;
}

footer .container .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

footer .container .footer-menu ul li {
    width: 33.3%;
    margin-top: 10px;
    display: flex;
}
footer .container .footer-menu ul li:nth-child(3n) {
    justify-content: flex-end;
}
footer .container .footer-menu ul li:nth-child(3n+2) {
    justify-content: center;
}
footer .container .footer-menu ul li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2B2B2B;
    min-width: 100px;
    display: inline-block;
}
footer .container .desc {
    margin-top: 30px;
}
footer .container .desc p {
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: #2B2B2B;
    margin-bottom: 3px;
}
.top_line_title {
    text-align: center;
    padding: 21px 0;
    background-position: center;
    background-size: cover;
    margin-top: 100px;
    background: #65B2E9;
}

.top_line_title h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    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: 10px;
}

.content.documentation .content-wrap p {
    text-align: justify;
}


.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);
    justify-content: center;
}

.single-actualites .content.documentation {
    margin-bottom: 60px;
    min-height: auto;
	flex-direction: column;
}

.single-actualites .content.documentation p em {
	font-style: italic;
}

.single-actualites .content.litiges .title_interested {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: center;
    color: #A650A5;
    text-transform: none;
}

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

.content.documentation h2 {
    font-family: 'Poppins';

    font-size: 26px;
    line-height: 39px;
    text-transform: uppercase;
    color: #3F94D1;
    position: relative;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    text-align: left;
}

.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-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    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: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #7B2682;
}

.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 footer,
.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;
    flex-direction: column;
}

.login-wrapper .container {
    position: relative;
    z-index: 2;
    pointer-events: all;
}

.login-wrapper .return-btn {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.login-wrapper .return-btn svg {
    margin-right: 10px;
}

.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.8;
}

.login-wrapper .login-block {
    position: relative;
    z-index: 2;
    margin-top: 70px;
    width: 100%;
    max-width: 420px;
    padding: 0 20px;
}

.login-wrapper .login-block h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.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-weight: 400;
    font-size: 14px;
    line-height: 22px;
    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: rgb(123, 38, 130);
}

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

.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: 4px;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    padding: 15px 20px;
    height: 45px;
    font-family: Poppins;
}

.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-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    margin-top: 40px;
    margin-bottom: 23px;
    display: block;
}

.login-wrapper button[type=submit], .login-wrapper .login-submit .button.button-primary {
    background: transparent;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 4px;
    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;
    font-family: Poppins;
}

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

.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: 820px;
    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 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.wrapper_inscription .wrapper-tabs .tab {
    margin: 0 30px;
}

.wrapper_inscription .wrapper-tabs .tab label span {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.wrapper_inscription .wrapper-tabs .tab label input {
    visibility: hidden;
    position: absolute;
}

.wrapper_inscription .wrapper-tabs .tab label {
    padding-left: 30px;
}

.wrapper_inscription .wrapper-tabs .tab label span:after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #7B2682;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wrapper_inscription .wrapper-tabs .tab label input:checked + span:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #7B2682;
    position: absolute;
    left: 5px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}

.wrapper_inscription .return-btn {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.return-btn:hover svg circle{
    fill: #ffffff;
}
.return-btn:hover svg path {
    stroke: #2B2B2B;
}
.wrapper_inscription h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 45px;
    margin-bottom: 20px;
}
.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% - 10px);
    position: relative;
}
.inscription .inscription_block .tabs_block .row .col.full {
    width: 100%;
}
.inscription .inscription_block .tabs_block .row input {
    width: 100%;
}
.inscription .inscription_block .tabs_block .row input::placeholder {
    color: #ffffff;
}

.inscription .inscription_block .tabs_block .only-for-normand {
    margin-top: 40px;
}
.inscription .inscription_block .tabs_block .only-for-normand h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
}
.inscription .inscription_block .tabs_block .only-for-normand .wrapper-h3 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.inscription .inscription_block .tabs_block .only-for-normand .wrapper-h3 .tooltip-info {
    margin-left: 5px;
    position: relative;
    display: flex;
    padding: 0 5px;
}
.inscription .inscription_block .tabs_block .only-for-normand .wrapper-h3 h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.inscription .inscription_block .tabs_block .only-for-normand .wrapper-h3 .tooltip-info:hover .inform {
    visibility: visible;
}
.inscription .inscription_block .tabs_block .only-for-normand .wrapper-h3 .tooltip-info .inform {
    background: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 11px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #2B2B2B;
    max-width: 300px;
    z-index: 5;
    width: 100vw;
    visibility: hidden;
    transition: .5s;
}
.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: 10px;
    line-height: 18px;
    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: center;
}

.inscription .inscription_block .row .col .button_div input {
    width: auto;
    min-width: 180px;
    margin-left: auto;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.inscription .inscription_block .row .col .button_div input:hover {
    color: #000000;
}

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

.login-wrapper.inscription {
    align-items: flex-start;
    padding-top: 80px;
}

.annonces {
    margin-bottom: 175px;
}

.annonces .categoty-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.annonces .categoty-wrapper .item {
    width: calc(33.3% - 13.3px);
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.annonces .categoty-wrapper .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(221, 161, 220, 1);
    opacity: .7;
    transition: all .5s;
}

.annonces .categoty-wrapper .item:nth-child(2n):before {
    background: rgba(145, 205, 248, 1);
}

.annonces .categoty-wrapper .item:hover:before {
    opacity: 0.85;
}
.annonces .categoty-wrapper .item:hover svg rect {
    transition: .5s;
}
.annonces .categoty-wrapper .item:hover svg rect {
    fill: transparent;
}
.annonces .categoty-wrapper .item .name {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 2;
    display: flex;
    align-items: center;
}
.annonces .categoty-wrapper .item .name svg {
    margin-right: 17px;
}

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

.annonces .top_button {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
    align-items: center;
    margin-bottom: 20px;
}
.annonces .top_button h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    color: #2B2B2B;
}
.annonces .top_button>* {
    width: calc(33.3% - 13.3px);
    flex-shrink: 0;
}

.annonces .top_button a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2B2B2B;
    padding: 11px;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    border-radius: 4px;
    background: #ffffff;
    transition: .5s;
}
.annonces .top_button a:hover {
    background: #65B2E9;
    color: #ffffff;
}
.annonces .top_button a:hover svg path{
    stroke: #ffffff;
}
.annonces .top_button a svg {
    margin-left: 10px;
}

.annonces .top_button a:last-child {
    color: #FFFFFF;
    background: #A650A5;
}
.annonces .top_button a:last-child:hover {
    background: #7B2682;
}
.cdoa-announcement-new {
    max-width: 920px;
    padding: 0 20px;
    margin:  0 auto 180px auto;
}

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

.cdoa-announcement-new .top_content .column-form {
    width: calc(50% - 20px);
    max-width: 380px;
}
.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;
    flex-wrap: wrap;
}
.cdoa-announcement-new .vos_coordonnes .column-form {
    width: calc(50% - 20px);
    max-width: 380px;
}
.cdoa-announcement-new .vos_coordonnes .column-form.full {
    width: 100%;
    max-width: none;
}
.edit-profile {
    max-width: 820px;
    padding: 0 20px;
}
.edit-profile .top_content {
    display: flex;
    justify-content: space-between;
}
.edit-profile .top_content h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    text-transform: uppercase;
    color: #7B2682;
}
.edit-profile .top_content .column-form {
    width: calc(50% - 10px);
    position: relative;
}
.edit-profile .top_content .column-form.full {
    width: 100%;
}
.edit-profile .top_content .column-form .description {
    font-size: 10px;
    line-height: 18px;
    position: absolute;
    top: 5px;
    right: 0;
    color: #8D9FAF;
}
.edit-profile .top_content .column-form .description a {
    position: absolute;
    background: url(img/icons/quastion-grey.png) center no-repeat;
    width: 18px;
    height: 18px;
    top: 32px;
    right: 15px;
}
.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.bread_crumb.container {
    margin-bottom: 55px;
}
.edit-profile .button-wrapper {
    text-align: right;
    margin-top: 12px;
}
.slider_wrap.container.edit-profile {
    position: relative;
    padding-top: 37px;
    margin-top: 70px;
    margin-bottom: 140px;
}
.slider_wrap.container.edit-profile:after {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    top: 0;
    border-top: 1px solid #CFDBE4;
}
.edit-profile #wpmem_login {
    width: 100%;
}
.edit-profile .change-pass {
    margin-top: 70px;
    margin-bottom: 30px;
}
.edit-profile input:focus {
    outline: none;
}
input[type="text"].has-error, input[type="password"].has-error, input[type="email"].has-error, input[type="password"].has-error {
    border-color: #FF7171 !important;
}
body .edit-profile .change-pass h3 {
    margin-bottom: 25px;
}
body .edit-profile h3,
body .edit-profile .change-pass h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #7B2682;
}
.edit-profile input[type='submit'],
.edit-profile .create_new_link {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #7B2682;
    padding: 12px;
    width: 100%;
    max-width: 180px;
    border: 1px solid #7B2682;
    border-radius: 4px;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    transition: all .5s;
}
.edit-profile-slide .item .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.edit-profile-slide .item .location {
    min-height: 36px;
    margin-bottom: 20px;
}
.edit-profile-slide .item .editor_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;

}
.edit-profile-slide .item .editor_wrap a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    color: #2B2B2B;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.slider_wrap .edit-profile-slide.slider_annonse>svg:last-child {
    right: 20px;
}
.slider_wrap .edit-profile-slide.slider_annonse>svg:first-child {
    left: 20px;
}
.edit-profile-slide .item .editor_wrap a svg {
    margin-left: 6px;
}
.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 {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    max-width: none;
    padding: 11px;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    border-radius: 4px;
    background: #A650A5;
    color: #FFFFFF;
    transition: .5s;
    border: 0;
}
.edit-profile .create_new_link svg {
    margin-left: 10px;
}
.edit-profile .create_new_link:hover {
    background: #7B2682;
    color: #ffffff;
}

body #wpmem_login legend, body #wpmem_reg legend {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #7B2682;
}
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: 400;
    font-size: 14px;
    line-height: 22px;
    color: #8D9FAF;
    margin: 10px auto;
}
.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,
.tax-announcement-categories .row{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.slider_wrap {
    box-sizing: border-box;
    margin-top: 60px;
    position: relative;
}
.slider_wrap h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #2B2B2B;
    margin-bottom: 30px;
}
.slider_wrap .slider_annonse {
    margin: 0 -10px;
    position: static;
}
.slider_wrap .slider_annonse>svg {
    position: absolute;
    bottom: -3px;
    cursor: pointer;
}
.slider_wrap .slider_annonse>svg:hover>* {
    stroke: #7B2682;
}
.slider_wrap .slider_annonse>svg:first-child {
    left: 0;
}
.slider_wrap .slider_annonse>svg:last-child {
    right: 0;
}

.slider_wrap .slider_annonse .item {
    padding: 10px;
    text-decoration: none;
}
.slider_wrap .slider_annonse .item .wrapper-item {
    display: flex;
    align-items: flex-start;
}

.slider_wrap .slider_annonse .item .image {
    width: 50%;
    max-width: 180px;
    border-radius: 4px;
    overflow: hidden;
    background-size: cover;
}
.slider_wrap .slider_annonse .item .image:after {
    content: '';
    position: relative;
    z-index: -1;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
.slider_wrap .slider_annonse .item .content {
    width: 50%;
    max-width: 190px;
    min-height: 190px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.slider_wrap .slider_annonse .item .location svg {
    margin-right: 8px;
    flex-shrink: 0;
}
.slider_wrap .slider_annonse .item .location {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #2B2B2B;
    display: flex;
    margin-top: 12px;
}
.slider_wrap .slider_annonse .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2B2B2B;
    min-height: 48px;
}
.slider_wrap .slider_annonse .item .category {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #57697A;
    margin-top: 12px;
}
.slider_wrap .counter-slick {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #8D9FAF;
    margin-top: 50px;
}

.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;
}
.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}
.row-wrapper-order_by {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.row-wrapper-order_by  .wrapper-tag {
    display: flex;
}
.row-wrapper-order_by  .wrapper-tag .tag {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #8D9FAF;
    margin-right: 10px;
}
.row-wrapper-order_by  .wrapper-tag .tag .remove_tag {
    margin-left: 8px;
    cursor: pointer;
}
.wrapper-order_by {
    display: flex;

}
#supprimer_annonce {
    padding: 40px;
}
#supprimer_annonce .wrapper-btn {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
#supprimer_annonce .wrapper-btn .button {
    max-width: calc(50% - 20px);
}
/*#supprimer_annonce .wrapper-btn .button.btn-close {*/
/*    border-color: rgba(123, 38, 130, 0.1);*/
/*    background: rgba(123, 38, 130, 0.1);*/
/*}*/
/*#supprimer_annonce .wrapper-btn .button.btn-close:hover {*/
/*    border-color: rgba(123, 38, 130, 1);*/
/*    background: rgba(123, 38, 130, 1);*/
/*}*/
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 8px;
    right: 0;
    width: 0;
    height: 0;
    border: solid #A650A5;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    transform: rotate(-135deg);
    top: 10px;
}
.select-items div {
    padding: 4px 0;
    cursor: pointer;
}
/*style the items (options), including the selected item:*/
.select-selected {
    font-family: Poppins;
    padding: 4px 20px 4px 8px;
    cursor: pointer;
    user-select: none;
    color: #A650A5;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}

/*style items (options):*/
.select-items {
    font-family: Poppins;
    position: absolute;
    top: calc(100% - 5px);
    right: 0;
    z-index: 99;
    min-width: 173px;
    background: #F6F8FA;
    box-shadow: -5px 15px 20px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 15px;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    color: #A650A5;
}
.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: 400;
    font-size: 26px;
    line-height: 39px;
    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: 400;
    font-size: 26px;
    line-height: 39px;
    text-transform: uppercase;
    color: #A650A5;
    text-align: center;
}
.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,
body .container.content .content-wrap ol li,
.container.content ol li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #2B2B2B;
    margin-bottom: 15px;
    text-align: justify;
}
.container.content ul {
    padding-left: 1em;
}
.container.content ol {
    padding-left: 1em;
}
.container.content ul li::marker {
    color: #7B2682;
}
.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;
}

.accept_you_prof_pop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(40px);
    transition: .3s;
    transform: translateX(100%);
    opacity: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accept_you_prof_pop.active {
    transform: none;
    opacity: 1;
}
.accept_you_prof_pop .container-pop {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 60px 15px;
    position: relative;
    width: calc(100% - 40px);
    max-width: 780px;
    text-align: center;
    transform: rotateY(90deg);
    transition: .5s;
    transition-delay: .5s;
}
.accept_you_prof_pop.active .container-pop {
    transform: none;
}
.accept_you_prof_pop .container-pop .close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 17px;
}
.accept_you_prof_pop .container-pop .title {
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    color: #2B2B2B;
    max-width: 580px;
    margin: 30px auto 0;
}
.accept_you_prof_pop.permision .container-pop {
    padding: 100px 15px;
}
.accept_you_prof_pop.permision  .container-pop .title {
    margin: 0 auto;
}
.accept_you_prof_pop .container-pop p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #2B2B2B;
    max-width: 580px;
    margin: 0 auto;
}
.accept_you_prof_pop .container-pop .title span {
    color: #A650A5;
}
.accept_you_prof_pop .container-pop .wrap-button {
    margin: 60px auto 0;
    max-width: 400px;
    display: flex;
    justify-content: space-between;
}
.accept_you_prof_pop .container-pop .wrap-button .button {
    width: calc(50% - 10px);
    text-decoration: none;
}
.accept_you_prof_pop .container-pop .wrap-button .button:first-child {
    border: 1px solid #65B2E9;
    color: #65B2E9;
}
.accept_you_prof_pop .container-pop .wrap-button .button:first-child:hover {
    background: #65B2E9;
    color: #ffffff;
}
.select_departament_pop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(40px);
    transition: .3s;
    transform: translateX(100%);
    opacity: 0;
    z-index: 99;
}

.select_departament_pop.active {
    transform: none;
    opacity: 1;
}

.select_departament_pop .container-pop {
    -webkit-mask-image: url('img/mask_selection.svg');
    mask-image: url('img/mask_selection.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #ffffff;
    max-width: 1315px;
    width: 100%;
    margin-left: auto;
}
.select_departament_pop .container-pop .left-side {
    width: 58%;
    padding: 20px;
    transform: translateX(100%);
    transition: .5s;
    transition-delay: .3s;
}
.select_departament_pop.active .container-pop .left-side {
    transform: none;
}
.select_departament_pop .container-pop .left-side .svg-map svg {
    max-width: 100%;
    transform: translateY(-23px);
    height: auto;
    min-width: 275px;
}
.select_departament_pop .container-pop .left-side .wrapper-desc {
    max-width: 380px;
}
.select_departament_pop .container-pop .left-side .wrapper-desc h2,
.select_departament_pop .container-pop .left-side .wrapper-desc .h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    text-transform: uppercase;
    text-align: left;
    color: #7B2682;
}
.select_departament_pop .container-pop .left-side .relative {
    position: relative;
}
.select_departament_pop .container-pop .left-side .relative .close {
    position: absolute;
    left: -20px;
    transform: translateX(-100%);
    cursor: pointer;
    top: 5px;
}
.select_departament_pop .container-pop .left-side .svg-map svg .dep:hover {
    stroke-width: 3px;
    stroke: #3093D1;
    cursor: pointer;
}
.select_departament_pop .container-pop .left-side .svg-map svg .dep.empty,
.map-wrap .wrapper-contact .svg-map svg .dep.empty {
    pointer-events: none;
    fill: #EDF3F8;
}
.select_departament_pop .container-pop .left-side .svg-map svg .dep ~ path, .map-wrap .wrapper-contact .svg-map svg .dep ~ path  {
    pointer-events: none;
}
.select_departament_pop .container-pop .left-side .svg-map svg .dep.empty,
.map-wrap .wrapper-contact .svg-map svg .dep.empty {
    stroke: #8D9FAF;
    stroke-width: 1px;
}

.select_departament_pop .container-pop .left-side .svg-map svg .dep.empty ~ path,
.map-wrap .wrapper-contact .svg-map svg .dep.empty ~ path {
    opacity: 0.5;
}
.select_departament_pop .container-pop .left-side .svg-map svg .dep.empty ~ circle,
.map-wrap .wrapper-contact .svg-map svg .dep.empty ~ circle {
    fill: #8D9FAF;
}
.select_departament_pop .container-pop .left-side .wrapper-desc .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #2B2B2B;
    margin-top: 20px;
}
.container.litiges {
    max-width: 1020px;
    overflow: hidden;
}
.litiges_wrapper_slider {
    margin: 0 -35px 130px -35px;
}
.litiges_slider {
    margin: 30px 0;
}
.litiges_slider .item  {
    position: relative;
    padding: 0 35px;
    margin: 0 auto;
}
.litiges_slider .item:after {
    content: '';
    width: 100%;
    padding: 0 0 155.3% 0;
    position: relative;
    z-index: -1;
    display: block;
    top: 0;
    left: 0;
}
.new_design .litiges_slider .item .image {
    height: 68.28%;
}
.new_design .litiges_slider .item:after {
    padding: 0 0 102% 0;
 }
.litiges_slider .item .image {
    position: absolute;
    width: calc(100% - 70px);
    background-position: center;
    background-size: cover;
    height: 75.893%;
    border-radius: 4px;
    top: 0;
    left: 35px;
    transition: .5s;
}
.litiges_slider .item .content_item {
    position: absolute;
    width: calc(100% - 70px);
    left: 35px;
    bottom: 0;
    background: #F9FAFB;
    border-radius: 4px;
    padding: 12px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .5s;
}
.litiges_slider .item .content_item .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #8D9FAF;
}
.litiges_slider .item .content_item .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #2B2B2B;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 48px;
}
.litiges_slider .item .content_item a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2B2B2B;
    text-decoration: none;
    display: flex;
    align-items: center;
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: .5s;
}
.litiges_slider .item .content_item a svg {
    margin-left: 10px;
}
.litiges_slider .item:hover .image {
    height: 100% !important;
}
.litiges_slider .item:hover .content_item {
    margin: 12px;
    width: calc(100% - 94px);
}
.litiges_slider .item:hover .content_item a {
    display: flex;
    margin-top: 40px;
    height: auto;
    opacity: 1;
    visibility: visible;
}
.litiges_slider .item .content_item a:hover svg circle {
    fill: rgb(123, 38, 130);
}
.litiges_slider .item .content_item a:hover svg path {
    stroke: #ffffff;
}
.litiges_wrapper_slider .counter-slick {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #8D9FAF;
}
.litiges_wrapper_slider .litiges_slider>svg:first-child {
    left: 35px;
}
.litiges_wrapper_slider .litiges_slider>svg:last-child {
    right: 35px;
}
.litiges_wrapper_slider .litiges_slider>svg {
    position: absolute;
    bottom: -55px;
    cursor: pointer;
}
.litiges_wrapper_slider .litiges_slider>svg:hover>* {
    stroke: #7B2682;
}
.container.conseils {
    max-width: 1020px;
}
.conseils-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: -35px;
    margin-right: -35px;
    margin-bottom: 130px;
}

.conseils-wrapper .item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.page-template-conseils-template-php .conseils-wrapper .item:first-child {
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding: 30px 35px;
    margin-bottom: 50px;
}

.conseils-wrapper .item .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #8D9FAF;
}

.page-template-conseils-template-php  .conseils-wrapper .item:first-child .date {
    font-size: 14px;
    line-height: 22px;
}

.conseils-wrapper .item .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #2B2B2B;
    margin-top: 12px;
}

.page-template-conseils-template-php  .conseils-wrapper .item:first-child .title {
    font-size: 22px;
    line-height: 28px;
}

.conseils-wrapper .item .content-conseils {
    max-width: 280px;
    position: relative;
    z-index: 1;
    padding: 12px 0;
}

.page-template-conseils-template-php .conseils-wrapper .item:first-child .content-conseils {
    margin-left: 70px;
    width: 34%;
}

.conseils-wrapper .item .image {
    width: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
}

.conseils-wrapper .item .image:after {
    content: '';
    position: relative;
    z-index: -1;
    display: block;
    padding-bottom: 71.448%;
}

.page-template-conseils-template-php  .conseils-wrapper .item:first-child .image {
    width: 66%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-position: top center;
}

.page-template-conseils-template-php  .conseils-wrapper .item:first-child .image:after {
    content: '';
    position: relative;
    z-index: -1;
    display: block;
    padding-bottom: 31.748%;
}

.page-template-conseils-template-php  .conseils-wrapper .item:first-child:after {
    content: '';
    max-width: 100vw;
    width: calc(100% + 200px);
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #F9FAFB;
}

.conseils-wrapper .item .content-conseils a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2B2B2B;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: .5s;
    margin-top: 12px;
    opacity: 0;
}
.conseils-wrapper .item:hover .content-conseils a {
    opacity: 1;
}

.conseils-wrapper .item .content-conseils a svg {
    margin-left: 10px;
}

.conseils-wrapper .item .content-conseils a:hover svg circle {
    fill: rgb(123, 38, 130);
}

.conseils-wrapper .item .content-conseils a:hover svg path {
    stroke: #ffffff;
}

.page-template-conseils-template-php .conseils-wrapper .item:first-child .content-conseils a {
    margin-top: 50px;
    opacity: 1;
}
.conseils-wrapper .item {
    width: 33.3%;
    padding: 14px 35px;
}
.wrapper-actualites {
    position: relative;
    padding: 48px 0;
    margin-top: 24px;
    margin-bottom: 90px;
}
.wrapper-actualites:after {
    content: '';
    max-width: 100vw;
    width: calc(100% + 200px);
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #F9FAFB;
}
.container.conseils h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #3F94D1;
    text-align: left;
    position: relative;
    z-index: 1;
}
.wrapper-actualites .conseils-wrapper {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.wrapper-actualites .wrapper-btn {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 12px;
}
.wrapper-actualites .wrapper-btn .button {
    text-decoration: none;
}
.wrapper-actualites .conseils-wrapper .item:hover .content-conseils {
    position: absolute;
    bottom: 0;
    padding: 25px;
    margin-bottom: 12px;

}
.wrapper-actualites .conseils-wrapper .item:hover .content-conseils * {
    color: #ffffff!important;
}
.wrapper-actualites .conseils-wrapper .item:hover .content-conseils a svg>* {
    stroke: #ffffff;
}
.wrapper-actualites .conseils-wrapper .item:hover .image {
    height: 100%;
}
.wrapper-actualites .conseils-wrapper .item:hover .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(166, 80, 165, 0.74), rgba(166, 80, 165, 0.74));
}

.page-template-conseil-template-php .container.conseils  .team-h2,
.single-conseils .container.conseils  .team-h2{
    margin-top: 90px;
    margin-bottom: 10px;
}
.page-template-conseil-template-php .team h3,
.single-conseils .team h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #65B2E9;
    margin-bottom: 12px;
}
.page-template-conseil-template-php .team .wrapper-team,
.single-conseils .team .wrapper-team{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.page-template-conseil-template-php .team .wrapper-team .item,
.single-conseils .team .wrapper-team .item{
    width: 33.3%;
    padding: 0 35px 35px 35px;
}
.page-template-conseil-template-php .team .wrapper-team .item .image,
.single-conseils .team .wrapper-team .item .image{
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: top center;
}
.page-template-conseil-template-php .team .wrapper-team .item .image:after,
.single-conseils .team .wrapper-team .item .image:after{
    content: '';
    width: 100%;
    position: relative;
    display: block;
    z-index: -1;
    padding-bottom: 121.42%;
    top: 0;
}
.page-template-conseil-template-php .team .wrapper-team .item .name,
.single-conseils .team .wrapper-team .item .name {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #2B2B2B;
    margin-top: 20px;
}
.content-conseil {
    margin-bottom: 100px;
}
header .menu-item-has-children>a {
    pointer-events: all;
}
@media only screen and (max-width: 1550px) {
    .wrapper_inscription .wrapper_tabs {
        max-width: 640px;
    }
    .map-wrap .wrapper-contact .svg-map svg {
        max-width: 100%;
    }
}
@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: 2px;
    }
    .full_height_block .slider svg:first-child {
        left: 2px;
    }
    .wrapper-slider .counter-slick {
        bottom: 0;
    }
    .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 a:before {
        content: none;
    }
    .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;
        text-align: center;
    }

    .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;
        text-align: center;

    }

    .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,.97);
        width: 100%;
        height: 100vh;
        justify-content: center;
        z-index: -1;
        flex-direction: column;
        overflow-y: auto;
        padding-top: 100px;
    }
    .navbar:not(.open) ~ .burger .close {
        display: none;
    }
    .navbar.open ~ .burger .open {
        display: none;
    }
    header .menu-item-has-children:after {
        content: none;
    }
    header .menu-item-has-children a {
        position: relative;
    }
    header .menu-item-has-children>a {
        pointer-events: none;
    }
    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;
        transition: .5s;
        top: calc(50% - 3px);
    }
    header .menu-item-has-children.active>a:after {
        transform: rotate(180deg);
        border-color: #7D007E transparent transparent transparent;
    }
    header .row .sub-menu {
        width: 100%;
        display: block;
        padding: 14px 0 0 ;
    }
    header .row ul li {
        width: auto;
        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 {
        text-align: center;
        width: 100%;
    }
    header .row li.menu-item-has-children.active>a {
        pointer-events: all;
        color: #7D007E;
    }
    header .row ul.sub-menu li {
        padding: 14px 10px;
        text-align: center;
    }
    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;
    }
    .annonces .categoty-wrapper .item {
        width: calc(50% - 10px);
    }
    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;
    }
    .select_departament_pop .container-pop {
        -webkit-mask: none;
    }
    .select_departament_pop .container-pop .left-side {
        width: 100%;
        padding-top: 60px;
    }
    .select_departament_pop .container-pop .left-side .relative {
        display: flex;
        align-items: center;
    }
    .select_departament_pop .container-pop .left-side .relative .close {
        position: static;
        transform: none;
        margin-right: 10px;
    }
    .full_height_block .slider svg:first-child {
        left: -1.1%;
    }
    .full_height_block .slider svg:last-child {
        right: -1.1%;
    }
    .wrapper-slider .counter-slick {
        bottom: 0;
    }
    .accept_you_prof_pop .container-pop .title {
        font-size: 20px;
        line-height: 30px;
    }
    .pages_select .page_s .text {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .pages_select .page_s:hover .text a {
        display: flex;
        text-align: center;
    }
    .actualites .wrapper_item .item .block_desc .wrapper {
        max-width: none;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .login-wrapper .login-block h2 {
        margin-bottom: 15px;
    }

    .login-wrapper .login-block {
        margin-top: 10px;
    }

    .full_height_block .slider .item .desc {
        font-size: 16px;
        line-height: 20px;
    }

    .full_height_block .blocks_after_slider .item .deactiv {
        font-size: 12px;
        padding: 2px 5px;
        top: 2px;
        right: 6px;
        background: rgba(256,256,256, 0.5);
    }

    .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: 8px;
    }

    .wrapper_inscription {
        margin-top: 20px;
    }
    .wrapper_inscription .wrapper-tabs .tab {
        margin: 0 15px;
        display: flex;
    }
    .login-wrapper .logo {
        top: 45px;
    }

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

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

    .annonces .categoty-wrapper .item .name {
        font-size: 18px;
    }
    .annonces .top_button {
        flex-wrap: wrap;
    }
    .annonces .top_button>* {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    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%;
        flex-direction: column;
        align-items: center;
        background: #F6F8FA;
        border-radius: 4px;
        overflow: hidden;
    }
    .bread_crumb span {
        margin: 0 10px;
    }
    .search-line .first_line {
        flex-wrap: wrap;
    }
    body .search-line .button {
        width: 100%;
        max-width: none;
        height: 46px;
    }
    body .cdoa-announcement-item-container .image {
        width: 100%;
    }
    body.announcement-template-default .span_9,
    body.announcement-template-default .span_3 {
        width: 100%;
        max-width: none;
    }
    body .content_single_rempa {
        margin-bottom: 30px;
    }
    body.announcement-template-default .span_3 {
        display: flex;
        flex-direction: column;
    }
    .announcement-template-default .span_3 .button {
        order: 4;
    }
    .announcement-template-default .container-wrap .row {
        flex-wrap: wrap;
        margin-top: 0;
    }
    body .single-annonce {
        margin-top: 5px;
    }
    .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%;
        max-width: none;
    }

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

    .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;
    }

    .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;
        display: none;
    }
    header .row li.menu-item-has-children:hover .sub-menu {
        display: none;
    }
    header .row li.menu-item-has-children.active .sub-menu {
        display: block;
    }
    .conseils-wrapper {
        margin: 0;
    }
    .wrapper-actualites .conseils-wrapper .item:hover .content-conseils {
        position: static;
        padding:  12px 0;
    }
    .conseils-wrapper .item .content-conseils a {
        opacity: 1;
    }
    .wrapper-actualites .conseils-wrapper .item:hover .content-conseils * {
        color: inherit!important;
    }
    .wrapper-actualites .conseils-wrapper .item:hover .content-conseils a svg>* {
        color: #7B2682;
    }
    .conseils-wrapper .item {
        width: 100%;
        padding: 14px 0;
    }
    .page-template-conseil-template-php .container.conseils .team-h2 {
        margin-top: 45px;
    }
    .page-template-conseil-template-php .team .wrapper-team .item,
    .single-conseils .team .wrapper-team .item {
        width: 100%;
        padding: 0 0 35px 0;
    }
    .cdoa-announcement-item-container .content .row-desc {
        flex-wrap: wrap;
    }
    .cdoa-announcement-item-container .content .button {
        margin-top: 10px;
        margin-left: auto;
    }
    .burger {
        margin-left: 30px;
    }
    .full_height_block .blocks_after_slider .item {
        padding: 20px 10px;
    }
    body .cdoa-announcement-item-container .content {
        padding: 20px 15px 15px;
    }
    .cdoa-announcement-item-container .content .row-desc .btn {
        width: 100%;
    }
    footer .container .footer-menu {
        display: none;
    }
    .page-template-conseil-template-php .team .wrapper-team,
    .single-conseils .team .wrapper-team {
        margin: 0;
    }
    .page-template-conseils-template-php .conseils-wrapper .item:first-child {
        flex-direction: column;
        padding: 14px 0;
        align-items: flex-start;
    }
    .page-template-conseils-template-php .conseils-wrapper .item:first-child .image {
        width: 100%;
    }
    .page-template-conseils-template-php .conseils-wrapper .item:first-child .image:after {
        padding-bottom: 71.448%;
    }
    .page-template-conseils-template-php .conseils-wrapper .item:first-child .content-conseils {
        width: 100%;
        margin-left: 0;
    }
    .page-template-conseils-template-php .conseils-wrapper .item:first-child .content-conseils a {
        margin-top: 12px;
    }
    header .top-front-fixed-line .container {
        flex-direction: column;
        padding: 0 10px;

    }
    header .top-front-fixed-line .container span {
        font-size: 12px;
        line-height: 1.2;
    }
    header .row ul li:hover > a {
        font-size: 17px;
        line-height: 18px;
        color: #2B2B2B;
    }
    .full_height_block .slider svg:first-child {
        left: -18px;
    }
    .full_height_block .slider svg:last-child {
        right: -18px;
    }
    .full_height_block .blocks_after_slider .item .center {
        flex-direction: column;
        text-align: center;
        height: 100%;
        justify-content: space-around;
    }
    .full_height_block .blocks_after_slider .item .title {
        margin: 5px 0 0 0;
        font-size: 20px;
        line-height: 1.2;
        min-height: 48px;
        display: flex;
        align-items: center;
    }
    .actualites .wrapper_item .item .block_desc {
        padding: 15px;
    }
    .login-wrapper {
        margin-top: 50px;
    }
    .full_height_block .blocks_after_slider .item:hover .map-icon {
        right: auto;
        object-fit: contain;
        left: 0;
    }
    .actualites, .liens {
        margin-top: 0;
    }
    .map-wrap .wrapper-contact {
        flex-direction: column;
    }
    .map-wrap .wrapper-contact .contact,
    .map-wrap .wrapper-contact .svg-map {
        width: 100%;
    }
    .map-wrap .wrapper-contact .svg-map {
        padding-top: 50px;
        padding-left: 0;
    }
    .slider_wrap .counter-slick {
        margin-top: 0;
    }
    .pages_select .page_s .text a:hover span:after {
        transition: none;
    }
}
.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;
    }
}


