html,
body {
    overflow-x: hidden;
    background-color: #ffffff;
    font-size: 14px;
}

body {
    margin: 0;
    color: #576364;
    font-family: 'Montserrat',
        sans-serif !important;
}

.divider {
    width: 100%;
    max-width: 180px;
    min-width: 80px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background: #0D5EB3;
}


.primary-text {
    color: #0D5EB3 !important;
}

.secondary-text {
    color: #313F41;
}

.primary {
    background-color: #0D5EB3;
    color: #fafafa;
}

.secondary {
    background-color: #0D5EB3;
}

.b-green {
    background-color: #2eab82 ;
}

.rb-green {
    background-color: #2eab82 ;
}

.rb-yellow {
    background-color: #E2B13C ;
}

.rb-red {
    background-color: #E63009 ;
}

.text-green {
    color: #2eab82;
}

.text-yellow {
    color: #E2B13C;
}

.text-red {
    color: #E63009;
}

.m-b-1 {
    margin-bottom: 1rem;
}

.m-t-1 {
    margin-top: 1rem;
}
.m-t-3 {
    margin-top: 3rem;
}

.m-t-5 {
    margin-top: 5rem;
}

/* .px-1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
} */

.btn, .file-field .btn {
    line-height: 14px;
    padding: 0.8rem 1.5rem;
    height: 40px;
}
.btn, .btn-large{
    box-shadow: none;
    border-radius: 0;
    white-space: nowrap;
}

.btn.primary {
    background-color: #0D5EB3;
    color: #fafafa;
}

.btn.primary:hover {
    background-color: transparent;
    color: #0D5EB3;
    border: 0.5px solid #0D5EB3;
}

.btn.secondary {
    background-color: transparent;
    color: #0D5EB3;
    border: 0.5px solid #0D5EB3;
}

.btn.secondary:hover {
    background-color: #0D5EB3;
    transition: 0.25s ease-in;
    color: #fafafa;
}

.btn.rb-green {
    background-color: transparent;
    color: #2eab82;
    border: 0.5px solid #2eab82;
}

.btn.rb-green:hover {
    background-color: #2eab82;
    transition: 0.25s ease-in;
    color: #fafafa;
}

.btn.rb-red {
    background-color: transparent;
    color: #E63009;
    border: 0.5px solid #E63009;
}

.btn.rb-red:hover {
    background-color: #E63009;
    transition: 0.25s ease-in;
    color: #fafafa;
}

.btn:hover, .btn-large:hover {
    box-shadow: none;
}

.fill-remaining-space {
    flex: 1 1 auto;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.row {
    flex-wrap: wrap;
    display: flex;
}

.col {
    margin-bottom: 1rem;
    margin-left: initial !important;
}

.bolder {
    font-weight: 600 !important;
}

.bolder-500 {
    font-weight: 500 !important;
}

.p-b1  {
    padding-bottom: 1rem;
}
.m-l-05{
    margin-left: 0.5rem;
}

.m-l-1 {
    margin-left: 1rem;
}

.m-r-1 {
    margin-right: 1rem;
}

.only-m-b-1 {
    margin: 0 0 1rem 0;
}

.uppercase {
    text-transform: uppercase !important;
}

.select-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
}

.card .card-title {
    font-size: 20px;
    line-height: 24px !important;
}

.space-bottom {
    margin-bottom: 3rem;
}

.no-margin {
    margin: 0 !important;
}

.align-self {
    align-self: center;
}

.diffusion {
    height: 30px;
    line-height: 30px;
    position: fixed;
    background-color: #2eab82;
    z-index: 9999;
    width: 100%;
    color: #FFFFFF;
}

.diffusion a{
    font-weight: 600;
    color: #FFFFFF;
}

.diffusion marquee {
    /*line-height: 0px;*/
    font-weight: 500;
}

.main {
    position: relative;
    top: 30px;
}

nav {
    height: 80px;
    line-height: 80px;
    background-color: white !important;
    box-shadow: none;
}

