body {
    position: relative !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer
}

.btn-gray {
    color: #fff;
    background-color: #565b60;
    border-color: #475059
}

.btn-gray:hover {
    color: #fff;
    background-color: #999;
    border-color: #475059
}

.txt-immo {
    max-width: 100%
}

.img-immo {
    max-width: 100%;
    margin-bottom: 2rem
}

#underbarslider {
    transform: translateX(205px) translateY(-16px)
}

#underbarslider>span.et_pb_image_wrap {
    padding: 1rem !important
}

.breadcrumb-bar,
.container {
    position: relative;
    width: 90%;
    max-width: 1080px;
    margin: auto
}

.noto {
    font-family: "Noto Serif", Georgia, "Times New Roman", serif
}

.ft-xs {
    font-size: smaller !important
}

.calibri {
    font-family: Calibri;
    font-display: swap
}

.text-uppercase {
    text-transform: uppercase
}

.table {
    width: 100%;
    max-width: 100%
}

.page-id-34 table td {
    min-width: 15.625rem
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-striped thead tr {
    background-color: #f5f5f5
}

.table-striped tr:nth-child(even) {
    background-color: #fcfcfc
}

.et_right_sidebar #main-content .container::before {
    right: 0 !important
}

#main-content .container::before {
    display: none !important
}

.et_right_sidebar #left-area {
    float: left;
    padding-right: 0 !important
}

#left-area {
    width: 100% !important;
    padding-bottom: 23px
}

#sidebar {
    display: none !important
}

.flags-area {
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 9999
}

.flags-area ul {
    display: flex
}

.flags-area ul li {
    margin: 0 12px
}

.flags-area ul li a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    width: 14.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

#et-top-navigation {
    display: flex
}

#top-menu li {
    padding-right: 10px
}

#top-menu li a:link {
    font-family: Calibri;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase
}

#sub-menu li.current-menu-item a,
.et-fixed-header #top-menu li.current-menu-item>a {
    color: #fff !important
}

.et_search_form_container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100% !important;
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    margin: 0 auto !important;
    width: 100%;
    padding: 15px
}

#et_top_search {
    z-index: 99
}

.searchandfilter {
    display: inline-block;
    max-width: initial !important;
    width: 100%
}

.searchandfilter ul li {
    display: inline-block
}

.searchandfilter ul {
    display: flex
}

.searchandfilter ul li {
    margin: 0;
    width: 35%
}

.searchandfilter ul li:first-child {
    width: 75%
}

.searchandfilter>div {
    padding: 0
}

.searchandfilter input,
.searchandfilter select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.searchandfilter input[type=text] {
    cursor: pointer
}

.searchandfilter input[type=submit] {
    cursor: pointer
}

.searchandfilter input[type=submit]:hover {
    background-color: #1d3550;
    color: #fff
}

.et_search_outer {
    overflow: initial
}

.team-tabs {
    clear: both;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-top: 1px solid #97a7b8;
    border-bottom: 1px solid #97a7b8
}

.cwp_section_tab_enabled_0 .tabs-nav li a {
    padding: 10px !important
}

.team-tab {
    float: left;
    height: 34px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center
}

.team-tab [type=radio]:checked~label,
.team-tab [type=radio]:hover~label {
    background: #1d3550;
    color: #fff !important
}

.team-tab label {
    margin: 0;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #333;
    font-size: 20px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.team-tab [type=radio] {
    display: none
}

.team-tab__content {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    transition: opacity .2s cubic-bezier(.42, 0, .34, 1.01);
    opacity: 0;
    width: 100%
}

[type=radio]:checked~label {
    color: #1d1d1d;
    z-index: 2
}

[type=radio]:checked~label~.team-tab__content {
    z-index: 100;
    opacity: 1
}

.TeamContentBlock {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%
}

.teamCard {
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
    padding: 15px
}

.teamCardBody {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.teamCardBody {
    background: #d2d8de
}

.teamImg {
    border-radius: 100px;
    position: relative;
    top: -10px;
    width: 50px;
    margin: 0 auto
}

.teamCardText {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 15px 10px
}

.teamName {
    font-size: 16px;
    font-weight: 700
}

.teamCardPoste {
    font-size: 14px
}

.btn-modal {
    position: relative;
    bottom: 12px;
    border-radius: 100px;
    width: 25px;
    height: 50px;
    background: #1d3550;
    margin: 0 auto
}

.btn-modal span {
    color: #fff;
    font-size: 150%
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #1d3550;
    background-color: rgba(29, 53, 80, .5);
    z-index: 999999
}

.modal-content {
    background-color: #d2d8de;
    margin: 15px auto;
    padding: 25px;
    border: 1px solid #888;
    width: 90%;
    display: flex;
    flex-direction: column
}

.modalControl {
    clear: both;
    display: block;
    text-align: right
}

.modalHead {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    width: 100%
}

.modalIdentity {
    position: initial;
    left: initial;
    z-index: 3;
    padding: 10px 0;
    text-align: center
}

.modalBody {
    padding: 15px 0;
    text-align: left
}

.teamImgModal {
    border-radius: 100px;
    width: 75px;
    display: inline-block
}

.modalHead .teamName {
    white-space: nowrap;
    font-size: 25px
}

.headContentModal {
    width: 100%;
    margin: 0;
    text-align: left
}

.close {
    color: #000;
    float: right;
    font-size: 35px;
    font-weight: 700
}

.close:focus,
.close:hover {
    color: grey;
    text-decoration: none;
    cursor: pointer
}

#main-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 75px -200px !important;
    margin-bottom: 5.75rem
}

#main-footer .footer-brand {
    width: 100%
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: #1d3550;
    padding: 45px 35px
}

#main-footer .footer-second-part {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 45px 15px
}

#main-footer ul li {
    display: block
}

.footer-block-menu {
    padding: 0 15px
}

.footer-block-menu ul li a {
    font-family: Karla;
    font-weight: 400;
    color: #636152;
    white-space: nowrap
}

