@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: #565b5f;
    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: 3% 0 0 0 !important;
    margin: 0 auto;
    width: 1118px;
}

h1.main,
h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #3a4571;
    text-transform: uppercase;
    position: relative;

}

.content h1::before {
    content: "\2630";
    /*background: #3a4571;
    width: 2px;
    height: 25px;*/
    display: inline-block;
    margin-right: 20px;
}

.content h2::before,
.partners h2::before  {
    content: "\2630";
    /*background: #3a4571;
    width: 2px;
    height: 25px;*/
    display: inline-block;
    margin-right: 13px;
    color: #8fa3cf;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #8fa3cf;
    text-transform: uppercase;
    position: relative;
}

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

h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    border-bottom: 1px solid #aeb9c2;
    font-weight: 800;
    color: #49c589;
    margin: 0 0 20px 0 !important;
    line-height: 22px;
    padding: 0 0 20px 0;
}

h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #3a4571;
    margin: 0 0 10px 0 !important;
}

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

.editable > pre {
    background: none;
    padding: 0;
    overflow: auto;
    font-family: inherit !important;
    border-left: 4px solid #3a4571;
    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: #3a4571 !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: #259fe0 !important;
    color: white !important;
}

.secondary {
    color: #3a4571 !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;
    color: #49c589;
}

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

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

a,
a:visited {
    color: #3a4571;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #259fe0;
    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: 10px 0;
    color: #565b5f;
    font-weight: 400;
}

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

ul li ul li::before {
    color: #3a4571;
}

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

/*** 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;
}

/**/

header .logo {
    padding: 2% 0;
    width: 25% !important;
}

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

header .slogan {
    align-self: center;
    padding: 0;
    width: 25% !important;
}

    header .slogan h2 {
        font-size: 18px;
        font-weight: 600;
        text-transform: none;
    }

    header .slogan h2 span {
        color: #7e858a;
        display: block;
    }

header .social {
    align-self: top;
    padding: 0;
    width: 10% !important;
}

header .social a {
    font-size: 22px;
    color: #565b5f;
    display: inline-block;
    padding: 5px 0 0 0;
}

header .social i {
    margin: 0;
}

header .help {
    width: 35% !important;
    display: flex;
    justify-content: flex-end;
}

    header .help i {
        font-size: 30px;
        margin: 0%;
    }

    header .help a {
        color: white;
        font-size: 16px;
        height: 120px;
        width: 100px;
        display: block;
        padding: 4% 0;
        font-weight: 800;
        text-transform: uppercase;
        margin: 0 0 0 5px;
    }

    header .help a span {
        display: block;
        font-weight: 400;
    }

            .adhesion {
                background-color: #7edfb0;
            }

            .adhesion:hover {
                background-color: #5bd399;
                transition: all 0.4s ease 0s;
            }

            .donation {
                background-color: #3a4571;
            }

            .donation:hover {
                background-color: #5d6ba3;
                transition: all 0.4s ease 0s;
            }

            .private {
                background-color: #8fa3cf;
            }

            .private:hover {
                background-color: #7c8db2;
                transition: all 0.4s ease 0s;
            }
            
            .adhe {
                color: #3a4571 !important;
            }

            

/***/

.bloc-menu {
    background: #ffffff;
    color: #565b5f;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

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

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

/*** 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: #3a4571;
}

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

/***/

section.menu nav .button {
    width: 100%;
    padding: 1em;
    background: #3a4571;
    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: #3a4571;
    transition: font-size 0.3s, color 0.2s 0.3s;
}

section.menu nav li:hover,
section.menu nav li:focus {
    background: #8fa3cf;
}

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: 500;
    color: #565b5f;
}

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: #3081c1;
    background: #8fa3cf;
    text-decoration: none;
}

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


        section.menu nav ul li ul li:hover {
            background: #5c9ed4;
        }
    
/*** Gestion de l'affichage de la date dans la galerie d'élèments des actualités ***/
[view="7382"] .date {
    display: none;
}


/*** PAge produit ***/
.block-38917 img {
	max-width: 100%;
}


/***** PAGE COMMANDE *****/
x-186 ui-form div.active:nth-child(9), 
x-186 ui-form div.active:nth-child(10) {
	display: none !important;
}

/*** PAGE EVENT ***/
.block-37635 img {
	max-width: 100%;
}

[form="1751"]::before {
	content: 'Pour les adhérents';
	font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #565b5f;
  margin: 0 0 15px 0 !important;
}


[form="1752"]::before {
	content: 'Pour les personnes externes';
	font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #565b5f;
  margin: 0 0 15px 0 !important;
}

[form="1822"]::before {
	content: 'Pour les personnes CJEC/ANECS';
	font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #565b5f;
  margin: 0 0 15px 0 !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: #8fa3cf !important;
        color: #565b5f;
    }

    section.menu nav li:hover .label,
    section.menu nav li:focus .label {
        color: #3a4571;
    }

    section.menu nav ul li a,
    section.menu nav ul li .label,
    section.menu nav li a:visited { 
        font-size: 16px !important;
        color: #565b5f;
        text-transform: uppercase;
        font-weight: 400;
        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: #8fa3cf;
        color: #3a4571 !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: #8fa3cf !important;
        color: #3a4571 !important;
    }

        /* submenu show*/
        section.menu nav ul li ul {
            display: none;
            z-index: 100;
            background: #8fa3cf;
        }
    
        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;
}

.first-zone {

}

