/************************************************************
	FONTS
************************************************************/
body {
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}

.font-family-aaux,
.font-family-second {
    font-family: aaux-next, sans-serif;
}

/************************************************************
	HELPER CLASS
************************************************************/
.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.font-size-1 {
    font-size: 0.6rem !important;
}

/*10px*/
.font-size-2 {
    font-size: 0.7rem !important;
}

/*11px*/
.font-size-2-5 {
    font-size: 0.8rem !important;
}

/*11px*/
.font-size-3 {
    font-size: 0.9rem !important;
}

/*14px*/
.font-size-3-5 {
    font-size: 1rem !important;
}

/*14px*/
.font-size-4 {
    font-size: 1.15rem !important;
}

/*18px*/
.font-size-5 {
    font-size: 1.3rem !important;
}

/*21px*/
.font-size-6 {
    font-size: 1.45rem !important;
}

/*23px*/
.font-size-7 {
    font-size: 1.6rem !important;
}

/*26px*/
.font-size-7-5 {
    font-size: 1.9rem !important;
}

/*26px*/
.font-size-8 {
    font-size: 2.2rem !important;
}

/*35px*/
.font-size-9 {
    font-size: 2.75rem !important;
}

/*45px*/
.font-size-10 {
    font-size: 3rem !important;
}

/*50px*/
.font-size-11 {
    font-size: 3.75rem !important;
}

/*60px*/
.font-size-12 {
    font-size: 4.4rem !important;
}

.font-size-13 {
    font-size: 5rem !important;
}

/*80px*/

.font-color-link {
    color: #128488 !important;
}

.font-color-grey-6 {
    color: #111 !important;
}

.font-color-grey-5 {
    color: #333333 !important;
}

.font-color-grey-4 {
    color: #484848 !important;
}

.font-color-grey-3 {
    color: #6c6c6c !important;
}

.font-color-grey-2 {
    color: #848484 !important;
}

.font-color-grey-1 {
    color: #e1e1e1 !important;
}

.font-color-white {
    color: #ffffff !important;
}

.font-color-100 {
    color: rgb(32, 58, 119);
}

.font-color-90 {
    color: rgba(32, 58, 119, 0.90);
}

.font-color-80 {
    color: rgba(32, 58, 119, 0.80);
}

.font-color-70 {
    color: rgba(32, 58, 119, 0.70);
}

.font-color-60 {
    color: rgba(32, 58, 119, 0.60);
}

.font-color-50 {
    color: rgba(32, 58, 119, 0.50);
}

.font-color-40 {
    color: rgba(32, 58, 119, 0.40);
}

.font-color-30 {
    color: rgba(32, 58, 119, 0.30);
}

.font-color-20 {
    color: rgba(32, 58, 119, 0.20);
}


.fa-solid {
    color: #ffaa00;
}

;

.link-no-color {
    color: initial;
}

.font-color-green {
    color: #00b95a !important;
}

.font-color-yellow {
    color: #ffbc00 !important;
}

.font-color-red {
    color: #ea3929 !important;
}

.bg-link {
    background-color: #128488 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-grey-0 {
    background-color: #f8f8f8 !important;
}

.bg-grey-1 {
    background-color: #f1f1f1 !important;
}

.bg-grey-2 {
    background-color: #848484 !important;
}

.bg-grey-3 {
    background-color: #6c6c6c !important;
}

.bg-grey-4 {
    background-color: #484848 !important;
}

.bg-grey-5 {
    background-color: #333333 !important;
}

.bg-grey-6 {
    background-color: #111 !important;
}

.bg-primary,
.background-primary,
.bg-dark {
    background-color: #102a69 !important;
}

.bg-pro,
.background-pro {
    background-color: #00a0de !important;
}


.bg-orange {
    background-color: #ffaa00 !important;
}

.bg-green {
    background-color: #00b95a !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.line-height-p {
    line-height: 1.9rem;
}

.line-height-1-2 {
    line-height: 1.2rem !important;
}

.line-height-1-3 {
    line-height: 1.3rem !important;
}

.line-height-1-4 {
    line-height: 1.4rem !important;
}

.line-height-1-5 {
    line-height: 1.5rem !important;
}

.line-height-1-6 {
    line-height: 1.6rem !important;
}

.line-height-1-7 {
    line-height: 1.7rem !important;
}

.line-height-1-8 {
    line-height: 1.8rem !important;
}

.mt-4-5,
.my-4-5 {
    margin-top: 2.25rem !important;
}

.mb-4-5,
.my-4-5 {
    margin-bottom: 2.25rem !important;
}

.mx-4-5,
.mr-4-5 {
    margin-right: 2.25rem !important;
}

.mx-4-5,
.ml-4-5 {
    margin-left: 2.25rem !important;
}

.px-4-5,
.pr-4-5 {
    padding-right: 2.25rem !important;
}

.px-4-5,
.pl-4-5 {
    padding-left: 2.25rem !important;
}

.cursor-pointer {
    cursor: pointer;
}

.py-12px {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.no-underline:hover,
.no-underline,
.no-underline a {
    text-decoration: none;
}

.no-underline:hover .link,
.link:hover,
.hover-link:hover .link {
    text-decoration: underline;
}

.section-h-100 {
    height: auto;
    min-height: 100vh;
}

.section-h-50 {
    height: auto;
    min-height: 50vh;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.ml-20 {
    margin-left: 20%;
}

.ml-30 {
    margin-left: 30%;
}

.mr-20 {
    margin-right: 20%;
}

.mr-30 {
    margin-right: 30%;
}

.top-index {
    z-index: 500;
}

.button {
    background-color: rgb(32, 58, 119);
    border: 0px;
    color: #fff;
    padding: 0.7rem;
    font-family: aaux-next, sans-serif;
    text-decoration: none;
}

/************************************************************
	FOOTER BOTTOM
************************************************************/
.site-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content {
    flex: 1;
}

/************************************************************
	ARIANE
************************************************************/
.ariane a,
.ariane li {
    padding: 0px;
    line-height: initial;
    font-size: 10px;
}

.separation {
    padding: 0px 4px 0px 6px;
}

.ariane a {
    display: inline;
}

/************************************************************
	SUB-MENU
************************************************************/
ul.sub-menu ul.sub-menu {
    padding-left: 0px;
}

.menu-item-has-children {
    position: relative;
    margin-right: 10px;
}

ul#main_menu_top ul.sub-menu li {
    display: block;
    list-style-type: none;
    float: none;
}

ul#main_menu_top ul.sub-menu li a {
    display: block;
    padding: 15px 0px;
}

