@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2d2d38;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: initial !important;
}

p {
    font-size: 14px;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 10px 0 !important;
    min-height: 20px;
    line-height: 23px;
}

h1.main {
    padding: 4% 0 0 0 !important;
    text-align: center;
}

h1.main,
h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #017ac3;
    text-transform: uppercase;
    position: relative;
    width: 1118px;
    margin: 0 auto !important;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #017ac3;
    text-transform: uppercase;
    position: relative;
    margin: 0 !important;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #00b2d3;
    margin: 0 0 15px 0 !important;
}

h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #017ac3;
    margin: 0 0 8px 0 !important;
}

h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2d2d38;
    margin: 0 0 20px 0 !important;
    border-bottom: 1px solid #19c3e3;
    padding: 0 0 10px 0;
}

footer h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0 !important;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding: 0 0 2% 0;
}

h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2d2d38;
    margin: 0 0 10px 0 !important;
}

.editable > pre {
    background: none;
    padding: 0;
    overflow: auto;
    font-family: inherit !important;
    border-left: 4px solid #017ac3;
    padding: 0 0 0 8px;
    line-height: 20px;
    font-style: italic;
    font-size: 13px;
    color: #898989;
}

.primary {
    font-size: 15px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: white !important;
    line-height: 22px;
    background: #eb5957 !important;
    padding: 5px 15px !important;
    margin-top: 2% !important;
    display: inline-block;
    cursor: pointer !important;
    border: 0 !important;
    border-radius: 20px !important;
    min-width: 150px;
    text-align: center;
}

.primary:hover {
    transition: all 0.4s ease 0s;
    background: #fd524f !important;
    color: white !important;
}

.secondary {
    color: #017ac3 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 500;
}

.secondary::before {
    content: "\f0a9";
    font-family: Icons;
    font-size: 16px;
    vertical-align: top;
    margin: 0 5px 0 0;
}

.secondary:hover {
    transition: all 0.4s ease 0s;
    background: none !important;
    color: #00b2d3 !important;
}

button:hover,
.button:hover {
    box-shadow: none;
    color: white;
    transition: all 0.4s ease 0s;
}

a,
a:visited {
    color: #017ac3;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #11a2bd;
    text-decoration: none;
}

b,
strong {
    font-weight: 600;
}

ul {
    margin: 1% 0 1% 1%;
    padding: 0;
    list-style: none;
    font-family: 'Poppins', sans-serif;
}

ol {
    font-family: 'Poppins', sans-serif;
}

ul li,
ol li {
    margin: 2px 0;
    color: #2d2d38;
    font-weight: 400;
}

ul li::before {
    content: "\f061";
    font-family: Icons;
    font-size: 11px;
    color: #19c3e3;
    vertical-align: top;
    margin: 1%;
}

ul li ul li::before {
    color: #19c3e3;
}

ul li ul,
ol li ol {
    margin: 1% 0 0px 3%;
}

table td {
    padding: 5px 0 !important;
    vertical-align: top !important;
    border-bottom: 1px solid #ccc !important;
}

table td p {
    margin: 0 !important;
}

page-spacing {
    padding: 1%;
}

#scroll_to_top {
    position: fixed;
    width: 25px;
    height: 25px;
    bottom: 50px;
    right: 30px;
}

#scroll_to_top a:hover {
    text-decoration: none;
}

#scroll_to_top i {
    font-size: 30px !important;
}


/*** HEADER ***********************************************************************/

.wrapper {
    width: 1118px;
    margin: 0 auto !important;
    
}

header .editable p {
    margin: 0 !important;
}

header a:hover,
header a:focus,
header a:active {
    text-decoration: none;
}


/***/

.top-header {
    background: #017ac3;
    color: white;
    font-weight: 400;
    padding: 5px 0;
}

.top-header .wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.top-header .wrapper a {
    color: white;
}

.bloc-phone {
    width: 35%;
}

.bloc-phone i {
    font-size: 20px;
}

.bloc-join {
    position: absolute;
    right: 0;
    top: -15px;
}

.bloc-social {
    font-size: 20px;
    width: 20%;
}

.bloc-intranet {
    width: 45%;
}

.bloc-intranet i {
    font-size: 20px;
}