.navbar-fixed {
    height: 50px;
    line-height: 80px;
    margin-bottom: 0;
}

nav .nav-wrapper {
    display: flex;
}

.fill-remaining-space {
    flex: 1 1 auto;
    display: block;
}

nav .nav-wrapper ul a {
    color: #3F3141;
    font-weight: 600;
    white-space: nowrap;
    /* padding: 05px 20px;
    height: auto;
    line-height: 2.5; */
}

nav .nav-wrapper ul a:focus-visible{
    outline: none !important;
}

nav .nav-wrapper ul li:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

nav .nav-wrapper ul li:hover a {
    color: #0D5EB3;
}

nav .nav-wrapper ul li.active a {
    color: #0D5EB3 !important;
    font-weight: 600!important;
}


nav .nav-wrapper ul a:hover {
    /* background: rgba(255, 255, 255, 0.25) !important; */
}

.nav-shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12),
        0 1px 5px 0 rgba(0, 0, 0, 0.2);
    background: #fff !important;
}
nav .nav-wrapper .list-menu {
    display: inline-flex;
}

nav .nav-wrapper ul .search {
     background-color: #0D5EB3;
     color: white;
}
nav .nav-wrapper ul .search:hover {
    background-color: white;
    color: #0D5EB3;
    border: 1px solid #0D5EB3;
}

nav .nav-wrapper ul .search:hover a i {
    color: #0D5EB3;
}

nav .nav-wrapper ul .search a {
    padding: 0 2rem;
}

nav .nav-wrapper ul .search a i {
    color: white;
}

nav .nav-wrapper i {
    height: 80px;
    line-height: 80px;
    font-size: 2rem;
}

nav .nav-wrapper .brand-logo {
    position: initial;
    height: 80px;
    display: flex;
}

nav .nav-wrapper .brand-logo img {
    max-width: 16rem;
    min-width: 8rem;
    width: 100%;
    height: 90%;
    margin: auto;
    margin-left: 10px;
}

nav .nav-wrapper .dropdown-content {
    top: 64px !important;
}

nav .nav-wrapper .dropdown-content li a {
    font-weight: 400 !important;
}

nav .nav-wrapper .dropdown-content li:hover {
    /* background: transparent; */
}

.mobile-logo {
    width: auto;
    height: 100%;
}

ul.sidenav li:not(.defil).active{
    background-color: rgba(50, 81, 113, 0.90) !important;
    
}

ul.sidenav li:not(.defil).active a{
    color: white !important;
    font-weight: 600;
}

/*.sidenav li.active a{
    color: white !important;
    font-weight: 600;
} */

.sidenav .collapsible-body>ul:not(.collapsible)>li.active, .sidenav.sidenav-fixed .collapsible-body>ul:not(.collapsible)>li.active {
    background-color: rgba(50, 81, 113, 0.90);
}

.search-block{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: calc(100% - 110px);
    background-color: rgba(50, 81, 113, 0.90);
    z-index: 100;
    visibility: hidden;
}

.hidden {
    visibility: hidden;
    display: none !important;
}

.show {
    visibility: visible;
    display: initial;
}

.search-form {
    display: flex;
}

.search-form input{
    background-color: #fff !important;
    border-radius: 3px !important;
    height: 60px !important;
    display: inline;
    width: calc(100% - 100px) !important;
    font-size: 1.5rem !important;
    margin-bottom: 0 !important;
    padding-left: 8px !important;
    padding-right: 80px !important;
    border-bottom: none !important;
}

.search-block .btn {
    height: 50px;
    margin-left: -70px;
    margin-top: auto !important;
    margin-bottom: auto;
    border-radius: 3px !important;
    background-color: #0D5EB3;
}

.select-dropdown.dropdown-content li:hover, .dropdown-content li:hover, .select-dropdown.dropdown-content li.selected {
    background-color:rgba(255, 255, 255, 0.25);
}