#main-footer .flags-area {
    display: flex;
    position: initial;
    right: initial;
    margin: 15px 0 0;
    font-size: 12px;
    line-height: 1.2;
    color: #fff !important
}

#main-footer .flags-area ul li.current-lang a {
    color: #fff !important
}

#main-footer .flags-area ul li a:hover {
    color: grey !important
}

.footer-row-menus {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.footer-row-menus ul {
    text-align: left
}

.footer-block-menu-title {
    font-size: 18px;
    color: #636152
}

.footer-row-credits {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #969483;
    font-family: Karla;
    font-weight: 400;
    font-size: 12px;
    padding: 35px 35px 0;
    text-align: center
}

.footer-row-credits a:link,
.footer-row-credits a:visited {
    color: #969483
}

.footer-row-credits a:hover {
    color: #636152
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.black {
    color: #000
}

.white {
    color: #fff
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.w-100 {
    width: 100% !important
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.font-italic {
    font-style: italic !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 2rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 2rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 2rem !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-1 {
    padding-left: .25rem !important
}

.pl-2 {
    padding-left: .5rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.pl-4 {
    padding-left: 1.5rem !important
}

.pl-5 {
    padding-right: 2rem !important
}

.pr-0 {
    padding-right: 0 !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pr-4 {
    padding-right: 1.5rem !important
}

.pr-5 {
    padding-right: 2rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 2rem !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 2rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 2rem !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-1 {
    margin-left: .25rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.ml-5 {
    margin-right: 2rem !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mr-5 {
    margin-right: 2rem !important
}

h2 {
    font-weight: 400 !important
}

body.blog #left-area,
body.category-actualites #left-area,
body.search-results #left-area {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

body.blog #left-area article,
body.category-actualites #left-area article,
body.search-results #left-area article {
    width: 100% !important;
    margin: 25px 0 !important;
    position: relative !important;
    padding-bottom: 30px !important
}

body.search-results #left-area article:nth-of-type(1) {
    margin-top: 0 !important
}

.btn-blog {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 158px;
    height: 48px;
    background: #1d3550;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    position: absolute !important;
    bottom: -24px !important
}

.btn-blog::after {
    content: "→";
    display: inline-block;
    width: 5px;
    margin-left: 20px;
    font-size: 10px
}

.btn-blog:hover {
    background: #48607b
}

h1,
h1.entry-title {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 1.5rem !important;
    display: flex;
    justify-content: center;
    font-weight: 500 !important
}

h1::before {
    content: "";
    background: url(../../../wp-content/uploads/2019/12/dark-mini-logo.svg);
    width: 28px;
    height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 1.5rem !important;
    position: relative;
    top: -10px
}

h1::after {
    content: "";
    background: url(../../../wp-content/uploads/2019/12/encoche-right.png);
    width: 28px;
    height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 1.5rem !important;
    position: relative;
    top: 10px
}

h2.entry-title {
    padding-top: 0 !important
}

.et_pb_post:not(.not_found) {
    margin-top: 60px;
    padding: 15px !important;
    background: #f2f4f7;
    font-family: Calibri;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    width: 100% !important
}

.blog .et_pb_post img,
.category-2 .et_pb_post img,
body.search-results .entry-featured-image-url img {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    width: 290px
}

.et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    margin-bottom: 150px !important
}

#left-area .post-meta {
    font-size: 11px !important;
    margin: 4px !important
}

#left-area .post-meta a {
    margin: 0 4px !important
}

#post-4504 h1,
#post-5623 h1 {
    text-align: left !important;
    width: auto !important
}

#post-4504 h1::after,
#post-4504 h1::before,
#post-5623 h1::after,
#post-5623 h1::before {
    display: none !important
}

.et_pb_slider .et_pb_slide {
    padding: 0
}

.et_pb_slides .et_pb_slider_container_inner {
    position: relative
}

.et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    background-color: rgba(29, 53, 80, .65);
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.et_pb_slide_description .et_pb_slide_content p {
    color: #fff;
    font-weight: 900
}

body.single-post #left-area .post-meta {
    display: flex;
    justify-content: center
}

body.single-post #main-content .container {
    padding: 0 !important
}

body.single-post #left-area .et_pb_post {
    margin-top: 0 !important
}

body.single-post #left-area .post-meta {
    margin: 15px 0 !important
}

body.single-post #left-area .et_pb_column {
    margin: 15px !important
}

body.single-post #left-area .wp_rp_content {
    margin: 100px 0 !important
}

body.single-post #left-area #wp_rp_first {
    display: flex !important;
    justify-content: center
}

body.single-post #left-area #wp_rp_first h3 {
    margin: 35px 0 !important;
    font-family: "Noto Serif", Georgia, "Times New Roman", serif;
    font-weight: 500
}

body.single-post #left-area .wp_rp_content ul {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap
}

body.single-post #left-area .wp_rp_content li {
    margin: 0 20px !important;
    width: 150px !important
}

body.single-post #left-area .wp_rp_content li img {
    width: 150px !important;
    height: 150px !important
}

body.single-post #left-area .wp_rp_content li a.wp_rp_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px !important
}

body.single-post #left-area .wp_rp_footer {
    display: none !important
}

.bourse-block {
    background: #636152;
    color: #fff;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    position: fixed;
    z-index: 3;
    left: 0;
    right: 0;
    padding: 0 0 0 1rem;
    top: unset;
    bottom: 0
}

.bourse-header {
    color: #fff !important;
    font-family: "Noto Serif", Georgia, "Times New Roman", serif;
    text-transform: uppercase !important;
    font-size: 1.125rem;
    font-weight: 900;
    text-align: center
}

.bourse-time {
    font-family: "Noto Serif", Georgia, "Times New Roman", serif;
    text-transform: uppercase !important;
    font-size: .6875rem
}

.left-bourse-part {
    color: #d7d5c7 !important;
    font-family: "Noto Serif", Georgia, "Times New Roman", serif;
    font-size: 1.5625rem;
    font-weight: 700;
    max-width: 120px;
    display: flex;
    align-items: center;
    padding: 0;
    order: 2;
    margin-right: 1rem
}