.adhesion-button {
    background: #19c3e3;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    padding: 30px 15px 30px 20px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: white !important;
    vertical-align: top;
    margin-right: 30px;
    margin-left: 20px;
}

.adhesion-button::before {
    content: url(/f/b8940401228370128b488e7f353c7ec3507b2fe2/user.png);
    position: absolute;
    left: -15px;
    top: 25px;
}

.adhesion-button:hover {
  background: #16b3d1;
}

.donation-button {
    background: #eb5957;
    border-radius: 10px;
    font-size: 28px;
    line-height: 23px;
    font-weight: 700;
    padding: 20px 25px 15px 30px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: white !important;
    vertical-align: top;
}

.donation-button:hover {
  background: #fd524f;
}

.donation-button span {
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.donation-button::before {
    content: url(/f/4024ff16e98edd0e2e29f79ede195d6a88856bd0/heart.png);
    position: absolute;
    left: -15px;
    top: 30px;
}


/**/

header .two-columns .logo {
    padding: 1%;
    width: 14% !important;
}

header .logo img {
    max-width: 100%;
    display: block;
    height: auto !important;
}

header .two-columns .bloc-right {
    align-self: center;
    padding: 0;
    width: 85% !important;
}

header h2,
header h3 {
    margin: 0 !important;
}

.social a .twitter {
    color: #00acee;
}

.social a .linkedin {
    color: #0e76a8;
}


/***/

.bloc-menu {
    background: #017ac3;
    color: white;
    display: flex;
    justify-content: space-between;
}

.bloc-menu .wrapper {
    display: flex;
}

section.menu {
    width: 97%;
}

.bloc-search {
    text-align: right;
    width: 3%;
    padding: 11px 0 0 0;
}

.bloc-search a {
    color: #ffffff;
}

/*** MENU RESPONSIVE VERTICAL *******************************************************/

section.menu nav {
    position: relative;
    line-height: initial;
    margin: 0 auto;
    z-index: 2;
}

/* button */

section.menu nav .arrow {
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 30px;
    height: 100%;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    color: white;
}

section.menu nav .arrow::before {
    content: "\f0dd";
    font-family: 'Icons';
}

/***/

section.menu nav .button {
    width: 100%;
    padding: 1em;
    background: #017ac3;
    color: white;
    cursor: pointer;
    border-radius: 0;
}

section.menu nav .button:before {
    content: "Menu";
}

section.menu nav .button+input {
    width: 100%;
    height: 40px;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    margin: 0;
    left: 0;
    top: 0;
}

/**/

section.menu nav ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    color: transparent;
    overflow: hidden;
    transition: font-size 0.3s 0.2s, color 0.2s;

}

section.menu nav ul li {
    margin: 0;
}

section.menu nav ul li::before {
    content: none;
    margin: 0;
}

section.menu nav input:checked+ul {
    font-size: 14px;
    color: #fff;
    transition: font-size 0.3s, color 0.2s 0.3s;
}


section.menu nav li:focus>ul {
    font-size: 13px;
    color: #fff;
    transition: font-size 0.3s, color 0.2s 0.3s;
}

section.menu nav li:hover,
section.menu nav li:focus {
    background: #3081c1;
}

section.menu nav li {
    list-style-type: none;
    outline: none;
    position: relative;
}