.dropdown-content {
    background-color: #325171;
    border-radius: 0;
    box-shadow: none;
    min-width: 15rem;
}

.dropdown-content li, .dropdown-content li a {
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
}

.dropdown-content li:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.valign-wrapper {
    height: 100%;
}

.valign-wrapper ul li{
    list-style-type: disc !important;
    margin-left: 2rem;
    padding: 5px;
}

@media only screen and (min-width: 993px){
    .container {
        width: 85%;
    }

}

.space-top-bottom {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.space-top {
    padding-top: 3rem;
}

.space-top-bottom-plus {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.space-top-bottom-small {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.space-right{
    margin-right: 2rem;
}

.img-big-icon {
    width: 30px;
    height: auto;
}

.img-icon {
    width: 24px;
    height: auto;
    max-height: 24px;
}

.img-icon-n {
    width: 32px;
    height: auto;
    max-height: 32px;
}

.display-flex {
    display: flex;
    justify-content: center;
}

.display-inline-grid {
    display: inline-grid;
}

.arrow-btn {
    width: 50px;
    padding-left: 0;
    padding-right: 0;
}

.emploi {
    background: linear-gradient(to right, rgba(15, 116, 198, 0.8), rgba(15, 116, 198, 0.8), rgba(29, 140, 216,0.8), rgba(15, 116, 198, 0.8)),
    url('../images/membre2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}

@media only screen and (min-width: 993px){
    .show-on-medium-and-down {
        display: none !important;
    }

}

.header {
    /* height: 66vh; */
    position: relative;
}

.header .carousel {
    /*height: 100%;*/
}

.header .carousel .carousel-item {
    height: 550px !important;
}

.header .carousel .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;;
}

.header .slide-one {
    background: linear-gradient(to right, #0d2d4e,rgba(13, 94, 179, 0.05));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.header .carousel .carousel-item h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fafafa;
    width: 50%;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
}

.header .carousel .carousel-item p {
    font-size: 1.2rem;
    
    color: #fafafa;
    width: 60%;
    padding: 0;
    margin: 0;
}

.header .carousel .indicators {
    padding: 0;
    background: transparent;
    bottom: 0;
    right: 82%;
}

@media only screen and (max-width: 993px){
    .header .slide-one {
        background: linear-gradient(to right, rgba(13, 94, 179, 0.80), rgba(13, 94, 179, 0.80));
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100%;
    }

    .header .carousel .carousel-item h3 {
        width: 100%;
        text-align: center;
    }

    .header .carousel .carousel-item p {
        width: 100%;
        text-align: center;
    }

    .header .carousel .indicators {
        right: 0;
    }
}

/* .news .news-header {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
} */

.news .news-header h4 {
    font-size: 1.5rem;
    font-weight: 900;
}

.news .news-header h4 span {
    margin-right: 1rem;
}

.news .news-header img {
    width: 3.5rem;
    margin-right: 0.5rem;
    cursor: pointer;
    transition: all 0.3s;
}

.news .news-header img:hover {
    transform: scale(1.08);
}

.actu-bg {
    background: #325172;
    height: 280px;
    margin-bottom: 170px;
}

.h-80 {
    height: 80px !important;
}

.actu-img-zone {
    /**/
    height: 450px;
    position: relative;
}

.actu-img-zone img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.actu-title {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    background: rgba(255, 255, 255, 0.90);
    padding: 1rem;
}

.actu-title h3 {
    font-size: 2rem;
    font-weight: 600;
}

.with-150 {
    width: 150px;
}

.dropdown-content li>a, .dropdown-content li>span {
    color: #fafafa;
}

.select-dropdown li.disabled, .select-dropdown li.disabled>span, .select-dropdown li.optgroup {
    color: rgba(250, 250, 250, 0.45);
}

.news-content {
    background: #F6F9FC;
    padding: 2rem 2rem;
    font-size: 1.2rem;
}

.news-content img, .page-content img{
    max-width: 100%;
}

.new-card {
    box-shadow: none;
    background: #F6F9FC;
    transition: all 0.3s;
    /*margin-bottom: 2rem;*/
}

.new-card:hover {
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(31, 121, 211, 0.14),
        0 5px 3px -4px rgba(31, 121, 211, 0.12),
        0 3px 5px 0 rgba(31, 121, 211, 0.2);
}

.new-card:hover .share {
    opacity: 1;
}

.new-card:hover .miror {
    opacity: 1;
}

.new-card img {
    height: 14rem;
    object-fit: cover;
    object-position: center;
}

.new-card .chip {
    background: #EAF1F8;
    font-size: 0.8rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    margin-bottom: 1rem;
}

.new-card .date {
    padding-top: 0.5rem;
    font-size: 1.1rem;
}

.new-card .share {
    display: flex;
    align-items: center;
    padding: 0 1rem 0 1rem;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 5%;
    margin: auto;
     width: 80%;
    left: 10%;
    opacity: 0;
    transition: all 0.3s;
}

.new-card .share .network-branche, .social-network {
    /* width: 9rem; */
    display: flex;
    margin: 1rem 0.5rem;
}

.new-card .share .network-branche img, .social-network img {
    width: 30px;
    height: 30px;
}

.new-card .share .network-branche .espace-icon {
    margin-right: 0.25rem;
}

.new-card .share .network-branche .espace-icon-left {
    margin-left: 0.25rem;
}

.new-card .share .network-branche .espace-icon-right {
    margin-right: 0.25rem;
}

.new-card {
    /* min-height: 24rem; */
    box-shadow: none;
    background: #F6F9FC;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.new-card:hover {
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(31, 121, 211, 0.14),
        0 5px 3px -4px rgba(31, 121, 211, 0.12),
        0 3px 5px 0 rgba(31, 121, 211, 0.2);
}

.new-card .actions {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    position: relative;
    flex: 1;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.actions-rapport {
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    flex: 1;
    width: 100%;
}

.new-card .actions .action{
    /* position: absolute; */
    bottom: 0;
    left: 0;
}

.stat-zone {
    background: #EAF1F8;
    padding: 1rem;
}

.stat-zone h6{
    font-size: 1.5rem;
}

.stat-zone tr {
    border-bottom: 3px solid #EAF1F8;
}

.close {
    background-color: #fff;
    border-radius: 40px;
    height: 48px;
    width: 48px;
    position: absolute;
    right: 3rem;
}

.close:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.sidenav li>a {
    padding:  0 15px;
}

.close i{
    color: rgb(13, 94, 179);
    font-weight: 600;
    font-size: 2rem;
    margin-left: -10px;
    margin-top: 5px;
}

.tabs .tab a {
    color: rgba(13, 94, 179, 0.81);
    font-weight: 600;
    font-size: 1.2rem !important;
    line-height: 80px;
    text-transform: none;
}

.tabs .tab a button {
    margin-top: 25px;
    border: none;
    cursor: pointer;
    color: rgba(13, 94, 179, 0.81);
}

.tabs, .tabs .tab {
    height: 80px;
}

.tabs .tab a.active {
    color: rgb(13, 94, 179);
}

.tabs .tab a:hover {
    color: rgb(13, 94, 179);
}

.tabs .indicator {
    background-color: rgb(13, 94, 179);
    height: 4px;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: rgba(13, 94, 179,0.2);
}



.indicators {
    background: #EAF1F8;
}

/* .indicators .indicator {
    margin-bottom: 3rem;
} */

.simple-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 3rem 0;
    color: #576364;
}

.simple-title-sec {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 600;
    color: #576364;
}

.second-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 2rem 0;
    color: #576364;
}

.indicators .indicator-header {
    margin-bottom: 0;
    padding: 1rem;
    background: #325172;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    flex: 1;
    text-align: center;
}

.indicators .indicator-header span {
    margin: auto;
}

.indicators .content {
    padding: 1rem;
    background: #fff;
    text-align: center;
    /*font-size: 0.8rem;*/
}

.indicators .content span{
    font-weight: 500;
    color: #325172;
}

.indicators .indicator {
    display: flex;
    flex-direction: column;
}

.indicators .actions {
    text-align: center;
    margin-top: 2rem;
}

.partners {
    padding: 2rem 5rem;
    margin-bottom: 3rem;
    text-align: center;
    height: 8rem !important;
}

.partners .row {
    text-align: center !important;
    margin: 0 auto !important;
}


.partners .partner {
    width: 16.6% !important;
    padding: 2%;
    height: 8rem;
    object-fit: contain;
    background: #EAF1F8;
    margin-left: 3.12rem;
    margin-right: 3.95rem;
}

.partners .partner-right {
    width: 16.7% !important;
    padding: 2%;
    height: 8rem;
    object-fit: contain;
    background: #EAF1F8;
    float: right;
}



.newsletter {
    text-align: center;
    padding: 3rem 0;
    background: #E6EFF7;
    margin-top: 3rem;
}

.email-newsletter {
    padding-right: 3rem ;
    padding-left: 3rem ;
    border-right: 1px solid #0D5EB3;
}

.email-newsletter .input-newsletter {
    display: inline-flex;
    border: solid 1px white;
    background: #ffffff;
    padding: 0.5rem 0.2rem 0.5rem 1rem;
    width: 80%;
    margin-top: 1rem;
}

.email-newsletter .input-newsletter .btn {
    height: 3rem;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    text-align: center;
    width: max-content;
    margin-right: -4rem;
    border-radius: 3px;
    background-color: #0D5EB3;
}

.email-newsletter .input-newsletter input {
    border: none !important;
    margin-bottom: 0px !important;
    margin-right: 1rem;
}

.email-newsletter .input-newsletter input:focus {
    border: none !important;
    box-shadow: none !important;
}

@media only screen and (max-width: 601px) {
    .email-newsletter, .contact-newsletter {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        border-right: none;
    }
    .dg-name {
        width: 100% !important;
        padding: 1rem !important;
    }
    .appel{
        display: block;
        text-align: center;
    }
    .social{
        margin: auto;
    }
    .shares{
        padding-top: 15px !important;
    }
}

.contact-newsletter {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.contact .btn {
    height: 3.8rem;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    text-align: center;
    width: max-content;
    margin-top: 1.2rem;
}

.newsletter p {
    max-width: 30rem;
    margin: auto;
    padding: 1rem 0;
}

.footer-land {
    height: 0.5rem;
}

.directeur {
    /* position: absolute; */
    height: 100%;
    width: 100%;
    top: 0;
    padding-bottom: 5rem;
}

.directeur .valign-wrapper {
    flex-direction: column;
}
.mot-dg {
    margin-left: -14rem;
}
.dg-name {
    background: #e6eff7;
    padding: 2rem;
}

.dg-name h3 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #325172;
}

#modalContact {
    /*top: 5%;*/
    width: 90%;
    bottom: 5%;
    max-height: 90% !important;
}

#modalContact .modal-content {
    height: 100%;
}

#modalContact input, #modalContact textarea {

}

#modalContact .input-field {
}