.second-zone {
    background-color: #8fa3cf;
}

.third-zone {

}

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

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

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;
    color:red;
}


.carousel .content {
    position: absolute;
    width: 30%;
    top: 50%;
    transform: translateY(-50%);
    left: 9%;
    font-size: 20px;
    color: #fff;
    background-color: rgba(1, 122, 195, 0.8);
    padding: 3% 2%;
    border-left: 3px solid #77e9b2;
    display:none;
}

.carousel .title {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: 700;
    color: #77e9b2;
    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: #77e9b2;
    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 {
    border-top: 1px solid #d2d2d2 ;
    padding: 3% 0;
}

.partners h2 {
    margin: 0 !important;
}

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


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

footer {
    padding: 0 !important;
    margin: 0;
    background: #8fa3cf;
    color: #565b5f;
}

footer .wrapper {
    padding: 2% 0;
}

footer a {
    color: #565b5f !important;
}

footer h3 {
    color: #3a4571 !important;
    text-transform: uppercase;
    border-bottom: 1px solid #bcc6ce;
    padding: 0 0 3% 0;
    margin: 0 0 8% 0 !important;
}

footer .info .secondary {
    margin: 2% 0 5% 0 !important;
    display: block;
  }

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

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

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

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

footer .help-button {
    display: flex;
    justify-content: center;
}

footer .help a {
    color: white !important;
    font-size: 16px;
    height: 120px;
    width: 100px;
    display: block;
    padding: 4% 0;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 0 5px;
}

footer .help a {
    color: white !important;
    font-size: 16px;
    height: 120px;
    width: 100px;
    display: block;
    padding: 4% 0;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 0 5px;
}

footer .help a span {
    display: block;
    font-weight: 400;
}

        .adhesion {
            background-color: #7edfb0;
        }

        .donation {
            background-color: #3a4571;
        }

        .private {
            background-color: #8fa3cf;
        }

.legal {
    text-align: center;
    font-size: 11px;
    background: #3a4571;
    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: #ffffff !important;
    transition: all 0.4s ease 0s;
}


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

[node="1182"] .item {
    width: 23%;
  }


[node="1182"] .item .text,
[node="1182"] .item .more,
[node="1182"] .item .date {
      display: none;
  }

  [node="1182"] .item  .label {
      margin: -10px 0 0 0 !important;
  }


[node="1181"] .grid .item {
    margin: 0 0 4% 0;
    border-left: 3px solid #4dd895;
    -webkit-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.3); 
    box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.3);
    border-radius: 6px;
    padding: 1% 2%;
  }

  [node="1181"] .grid .item .image {
      display: none;
  }*/

/*** reset **/

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

item-gallery .grid .item {
    margin: 0 0 3% 0;
    width:22%;
}

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

item-gallery .grid .content,
[data-is="item-gallery"] .grid .content {
    position: relative;
}

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: 0 !important;
    font-size: 14px !important;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
}

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

item-gallery .grid .item .label .label {
    font-weight: 500;
    border-radius: 0;
    padding: 8px 20px !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;
    padding: 2% 0;
    text-align: left;
}

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

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: 2% 0;
}

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

item-gallery .grid .more {
    background: none;
    text-align: right;
}

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



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

.partners {
    padding: 2% 0;
}

.partners .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }

  .partners .slick-slide {
    display: none;
    float: none;
  }

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

.partners .content {
    display: none;
}



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

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

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


/*** 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: #8fa3cf !important;
    margin: 0 0 15px 0 !important;
}

.ui.header {
    font-family: 'Poppins', sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #8fa3cf !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: #3a4571;
    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);
}

.theme-152 .first-zone .three-columns>* {
    width: calc((100% - (var(--margin)) * 2) / 3);
    -webkit-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.3); 
    box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.3);
    border-radius: 6px;
    padding: 1% 2%;
}

.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 {
        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: 900px) {

    header .logo {
        padding: 0;
        width: 100% !important;
        text-align: center;
        margin: 0;
      }

    header .logo img {
        margin: 0 auto;
      }

    header .slogan {
        align-self: center;
        padding: 0;
        width: 100% !important;
        text-align: center;
        margin: 2% 0;
      }

    header .social {
        position: absolute;
        right: 0;
        top: 0;
      }

    header .help {
        width: 100% !important;
        display: flex;
        justify-content: center;
      }

    header .help a {
        height: auto;
        width: 110px;
        padding: 2%;
      }

/**/

.bloc-menu .wrapper {
    display: flex;
    padding: 0 !important;
  }

  .bloc-search {
    display: none;
  }

  section.menu {
    width: 100%;
  }


    .carousel .description {
        display: none;
    }

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

    header .logo {
        width: 33%;
        margin-right: 2%;
    }

    header .bloc-right {
        width: 65%;
    }
}

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

    page-spacing {
        padding: 0;
    }

    header .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 .bloc-right {
        width: 100%;
    }

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

    .theme-152 .first-zone .three-columns > * {
        width: 100%;
        padding: 1% 2%;
      }

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

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

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

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

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

    .one-column>*,
    .two-columns>*,
    .three-columns>*,
    .four-columns>*,
    .six-columns>*,
    .eight-columns>* {
        text-align: center;
    }

    /*** 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: 550px) {

    h1.main,
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #3a4571;
        text-transform: uppercase;
        position: relative;
    }
    

    h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #3a4571;
        text-transform: uppercase;
        position: relative;
    }

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

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

}