#main_menu_top>.menu-item-has-children>.sub-menu {
    position: fixed;
    top: 74px;
    left: initial;
    width: auto;
    z-index: 2000;
    padding: 0px;
    display: none;
    float: left;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#main_menu_top>.menu-item-has-children>.sub-menu li {
    padding: 0px;
}

#main_menu_top>.menu-item-has-children>.sub-menu {
    transition: all 0s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
    margin-top: 0px;
}

#main_menu_top>.menu-item-has-children:hover>.sub-menu {
    transform: scale(1);
}

/*.menu-item-has-children:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f107";
	color: #000;
	position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
	font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}*/
.lang_selector {
    color: #9d9d9d;
    font-size: 13px;
}

.lang_selector a {
    color: #9d9d9d;
    padding: 15px 5px;
}

.lang_selector a:hover {
    color: #737373;
}

.lang_selector a.active {
    font-weight: bold;
    color: #737373;
}

.menu-reseau i:before {
    color: #aaaaaa;
}

.menu-reseau a:hover i:before {
    color: #737373;
}

.header-transparent header#main-menu:not(.affix) ul.sub-menu {
    background-color: #ffffff1f;
}

.header-transparent header#main-menu:not(.affix) .bar {
    background-color: #fff;
}

header#main-menu ul.sub-menu li a {
    text-decoration: none;
    font-size: .8rem;
    padding: 10px 20px;
}

.header-transparent header#main-menu:not(.affix) ul.sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
}

.header-transparent header#main-menu:not(.affix) ul.sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.29);
}

header#main-menu ul.sub-menu li:last-child {
    border-bottom: 0px !important;
}

#main_menu_top>.menu-item-has-children>.sub-menu {
    top: 98px;
}

.header-transparent #main_menu_top>.menu-item-has-children>.sub-menu,
.site-container:not(.header-transparent) header#main-menu.affix ul.sub-menu {
    top: 74px;
}

.ariane li {
    display: flex;
    align-items: center;
}

#main_menu_top>.menu-item-has-children>.sub-menu {
    background-color: #eef0f4;
}

#main_menu_top>.menu-item-has-children>.sub-menu li {
    border-bottom: 1px solid rgba(32, 58, 119, 0.60);
}

#main_menu_top>.menu-item-has-children>.sub-menu li:last-child {
    border-bottom: 0px !important;
}

#main_menu_top>.menu-item-has-children>.sub-menu li a {
    color: rgba(32, 58, 119, 0.99);
}

#main_menu_top>.menu-item-has-children>.sub-menu li a:hover {
    background-color: rgba(32, 58, 119, 0.10);
}

/************************************************************
	COLORS
************************************************************/
a:focus,
a:hover {
    color: #ffaa00;
}

.primary {
    color: #ffaa00;
    /* Couleur des textes */
}

.primary:hover {
    color: rgb(0, 76, 224);
    /* Couleur de texte hover */
}

.bg-primary {
    color: #fff;
    /* Couleur texte */
    background-color: #ffaa00;
    /* Couleur de fond */
}

.btn.bg-primary:hover {
    color: #000;
    /* Couleur texte hover */
    background-color: #ffd200;
    /* Couleur de fond hover */
}

.bg-secondary {
    color: #000;
    /* Couleur texte */
    background-color: #ffd200;
    /* Couleur de fond */
}

.btn.bg-secondary:hover {
    color: #000;
    /* Couleur texte hover */
    background-color: #ffc000;
    /* Couleur de fond hover */
}

.bg-third {
    background-color: #efefef;
    padding: 80px 0px;
}

/************************************************************
	MENU
************************************************************/
ul#main_menu_top>li,
ul#main_menu_top>li>a {
    background-color: transparent !important;
}

/************************************************************
	FULLSCREEN MENU
************************************************************/
#icon-brand-icon-mobile {
    width: 70px;
}

.aside-section {
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000;
    opacity: 0;
}

.aside-left {
    width: 40%;
    left: 0;
    background-color: #fff;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.4s ease-in-out;
}

.aside-right {
    width: 100%;
    right: 0;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.4s ease-in-out;
}

.aside-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 150px;
    text-align: left;
    padding-left: 50px;
}

.aside-content {
    padding: 25px 40px;
    position: relative;
}

.aside-list li {
    margin-bottom: 20px;
}

.aside-anchor::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #ff5964;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 3px;
}

.aside-anchor::before {
    border-radius: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #fff;
    left: 0;
    height: 3px;
    z-index: 1;
    width: 50%;
    -webkit-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

.aside-anchor:hover:before {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.aside-anchor {
    padding-bottom: 7px;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    position: relative;
    font-weight: 500;
}

header#main-menu input[type="checkbox"] {
    display: none;
}

header#main-menu input[type="checkbox"]:checked~aside .aside-left {
    transform: translateY(0%);
    opacity: 1;
}

header#main-menu input[type="checkbox"]:checked~aside .aside-right {
    transform: translateX(0%);
    opacity: 1;
}

header#main-menu input[type="checkbox"]:checked~label .bar {
    background-color: rgb(32, 58, 119);
}

header#main-menu input[type="checkbox"]:checked~label .top {
    -webkit-transform: translateY(0px) rotateZ(45deg);
    -moz-transform: translateY(0px) rotateZ(45deg);
    -ms-transform: translateY(0px) rotateZ(45deg);
    -o-transform: translateY(0px) rotateZ(45deg);
    transform: translateY(0px) rotateZ(45deg);
    width: 30px;
    left: 0px;
}