.right-bourse-part {
    padding: 10px;
    width: 400px;
    margin: 0 auto;
    order: 1
}

.global-values {
    display: flex;
    justify-content: center;
    align-items: center
}

.action-percentage,
.action-separator,
.action-value {
    font-weight: 700;
    font-size: 24px;
    font-family: "Noto Serif", Georgia, "Times New Roman", serif
}

.action-separator {
    position: relative;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #fff;
    margin: 0 10px
}

.nx-container {
    max-width: 1000px;
    padding: 0 !important;
    margin: 0 auto;
    background: #636152 !important
}

.wrapper-webmaster-cours {
    background: #636152;
    color: #fff
}

.wrapper-webmaster-cours .bloc-header {
    display: none !important
}

.wrapper-webmaster-cours .bloc-content {
    border: none !important;
    padding: 10px 20px !important;
    display: flex;
    justify-content: center
}

.wrapper-webmaster-cours .bloc-content .pull-left,
.wrapper-webmaster-cours .bloc-content .pull-right {
    width: auto !important
}

.wrapper-webmaster-cours .bloc-content .fl span {
    color: #fff !important;
    font-family: "Noto Serif", Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 900
}

.wrapper-webmaster-cours .bloc-content .fr {
    color: #fff !important;
    font-family: "Noto Serif", Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 900
}

.wrapper-webmaster-cours .bloc-content .fr::before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    margin: 0 10px
}

#logo {
    max-width: 162px !important
}

.centered-inline-logo-wrap {
    z-index: 5
}

#main-header .et_mobile_menu li li,
#main-header .et_mobile_menu li ul {
    padding-left: 0 !important
}

.cwp_section_tab_enabled .tabs-nav {
    white-space: normal !important
}

.page-id-7381 .et_pb_section,
.page-id-5829 .et_pb_section,
.page-id-32 .et_pb_section,
.page-id-38 .et_pb_section,
.page-id-40 .et_pb_section,
.page-id-5829 .et_pb_section {
    padding-bottom: 0
}

.page-id-7381 .cwp_section_tab_enabled,
.page-id-5829 .cwp_section_tab_enabled,
.page-id-32 .cwp_section_tab_enabled,
.page-id-38 .cwp_section_tab_enabled,
.page-id-40 .cwp_section_tab_enabled,
.page-id-5829 .cwp_section_tab_enabled {
    position: relative;
    width: 95% !important;
    max-width: 1080px;
    margin: 0 auto 30px !important;
    display: flex;
    flex-direction: column;
    padding: 0
}

.page-id-7381 .cwp_section_tab_enabled ul.tabs-nav,
.page-id-5829 .cwp_section_tab_enabled ul.tabs-nav,
.page-id-32 .cwp_section_tab_enabled ul.tabs-nav,
.page-id-38 .cwp_section_tab_enabled ul.tabs-nav,
.page-id-40 .cwp_section_tab_enabled ul.tabs-nav,
.page-id-5829 .cwp_section_tab_enabled ul.tabs-nav {
    width: 100%;
    padding: 0;
    display: flex !important;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 30px;
    overflow: hidden
}

.page-id-7381 .cwp_section_tab_enabled .et_pb_row .et_pb_row_1,
.page-id-5829 .cwp_section_tab_enabled .et_pb_row .et_pb_row_1,
.page-id-32 .cwp_section_tab_enabled .et_pb_row .et_pb_row_1,
.page-id-38 .cwp_section_tab_enabled .et_pb_row .et_pb_row_1,
.page-id-40 .cwp_section_tab_enabled .et_pb_row .et_pb_row_1,
.page-id-5829 .cwp_section_tab_enabled .et_pb_row .et_pb_row_1 {
    width: 100%;
    margin: 0
}

.page-id-7381 .cwp_section_tab_enabled ul.tabs-nav li,
.page-id-5829 .cwp_section_tab_enabled ul.tabs-nav li,
.page-id-32 .cwp_section_tab_enabled ul.tabs-nav li,
.page-id-38 .cwp_section_tab_enabled ul.tabs-nav li,
.page-id-40 .cwp_section_tab_enabled ul.tabs-nav li,
.page-id-5829 .cwp_section_tab_enabled ul.tabs-nav li {
    min-width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #d9d9d9
}

.page-id-7381 .cwp_section_tab_enabled ul.tabs-nav li,
.page-id-5829 .cwp_section_tab_enabled ul.tabs-nav li,
.page-id-32 .cwp_section_tab_enabled ul.tabs-nav li,
.page-id-32 .et_pb_row .et_pb_toggle,
.page-id-38 .cwp_section_tab_enabled ul.tabs-nav li,
.page-id-38 .et_pb_row .et_pb_toggle,
.page-id-40 .cwp_section_tab_enabled ul.tabs-nav li,
.page-id-40 .et_pb_row .et_pb_toggle,
.page-id-5829 .cwp_section_tab_enabled ul.tabs-nav li {
    margin-bottom: -1px !important
}

.page-id-7381 .et_pb_row,
.page-id-5829 .et_pb_row,
.page-id-32 .et_pb_row,
.page-id-38 .et_pb_row,
.page-id-40 .et_pb_row,
.page-id-5829 .et_pb_row {
    width: 100%
}

.page-id-4953 article,
.page-id-4955 article {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px
}

.page-id-4953 .et_pb_row_0,
.page-id-4953 .et_pb_row_1,
.page-id-4955 .et_pb_row_0,
.page-id-4955 .et_pb_row_1 {
    max-width: 1080px !important;
    width: 100%;
    margin: 0 !important
}

.page-id-4953 .et_pb_column_2_5 ul,
.page-id-4955 .et_pb_column_2_5 ul {
    list-style: square !important
}

