body {
    width: 100vw !important;
}

.partenaires-block {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10%;
}

.fil_ariane {
    margin-bottom: 30px;
}

.fil_ariane a {
    color: #444 !important;
    text-decoration: none !important;
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #345298;
}

.fil_ariane a:hover {
    color: #fff !important;
    background-color: #345298 !important;

}

.partenaires-block .partenaire-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    width: 26%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.partenaires-block .partenaire-item img {
    width: 100%;
    vertical-align: middle;
}

.btn_style {
    background-color: #e02253;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 5px;
    transition: 0.3s;
}


.btn_style:hover {
    background-color: #fa7293;
    color: #ffffff;
}

/* side menu */
header .side_menu {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: var(--app-height) !important;
}

header .side_menu .accordion ul li {
    font-size: 16px;
}

header .side_menu {
    position: fixed;
    z-index: 1000000;
    left: -2000px !important;
    max-width: 400px;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100vh;
    overflow: hidden;
    background-color: #ffffff;
    transition: 0.5s;
}
header .side_menu .entete {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

header .side_menu .congres {
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    display: none;
}

header .side_menu .congres a {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    text-align: center;
}

header .side_menu .entete .btn_close {
    display: flex;
    justify-content: end;
    align-items: center;
}
header .side_menu .entete .btn_close img {
    width: 35px;
}
header .side_menu .entete .link_sofmer {
    width: 100%;
    display: block;
}
header .side_menu .entete .link_sofmer img {
    width: 100%;
    max-width: 200px;
}
header .side_menu .accordion .accordion-body ul {
    padding: 0;
}
header .side_menu .accordion .accordion-body ul li a {
    color: #212529;
}
header .side_menu .accordion .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #345298;
    box-shadow: none;
}
header .side_menu .accordion .accordion-button:focus {
    box-shadow: none;
}
header .side_menu.open {
    left: 0 !important;
}

header .background_menu {
    width: 100vw;
    height: 100%;
    background-color: rgba(68, 68, 68, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 1;
    transition: opacity 1s ease;
}

header .background_menu.hide {
    opacity: 0;
    z-index: -3000;
}

header .side_menu .container-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
}

header .side_menu .rubrique {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    border-left: none;
}

header .side_menu .rubrique a {
    text-decoration: none;
    color: #345298;
    font-size: 21px;
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    border: none;
    margin: 0 !important;
    padding: 0 !important;
    background-image: initial !important;
}

header .side_menu .rubrique.menu_event > .fils {
    display: block;
    padding-left: 20px;
}

header .side_menu .rubrique .item:hover {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #345298 !important;
    margin: 0 !important;
    padding: 0 !important;
}

header .side_menu .rubrique.menu_event:hover > .fils {
    position: initial !important;
    display: block !important;
    background-color: initial !important;
    padding-left: 20px;
    padding-bottom: 0 !important;
    width: initial !important;
    margin: 0 !important;
}

header .side_menu .rubrique.menu_event:hover > .fils a {
    border-top: initial !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #345298 !important;
}

/* end side menu */

header {
    font-family: myriad-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    border: none;
    float: initial !important;
}

header > div:first-child {
    background-color: #f5f5f5;
}

header > div:first-child,
header > div:nth-child(2) {
    padding: 20px;
}

header .first_row,
header .second_row,
.slider,
.main section {
    max-width: 1200px;
    margin: 0 auto;
}

.slider {
    margin-bottom: 40px !important;
}

.main {
    padding: 0 20px;
}

/* first row */
header .first_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

header .logo {
    max-width: 200px;
}

header .logo img {
    width: 100%;
}

header .first_row ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 75%;
    padding: 0;
    margin: 0;
}

header .first_row ul li {
    flex: 1;
}

header .first_row ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    height: 40px;
}

/* second row */
header .second_row {
    display: flex;
    justify-content: space-between;
}

header .second_row div img {
    width: 100%;
}

header .second_row .menu {
    width: 10%;
    background-color: #345298;
    color: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    cursor: pointer;
}

header .second_row .menu:hover {
    background-color: #5f87e5;
}

header .second_row .menu .img img {
    max-width: 30px;
}

header .second_row .menu img {
    width: 100%;
}


header .second_row > div:nth-child(2) {
    width: 30%;
}

header .second_row > div:last-child {
    width: 55%;
}