header#main-menu input[type="checkbox"]:checked~label .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-15px) rotateZ(-45deg);
    width: 30px;
}

header#main-menu input[type="checkbox"]:checked~label .middle {
    width: 0;
}

.middle {
    margin: 0 auto;
}

#burger {
    display: inline-block;
    padding: 29px 37px 29px 20px;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    z-index: 3000;
    margin: 0px;
}

.bar {
    display: block;
    background-color: rgb(32, 58, 119);
    width: 22px;
    height: 3px;
    border-radius: 5px;
    margin: 5px auto;
    transition: all 0.4s ease-in;
}

span.bar.top {
    width: 22px;
    left: 3px;
    position: relative;
}

span.bar.middle {
    width: 20px;
    left: 12px;
    position: relative;
}

span.bar.bottom {
    width: 24px;
    left: 0px;
    position: relative;
}

#burger:hover span.bar.top,
#burger:hover span.bar.middle,
#burger:hover span.bar.bottom {
    left: 0px;
    width: 24px;
}

#main_menu_burger ul.dropdown-menu.show {
    position: static !important;
    transform: none !important;
}

.aside-content {
    margin-top: 0px;
    padding: 40px 40px;
}

.aside-section.aside-right {
    overflow: scroll;
    max-height: 100vh;
}

#main_menu_burger .dropdown-menu {
    border: 0px;
    padding-top: 0px;
    margin-bottom: .5rem;
}

#main_menu_burger li a {
    font-size: 1.8rem;
    padding: 5px 20px 5px 0px;
}

#main_menu_burger li .dropdown-menu a {
    font-size: 1rem;
    background-color: transparent !important;
    border-left: 0px !important;
}

#main_menu_burger .dropdown-toggle::after {
    content: "\f107";
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    border: 0px;
    vertical-align: initial;
    margin-left: 1rem;
    position: relative;
    top: 2px;
}

#main_menu_burger li.menu-item.show .dropdown-toggle::after {
    transform: rotate(-180deg);
}

svg#icon-brand-icon-mobile {
    width: 70px;
}

ul#main_menu_burger {
    min-width: 280px;
    margin-top: 55px;
}

.aside-content {
    min-height: 100vh;
    justify-content: space-between;
}

#main_menu_burger .dropdown-menu {
    border: 0px;
    padding-top: 0px;
    margin-bottom: .5rem;
}

/************************************************************
	MENU COLORS
************************************************************/
/* CUSTOM EQS : MENU */
nav#main-menu {
    background-color: #fff;
    /* COULEUR DE FOND  */
}

.menu-item a {
    color: #000;
    /* COULEUR DE BASE  */
}

.menu-item a:hover {
    color: #ffaa00;
    /* COULEUR AU HOVER  */
}

.menu-item.current-menu-item>a,
.current_page_ancestor>a {
    color: #ffaa00;
    /* COULEUR ACTIF  */
}

/************************************************************
	MOBILE-MENU
************************************************************/
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before,
i.burger:before {
    color: #ffaa00
        /* Couleur icone mobile nav  */
}

#shiftnav-toggle-main .shiftnav-toggle-burger,
#shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
    padding: 26px 20px;
}

/************************************************************
	HEADER
************************************************************/
/*LOGO*/
#logo-clusis {
    height: 155px;
    padding: 15px 0px 15px 0px;
}

/************************************************************
	LINKS & BUTTONS
************************************************************/
a {
    color: #ffaa00;
}

/************************************************************
	CONTENT - gallery
************************************************************/
.gallery img {
    border: 2px solid #fff !important;
}

/***** IMG IN POST ******/
img.alignright {
    float: right;
    margin: 10px 0 10px 15px
}

img.alignleft {
    float: left;
    margin: 10px 15px 10px 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 10px 0 10px 15px
}

a img.alignleft {
    float: left;
    margin: 10px 15px 10px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/************************************************************
    NEWSLETTER INFOMANIAK
************************************************************/

/************************************************************
	SPECIAL MENU
************************************************************/
.header-transparent header#main-menu:not(.affix) {
    position: fixed;
    background-color: transparent;
    transition: all ease-in-out .4s;
}

.header-transparent .replacer {
    height: auto !important;
}

.header-transparent main.site-content {
    margin-top: -1px;
}

.header-transparent header#main-menu:not(.affix) nav.navbar li a {
    color: #fff;
}

.header-transparent header#main-menu:not(.affix) nav.navbar {
    overflow: hidden;
    align-items: flex-start;
}

.header-transparent header#main-menu:not(.affix) ul#main_menu_top>li:not(.espace-membre)>a {
    padding: 34px 9px;
}

.header-transparent header#main-menu:not(.affix) #logo-clusis .st0 {
    fill: #ffffff
}

.header-transparent header#main-menu:not(.affix) #logo-clusis .st1 {
    fill: #ffffff
}

.header-transparent header#main-menu:not(.affix) #logo-clusis path {
    fill: #ffffff
}

.header-transparent header#main-menu:not(.affix) ul#main_menu_top {
    margin-right: -191px;
    transition: all ease-in-out .4s;
}

.header-transparent header#main-menu:not(.affix) #logo-clusis path#clusis-u,
.header-transparent header#main-menu:not(.affix) #logo-clusis path#logo-barre {
    fill: #ffaa00;
}

.header-transparent header#main-menu ul#main_menu_top {
    transition: all ease-in-out .4s;
}

.header-transparent header#main-menu.affix ul#main_menu_top {
    margin-right: 0px;
}

.header-transparent header#main-menu #vertical-space {
    opacity: 0;
    transition: opacity ease-in-out .4s;
    position: absolute;
    left: -9999rem;
    top: -9999rem;
}

#vertical-space {
    display: none
}