.page-id-4953 .wpcf7-form,
.page-id-4955 .wpcf7-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.page-id-4953 .wpcf7-form input,
.page-id-4953 .wpcf7-form input:-moz-placeholder,
.page-id-4953 .wpcf7-form input:-ms-input-placeholder,
.page-id-4953 .wpcf7-form input::-moz-placeholder,
.page-id-4953 .wpcf7-form input::-webkit-input-placeholder,
.page-id-4953 .wpcf7-form input::placeholder,
.page-id-4953 .wpcf7-form select,
.page-id-4955 .wpcf7-form input,
.page-id-4955 .wpcf7-form input:-moz-placeholder,
.page-id-4955 .wpcf7-form input:-ms-input-placeholder,
.page-id-4955 .wpcf7-form input::-moz-placeholder,
.page-id-4955 .wpcf7-form input::-webkit-input-placeholder,
.page-id-4955 .wpcf7-form input::placeholder,
.page-id-4955 .wpcf7-form select {
    color: #999 !important
}

.page-id-4953 .wpcf7-form input,
.page-id-4953 .wpcf7-form select,
.page-id-4953 .wpcf7-form textarea,
.page-id-4955 .wpcf7-form input,
.page-id-4955 .wpcf7-form select,
.page-id-4955 .wpcf7-form textarea {
    width: 100%
}

.page-id-4953 .wpcf7-form p:nth-of-type(1),
.page-id-4953 .wpcf7-form p:nth-of-type(2),
.page-id-4953 .wpcf7-form p:nth-of-type(3),
.page-id-4953 .wpcf7-form p:nth-of-type(4),
.page-id-4955 .wpcf7-form p:nth-of-type(1),
.page-id-4955 .wpcf7-form p:nth-of-type(2),
.page-id-4955 .wpcf7-form p:nth-of-type(3),
.page-id-4955 .wpcf7-form p:nth-of-type(4) {
    width: 100%;
    padding: 10px
}

.page-id-4953 .wpcf7-form p:nth-of-type(5),
.page-id-4955 .wpcf7-form p:nth-of-type(5) {
    width: 100%;
    padding: 10px
}

.page-id-4953 .submit-bar,
.page-id-4955 .submit-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    margin: 10px;
    border: 1px dashed #ccc
}

.page-id-4953 .submit-bar>div,
.page-id-4955 .submit-bar>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%
}

.page-id-4953 .submit-bar .quizzdiv label,
.page-id-4955 .submit-bar .quizzdiv label {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.page-id-4953 .submit-bar .quizzdiv input,
.page-id-4955 .submit-bar .quizzdiv input {
    max-width: 50%;
    margin-left: 15px;
    text-align: center
}

.page-id-4953 .submit-bar .submitdiv span,
.page-id-4955 .submit-bar .submitdiv span {
    order: 1
}

.page-id-4953 .submit-bar .submitdiv input,
.page-id-4955 .submit-bar .submitdiv input {
    order: 2;
    max-width: 100%;
    color: #fff !important;
    border-width: 0 !important;
    border-radius: 0;
    font-size: 14px;
    background-color: #1d3550;
    cursor: pointer
}

.page-id-4953 .submit-bar .submitdiv input:hover,
.page-id-4955 .submit-bar .submitdiv input:hover {
    background-color: #3d6ea7
}

.page-id-4953 .wpcf7-form input,
.page-id-4955 .wpcf7-form input {
    padding: 16px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px
}

.page-id-4953 .wpcf7-form select,
.page-id-4955 .wpcf7-form select {
    box-sizing: border-box;
    padding: 16px 20px 16px 16px;
    border: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -moz-appearance: none;
    appearance: none;
    position: relative
}

.page-id-4953 .wpcf7-form .menu-789::after,
.page-id-4955 .wpcf7-form .menu-789::after {
    position: absolute;
    top: 0;
    right: 15px;
    font-family: ETmodules;
    font-size: 16px;
    font-weight: 800;
    content: "3";
    pointer-events: none
}

.page-id-4953 .wpcf7-form textarea,
.page-id-4955 .wpcf7-form textarea {
    padding: 16px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px
}

.page-id-4953 .wpcf7-form .ctf7-rgpd input[type=checkbox] {
    padding: initial;
    width: 10px;
    height: 10px
}

#et_pb_root .et_pb_column_1 {
    background-color: inherit !important;
    padding: inherit !important
}

.et_mobile_menu {
    left: -15px !important;
    width: calc(100% + 30px) !important
}

.gov-head-title-0 {
    text-align: center;
    font-size: 1.25rem;
    height: auto;
    background: #f1f1f1;
    padding: .5rem;
    line-height: 1;
    margin: 3rem 0
}

.gov-head-title-1 {
    text-align: center;
    font-size: 1.125rem;
    height: auto;
    background: #f5f5f5;
    padding: .5rem;
    line-height: 1;
    margin: 3rem 0
}

.gov-head-title-2 {
    text-align: center;
    position: relative
}

.gov-head-title-2::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background: #888;
    left: 25%;
    top: 50%;
    z-index: 2
}

.gov-head-title-2 span {
    position: relative;
    font-weight: 700;
    padding: .5rem;
    background: #fff;
    z-index: 3
}

.gov-container-cards {
    display: flex;
    justify-content: center;
    padding: .1rem 0;
    flex-wrap: wrap
}

.gov-container-cards .teamCardBody {
    justify-content: center;
    align-items: center
}

.gov-container-cards .teamCardText {
    text-align: center;
    padding: 10px
}

.gov-container-cards .teamCard:nth-child(even) .teamCardBody {
    background: #d2d8de
}

.gov-container-cards .teamCard:nth-child(odd) .teamCardBody {
    background: #f2f4f7
}

.flags-area {
    display: none !important
}

.home .et_pb_image_0 {
    margin: .75rem 0 !important;
    padding: 0 !important
}

.home .et_pb_image_0 .et_pb_image_wrap {
    padding: .75rem 0 !important
}

.et_pb_button::after,
.et_pb_button::before {
    line-height: 2em
}