#modalContact .input-field input, #modalContact .input-field textarea {
    background-color: #fff;
    text-indent: 1rem;
}

#modalContact .input-field input {
    height: 50px;
}

#modalContact .input-field textarea {
    height: 150px !important;
}

footer {
    padding-top: 2rem;
    background-color: #325172;
    color: #fafafa;
}

footer .links {
    margin-bottom: 0;
}

footer h6 {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

footer h6 a {
    color: #fafafa;
}

footer h6 a:hover {
    text-decoration: none;
    color: #fafafaaa;
}

footer h6 img {
    width: 32px;
    height: 32px;
}

footer h6 .adress {
    font-size: 0.8rem;
    
    line-height: initial;
}

footer h6 .espace-icon-right {
    margin-right: auto;
    margin-right: 0.5rem;
}

footer h5 a{
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fafafa;
}

footer h5 a:hover {
    color: rgba(250, 250, 250, 0.667);
}

footer .footer-land {
    height: 0.5rem;
}

footer .footer-copyright {
    text-align: center;
    color: #fafafaaa;
    font-size: 0.8rem;
    padding: 1.5rem;
}

footer .network-branche {
    width: 14rem;
    margin: 1rem 0;
}

footer .network-branche img {
    width: 32px;
    height: 32px;
}

footer .network-branche .espace-icon {
    margin: auto;
}

footer .network-branche .espace-icon-right {
    margin-right: auto;
    margin-right: 0.5rem;
}

.second-header {
    height: 150px;
    background: #325172;
    color: #fff;
    padding: 4rem;
    display: flex;
    align-items: center;
    text-align: center;
}

.second-header .row {
    display: flex;
    align-items: center;
    text-align: center;
}


.second-header h2 {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: right;
    display: flex;
    align-items: center;
    
}

.second-header h2 span {
    font-size: 1.5rem;
    font-weight: 500;
    margin-left: 0.5rem;

}

.second-header .select-wrapper {
    width: fit-content;
}

.second-header .select-wrapper input {
    border: 1px solid #758AA0;
    margin-bottom: -0.5rem;
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
}

.second-header .select-wrapper ul span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.second-header .select-wrapper .caret {
    /*margin-right: 1rem;*/
    fill: rgba(247, 243, 243, 0.87);
}

.breadcrumb {
    font-size: 13px;
}

.breadcrumb:before {
    font-size: 14px;
}

.slick-track {
    display: flex;
    height: 100%;
}
.slick-slide {
    height: 100%;
    align-self: center;
}

.prestation {
    margin-bottom: 3rem;
}

.organe {
    margin-bottom: 3rem;
    text-align: center;
}

.about-prestations {
    margin-bottom: 3rem;
}

.about-prestations .prestation {
    min-height: 24rem;
    box-shadow: none;
    background: #F6F9FC;
    transition: all 0.3s;
}

.about-prestations .prestation:hover {
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(31, 121, 211, 0.14),
        0 5px 3px -4px rgba(31, 121, 211, 0.12),
        0 3px 5px 0 rgba(31, 121, 211, 0.2);
}

.about-prestations .prestations-header {
    text-align: center;
    margin-bottom: 2rem;
}

.about-prestations .prestations-header h4 {
    font-size: 1.5rem;
    font-weight: 900;
}

.about-prestations .prestation-title h4 {
    font-size: 1.02rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}

.about-prestations .prestation-title div {
    font-size: 1.06rem;
    margin-bottom: 1rem;
    color: #325272;
    text-align: center;
    line-height: 2;
}

.organigramme .row {
    margin-bottom: 3rem;
    background: #325272;
    height: 30rem;
}

.attributions {
    margin-bottom: 3rem;
}

.attributions .attribution {
    height: 30rem;
    box-shadow: none;
    background: #F6F9FC;
    transition: all 0.3s;
}

.attributions .attribution:hover {
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(31, 121, 211, 0.14),
        0 5px 3px -4px rgba(31, 121, 211, 0.12),
        0 3px 5px 0 rgba(31, 121, 211, 0.2);
}

.attributions .attribution-title h4 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 1rem;
    text-align: center;
}