.header-transparent header#main-menu:not(.affix) a#vertical-space {
    background-color: #ffaa00 !important;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: initial;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 4px 10px;
    width: auto;
    opacity: 1;
    text-decoration: none;
    position: absolute;
    right: 5.5%;
    top: 110px;
    left: initial;
    transform: translate(0%, 0%) rotate(-90deg);
    transform-origin: top right;
    display: block;
}

header#main-menu.affix g#logo-date {
    display: none;
}

header#main-menu #logo-clusis {
    transition: all ease-in-out .2s;
}

header#main-menu.affix #logo-clusis {
    height: 105px;
    padding: 15px 0px 0px 0px;
}

/************************************************************
	STYLES
************************************************************/
ul#main_menu_top>li>a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    padding: 14px 9px;
    color: #203a77;
    display: block;
}

ul#main_menu_top .menu-item.current-menu-item>a,
ul#main_menu_top .current_page_ancestor>a,
ul#main_menu_top>li>a:hover {
    color: #ffaa00;
}

.bg-exergue {
    background-color: #ffaa00;
    box-shadow: 12px 0 0 #ffaa00, -12px 0 0 #ffaa00;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: initial;
    margin-right: 10px;
    margin-left: 10px;
}

.bg-exergue.gold {
    background-color: #c1a520;
    box-shadow: 4px 0 0 #c1a520, -4px 0 0 #c1a520;
    color: #fff;
}

.bg-exergue.silver {
    background-color: #7d7d7d;
    box-shadow: 4px 0 0 #7d7d7d, -4px 0 0 #7d7d7d;
    color: #fff;
}

.bg-exergue.bronze {
    background-color: #68481e;
    box-shadow: 4px 0 0 #68481e, -4px 0 0 #68481e;
    color: #fff;
}

ul#main_menu_top>li.espace-membre>a {
    background-color: #ffaa00 !important;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: initial;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 4px 10px;
}

ul#main_menu_top>li.espace-membre {
    margin-left: 0.5rem;
}

ul#main_menu_top>li {
    display: flex;
    align-items: center;
}

#footer-logo {
    max-width: 155px;
}

#footer-logo g#logo-date {
    display: none;
}

.footer-menu a {
    text-decoration: none;
    color: rgba(32, 58, 119, 0.60);
    font-weight: 500;
    padding: 4px 0px;
    display: block;
}

#accueil>img,
#standard-top-page>img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#accueil h1 {
    max-width: 540px;
}

.affix {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
}

.site-container {
    padding-top: 1px;
}

header#main-menu {
    width: 100%;
    z-index: 20000;
    margin-top: -1px;
    background-color: #fff;
}

.carousel-item {
    transition-delay: .6s;
    transition-duration: .6s;
    transition-property: all;
}

.carousel-item.active {
    transition-delay: 0s;
}

.top-dotted.border-white,
.top-dotted {
    /* border-bottom: 1px dotted; */
    background-image: linear-gradient(to right, white 14%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 8px 2px;
    background-repeat: repeat-x;
}

.bottom-dotted.border-white,
.bottom-dotted {
    /* border-bottom: 1px dotted; */
    background-image: linear-gradient(to right, white 14%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 8px 2px;
    background-repeat: repeat-x;
}

.border-x-dotted.border-white,
.border-x-dotted {
    background-image: linear-gradient(to right, white 14%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, white 14%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom, top;
    background-size: 8px 2px, 8px 2px;
    background-repeat: repeat-x, repeat-x;
}

.bottom-dotted.border-primary {
    /* border-bottom: 1px dotted; */
    background-image: linear-gradient(to right, #203a13 14%, rgba(255, 255, 255, 0) 0%);
}

.custom-puce .st0,
.custom-puce .st1 {
    opacity: .9;
    fill: #fff
}

.custom-puce .st1 {
    opacity: .5
}

.custom-puce.primary .st0,
.custom-puce.primary .st1 {
    opacity: .9;
    fill: #203a13
}

.custom-puce .st1 {
    opacity: .5
}

svg.custom-puce {
    max-width: 14px;
    width: 100%;
}

#bottom-left .carousel-item {
    position: relative;
    left: 0px;
    transition: all ease-in-out .2s;
}

#bottom-left .carousel-item:hover {
    left: 15px;
}

#bottom-left .carousel-inner {
    overflow: visible;
}

#bottom-right strong {
    font-weight: 600;
}

.round-icon {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.round-icon::before {
    position: relative;
    top: 1px;
    left: 0px;
    transition: all ease-in-out .2s;
}

.link-icon:hover .round-icon::before,
.declenchor:hover .round-icon::before {
    left: 17px;
}

#accueil,
#standard-top-page {
    overflow: hidden;
}

#accueil>img,
#standard-top-page>img {
    width: 100%;
    animation: move 30s ease infinite;
}

@-webkit-keyframes move {
    0% {
        transform-origin: bottom left;
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.2);
    }
}

.logo-sponsors img {
    mix-blend-mode: multiply;
    height: 140px;
    object-fit: contain;
    width: 140px;
}

button.reset {
    border: 0px;
    background-color: transparent;
}

.slick-prev:before {
    content: "\f104";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.slick-next:before {
    content: "\f105";
    font-weight: 300;
    font-family: "Font Awesome 6 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.slick-next:before,
.slick-prev:before {
    color: rgb(32, 58, 119)
}

.slick-next {
    top: -30px;
    right: 0px;
}

.slick-prev {
    top: -30px;
    left: initial;
    right: 30px;
}

#logo-clusis .st0,
#mobile-logo-clusis .st0,
#footer-logo .st0 {
    fill: #e99f00
}

#logo-clusis .st1,
#footer-logo .st1,
#mobile-logo-clusis .st1 {
    fill: #203a77
}

.sponsors-slick {
    mix-blend-mode: multiply;
}

.slick-track {
    margin-left: 0;
}

ul.social-icons li {
    margin-right: 1rem;
}

ul.social-icons li:last-child {
    margin-right: 0rem;
}

ul.social-icons li a {
    background-color: #f0f1f4;
    padding: 0.6rem 1rem;
    border-radius: 0.3rem;
    color: #6f7990;
}