.mySwiper .description {
    position: absolute;
    top: 0;
    z-index: 1000;
    padding: 20px 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 400px;
    margin-right: auto;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mySwiper .description h2 {
    font-size: 30px;
    line-height: 1;
    width: 160px;
    text-align: center;
    font-family: fenwick, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.mySwiper .description p {
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 16px;
}

.mySwiper .description .btn_style {
    text-transform: uppercase;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-radius: 5px 0 0 0;
}


.mySwiper .description hr {
    color: #fff;
    opacity: 1;
    height: 3px;
}

.mySwiper .description a {
    color: #fff;

}

.mySwiper img {
    width: initial !important;

}

.swiper-wrapper {
    width: initial !important;
    height: initial !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff !important;
}


/* start css espace membre */

.cotisation-info {
    float:left;
    width:100%;
    padding:20px;
    background-color:#ebeffd;
    text-transform:uppercase;
    font-size:24px;
    font-weight:bold;
    text-align:center;
    color:#415296;
    margin-bottom:20px;
}

.cotisation-info a{
    background-color:#415296;
    color:white;
    padding:20px;
    text-transform: uppercase;
    font-weight:bold;
    font-size:24px;
    display:inline-block;
    margin-left:10px;
    text-decoration:none;
}

.cotisation-info.novalid{
    background-color:#ffe2ec;
}

.member_sofmer_dispatch .col{
    float:left;
    width:calc(50% - 80px);
    padding:40px;
    background-color:#ebeffd;
}

.member_sofmer_dispatch .col-primary{
    width:calc(50% - 100px);
    margin-right:20px;
}

.member_sofmer_dispatch .col > a{
    float:left;
    width:calc(100% - 40px);
    padding:20px;
    background-color:white;
    color:#415296;
}

.member_sofmer_dispatch .col > a span{
    float:left;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    font-size:24px;
    font-weight:bold;
    margin-bottom:20px;
}

.member_sofmer_dispatch .col > a img{
    float:left;
    width:100%;
}

.member_sofmer_dispatch .content{
    padding:20px;
    background-color:white;
}

.member_sofmer_dispatch h1{
    color:#415296;
    text-transform:uppercase;
    float:left;
    font-size:24px;
    margin-bottom:20px;
    font-weight:bold;
    width: 50% !important;
}

.member_sofmer_dispatch .btn.btn-lg {
    margin-bottom: 20px;
}

@media screen and (max-width: 1248px) {
    .centered, section.block-article {
        width: 100% !important;
        /*padding: 0 20px !important;*/
    }
}

@media screen and (max-width: 1160px) {
    .member_sofmer_dispatch .cotisation-link {
        flex-direction: column !important;
    }

    .member_sofmer_dispatch .col {
        width: 100% !important;
    }
}

@media screen and (max-width:1024px) {
    .member_sofmer_dispatch .col-primary,
    .member_sofmer_dispatch .col-secondary{
        float:left;width:100%;
        margin-right:0px;
        margin-left:0px;
    }

    .cotisation-info,
    .cotisation-info a{
        font-size:14px;
    }

    .cotisation-info a{
        float:left;
        width:100%;
        padding:10px;
        margin-top:10px;
        margin-left:0px;
    }

    .member_sofmer_dispatch .col-primary, .member_sofmer_dispatch .col-secondary{
        padding:10px;
    }

    .member_sofmer_dispatch .col > a{
        width:100%;
    }

    .member_sofmer_dispatch .col .text-info{
        font-size:12px !important;
    }
}

@media screen and (max-width: 600px) {
    .member_sofmer_dispatch h1{
        width: 100% !important;
    }

}
/* end css espace membre */

.main .section {
    margin-bottom: 40px;
}

.main .president {
    border-bottom: 4px solid #345298;
    padding-bottom: 30px;
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.main .section h2 {
    color: #345298;
}

.main .section h2 {
    position: relative;
    overflow: hidden;
    font-family: myriad-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    margin-bottom: 20px;
}

.main .section.president h2 span {
    background-color: #fff;
}

.main .section.president h2:after {
    content: "";
    position: absolute;
    bottom: 6px;
    transform: translateX(-2px);
    height: 4px;
    width: 100%;
    background-color: #345298;
}

.main .president .content {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.main .president .content .element {
    flex: 1;
    font-size: 14px;
    text-align: justify;
}

.main .president .content .element a {
    color: #000;
    text-decoration: underline !important;
}

.main .president .content .element a:hover {
    color: #e02253;
    text-decoration: none !important;
}


.main .president .content .list_president {
    display: flex;
    justify-content: center;
    font-family: Arial, sans-serif;
    text-align: initial;
}

.main .president .content .list_president > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.main .president .content .list_president > div:first-child {
    background-image: url("../images_index/sofmer_congres/bg_president_left.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.main .president .content .list_president > div:last-child {
    background-image: url("../images_index/sofmer_congres/bg_president_right.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.main .president .content .list_president .img {
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-top: 20px;
}

.main .infos_pratiques .content {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    font-family: Arial, sans-serif;
}

.main .infos_pratiques .content > .img {
    width: 25%;
}

.main .infos_pratiques .content > .img img {
    width: 100%;
}

.main .infos_pratiques .content > .elements {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.main .infos_pratiques .content .element {
    display: flex;
    gap: 20px;
    width: 48%;
}

.main .infos_pratiques .content .element .description {
    font-size: 13px;
}

.main .infos_pratiques .content .element .description span a {
    color: #000000;
    padding: 5px;
    border: 1px solid #5ea2dc;
    border-radius: 5px;
    text-align: center;
}

.main .infos_pratiques .content .element .description a:hover {
    color: #fff;
    border: 1px solid #5ea2dc;
    background-color: #5ea2dc;
}

.main .infos_pratiques .content .element .description > span {
    color: #c72c57;
    font-size: 16px;
    font-weight: 600;
}



.main .infos_pratiques .content .element .description > div {
    display: flex;
    gap: 10px;
}

.main .infos_pratiques .content .element .description.heb > div {
    flex-direction: column;
}

.main .infos_pratiques .content .element .description > div span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .infos_pratiques .content .element .description.heb > div span {
    justify-content: initial;
}


.main .evenements .elements {
    margin-bottom: 20px;
}

.main .evenements .element {
    display: flex;
    gap: 30px;
}

.main .evenements .element .img {
    width: 40%;
}

.main .evenements .element .img img {
    width: 100%;
}

.main .evenements .element .content {
    max-width: 400px;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.main .evenements .element h3 {
    font-size: 16px;
    font-weight: 600;
}

.main .evenements .element video {
    width: 100%;
}

.main .evenements .element {
    margin-bottom: 30px;
}

footer a {
    color: #ffffff !important;
}

footer a:hover {
    text-decoration: underline !important;
}

footer {
    background-color: #181549;
    color: #ffffff;
    padding: 50px 20px 20px;
    font-size: 12px;
}

footer .footer_content {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

footer .footer_content div {
    padding: 0 50px;
}

footer .footer_content div .img {
    max-width: 200px;
    padding: 0;
    margin: 0;
}

footer .footer_content div .img img {
    width: 100%;
}


footer .mentions {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
footer .mentions a {
    color: #ffffff;
    margin: 0 20px;
}

footer .main_um {
    float: initial;
    padding-top: 10px;
}

footer .main_um .child_um {
    text-align: center;
}

footer .main_um a {
    float: initial !important;
}






































































































































@media screen and (max-width: 1120px) {
    header .first_row ul .congres,
    header .first_row ul .adherer,
    header .first_row ul .membre{
        display: none;
    }

    header .first_row ul .connexion {
        max-width: 200px;
    }

    header .first_row ul {
        justify-content: end;
    }

    header .second_row .menu {
        display: flex;
        flex-direction: column;
    }

    header .side_menu .congres {
        display: flex;
    }

    .main .president .content {
        flex-direction: column;
    }

    .main .president .content .list_president > div:first-child,
    .main .president .content .list_president > div:last-child{
        background-size: cover;
        height: 300px;
    }

    .main .infos_pratiques .content .element {
        width: 100%;
    }

    .main .evenements .element {
        flex-direction: column;
    }

    .main .evenements .element .img,
    .main .evenements .element .content {
        width: 100%;
        max-width: 100%;
    }

    .main .evenements .element .img {
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: baseline;
        overflow: hidden;
    }

}

@media screen and (max-width: 780px) {
    header .first_row ul .connexion img {
        display: none;
    }

    header .second_row {
        gap: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    header .second_row .menu {
        width: 100%;
        grid-column: 1/3;
        padding: 10px;
        flex-direction: row;
    }

    header .second_row > div:nth-child(2) {
        width: 100%;
        align-self: center;
        grid-column: 1/2;
    }

    header .second_row > div:last-child {
        width: 100%;
        align-self: center;
        grid-column: 2/3;
    }

    .mySwiper .description {
        padding: 5px 20px !important;
    }

    .mySwiper .description h2 {
        font-size: 24px !important;
        width: 100%;
    }

    .mySwiper .description h2 hr {
        margin: 10px 0 !important;
    }

    .mySwiper .description p {
        margin: 10px 0 15px !important;
    }

    .main .infos_pratiques .content {
        flex-direction: column;
    }

    .main .infos_pratiques .content > .img {
        height: 200px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main .infos_pratiques .content > .img,
    .main .infos_pratiques .content .elements {
        width: 100%;
    }

    footer .footer_content div {
        padding: 0 25px;
    }


}

@media screen and (max-width: 621px) {
    header .side_menu .congres {
        gap: 5px;
    }

    header .side_menu .congres a {
        height: 50px;
        display: flex;
        align-items: center;
    }
    header .first_row .logo,
    header .first_row ul {
        flex: 1;
    }


    .main .president .content .list_president > div:first-child,
    .main .president .content .list_president > div:last-child{
        background-size: contain;
    }

    .main .infos_pratiques .content .element {
        flex-direction: column;
    }

    .main .infos_pratiques .content .element .img {
        height: 100px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main .infos_pratiques .content .element img {
        width: 100%;
    }

    .main .evenements .element .img {
        height: 100px;
    }

    footer .footer_content {
        flex-direction: column;
        align-items: baseline;
    }

    footer .footer_content div {
        width: 100%;
        padding: 20px 0;
    }

    footer .footer_content div:nth-child(2) {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
}

@media screen and (max-width: 530px) {
    .main .president .content .list_president {
        flex-direction: column;
    }

    .main .president .content .list_president > div:first-child,
    .main .president .content .list_president > div:last-child{
        background-size: cover;
    }
}

@media screen and (max-width: 430px) {
    header .side_menu .congres {
        flex-direction: column;
        gap: 5px;
    }

    header .side_menu .congres a {
        max-width: 100%;
        height: initial;
    }
}