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

html,
body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #090d20;
    background-color: #f3f3f3;
    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: 16px;
    font-style: normal;
    margin: 0 0 10px 0 !important;
    min-height: 20px;
    font-family: 'Nunito', sans-serif;
}

h1.main,
h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    position: relative;
    margin: 0 !important;
    color: #243e84;
    font-weight: 200;
    text-transform: uppercase;

}

.title-bg {
    background-image: url(/f/1209ac646296a138971251b7e1502ee813c91248/title_2023.jpg);
    width: 100%;
    padding: 3% 0;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    position: relative;
    margin: 0 !important;
    color: #090d20;
    font-weight: 200;
    text-transform: uppercase;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    margin: 0 0 0 0 !important;
    color: #243e84;
    font-weight: 800;
    text-transform: uppercase;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    margin: 0 0 2% 0 !important;
    color: #090d20;
    font-weight: 300;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #243e84;
    margin: 0 !important;
    font-weight: 700;
    margin: 0 0 20px 0 !important;
}

h6 {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #243e84;
    margin: 0 0 2% 0 !important;
    font-weight: 800;
}

.primary {
    padding: 5px 15px !important;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase !important;
    background: #cba941 !important;
    color: white !important;
    display: inline-block;
    cursor: pointer !important;
    border: 0 !important;
    font-family: 'Nunito', sans-serif;
    border-radius: 15px !important;
    min-width: 200px;
}

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

.secondary {
    padding: 5px 20px !important;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase !important;
    background: #cba941 !important;
    color: white !important;
    display: inline-block;
    cursor: pointer !important;
    border: 0 !important;
    font-family: 'Nunito', sans-serif;
    border-radius: 15px !important;
}

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

a,
a:visited {
    color: #243e84;
}

a:hover,
a:focus,
a:active {
    color: #345ac2;
    text-decoration: underline;
}

b,
strong {
    font-weight: 600;
}

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

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

ul li,
ol li {
    margin: 5px 0;
    color: #3254b1;
    font-weight: 700;
}

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

ul li ul li::before {
    color: #3254b1;
}

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

table td {
    padding: 1% !important;
    vertical-align: top !important;
}

table td p {
    margin: 0 !important;
}

#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;
    position: relative;
}

header {
    background: #f3f3f3;
}

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

header .logo {
    width: 13% !important;
    align-self: center;
    padding: 1%;
}

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

header .baseline {
    width: 75% !important;
    align-self: center;
}

header .social {
    width: 0 !important;
}

header .inscription {
    width: 10% !important;
    align-self: center;
}