ul.social-icons li a:hover {
    background-color: #e6e9f3;
    color: #4f596f;
}

.title-line-section h2.title {
    background-color: #ffaa00 !important;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: initial;
    font-size: 1.7rem;
    font-weight: 400;
    padding: 4px 10px;
    display: inline;
    margin: 0px;
}

.title-line-section {
    display: flex;
    align-items: flex-end;
}

.line {
    height: 2px;
    background-color: #ffaa00;
    transition: all ease-in-out .7s !important;
    opacity: 1 !important;
}

.title-line-section .line:not(.aos-animate) {
    width: 0% !important;
}

.progress {
    display: block;
    width: calc(100% - 33.33333333% - 170px);
    position: absolute;
    right: 1rem;
    top: initial;
    top: 0px;
    height: 2px;
    border-radius: 0px;
    overflow: hidden;
    background-color: #f5f5f5;
    background-image: linear-gradient(to right, black, black);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}

#accueil-events button.slick-arrow.slick-prev {
    left: 28px;
    top: 0px;
}

#accueil-events button.slick-next.slick-arrow {
    left: 5rem;
    top: 0px;
}

#accueil-events .slick-prev:before,
#accueil-events .slick-next:before {
    color: black;
    font-size: 1.5rem;
}

#accueil-events .slick-prev:before {
    content: "\f177";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

#accueil-events .slick-next:before {
    content: "\f178";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

#accueil-events .container-fluid {
    max-width: 90%;
}

#accueil-event .slick-slider {
    position: initial;
}

/*.slick-slide .bloc-info {
    position: relative;
    top: 0rem;
    transition: all ease-in-out .3s;
}
.slick-slide:hover .bloc-info {
    top: 1rem;
}*/
#content-event {
    max-width: 400px;
    margin: 0 auto;
}

.border-dotted-full {
    background-image: linear-gradient(to bottom, #203a13 14%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #203a13 14%, rgba(255, 255, 255, 0) 0%), linear-gradient(to bottom, #203a13 14%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #203a13 14%, rgba(255, 255, 255, 0) 0%);
    background-position: left, top, right, bottom;
    background-size: 2px 8px, 8px 2px, 2px 8px, 8px 2px;
    background-repeat: repeat-y, repeat-x, repeat-y, repeat-x;
}

.border-dotted-full.white {
    background-image: linear-gradient(to bottom, #ffffff 14%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #ffffff 14%, rgba(255, 255, 255, 0) 0%), linear-gradient(to bottom, #ffffff 14%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #ffffff 14%, rgba(255, 255, 255, 0) 0%);
}

.event p.post-date {
    position: absolute;
    top: 0px;
    right: 2rem;
    margin: 0px;
    background-color: #ffaa00;
    color: #fff;
    padding: 3px 5px;
    font-family: aaux-next, sans-serif;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: bottom right;
}

#accueil-events .slick-list {
    padding-bottom: 5vh;
}

#accueil-events .event:nth-child(odd) {
    position: relative;
    top: 5vh;
}

#accueil-events .slick-track {
    display: flex;
}

#accueil-events .slick-slide {
    height: auto;
}

#accueil-events .border-dotted-full.position-relative {
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo .background {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.05);
}

.declenchor:hover .bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.1);
}

.masonry {
    display: flex;
    flex-flow: column wrap;
}

.logo-collaborateurs {
    max-height: 800px;
}

/*.logo:first-child {margin-top: 5rem;}*/
#reseau-clusi .st0 {
    fill: #fff
}

#reseau {
    max-width: 750px;
    margin: auto;
    padding: 6rem 11rem;
}

svg#reseau-clusi {
    opacity: 0.3;
}

.reseau-logo {
    position: absolute;
}

#reseau-logo-2 {
    top: 50%;
    transform: translate(0px, -50%);
    right: 0px;
}

#reseau-logo-1 {
    left: 50%;
    transform: translate(-50%, 0%);
    top: 0px;
}

#reseau-logo-3 {
    top: 50%;
    transform: translate(0px, -50%);
    left: 0px;
}

#reseau-logo-4 {
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0px;
}

#newsletter input,
.wpcf7-form input,
.clusis-input {
    background-color: transparent;
    border: 0px;
    color: #fff;
    width: 100%;
}

.wpcf7-form textarea {
    color: #fff;
}

#newsletter input::placeholder,
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.70);
}

#newsletter input:focus,
.wpcf7-form input:focus,
.wpcf7-form textarea,
.clusis-input {
    outline: 0px;
}

.wpcf7-form textarea {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    border: 0px;
    padding: 1rem;
}

#newsletter h2 {
    display: inline-block;
    transform-origin: top left;
    left: 0;
    top: 0;
    transform: rotate(-90deg) translateX(-100%);
    /*position: absolute;*/
}

section#newsletter {
    margin-bottom: 11vw;
}

#standard_slogan {
    margin-bottom: 23vw;
}

#newsletter>img {
    bottom: -15vw;
    position: absolute;
    width: 100%;
    height: auto !important;
}

#standard_slogan>img {
    position: absolute;
    width: 100%;
    height: auto;
}

svg#mobile-logo-clusis {
    width: 130px;
}

#standard_slogan,
#standard-slogan-content {
    min-height: 27vw;
}