.page-template-archive-team .TeamContentBlock .et_pb_toggle_content .tabflex {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100% !important;
    display: flex;

}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    #main-footer {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 436px;
        background: #f7f6f3
    }

    #main-footer .footer-brand {
        width: 100%
    }

    .footer-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        background: #1d3550;
        padding: 45px 35px
    }

    #main-footer .footer-second-part {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 45px 15px 0
    }

    #main-footer ul li {
        display: block
    }

    .footer-block-menu {
        padding: 0 15px;
        width: 33.33%
    }

    .footer-block-menu ul li a {
        font-family: Karla;
        font-weight: 400;
        color: #636152;
        white-space: nowrap
    }

    #main-footer .flags-area {
        display: flex;
        position: initial;
        right: initial;
        margin: 15px 0 0;
        font-size: 12px;
        line-height: 1.2
    }

    .footer-row-menus {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .footer-row-menus ul {
        text-align: left
    }

    .footer-block-menu-title {
        font-size: 18px;
        color: #636152
    }

    .footer-row-credits {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: #969483;
        font-family: Karla;
        font-weight: 400;
        font-size: 12px;
        padding: 0;
        text-align: center
    }

    .footer-row-credits a:link,
    .footer-row-credits a:visited {
        color: #969483
    }

    .footer-row-credits a:hover {
        color: #636152
    }

    body.blog .et_pb_column_1,
    body.search .et_pb_column_1 {
        background-color: #f2f4f7;
        padding: 70px 58px 0
    }

    #post-4504 h1,
    #post-5623 h1 {
        text-align: left !important;
        width: max-content !important
    }

    .bourse-block {
        background: #636152;
        color: #fff;
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex !important;
        align-items: center;
        position: fixed;
        z-index: 3;
        left: 0;
        right: 0;
        padding: 0 0 0 1rem;
        top: unset;
        bottom: 0
    }
}