.attributions .attribution-title div {
    font-size: 1.06rem;
    margin-bottom: 1rem;
    color: #325272;
    text-align: center;
    line-height: 2;
}

.mission-wrapper .row {
    display: flex;
    align-items: center;
}

.mission-wrapper img {
    width: 100%;
}


.mission-wrapper .mission {
    padding: 2rem;
}

.mission-wrapper .mission p {
    /* font-size: 1.06rem; */
    margin-bottom: 1rem;
    /* line-height: 2; */
}

.members {
    margin-bottom: 3rem;
}

.members .member {
    height: 28rem;
    box-shadow: none;
    background: #F6F9FC;
    transition: all 0.3s;
}

.members .member:hover {
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(31, 121, 211, 0.14),
        0 5px 3px -4px rgba(31, 121, 211, 0.12),
        0 3px 5px 0 rgba(31, 121, 211, 0.2);
}

.member .card-content {
    text-align: center;
}

.member .circle {
    width: 14rem;
    /*height: 12rem;*/
    object-fit: cover;
    margin-bottom: 1rem;
}

.member h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #325172;
}


.member h5 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #0D5EB3;
}

.member p {
    margin-bottom: 1rem;
}

.member .share {
    transition: all 0.3s;
    text-align: center;
}

.member .share .network-branche img {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
}