/*.comite h3 {
    border-bottom: 2px solid #ffaa00;
    margin-bottom: 0px;
    padding-bottom: 0.4rem;
}*/
.wp-content h2 {
    background-color: #ffaa00;
    color: #fff;
    text-transform: uppercase;
    padding: 0.5rem;
    font-size: 0.8rem;
    font-family: aaux-next, sans-serif;
    font-weight: bolder;
    display: inline-block;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.single .wp-content h2 {
    font-size: 0.9rem;
}

.single .wp-content h3 {
    text-transform: uppercase;
    font-family: aaux-next, sans-serif;
    font-weight: bolder;
    font-size: .9rem;
    color: rgb(32, 58, 119);
}

.wp-content h2:first-child {
    margin-top: 0rem;
}

li.desactive {
    opacity: 0.5;
}

p.formule-prix {
    display: flex;
    flex-direction: column;
    align-items: center;
}

span.fp-1 {
    display: flex;
    margin-left: -50px;
}

span.prix {
    position: relative;
    display: inline-block !important;
}

span.montant {
    font-size: 70px;
    font-weight: bold;
    letter-spacing: -0.3rem;
    line-height: 0.9;
}

span.devise {
    position: absolute;
    top: 15px;
    right: -27px;
    transform: rotate(-90deg);
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

ul.styled-list-2 {
    padding: 0px;
    list-style-type: none;
}

ul.styled-list-2 li {
    display: flex;
    padding: 6px 0px;
    align-items: start;
}

ul.styled-list-2 li i {
    margin-right: 0.6rem;
    min-width: 15px;
    margin-top: 0.2rem;
}

.active i {
    color: #ffaa00;
}

.login-username,
.login-password {
    display: flex;
    flex-direction: column;
}

.login-username label,
.login-password label {
    font-family: aaux-next, sans-serif;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    color: #fff;
}

#login-box {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

input#rememberme {
    position: relative;
    top: 1px;
}

.login-remember label {
    font-family: aaux-next, sans-serif;
    font-size: .8rem;
    font-weight: 700;
    color: #fff;
}

input#wp-submit {
    font-family: aaux-next, sans-serif;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    color: #102a69;
    background-color: #fff;
    border: 0px;
    padding: 0.5rem 2rem;
    width: 100%;
}

input#wp-submit:hover {
    color: #fff;
    background-color: #102a69;
}

#login-box input {
    padding: 0.4rem;
}

#login-box input:focus {
    outline: 0px;
}

/* ---- grid ---- */
/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
    width: 33.333%;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: #ffffff;
    width: calc(100% - 24px);
    color: #102a69;
    margin: auto;
    padding: 0.6rem;
    font-weight: bold;
    cursor: pointer;
}

a.page-numbers {
    background-color: #e6e6e6;
    color: #545454;
    font-weight: 500;
    padding: 23px 16px;
    margin: 4px;
    font-size: 20px;
    line-height: 0;
    text-decoration: none;
}

a.prev.page-numbers,
a.next.page-numbers {
    background-color: transparent;
    font-size: 16px;
}

span.page-numbers.current {
    background-color: #ffaa00;
    color: #fff;
    font-weight: 500;
    padding: 23px 16px;
    margin: 4px;
    font-size: 20px;
    line-height: 0;
}

a.page-numbers:hover {
    color: #fff;
    background-color: #ffaa00;
}

a.prev.page-numbers:hover,
a.next.page-numbers:hover {
    background-color: transparent;
    color: #1f1f1f;
}

.pagination {
    justify-content: center;
    margin-top: 2rem;
}

span.page-numbers.dots {
    background-color: #f9f9f9;
    color: #545454;
    font-weight: 500;
    padding: 23px 16px;
    margin: 4px;
    font-size: 20px;
    line-height: 0;
}

.image-hover-bloc {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform 400ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 400ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 400ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 400ms cubic-bezier(.25, .46, .45, .94);
}

.bloc-hover:hover .image-hover-bloc {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.bloc-hover .title-article {
    transition: all ease-in-out .3s;
}

.bloc-hover:hover .title-article {
    padding-top: 1.5rem !important;
}

.bloc-hover .border-dotted-full {
    background-image: linear-gradient(to bottom, #c6c6c6 14%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #c6c6c6 14%, rgba(255, 255, 255, 0) 0%), linear-gradient(to bottom, #c6c6c6 14%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #c6c6c6 14%, rgba(255, 255, 255, 0) 0%);
    transition: all ease-in-out .3s;
}

.bloc-hover:hover .border-dotted-full {
    background-image: linear-gradient(to bottom, #203a13 14%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #203a13 14%, rgba(255, 255, 255, 0) 0%), linear-gradient(to bottom, #203a13 14%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #203a13 14%, rgba(255, 255, 255, 0) 0%);
}

.standard-content .wpcf7-form input::placeholder,
.standard-content .wpcf7-form textarea::placeholder,
.clusis-input::placeholder {
    color: rgba(32, 58, 119, 0.70);
}

.standard-content .bottom-dotted,
.clusis-input.bottom-dotted {
    background-image: linear-gradient(to right, rgb(32, 58, 119) 14%, rgba(255, 255, 255, 0) 0%);
}

.standard-content .wpcf7-form input,
.clusis-input {
    color: rgb(32, 58, 119);
}

.clusis-textarea {
    background-color: rgba(32, 58, 119, 0.10);
}

.standard-content input.wpcf7-form-control.wpcf7-submit {
    background-color: rgb(32, 58, 119);
    color: #ffffff;
}

.wpcf7 input[type="file"] {
    font-size: .8rem;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    color: #fff;
    font-family: aaux-next, sans-serif;
    text-transform: uppercase;
    font-size: .8rem;
    text-align: center;
}

/*.wpcf7-response-output:before {
    content: "Un ou plusieurs champs contiennent une erreur. Veuillez vérifier et essayer à nouveau.";
}*/

.wpcf7-response-output {
    background-color: #ffaa00;
    border-color: #ffaa00;
    color: #fff;
    font-weight: bold;
    font-family: aaux-next, sans-serif;
    text-transform: uppercase;
    font-size: .8rem;
    margin: 20px 0px 0px 0px !important;
}

#in-dash a#vertical-space {
    display: none !important;
}

ul#dashboard-menu img.icon {
    max-width: 60px;
    max-height: 50px;
    margin-bottom: 20px;
}

.custom-select select {
    width: 100%;
    padding: 3px;
    border: 1px solid #a8a8a8;
}

input.filter-search-button {
    background-color: rgb(32, 58, 119);
    border: 0px;
    color: #fff;
    padding: 0.7rem;
    font-family: aaux-next, sans-serif;
}

.post-type-archive-job select {
    padding: 9px;
}

#accueil-events .slick-slide img {
    width: 100%;
}