@media (min-width:768px) {
    .page-id-34 table td {
        min-width: unset
    }

    .txt-immo {
        max-width: 75%;
        padding-right: 10rem
    }

    .img-immo {
        max-width: 25%
    }

    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .team-tabs {
        clear: both;
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        border-top: 1px solid #97a7b8;
        border-bottom: 1px solid #97a7b8
    }

    .team-tab {
        float: left;
        height: 68px;
        width: 180px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .team-tab__content {
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        transition: opacity .2s cubic-bezier(.42, 0, .34, 1.01);
        opacity: 0;
        width: 100%;
        display: none;
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .teamCard {
        width: 50%;
        height: 220px;
        display: flex;
        align-items: center;
        padding: 50px
    }

    .teamImg {
        border-radius: 100px;
        position: absolute;
        top: -37px;
        left: -37px;
        width: 75px
    }

    .teamCardBody {
        width: 100%;
        height: 100px;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center
    }

    .teamCardText {
        width: 100%;
        margin: 0;
        text-align: left;
        padding: 10px 10px 10px 50px
    }

    .btn-modal {
        position: absolute;
        bottom: -20px;
        right: -20px;
        border-radius: 100px;
        width: 40px;
        height: 40px;
        background: #1d3550;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .modal-content {
        background-color: #d2d8de;
        margin: 15% auto;
        padding: 35px 35px 35px 75px;
        border: 1px solid #888;
        width: 100%;
        max-width: 580px;
        display: flex;
        flex-direction: column
    }

    .headContentModal {
        width: 75%;
        margin: 0;
        text-align: left
    }

    .teamImgModal {
        border-radius: 100px;
        width: 75px;
        display: inline-block
    }

    .modalIdentity {
        position: absolute;
        left: 65px;
        z-index: 3
    }

    .modalHead {
        position: relative;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        align-self: center
    }

    .modalHead .teamName {
        white-space: nowrap;
        font-size: 32px
    }

    #main-footer {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 436px;
        background: #f7f6f3
    }

    #main-footer .footer-brand {
        width: 100%
    }

    .footer-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        background: #1d3550;
        padding: 45px 35px
    }

    #main-footer .footer-second-part {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 45px 15px 0
    }

    #main-footer ul li {
        display: block
    }

    .footer-block-menu {
        padding: 0 15px;
        width: 33.33%
    }

    .footer-block-menu ul li a {
        font-family: Karla;
        font-weight: 400;
        color: #636152;
        white-space: nowrap
    }

    #main-footer .flags-area {
        display: flex;
        position: initial;
        right: initial;
        margin: 15px 0 0;
        font-size: 12px;
        line-height: 1.2
    }

    .footer-row-menus {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .footer-row-menus ul {
        text-align: left
    }

    .footer-block-menu-title {
        font-size: 18px;
        color: #636152
    }

    .footer-row-credits {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: #969483;
        font-family: Karla;
        font-weight: 400;
        font-size: 12px;
        padding: 0;
        text-align: center
    }

    .footer-row-credits a:link,
    .footer-row-credits a:visited {
        color: #969483
    }

    .footer-row-credits a:hover {
        color: #636152
    }

    body.blog .et_pb_column_1,
    body.search .et_pb_column_1 {
        background-color: #f2f4f7;
        padding: 70px 58px 0 !important
    }

    .page-id-7381 .et_pb_section,
    .page-id-5829 .et_pb_section,
    .page-id-32 .et_pb_section,
    .page-id-38 .et_pb_section,
    .page-id-40 .et_pb_section,
    .page-id-5829 .et_pb_section {
        padding-bottom: 0
    }

    .page-id-7381 .cwp_section_tab_enabled,
    .page-id-5829 .cwp_section_tab_enabled,
    .page-id-32 .cwp_section_tab_enabled,
    .page-id-38 .cwp_section_tab_enabled,
    .page-id-40 .cwp_section_tab_enabled,
    .page-id-5829 .cwp_section_tab_enabled {
        position: relative;
        width: 95% !important;
        max-width: 1080px;
        margin: auto;
        display: flex;
        flex-direction: row;
        padding: 0
    }

    .page-id-7381 .cwp_section_tab_enabled ul.tabs-nav,
    .page-id-5829 .cwp_section_tab_enabled ul.tabs-nav,
    .page-id-32 .cwp_section_tab_enabled ul.tabs-nav,
    .page-id-38 .cwp_section_tab_enabled ul.tabs-nav,
    .page-id-40 .cwp_section_tab_enabled ul.tabs-nav,
    .page-id-5829 .cwp_section_tab_enabled ul.tabs-nav {
        width: 40%;
        padding: 0;
        display: flex !important;
        justify-content: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        margin-right: 0
    }

    .page-id-7381 .cwp_section_tab_enabled .et_pb_row .et_pb_row_1,
    .page-id-5829 .cwp_section_tab_enabled .et_pb_row .et_pb_row_1,
    .page-id-32 .cwp_section_tab_enabled .et_pb_row .et_pb_row_1,
    .page-id-38 .cwp_section_tab_enabled .et_pb_row .et_pb_row_1,
    .page-id-40 .cwp_section_tab_enabled .et_pb_row .et_pb_row_1,
    .page-id-5829 .cwp_section_tab_enabled .et_pb_row .et_pb_row_1 {
        width: 60%
    }

    .page-id-7381 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-5829 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-32 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-38 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-40 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-5829 .cwp_section_tab_enabled ul.tabs-nav li {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 1px solid #d9d9d9
    }

    .page-id-7381 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-5829 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-32 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-32 .et_pb_row .et_pb_toggle,
    .page-id-38 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-38 .et_pb_row .et_pb_toggle,
    .page-id-40 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-40 .et_pb_row .et_pb_toggle,
    .page-id-5829 .cwp_section_tab_enabled ul.tabs-nav li {
        margin-bottom: -1px !important
    }

    .page-id-4953 article,
    .page-id-4955 article {
        padding: 0;
        position: relative;
        max-width: 1080px;
        margin: 0 auto
    }

    .page-id-4953 .et_pb_row_0,
    .page-id-4953 .et_pb_row_1,
    .page-id-4955 .et_pb_row_0,
    .page-id-4955 .et_pb_row_1 {
        max-width: 1080px !important;
        width: 100%;
        margin: 0 !important
    }

    .page-id-4953 .et_pb_column_2_5 ul,
    .page-id-4955 .et_pb_column_2_5 ul {
        list-style: square !important
    }

    .page-id-4953 .wpcf7-form,
    .page-id-4955 .wpcf7-form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .page-id-4953 .wpcf7-form input,
    .page-id-4953 .wpcf7-form input:-moz-placeholder,
    .page-id-4953 .wpcf7-form input:-ms-input-placeholder,
    .page-id-4953 .wpcf7-form input::-moz-placeholder,
    .page-id-4953 .wpcf7-form input::-webkit-input-placeholder,
    .page-id-4953 .wpcf7-form input::placeholder,
    .page-id-4953 .wpcf7-form select,
    .page-id-4955 .wpcf7-form input,
    .page-id-4955 .wpcf7-form input:-moz-placeholder,
    .page-id-4955 .wpcf7-form input:-ms-input-placeholder,
    .page-id-4955 .wpcf7-form input::-moz-placeholder,
    .page-id-4955 .wpcf7-form input::-webkit-input-placeholder,
    .page-id-4955 .wpcf7-form input::placeholder,
    .page-id-4955 .wpcf7-form select {
        color: #999 !important
    }

    .page-id-4953 .wpcf7-form input,
    .page-id-4953 .wpcf7-form select,
    .page-id-4953 .wpcf7-form textarea,
    .page-id-4955 .wpcf7-form input,
    .page-id-4955 .wpcf7-form select,
    .page-id-4955 .wpcf7-form textarea {
        width: 100%
    }

    .page-id-4953 .wpcf7-form p:nth-of-type(1),
    .page-id-4953 .wpcf7-form p:nth-of-type(2),
    .page-id-4953 .wpcf7-form p:nth-of-type(3),
    .page-id-4953 .wpcf7-form p:nth-of-type(4),
    .page-id-4955 .wpcf7-form p:nth-of-type(1),
    .page-id-4955 .wpcf7-form p:nth-of-type(2),
    .page-id-4955 .wpcf7-form p:nth-of-type(3),
    .page-id-4955 .wpcf7-form p:nth-of-type(4) {
        width: 50%;
        padding: 10px
    }

    .page-id-4953 .wpcf7-form p:nth-of-type(5),
    .page-id-4955 .wpcf7-form p:nth-of-type(5) {
        width: 100%;
        padding: 10px
    }

    .page-id-4953 .submit-bar,
    .page-id-4955 .submit-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px
    }

    .page-id-4953 .submit-bar>div,
    .page-id-4955 .submit-bar>div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 50%
    }

    .page-id-4953 .submit-bar .quizzdiv label,
    .page-id-4955 .submit-bar .quizzdiv label {
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    .page-id-4953 .submit-bar .quizzdiv input,
    .page-id-4955 .submit-bar .quizzdiv input {
        max-width: 25%;
        margin-left: 15px
    }

    .page-id-4953 .submit-bar .submitdiv span,
    .page-id-4955 .submit-bar .submitdiv span {
        order: 1
    }

    .page-id-4953 .submit-bar .submitdiv input,
    .page-id-4955 .submit-bar .submitdiv input {
        order: 2;
        max-width: 50%;
        color: #fff !important;
        border-width: 0 !important;
        border-radius: 0;
        font-size: 14px;
        background-color: #1d3550;
        cursor: pointer
    }

    .page-id-4953 .submit-bar .submitdiv input:hover,
    .page-id-4955 .submit-bar .submitdiv input:hover {
        background-color: #3d6ea7
    }

    .page-id-4953 .wpcf7-form input,
    .page-id-4955 .wpcf7-form input {
        padding: 16px;
        border-width: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #999;
        background-color: #eee;
        font-size: 14px
    }

    .page-id-4953 .wpcf7-form select,
    .page-id-4955 .wpcf7-form select {
        box-sizing: border-box;
        padding: 16px 20px 16px 16px;
        border: 0;
        border-radius: 0;
        color: #999;
        background-color: #eee;
        font-size: 14px;
        -moz-appearance: none;
        appearance: none;
        position: relative
    }

    .page-id-4953 .wpcf7-form .menu-789::after,
    .page-id-4955 .wpcf7-form .menu-789::after {
        position: absolute;
        top: 0;
        right: 15px;
        font-family: ETmodules;
        font-size: 16px;
        font-weight: 800;
        content: "3";
        pointer-events: none
    }

    .page-id-4953 .wpcf7-form textarea,
    .page-id-4955 .wpcf7-form textarea {
        padding: 16px;
        border-width: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #999;
        background-color: #eee;
        font-size: 14px
    }

    .right-bourse-part {
        display: flex;
        justify-content: space-between;
        width: 65%
    }

    #main-footer {
        margin-bottom: 4.1875rem
    }


    .page-template-archive-team .TeamContentBlock .et_pb_toggle_content .tabflex {
        margin: 0 -15px;
        margin: 0 -.9375rem
    }

}