section.menu nav li a,
section.menu nav li .label,
section.menu nav li a:visited {
    padding: 1em;
    display: block;
    cursor: pointer;
    color: inherit;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

section.menu nav li a:hover,
section.menu nav li a:focus,
section.menu nav li a:active,
section.menu nav li.active a {
    color: #fff;
    background: #3081c1;
    text-decoration: none;
}

        /* submenu show*/
        section.menu nav ul li ul {
            background: #3081c1;
        }


        section.menu nav ul li ul li:hover {
            background: #5c9ed4;
        }
    
    
/*** Formulaire congrès ***/
[form="488"] div.row:nth-last-child(-n+2),
[form="487"] div.row:nth-last-child(-n+2),
[form="731"] div.row:nth-last-child(-n+2),
x-84 div.row:nth-last-child(-n+2),
x-82 div.row:nth-last-child(-n+2),
x-85 div.row:nth-last-child(-n+2){
	display: none !important;
}

[form="730"] div.row:last-child,
x-83 div.row:last-child{
	display: none !important;
}

[form="483"] div.row:nth-last-child(-n+2){
	display: none !important;
}

/*** MAIN MENU  HORIZONTAL *******************************************************/

@media screen and (min-width: 900px) {

    /* button */

    section.menu nav .button {
        display: none;
    }

    section.menu nav ul li .arrow {
        display: none;
    }

    /***/

    section.menu nav ul {
        display: flex;
        justify-content: space-between;
        overflow: inherit;
    }

    section.menu nav ul li {
        position: initial;
    }

    section.menu nav li:hover,
    section.menu nav li:focus {
        background: #19c3e3 !important;
        color: white;
    }

    section.menu nav li:hover .label,
    section.menu nav li:focus .label {
        color: white;
    }

    section.menu nav ul li a,
    section.menu nav ul li .label,
    section.menu nav li a:visited { 
        font-size: 13px !important;
        ccolor: white;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: none;
        padding: 10px;
    }


    section.menu nav ul li a:hover,
    section.menu nav ul li a:focus,
    section.menu nav ul li a:active,
    section.menu nav ul li .label:hover,
    section.menu nav li.active a {
        background: #19c3e3;
        color: white !important;
        text-decoration: none;
    }

    section.menu nav ul li ul li a {
        font-size: 13px;
    }

    section.menu nav ul li ul li a:hover {
        background: #19c3e3 !important;
    }

        /* submenu show*/
        section.menu nav ul li ul {
            display: none;
            z-index: 100;
            background: #0f8edb;
        }
    
        section.menu nav ul li:hover ul {
            display: block;
            position: absolute;
            transition: 0.4s;
        }
}

/*** MAIN ***********************************************************************/

#content {
    padding: 2% 0;
}

main {
    margin: 0 !important;
    padding: 0;
}

main > div {
    margin: 0 !important;
    padding: 0;
}

.padding {
    padding: 1% 0;
}

.home-zone {
    display: flex;
    align-items: center !important;
}

.zone-left {
    width: 70%;
}

.bloc-help {
    background: url(/f/1e150a8f71d3f6bc17ec07a3409a50983bdf7f8d/bh_heart.png);
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    padding: 9% 0 !important;
    background-size: cover;
}

.bloc-help h2 {
    font-size:30px;
    text-transform: none;
    color: white;
}

.bloc-help h3 {
    font-size:20px;
    text-transform: none;
    color: white;
    padding: 0 0 5% 0;
    font-weight: 700;
}

.bloc-help h5 {
    font-size: 16px;
    text-transform: none;
    border: none;
    color: white;
    font-weight: 600;
    padding: 10% 0 0 0;
    line-height: 32px;
}

.third-zone {}

.colored-bg {
    background: #eaf2f7;
}

/*** accordion ******************************************************************************/


.ui.styled.accordion {
    width: 100%;
}

.ui.accordion .title:not(.ui) {
    font-family: inherit;
    color: #017ac3;
    font-size: 16px;
    font-weight: 600 !important;
}


/*** CAROUSEL ******************************************************************************/

file-carousel .carousel,
[data-is="file-carousel"] .carousel {
    max-width: 100% !important;
}

file-carousel img,
[data-is="file-carousel"] img {
    width: 100%;
}

.slick-initialized .slick-slide {
    width: 100%;
    position: relative;
}

.slick-slide img {
    padding: 0 !important;
    margin: 0 !important;
}

.slick-prev,
.slick-next {
    background: transparent !important;
}

.slick-next {
    right: 5px !important;
}

.slick-prev {
    left: 5px !important;
    z-index: 100;
}

.slick-dots li button {
    background: transparent !important;
}

.carousel .content {
    position: absolute;
    width: 35%;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
    height: 100%;
    font-size: 20px;
    color: #fff;
    background-color: rgba(1, 122, 195, 0.8);
    padding: 4%;
}

.carousel .title {
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 0 0 6% 0;
    text-align: center;
}

.carousel .description {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
}

.carousel .link {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 7% 0 0 0;
}

.carousel .link a {
    color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    background: #19c3e3;
    color: white;
    display: inline-block;
    cursor: pointer;
    border: 0;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    line-height: 20px;
}