.page-id-15204 ul#newsletter-archives {
    list-style: none;
    margin: 0px;
    padding: 0px;
    columns: 2;
}

.page-id-15204 ul#newsletter-archives a {
    text-decoration: none;
    padding: 8px 0px;
    display: block;
    color: #203a77;
    font-size: 1.2rem;
}

.page-id-15204 ul#newsletter-archives a:hover {
    color: #ffaa00;
}

.page-id-15204 ul#newsletter-archives a:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f0ed";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    color: #ffaa00;
    margin-right: 1rem;
}

.wp2fa-modal .modal__content .modal__btn[data-close-2fa-modal],
.wp2fa-modal .modal__close {
    display: none;
}

.modal__overlay {
    background: #fff;
}

input#wp-2fa-email-authcode {
    border: 1px solid #000;
}

#2fa-wizard-config-backup-codes h3 {
    text-align: center;
    margin-top: 10px;
}

#bottom-left {
    min-height: 309px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.event p.post-date.externe {
    background-color: #203a77;
}

.ariane li:last-child {
    display: none;
}

.grecaptcha-badge {
    display: none !important;
    visibility: hidden;
}

.post-type-archive-sponsors a.logo-sponsors {
    padding: 36px;
}

.intervenant img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.intervenant {
    border-bottom: 1px solid #ddd;
}

.intervenant:last-child {
    border-bottom: 0px solid #ddd;
}

.page-template-page-dashboard ul#main_menu_top>li.espace-membre>a {
    color: #fff;
}

.line-item .image-hover-bloc img {
    max-width: 200px;
    width: 200px;
    max-height: 100px;
    object-fit: contain;
}

.event p.post-date.horizontal {
    transform: none;
    position: relative;
    right: 0px;
    display: inline-block;
    margin: 6px 0px;
}

#social-main-menu ul.social-icons li a {
    background-color: #f0f1f4;
    padding: 0.3rem 0.4rem;
    border-radius: 0.3rem;
    color: #6f7990;
}

body:not(.home) header#main-menu:not(.affix) #social-main-menu ul.social-icons {
    padding: 41px 10px;
}

#social-main-menu ul.social-icons {
    padding: 41px 10px;
    transition: all ease-in-out .2s;
}

.header-transparent header#main-menu:not(.affix) #social-main-menu ul.social-icons li a {
    background-color: #ffffff33;
    color: #ffffff;
}

/************************************************************
	MEDIAS QUERIES
************************************************************/
@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }

    .font-size-sm-1 {
        font-size: 0.6rem !important;
    }

    /*10px*/
    .font-size-sm-2 {
        font-size: 0.7rem !important;
    }

    /*11px*/
    .font-size-sm-3 {
        font-size: 0.9rem !important;
    }

    /*14px*/
    .font-size-sm-3-5 {
        font-size: 1rem !important;
    }

    /*14px*/
    .font-size-sm-4 {
        font-size: 1.15rem !important;
    }

    /*18px*/
    .font-size-sm-5 {
        font-size: 1.3rem !important;
    }

    /*21px*/
    .font-size-sm-6 {
        font-size: 1.45rem !important;
    }

    /*23px*/
    .font-size-sm-7 {
        font-size: 1.6rem !important;
    }

    /*26px*/
    .font-size-sm-7-5 {
        font-size: 1.9rem !important;
    }

    /*26px*/
    .font-size-sm-8 {
        font-size: 2.2rem !important;
    }

    /*35px*/
    .font-size-sm-9 {
        font-size: 2.75rem !important;
    }

    /*45px*/
    .font-size-sm-10 {
        font-size: 3rem !important;
    }

    /*50px*/
    .font-size-sm-11 {
        font-size: 3.75rem !important;
    }

    /*60px*/
    .font-size-sm-12 {
        font-size: 4.4rem !important;
    }

    .font-size-sm-13 {
        font-size: 5rem !important;
    }

    /*80px*/
    .font-size-sm-14 {
        font-size: 6rem !important;
    }

    .show-br-sm br {
        display: initial;
    }

    .col-sm-max-7 {
        max-width: 58.33333333%;
    }
}

@media (min-width: 768px) {
    .font-size-md-1 {
        font-size: 0.6rem !important;
    }

    /*10px*/
    .font-size-md-2 {
        font-size: 0.7rem !important;
    }

    /*11px*/
    .font-size-md-3 {
        font-size: 0.9rem !important;
    }

    /*14px*/
    .font-size-md-3-5 {
        font-size: 1rem !important;
    }

    /*14px*/
    .font-size-md-4 {
        font-size: 1.15rem !important;
    }

    /*18px*/
    .font-size-md-5 {
        font-size: 1.3rem !important;
    }

    /*21px*/
    .font-size-md-6 {
        font-size: 1.45rem !important;
    }

    /*23px*/
    .font-size-md-7 {
        font-size: 1.6rem !important;
    }

    /*26px*/
    .font-size-md-7-5 {
        font-size: 1.9rem !important;
    }

    /*26px*/
    .font-size-md-8 {
        font-size: 2.2rem !important;
    }

    /*35px*/
    .font-size-md-9 {
        font-size: 2.75rem !important;
    }

    /*45px*/
    .font-size-md-10 {
        font-size: 3rem !important;
    }

    /*50px*/
    .font-size-md-11 {
        font-size: 3.75rem !important;
    }

    /*60px*/
    .font-size-md-12 {
        font-size: 4.4rem !important;
    }

    .font-size-md-13 {
        font-size: 5rem !important;
    }

    /*80px*/
    .font-size-md-14 {
        font-size: 6rem !important;
    }

    .show-br-md br {
        display: initial;
    }

    .w-md-85 {
        width: 85% !important;
    }
}