.member .share .network-branche .espace-icon {
    margin-right: 0.50rem;
}

.member .share .network-branche .espace-icon-left {
    margin-right: 0.50rem;
}

.member .share .network-branche .espace-icon-right {
    margin-right: 0.50rem;
}

.share .show-on-hover {
    display: none;
}

.member:hover .share .hide-on-hover {
    display: none;
}

.member:hover .share .show-on-hover {
    display: inherit;
}

.rapport {
    margin-bottom: 5rem;
}

.rapport .rapport-header .row {
    display: flex;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #DEEAF4;
    margin-bottom: 0 !important;
}

.rapport .rapport-header h4 {
    font-size: 1.4rem;
    font-weight: 800;
}

.rapport .rapport-header p {
    font-size: 1.1rem;
}

.rapport .rapport-header .btn-wrapper {
    text-align: right;
}

.rapport .rapport-header .btn {
    font-size: 1.1rem;
    background: #0D5EB3 !important;
    padding: 0 1.5rem;
    height: 3.3rem;
}

.rapport .rapport-header .btn i {
    font-size: 2rem;
    line-height: 0.4;
}

.rapport .rapport-content {
    background: #F6F9FC;
    padding: 1rem 2rem;
}

.rapport .rapport-content h3 {
    font-size: 1.3rem;
    font-weight: 900;
    color: #313F41;
}