.carousel .link a:hover {
    transition: all 0.4s ease 0s;
    background: #11a2bd;
    color: white;
}


/*** PARTNERS ***********************************************************************/

.partners {
    background: #ffffff;
    padding: 3% 0;
}

.partners .slick-slide img {
    display: block;
    width: 90%;
}


/*** FOOTER ***********************************************************************/

footer {
    padding: 0 !important;
    margin: 0;
    background: #017ac3;
    color: white;
}

footer .wrapper {
    padding: 2% 0;
}

footer a {
    color: #ffffff !important;
}

footer .facebook,
footer .twitter ,
footer .linkedin  {
    font-size: 28px;
}

.info,
.navigation,
.help {
    text-align: center;
}

footer ul li::before {
    content: none;
}

.legal {
    text-align: center;
    font-size: 11px;
    background: #19c3e3;
    padding: 4px 0;
}

.legal p {
    margin: 0 !important;
    font-size: 12px;
    color: white;
}

.legal a {
    color: #ffffff !important;
}

.legal a:hover {
    text-decoration: none !important;
    color: #017ac3 !important;
    transition: all 0.4s ease 0s;
}


/*** ITEM GALLERY  ***********************************************************************/


/*** reset **/

[limit="3"] .grid .item {
    margin: 0;
}

item-gallery .grid .item {
    margin: 0 0 4% 0;
}

item-gallery .grid {
    margin: 0 !important;
}

item-gallery .grid .content,
[data-is="item-gallery"] .grid .content {
    position: relative;
    background: #fff;
    min-height: 385px;
}

item-gallery .grid .image,
[data-is="item-gallery"] .grid .image {
    position: relative !important;
    height: auto !important;
}

item-gallery .image img,
[data-is="item-gallery"] .image img {
    position: initial !important;
    margin: 0 !important;
    display: block;
}

item-gallery .grid .item .label {
    z-index: 2;
    padding: 8px 15px !important;
    font-size: 15px !important;
    position: absolute;
    left: 0;
    margin: 0;
    text-transform: uppercase;
}

.ui.label {
    font-weight: 500;
    border-radius: 0;
}

.ui.olive.label,
.ui.olive.labels .label {
    background-color: #9dc75d !important;
    border-color: #9dc75d !important;
}

.ui.pink.label,
.ui.pink.labels .label {
    background-color: #ee5d56 !important;
    border-color: #ee5d56 !important;
}

.ui.teal.label,
.ui.teal.labels .label {
    background-color: #009cc4 !important;
    border-color: #009cc4 !important;
}

item-gallery .grid .item .title {
    margin: 0 !important;
}

item-gallery .grid .item .title h3 {
    margin: 0 !important;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 2% 4% 2% 4%;
    text-align: left;
}

item-gallery .grid .item .title a {
    margin: 0 !important;
    font-size: 18px;
    color: #017ac3;
}

item-gallery .grid .item .date {
    margin: 0 !important;
    font-family: 'Poppins', sans-serif;
    color: #848484;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 0 4%;
}

item-gallery .grid .item .text {
    margin: 0 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #444444;
    text-align: left;
    padding: 0 4% 4% 4%;
}

item-gallery .grid .more,
[data-is="item-gallery"] .grid .more a {
    display: none;
}


/***** Partenaire carousel ***/

.partners file-carousel .content {
    display: none;
}


/*** PAGE EVENT ********************************************************************************/

.item-data.block-10590.type-date {
    display: inline-block;
}

.event-date {
    padding: 1% 0;
    color: #0092bb;
    font-weight: 700;
}

/*** PAGE DON ********************************************************************************/