@media (min-width: 992px) {
    .font-size-lg-1 {
        font-size: 0.6rem !important;
    }

    /*10px*/
    .font-size-lg-2 {
        font-size: 0.7rem !important;
    }

    /*11px*/
    .font-size-lg-3 {
        font-size: 0.9rem !important;
    }

    /*14px*/
    .font-size-lg-3-5 {
        font-size: 1rem !important;
    }

    /*14px*/
    .font-size-lg-4 {
        font-size: 1.15rem !important;
    }

    /*18px*/
    .font-size-lg-5 {
        font-size: 1.3rem !important;
    }

    /*21px*/
    .font-size-lg-6 {
        font-size: 1.45rem !important;
    }

    /*23px*/
    .font-size-lg-7 {
        font-size: 1.6rem !important;
    }

    /*26px*/
    .font-size-lg-7-5 {
        font-size: 1.9rem !important;
    }

    /*26px*/
    .font-size-lg-8 {
        font-size: 2.2rem !important;
    }

    /*35px*/
    .font-size-lg-9 {
        font-size: 2.75rem !important;
    }

    /*45px*/
    .font-size-lg-10 {
        font-size: 3rem !important;
    }

    /*50px*/
    .font-size-lg-11 {
        font-size: 3.75rem !important;
    }

    /*60px*/
    .font-size-lg-12 {
        font-size: 4.4rem !important;
    }

    .font-size-lg-13 {
        font-size: 5rem !important;
    }

    /*80px*/
    .font-size-lg-14 {
        font-size: 6rem !important;
    }

    .show-br-lg br {
        display: initial;
    }

    #bottom-left {
        position: absolute;
        left: 0px;
        bottom: 0px;
        max-width: 340px;
        margin: 2.5%;
    }

    #bottom-right {
        position: absolute;
        right: 0px;
        bottom: 0px;
        max-width: 400px;
        margin: 2.5%;
    }
}

@media(min-width:1200px) {
    .grid-container {
        max-width: 90%;
    }

    .font-size-xl-1 {
        font-size: 0.6rem !important;
    }

    /*10px*/
    .font-size-xl-2 {
        font-size: 0.7rem !important;
    }

    /*11px*/
    .font-size-xl-3 {
        font-size: 0.9rem !important;
    }

    /*14px*/
    .font-size-xl-3-5 {
        font-size: 1rem !important;
    }

    /*14px*/
    .font-size-xl-4 {
        font-size: 1.15rem !important;
    }

    /*18px*/
    .font-size-xl-5 {
        font-size: 1.3rem !important;
    }

    /*21px*/
    .font-size-xl-6 {
        font-size: 1.45rem !important;
    }

    /*23px*/
    .font-size-xl-7 {
        font-size: 1.6rem !important;
    }

    /*26px*/
    .font-size-xl-8 {
        font-size: 2.2rem !important;
    }

    /*35px*/
    .font-size-xl-9 {
        font-size: 2.75rem !important;
    }

    /*45px*/
    .font-size-xl-10 {
        font-size: 3rem !important;
    }

    /*50px*/
    .font-size-xl-11 {
        font-size: 3.75rem !important;
    }

    /*60px*/
    .font-size-xl-13 {
        font-size: 5rem !important;
    }

    /*80px*/
    .font-size-xl-14 {
        font-size: 6rem !important;
    }

    .show-br-xl br {
        display: initial;
    }

    header#main-menu .container-fluid {
        max-width: 95%;
    }
}

@media(min-width:1200px) {
    .grid-container {
        max-width: 90%;
    }
}

@media(min-width:1400px) {
    .grid-container {
        max-width: 1300px;
        width: 100%;
    }
}

@media(max-width:1275px) {
    #social-main-menu {
        display: none;
    }
}

@media(max-width:1200px) {
    .page-id-15204 ul#newsletter-archives {
        columns: 1;
    }
}

@media(max-width:992px) {
    #vertical-space {
        display: none !important;
    }

    section#accueil {
        padding-top: 120px;
    }

    section#accueil,
    section#accueil .section-h-100 {
        min-height: calc(100vh - 120px) !important;
    }

    .progress {
        width: calc(100% - 1.333333% - 170px);
    }

    #newsletter-col {
        padding-left: 62px;
        margin-top: -49px;
    }

    #logo-clusis {
        height: 105px;
        padding: 15px 0px 0px 0px;
    }

    g#logo-date {
        display: none;
    }

    .grid-sizer,
    .grid-item {
        width: 50%;
    }

    .progress {
        display: none;
    }
}

@media(max-width:768px) {
    #accueil-events .container-fluid {
        max-width: 100%;
    }

    .logo-collaborateurs {
        max-height: 700px;
    }

    #reseau {
        padding: 4rem 8rem;
    }

    .reseau-logo {
        max-width: 90px;
    }

    .header-transparent #standard-top-page .row {
        padding-top: 105px;
    }

    #standard_slogan>img {
        position: absolute;
        width: 100%;
        height: auto !important;
        min-height: 310px;
        object-fit: cover;
    }

    #standard_slogan {
        margin-bottom: 140px;
    }

    #standard_slogan .carousel.slide.carousel-fade.pointer-event {
        min-height: 160px;
    }

    #standard-slogan-content {
        padding-top: 30px;
    }
}

@media(max-width:576px) {
    .logo-collaborateurs {
        max-height: initial;
    }

    .ml-20,
    .ml-30 {
        margin: auto;
    }

    /*.title-line-section.space-bottom-2 {
    padding: 12px;
}
    .title-line-section.space-bottom-2 .line {
    display: none;
}*/
    .px-sm-12px {
        padding: 12px;
    }

    .logo-collaborateurs a.logo:first-child {
        margin-top: 0px !important;
    }

    #reseau {
        padding: 4rem 6rem;
    }

    .grid-sizer,
    .grid-item {
        width: 100%;
    }
}

@media(max-width:400px) {
    .logo-sponsors img {
        margin: 0 auto;
        display: block;
    }

    .post-type-archive-sponsors section.bg-white h2 {
        margin-top: 1rem;
    }
}