.rapport .rapport-content p {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.9;
}

.rapport .rapport-content .action {
    text-align: center;
    margin-bottom: 1rem;
}

.autre-rapports .autre-rapport {
    min-height: 19rem;
    box-shadow: none;
    background: #F6F9FC;
    transition: all 0.3s;
}

.autre-rapports .autre-rapport:hover {
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(31, 121, 211, 0.14),
    0 5px 3px -4px rgba(31, 121, 211, 0.12),
    0 3px 5px 0 rgba(31, 121, 211, 0.2);
}

/*.autre-rapports .autre-rapport:hover .actions .secondary {*/
/*    background-color: #0D5EB3;*/
/*    color: #fafafa;*/
/*}*/

/*.autre-rapports .autre-rapport:hover .actions .pink-secondary {*/
/*    background-color: #FF532F;*/
/*    color: #fafafa;*/
/*}*/

/*.autre-rapports .autre-rapport:hover .actions .green-secondary {*/
/*    background-color: #2eab82;*/
/*    color: #fafafa;*/
/*}*/


.autre-rapports .prestations-header {
    text-align: center;
    margin-bottom: 2rem;
}

.autre-rapports .autre-rapports-header h4 {
    font-size: 1.5rem;
    font-weight: 900;
}

.autre-rapports .autre-rapport-title-wrapper h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}

.autre-rapports .autre-rapport-title-wrapper .title {
    font-size: 1rem;
    text-align: center;
}

.autre-rapports .autre-rapport .actions {

    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    bottom: 0;
}

/*.autre-rapports .autre-rapport .actions .btn {*/
/*    width: 100%;*/
/*    font-size: 12.5px !important;*/
/*    font-weight: 600;*/
/*}*/