.item-2689957 main {
    background-image: url(/f/c1ca92910134ab746366e437c665dbe49a6d1a2b/bg-don.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper-form .ui.form .required::after {
    content: ' ' !important;
}

.item-2689957 .one-column {
    margin: 0 !important;
}

.item-2689957 .form {
    padding: 2% 0 7% 0;
}

.item-2689957 .form .three-columns > div,
.item-2689957 x-51 .payment {
    background-color: rgba(255, 255, 255, 0.6);
}

.item-2689957 .form h3 {
    display: block;
    background: #00b2d3;
    color: white;
    font-size: 25px;
    margin: 0 !important;
    padding: 2%;
    text-align: center;
}

.item-2689957 .form h4 {
    display: block;
    background: #eb5957;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 1%;
}

.item-2689957 .wrapper-form {
    padding: 25px;
}

.item-2689957 .block {
    margin: 0 0 8% 0;
}

.item-2689957 .white-bg {
    background: white;
}

.item-2689957 .wrapper-block {
    padding: 7%;
    text-align: center;
}

/*buttons**/

.item-2689957 .first-column .wrapper-block > div {
    display: flex;
    justify-content: space-between;
}

.item-2689957 .ui.button {
    font-family: inherit !important;
    border-radius: 0 !important;
}

.item-2689957 .first-column > div .ui.button {
    width: 29% !important;
    padding: 10% 0;
    margin: 2% !important;
    font-size: 20px !important;
}

.item-2689957 .ui.right.labeled.input {
    width: 96%;
    margin: 5% 0 0 0;
}

.item-2689957 .ui.input input {
    border-radius: 0 !important;
    padding: .67857143em 4% !important;
    font-size: 14px;
}

.item-2689957 .ui.basic.label {
    background: #00b2d3 !important;
    border-radius: 0 !important;
    color: white !important;
    font-size: 20px !important;
    font-weight: normal !important;
    padding: .67857143em 5%;
}

.item-2689957 .ui.form .field > label {
    color: #00b2d3;
    font-weight: normal;
}

.item-2689957 .ui.blue.button,
.item-2689957 .ui.blue.buttons .button {
    background-color: #017ac3;
}

.item-2689957 .amount span {
    color: #fff;
    background-color: #00b2d3;
    padding: 4%;
    font-size: 20px !important;
    display: block;
    margin: 3% 0;
}

.item-2689957 .second-column .wrapper-form data-label > div {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.item-2689957 .second-column > div .ui.button {
    width: 47% !important;
    padding: 6% 0;
    font-size: 16px !important;
}

.item-2689957 .third-column .block button {
    cursor: pointer;
    width: 100% !important;
    padding: 5%;
    color: #017ac3;
    font-size: 17px;
    font-family: inherit;
    border: 1px solid #688cde;
    background: none;
}

.item-2689957 .third-column .block button:hover {
    color: white !important;
}

.item-2689957 .three-columns .editable td {
	border: none;
	padding-bottom: 6%;
}

.item-2689957 .mode.active {
    background-color: #017ac3 !important;
    color: white !important;
}

.item-2689957 .third-column .submit button {
    padding: 5% 10%;
    font-size: 15px;
    font-family: inherit !important;
    color: #fff !important;
    background-color: #00b2d3 !important;
    border: 0 !important;
    border-radius: 30px !important;
    text-transform: uppercase;
    margin: 10% 0;
}

.item-2689957 .payment .ui.primary.button {
    font-size: 15px;
    font-family: inherit !important;
    color: #fff !important;
    background-color: #00b2d3 !important;
    border: 0 !important;
    border-radius: 30px !important;
    text-transform: uppercase;
}

.item-2689957 .third-column .submit button:hover,
.item-2689957 .payment .ui.primary.button:hover {
    background-color: #1f4597 !important;
}

.item-2689957 .trust {
    margin: 5% 0 0 0 !important;
}

.item-2689957 .payment {
    padding: 10% 2%;
    margin: 0 0 4% 0;
}

.item-2689957 .payment > p {
    color: #fff;
    background-color: #017ac3;
    padding: 1% 3%;
    font-size: 18px !important;
    display: inline-block;
}

.item-2689957 .payment button:hover, 
.item-2689957 .payment .button:hover {
    background-color: transparent !important;
}


/*** PAGE adhérer ********************************************************************************/

.item-2689697 main {
    background-image: url(/f/c1ca92910134ab746366e437c665dbe49a6d1a2b/bg-don.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.item-2689697 node-form {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 2%;
}

.item-2689697 .one-column {
    padding: 4% 2% 5% 2% !important;
margin: 0 !important;
}

/*** LOGIN *******************************************************************************/

user-login .actions {
    margin-top: 6%;
}

/*** Map *******************************************************************************/


item-map {
    z-index: 1;
    position: relative;
}


/*** Contact FORM ********************************************************************/

.ui.form .required::after {
    content: ' *';
}

ui-form .ui.form > .row > .info.header.column,
[data-is="ui-form"] .ui.form > .row > .info.header.column {
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #00b2d3 !important;
    margin: 0 0 15px 0 !important;
}

.ui.header {
    font-family: 'Poppins', sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #00b2d3 !important;
    margin: 0 0 15px 0 !important;
}

/*** COLUMNS ******************************************************************************/

.one-column>*,
.two-columns>*,
.three-columns>*,
.four-columns>*,
.six-columns>*,
.eight-columns>* {
    display: block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0;
}

.one-column,
.two-columns,
.three-columns,
.four-columns,
.six-columns,
.eight-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0;
    justify-content: space-between;
}

main .one-column,
main .two-columns,
main .three-columns,
main .four-columns,
main .six-columns,
main .eight-columns {
    margin: 2% 0;
}

:root {
    --margin: 3%;
    --quarter: 25%;
    --third: 33%;
}

.one-column>* {
    width: 100%;
}

.one-column.centered>* {
    width: 70%;
    margin: 0 auto;
    background: #017ac3;
    color: white;
    padding: 2%;
    border-radius: 10px;
    margin-bottom: 1%;
}

.one-column.centered .editable ul li::before {
    content: "\f061";
    font-family: Icons;
    font-size: 11px;
    vertical-align: top;
    color: white;
    margin: 0 2px 0 0;
}

.one-column.centered a {
    text-decoration: underline;
}

.one-column.centered a:hover {
    color: #324048;
}

.one-column.centered h1,
.one-column.centered h2,
.one-column.centered h3,
.one-column.centered h4,
.one-column.centered h5,
.one-column.centered h6,
.one-column.centered p,
.one-column.centered a,
.one-column.centered a:visited,
.one-column.centered li,
.one-column.centered table td,
.one-column.centered table strong,
.one-column.centered table b,
.one-column.centered b,
.one-column.centered strong {
    color: white !important;
    text-decoration: none !important;
}


.one-column.centered a:hover,
.one-column.centered a:focus,
.one-column.centered a:active {
    color: #1fc6e5 !important;
    text-decoration: underline;
}

.two-columns.third-left> :first-child,
.two-columns.third-right> :last-child {
    width: var(--third);
}

.two-columns.quarter-left> :first-child,
.two-columns.quarter-right> :last-child {
    width: var(--quarter);
}

.two-columns.third-left> :last-child,
.two-columns.third-right> :first-child {
    width: calc((100% - (var(--margin) + var(--third))));
}

.two-columns.quarter-left> :last-child,
.two-columns.quarter-right> :first-child {
    width: calc((100% - (var(--margin) + var(--quarter))));
}

.two-columns>* {
    width: calc((100% - var(--margin)) / 2);
}

.three-columns>* {
    width: calc((100% - (var(--margin)) * 2) / 3);
}

.four-columns>* {
    width: calc((100% - (var(--margin)) * 3) / 4);
}

.six-columns>* {
    width: calc((100% - (var(--margin)) * 5) / 6);
}

.eight-columns>* {
    width: calc((100% - (var(--margin)) * 7) / 8);
}


/*** RESPONSIVE ***********************************************************************/

@media screen and (max-width: 1118px) {

    .wrapper {
        width: 100%;
        padding: 0 2% !important;
    }

    footer .wrapper {
        padding: 2% !important;
    }

    h1.main, h1 {
        width: 100%;
      }
}

@media screen and (max-width: 1050px) {

    section.menu {
        padding: 0;
    }

    .carousel .content {
        width: 50%;
        left: 0;
    }

    .carousel .title {
        font-size: 26px;
        line-height: 25px;
        padding: 0 0 2% 0;
    }

    .carousel .link {
        padding: 2% 0 0 0 !important;
    }
}

@media screen and (max-width: 950px) {


    h1.main,
    h1 {
    font-size: 26px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 20px;
    }

    footer h5 {
        font-size: 16px;
    }

    .top-header .wrapper {
        display: block;
      }

    .bloc-phone,
    .bloc-social,
    .bloc-intranet {
        width: 100%;
        text-align: left;
      }

    .carousel .description {
        display: none;
    }

    .carousel .title {
        text-align: center;
    }

}

@media screen and (max-width: 750px) {

    page-spacing {
        padding: 0;
    }

    header .two-columns .logo {
        width: 100% !important;
        text-align: center !important;
        padding: 2% !important;
    }

    header .logo img {
        max-width: 100%;
        display: block;
        padding: 0;
        margin: 0 auto;
    }

    header .logo img {
        width: 140px;
    }

    header .two-columns .bloc-right {
        width: 100% !important;
        text-align: center;
    }

    header .two-columns .bloc-right h2 {
        display: none;
    }

    .bloc-join {
        right: 0;
        top: 0;
      }

    .adhesion-button::before {
        left: -20px;
        top: 5px;
    }

    .donation-button::before {
        left: -26px;
        top: 5px;
    }

    .donation-button span {
        display: inherit;
    }

    .adhesion-button {
        font-size: 15px;
        font-weight: 600;
        padding: 10px 7px 10px 15px;
      }

      .donation-button {
        font-size: 15px;
        font-weight: 600;
        padding: 10px 7px 10px 15px;
      }

    main .one-column,
    main .two-columns,
    main .three-columns,
    main .four-columns,
    main .six-columns,
    main .eight-columns {
        margin: 0;
    }

    .content main .one-column>*,
    .content main .two-columns>*,
    .content main .three-columns>*,
    .content main .four-columns>*,
    .content main .six-columns>*,
    .content main .eight-columns>* {
        margin: 2% 0 !important;
    }

    .one-column>* {
        width: 100%;
    }

    .one-column.centered>* {
        width: 100%;
    }

    .two-columns>* {
        width: 100%;
    }

    .two-columns.third-left> :first-child,
    .two-columns.third-right> :last-child {
        width: 100%;
    }

    .two-columns.third-left> :last-child,
    .two-columns.third-right> :first-child {
        width: 100%;
    }

    .two-columns.quarter-left> :first-child,
    .two-columns.quarter-right> :last-child {
        width: 100%;
    }

    .two-columns.quarter-left> :last-child,
    .two-columns.quarter-right> :first-child {
        width: 100%;
    }

    .three-columns>* {
        width: 100%;
    }

    .four-columns>* {
        width: 50%;
    }

    .six-columns>* {
        width: 50%;
    }

    .eight-columns>* {
        width: 50%;
    }

    .editable>.align-left {
        float: none;
        margin: 0 auto !important;
    }

    .one-column>*,
    .two-columns>*,
    .three-columns>*,
    .four-columns>*,
    .six-columns>*,
    .eight-columns>* {

    }

    /*** events ***/

    item-gallery .grid .item {
        width: 48%;
    }

    /*** carousel **/

    .carousel .content {
        width: 50%;
    }

    .carousel .title {
        font-size: 25px;
        line-height: 30px;
    }

    .carousel .description {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    h2 {
        font-size: 22px;
      }

    h3 {
        font-size: 18px;
      }

    header .logo img {
        padding: 2%;
        margin: 0 auto;
    }

    .bloc-phone, .bloc-social, .bloc-intranet {
        width: 100%;
        text-align: center;
      }

      .bloc-social {
        margin: 10px 0;
        display: inline-block;
        width: 47%;
      }

      .bloc-intranet {
        display: inline-block;
        width: 50%;
      }

    .bloc-join {
        position: inherit;
        margin: 10px 0;
        text-align: center;
      }

    footer .wrapper {
        padding: 6% 2% !important;
    }

    .three-columns>* {
        width: 100%;
    }

    .four-columns>* {
        width: 100%;
    }

    .six-columns>* {
        width: 100%;
    }

    .eight-columns>* {
        width: 100%;
    }

    .social {
        width: 23%;
    }

    /*** carousel **/
    .carousel .content {
        width: 100%;
        position: relative;
        background: #0092bb;
        transform: none;
    }
    .carousel .title {
        font-size: 26px;
        line-height: 22px;
        text-align: center;
        color: white;
        padding: 2%;
    }
}

@media screen and (max-width: 450px) {

    /*** events ***/
    item-gallery .grid .item {
        width: 82%;
        margin: 5% auto !important;
    }

    .social {
        width: 30%;
    }

}