.member {
    text-align: center;
    border: 2px solid #243e84;
    border-radius: 70px;
    width: 85px;
    height: 85px;
    line-height: 16px;
    font-weight: 700;
    padding: 12px 0 0 0;
    color: #243e84;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}


.member:hover {
    border: 2px solid #345ac2;
    transition: all 0.4s ease 0s;
    color: white;
    cursor: pointer;
}


.member i {
    font-size: 20px;
}
    
section.menu {
    background: #f3f3f3;
    border-bottom: 5px solid #243e84;
    border-top: 1px solid #cdcdcd;
}

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

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

/* 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: #cba941;
    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;
    background: #243e84;
}

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

/*** 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;
        background: #f3f3f3;
    }

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

    section.menu nav li:hover,
    section.menu nav li:focus {
        background: #243e84 !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;
        color: #243e84;
        text-transform: uppercase;
        font-weight: 700;
        border-bottom: none;
        padding: 15px 30px 10px 30px;
    }


    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: #243e84;
        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: #243e84 !important;
    }

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

.first-zone {
    padding:  0;
}

.second-zone {

    background: white;
}

.bg-logo {
    background-image: url(/f/d1cdeff468cd49296027f4a20aab92167406eef7/bg-logo.png);
    background-repeat: no-repeat;
    background-position: left;
    padding: 3% 0;
}

.third-zone {
    padding: 3% 0;
}

/*** 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: 40%;
    padding: 2%;
    top: 10%;
    left: 0;
    font-size: 20px;
    color: #0f1e47;
    background-color: rgba(255, 255, 255, 0.8);
}

.carousel .title {
    font-size: 35px;
    line-height: 40px;
    font-weight: 800;
    color: #243e84;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 0 0 2% 0;
}

.carousel .description {
    font-size: 20px;
    color: #0f1e47;
    line-height: 22px;
    font-weight: 700;
}

.carousel .link {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    padding: 2% !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.carousel .link a {
    color: #243e84 !important;
}

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

footer {
    padding: 0;
    margin: 0;
    background: #ffffff;
}

footer .wrapper {
    padding: 2% 0;
}


footer ul {
    display: flex;
    justify-content: space-between;
    overflow: inherit;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

footer .club41 {
    width: 40% !important;
    margin-right: 5%;
}

footer .quatalagor,
footer .navigation {
    width: 27% !important; 
}


footer .quatalagor img {
    margin: 0 0 -7px 0;
}

footer .quatalagor a {
    margin: 5px 0 0 0;
    display: inline-block;
}

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

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

.legal a {
    color: #243e84 !important;
}

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


/******** THEME **************************************************************************/

/*** accueil ***/

.theme-99 h1.main {
    display: none;
}

.theme-99 .first-zone {
    padding:  3% 0;
}

.theme-99 .first-zone .title-bg {
    display: none;
}


/******** LAYOUT  ************************************************************************/

/*** Actualités ***/

.layout-212 h1.main,
.layout-234 h1.main {
    font-size: 40px;
    font-weight: 300;
}

.layout-234

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

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

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

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



/*** ACTUALITES ********************************************************************************/


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

item-gallery .image img, [data-is="item-gallery"] .image img {
    width: 100%;
}

item-gallery .grid .item .title {
    margin: 2% 6% !important;
}

    item-gallery .grid .item .title h3 {
        margin: 0 !important;
        text-align: left;
        line-height: 16px;
        font-weight: 800;
    }

        item-gallery .grid .item .title a {
                margin: 0 !important;
                font-size: 16px;
            }

item-gallery .grid .item .text {
    margin: 2% 6% 4% 6% !important;
    text-align: justify;
}

item-gallery .grid .more a,
[data-is="item-gallery"] .grid .more a {
    background: #243e84 !important;
    color: white !important;
}

item-gallery[view="1687"] data-label {
  display:none;
}

/*** EVENT ********************************************************************************/

.block-10582 item-gallery .grid .item,
.item-2178123 item-gallery .grid .item {
    width: 49% !important;
}

.block-10582 item-gallery .grid .content, 
.block-10582 [data-is="item-gallery"] .grid .content,
.item-2178123 item-gallery .grid .content, 
.item-2178123 [data-is="item-gallery"] .grid .content {
    text-align: left;
    position: relative;
}

.block-10582 item-gallery .grid .item,
.item-2178123 item-gallery .grid .item {
    width: 49% !important;
}

.block-10582 item-gallery .grid .item,
.item-2178123 item-gallery .grid .item {
    width: 49% !important;
    margin-bottom: 2%;
}

.block-10582 item-gallery .grid .item .label,
.item-2178123 item-gallery .grid .item .label {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 10px;
    margin: 0;
}

.label .data .label {
    border-radius: 0;
    text-transform: uppercase;
    padding: 7px 15px;
}

.block-10582 item-gallery .grid .item .title,
.item-2178123 item-gallery .grid .item .title {
    position: absolute;
    z-index: 3;
    background-color: rgba(36, 62, 132, 0.5);
    color: white;
    margin: 0 !important;
    padding: 0 20px 10px 20px;
    bottom: 0;
    width: 100%;
}

    .block-10582 item-gallery .grid .item .title h3,
    .item-2178123 item-gallery .grid .item .title h3 {
        margin: 0 !important;
    }

        .block-10582 item-gallery .grid .item .title a,
        .item-2178123 item-gallery .grid .item .title a {
            color: white;
            margin: 0 !important;
            font-size: 16px;
        }

.block-10582 item-gallery .grid .item .date,
.item-2178123 item-gallery .grid .item .date {
    position: absolute;
    z-index: 3;
    background-color: rgba(36, 62, 132, 0.5);
    color: white;
    margin: 0 !important;
    padding: 10px 20px 0 20px;
    bottom: 31px;
    width: 100%;
}

.block-10582 item-gallery .grid .item .text,
.block-10582 item-gallery .grid .item .more,
.item-2178123 item-gallery .grid .item .text,
.item-2178123 item-gallery .grid .item .more {
    display: none;
}


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

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

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

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

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

/*** MAP + MOTEUR RECHERCHE : trouver un club ********************************************************************/

.item-map .menu.transition .item:nth-child(2), 
.item-map .menu.transition .item:nth-child(3), 
.item-map .menu.transition .item:nth-child(9) {
	display: none !important;
}

.ui.card, 
.ui.cards > .card {
    width: 360px;
    text-align: center;
}

.cell.block-10042.type-text {
    font-size: 20px;
    font-weight: 700;
}

.ui.cards .block-10040 {
    display: none;
}

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

/*** 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: #243e84;
    color: white;
    padding: 2%;
    border-radius: 15px;
    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: #2f42b6;
}

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

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

    section.menu nav {
        width: 100%;
    }
}

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

    section.menu {
        padding: 0;
    }

    .carousel .content {
        width: 50%;
    }
    
    .carousel .title {
        font-size: 25px;
        line-height: 30px;
    }
    
    .carousel .description {
        font-size: 16px;
        line-height: 18px;
    }
}

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


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

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

    header .baseline  {
        width: 100% !important;
        text-align: center !important;
        margin-top: 4px;
    }

    header .inscription   {
        position: absolute;
        top: 0;
        right: 45px;
    }

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

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

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

    /*** carousel **/

    .carousel .content {
        width: 50%;
    }
    
    .carousel .title {
        font-size: 25px;
        line-height: 30px;
    }
    
    .carousel .description {
        display: none;
    }


/*** footer ***/

    footer .club41 {
        width: 30% !important;
        margin-right: 5%;
    }
    
    footer .quatalagor,
    footer .navigation {
        width: 32% !important; 
    }


    /** actu **/

    item-gallery .grid .item, 
    [data-is="item-gallery"] .grid .item {
        width: 49%  !important;
    }

}


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


    /*** event ***/ 

.block-10582 item-gallery .grid .item,
.item-2178123 item-gallery .grid .item {
    width: 100% !important;
}

    /** actu **/

    item-gallery .grid .item, 
    [data-is="item-gallery"] .grid .item {
        width: 100%  !important;
    }


    /*** footer ***/

    footer h5 {
        margin-top: 5%  !important;
    }

    footer .club41 {
        width: 100% !important;
        margin-right: 0%;
    }
    
    footer .quatalagor,
    footer .navigation {
        width: 100% !important; 
        text-align: center;
    }


    /*** carousel **/

    .carousel .content {
        width: 100%;
        position: relative;
        background: #243e84;
    }

    .carousel .title {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: white;
    }
    



}