@media (min-width:981px) {
    .bourse-block {
        background: #636152;
        color: #fff;
        width: 50%;
        height: 100px;
        margin: 0 auto;
        display: flex !important;
        align-items: center;
        position: absolute;
        z-index: 3;
        right: 0;
        left: unset;
        padding: 0 20px 0 90px;
        top: 600px
    }

    .right-bourse-part {
        display: inline-block;
        justify-content: unset;
        width: initial
    }

    #main-footer {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .team-tabs {
        clear: both;
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        border-top: 1px solid #97a7b8;
        border-bottom: 1px solid #97a7b8
    }

    .team-tab {
        float: left;
        height: 68px;
        width: 180px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .teamCard {
        width: 50%;
        height: 220px;
        display: flex;
        align-items: center;
        padding: 50px
    }

    .teamImg {
        border-radius: 100px;
        position: absolute;
        top: -37px;
        left: -37px;
        width: 75px
    }

    .teamCardBody {
        width: 100%;
        height: 100px;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center
    }

    .teamCardText {
        width: 100%;
        margin: 0;
        text-align: left;
        padding: 10px 10px 10px 50px
    }

    .btn-modal {
        position: absolute;
        bottom: -20px;
        right: -20px;
        border-radius: 100px;
        width: 40px;
        height: 40px;
        background: #1d3550;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .modal-content {
        background-color: #d2d8de;
        margin: 15% auto;
        padding: 35px 35px 35px 75px;
        border: 1px solid #888;
        width: 100%;
        max-width: 580px;
        display: flex;
        flex-direction: column
    }

    .headContentModal {
        width: 75%;
        margin: 0;
        text-align: left
    }

    .teamImgModal {
        border-radius: 100px;
        width: 75px;
        display: inline-block
    }

    .modalIdentity {
        position: absolute;
        left: 65px;
        z-index: 3
    }

    .modalHead {
        position: relative;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        align-self: center
    }

    .modalHead .teamName {
        white-space: nowrap;
        font-size: 32px
    }

    body.blog .et_pb_column_1,
    body.search .et_pb_column_1 {
        background-color: #f2f4f7;
        padding: 70px 58px 0 !important
    }

    .et_search_form_container {
        display: flex;
        justify-content: end;
        align-items: center;
        background-color: transparent;
        box-shadow: none;
        margin: 0 auto !important
    }

    .searchandfilter {
        display: inline-block;
        max-width: none !important;
        width: 50%
    }

    .searchandfilter>div {
        padding: 15px
    }

    .searchandfilter input,
    .searchandfilter select {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    .searchandfilter input[type=text] {
        min-width: 250px
    }

    .searchandfilter input[type=submit] {
        cursor: pointer
    }

    .searchandfilter input[type=submit]:hover {
        background-color: #1d3550;
        color: #fff
    }

    .searchandfilter ul {
        display: flex
    }

    .searchandfilter ul li {
        display: inline-block;
        margin: 0;
        padding: 0 5px
    }

    .searchandfilter ul li:first-child {
        width: 75%
    }

    .et_search_outer {
        overflow: hidden
    }
}

@media (max-width:1024px) {
    #et_mobile_nav_menu {
        display: block
    }

    #top-menu {
        display: none
    }

    .container.et_menu_container {
        width: 96% !important
    }

    #et_top_search {
        margin: 3px 0 0
    }

    #top-menu li a:link {
        font-size: 14px
    }

    .page-id-7381 .et_pb_section,
    .page-id-5829 .et_pb_section,
    .page-id-32 .et_pb_section,
    .page-id-38 .et_pb_section,
    .page-id-40 .et_pb_section,
    .page-id-5829 .et_pb_section {
        padding-bottom: 0
    }

    .page-id-7381 .cwp_section_tab_enabled,
    .page-id-5829 .cwp_section_tab_enabled,
    .page-id-32 .cwp_section_tab_enabled,
    .page-id-38 .cwp_section_tab_enabled,
    .page-id-40 .cwp_section_tab_enabled,
    .page-id-5829 .cwp_section_tab_enabled {
        position: relative;
        width: 95% !important;
        max-width: 1080px;
        margin: auto;
        display: flex;
        padding: 0
    }

    .page-id-7381 .cwp_section_tab_enabled ul.tabs-nav,
    .page-id-5829 .cwp_section_tab_enabled ul.tabs-nav,
    .page-id-32 .cwp_section_tab_enabled ul.tabs-nav,
    .page-id-38 .cwp_section_tab_enabled ul.tabs-nav,
    .page-id-40 .cwp_section_tab_enabled ul.tabs-nav,
    .page-id-5829 .cwp_section_tab_enabled ul.tabs-nav {
        width: 30%;
        padding: 0;
        display: flex !important;
        justify-content: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        margin-right: 30px
    }

    .page-id-7381 .cwp_section_tab_enabled .et_pb_row .et_pb_row_1,
    .page-id-5829 .cwp_section_tab_enabled .et_pb_row .et_pb_row_1,
    .page-id-32 .cwp_section_tab_enabled .et_pb_row .et_pb_row_1,
    .page-id-38 .cwp_section_tab_enabled .et_pb_row .et_pb_row_1,
    .page-id-40 .cwp_section_tab_enabled .et_pb_row .et_pb_row_1,
    .page-id-5829 .cwp_section_tab_enabled .et_pb_row .et_pb_row_1 {
        width: 70%
    }

    .page-id-7381 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-5829 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-32 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-38 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-40 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-5829 .cwp_section_tab_enabled ul.tabs-nav li {
        margin: 0;
        padding: 0;
        border: 1px solid #d9d9d9
    }

    .page-id-7381 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-7381 .et_pb_row .et_pb_toggle,
    .page-id-5829 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-5829 .et_pb_row .et_pb_toggle,
    .page-id-32 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-32 .et_pb_row .et_pb_toggle,
    .page-id-38 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-38 .et_pb_row .et_pb_toggle,
    .page-id-40 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-40 .et_pb_row .et_pb_toggle,
    .page-id-5829 .cwp_section_tab_enabled ul.tabs-nav li,
    .page-id-5829 .et_pb_row .et_pb_toggle {
        margin-bottom: -1px !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .container.et_menu_container {
        width: 90%
    }

    #et_top_search {
        margin: 3px 0 0 22px
    }

    #top-menu li a:link {
        font-size: 15px
    }

    .team-tabs {
        clear: both;
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        border-top: 1px solid #97a7b8;
        border-bottom: 1px solid #97a7b8
    }

    .team-tab {
        float: left;
        height: 68px;
        width: 180px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .teamCard {
        width: 33.33%;
        height: 220px;
        display: flex;
        align-items: center;
        padding: 50px
    }

    .teamImg {
        border-radius: 100px;
        position: absolute;
        top: -45px;
        left: -45px;
        width: 90px
    }

    .teamCardBody {
        width: 100%;
        min-width: 290px;
        height: 100px;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center
    }

    .teamCardText {
        width: 100%;
        margin: 0;
        text-align: left;
        padding: 10px 10px 10px 70px
    }

    .btn-modal {
        position: absolute;
        bottom: -20px;
        right: -20px;
        border-radius: 100px;
        width: 40px;
        height: 40px;
        background: #1d3550;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .modal-content {
        background-color: #d2d8de;
        margin: 15% auto;
        padding: 35px 35px 35px 75px;
        border: 1px solid #888;
        width: 100%;
        max-width: 580px;
        display: flex;
        flex-direction: column
    }

    .headContentModal {
        width: 75%;
        margin: 0;
        text-align: left
    }

    .teamImgModal {
        border-radius: 100px;
        width: 75px;
        display: inline-block
    }

    .modalIdentity {
        position: absolute;
        left: 65px;
        z-index: 3
    }

    .modalHead {
        position: relative;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        align-self: center
    }

    .modalHead .teamName {
        white-space: nowrap;
        font-size: 32px
    }

    #main-footer {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 436px;
        background: #f7f6f3
    }

    #main-footer .footer-brand {
        width: 25%
    }

    .footer-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        background: #1d3550;
        padding: 75px
    }

    #main-footer .footer-second-part {
        width: 75%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 100px 150px
    }

    #main-footer ul li {
        display: block
    }

    .footer-block-menu {
        padding: 0 15px
    }

    .footer-block-menu ul li a {
        font-family: Karla;
        font-weight: 400;
        color: #636152;
        white-space: nowrap
    }

    #main-footer .flags-area {
        display: flex;
        position: initial;
        right: initial;
        font-size: 12px;
        line-height: 1.2
    }

    .footer-row-menus {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .footer-block-menu-title {
        font-size: 18px;
        color: #636152
    }

    .footer-row-credits {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        color: #969483;
        font-family: Karla;
        font-weight: 400;
        font-size: 12px
    }

    .footer-row-credits a:link,
    .footer-row-credits a:visited {
        color: #969483
    }

    .footer-row-credits a:hover {
        color: #636152
    }

    .breadcrumb-bar,
    .container {
        position: relative;
        width: 80% !important;
        max-width: 1080px;
        margin: auto
    }

    .blog .et_pb_post,
    .category-2 .et_pb_post,
    body.search-results .et_pb_post {
        margin-top: 60px !important;
        padding-left: 201px !important;
        padding-right: 15px !important;
        background: #f2f4f7;
        font-family: Calibri;
        font-display: swap;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        padding-bottom: 10px !important
    }

    .blog .et_pb_post img,
    .category-2 .et_pb_post img,
    body.search-results .entry-featured-image-url img {
        position: absolute;
        left: -320px !important;
        top: 30px !important;
        width: 290px !important
    }

    .et_pb_post .entry-featured-image-url {
        display: block;
        position: relative;
        margin-bottom: 0 !important
    }

    body.blog #left-area article,
    body.category-actualites #left-area article,
    body.search-results #left-area article {
        width: 90% !important;
        margin: 25px 0 !important;
        padding-bottom: 30px !important
    }

    body.blog .et_pb_column_1,
    body.search .et_pb_column_1 {
        background-color: #f2f4f7;
        padding: 70px 58px 0 !important
    }

    .bourse-block {
        background: #636152;
        color: #fff;
        width: 100%;
        max-width: 730px;
        height: 124px;
        margin: 0 auto;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        z-index: 3;
        left: unset;
        right: 0;
        padding: 0 20px 0 350px;
        top: 570px
    }

    .right-bourse-part {
        margin: initial
    }

    .home .et_pb_section_1 {
        padding-top: 7rem
    }
}

@media (min-width:1400px) {
    .bourse-block {
        right: 10%
    }
}

@media (min-width:1600px) {
    .bourse-block {
        right: 15%
    }
}