/*
	Theme Name: esclarmonde
	Theme URI: etienneetienne.com
	Description: HTML5 WordPress Theme
	Version: 1
	Author: Edouard Corfu
	Author URI: etienneetienne.com
*/
/*------------------------------------*\
	SMOOTH LOADING
\*------------------------------------*/
html body.loading {
    opacity: 0;
    display: none;
}

html body.loading #page {
    display: none;
}

html body {
    transition: all 0.3s ease;
    opacity: 1;
}

#page {
    display: block;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
html,
body {
    margin: 0;
}

body {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
    color: #4c5151;
    overflow-x: hidden;
    font-size: 1.1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
}

strong {
    font-weight: 600;
}

a img {
    border: 0px;
}

a {
    color: #389818;
    transition: all 0.5s ease;
}

a:hover {
    text-decoration: none;
}

a:focus,
a:hover {
    color: #389818;
    text-decoration: none;
    outline: none;
}

.btn,
.btn:hover,
.btn:focus {
    outline: none;
    box-shadow: none;
    color: #fff;
}

.hentry h1,
.hentry h2,
.hentry h3,
.hentry h4,
.hentry h5,
.hentry h6 {
    margin-bottom: 1rem;
}

.pagetitle {
    color: #4d5252;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 2.5rem;
}

ul a[href*=pdf]:not(.btn):before {
    font-family: "Material Icons";
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga' 1;
    font-style: normal;
    text-transform: none;
    line-height: 1;
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    content: '\e258';
    vertical-align: bottom;
}

ul.gfield_checkbox a:before {
    display: none !important;
}

.green {
    color: #389818;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/
input,
button,
.btn,
.form-control {
    border-radius: 0;
    text-shadow: none;
}

input[type=password],
input[type=text],
input[type=number],
input[type=email],
input[type=date],
select,
textarea,
select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select:not([multiple=multiple]) {
    height: calc(2.25rem + 2px);
}

#gform_confirmation_message_1 {
    margin-bottom: 1rem;
}

.custom-control-label::after,
.custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 2rem;
    padding-left: 1.9rem;
    line-height: 1.9rem;
}

.btn {
    color: #fff;
    background-color: #043464;
    border-color: #043464;
}

.boutonline .btn:hover,
.btn-primary,
.btn-primary:hover {
    color: #fff;
    background-color: #389818;
    border-color: #389818;
}

.outline {
    color: #389818;
    background-color: transparent;
    border: 2px solid #389818;
}

.outline:hover {
    color: #fff;
    background-color: #389818;
    border: 2px solid #389818;
}

html body .round,
html body .round:hover {
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    line-height: 43px !important;
    text-align: center;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
}

html body a.round+a {
    padding-left: 5px;
}

.gform_fields,
.gform_fields ul {
    margin: 0;
    padding: 0;
}

.gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    font-size: 1.1rem;
}

.gform_fields li.nolabel>label {
    display: none;
}

.gform_fields li {
    list-style: none;
}

.gform_fields>li:not([class*=col]) {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.ginput_complex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ginput_complex span {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1rem;
}

.ginput_complex span label {
    font-size: 80%;
    opacity: 0.6;
}

.ginput_complex span.ginput_full {
    flex: 0 0 100%;
    max-width: 100%;
}

.ginput_complex span.ginput_left,
.ginput_complex span.ginput_right,
.ginput_complex span[class*=name_] {
    flex: 0 0 50%;
    max-width: 50%;
}

.validation_message {
    color: #cd1728;
    font-size: 80%;
}

#gform_fields_3 .validation_message {
    color: #f8d7da;
}

.validation_error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.gform_footer {
    position: relative;
}

.gform_footer img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ui-datepicker-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ui-datepicker-title select {
    height: auto;
    width: auto;
}

.alert-secondary {
    background-color: #f8f8f8;
    border-color: #ededed;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
#header {
    padding: 2rem 0;
    position: relative;
    z-index: 9;
    background: #043464;
}

.home #header {
    background: none;
    position: absolute;
    top: 0;
    width: 100%;
}

#menutop a {
    color: #fff;
    margin-left: 2rem;
    cursor: pointer;
}

#menutop a i {
    font-size: 32px;
    position: relative;
    top: 4px;
}

.menutitle {
    padding-left: 0.4rem;
    font-size: 1.6rem;
    vertical-align: bottom;
}

.hamburger {
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible;
    padding: 0.5rem 0 0 0;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s;
}

form.search {
    width: 100%;
    padding: 4rem 0 0;
    display: flex;
}

.search-input {
    flex: 1;
    padding: 1rem;
    border-radius: 0;
}

#eduqua img {
    max-width: 80px;
    margin-top: 1rem;
}

#page {
    transition: transform 0.75s cubic-bezier(.19, 1, .22, 1);
}

.overlay {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s cubic-bezier(.19, 1, .22, 1), visibility .5s steps(1, end);
    z-index: 999;
}

#mainnav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background: #fff;
    z-index: 200;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.75s cubic-bezier(.19, 1, .22, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
}

#mainnav>ul {
    padding: 0 2rem;
    width: 100%;
    list-style: none;
}

#mainnav ul li a {
    display: block;
    padding: .5rem;
    font-weight: 600;
    color: #043464;
    font-size: 1.6rem;
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

#mainnav ul li.menu-item-has-children>a:after {
    content: "+";
    padding-left: 1rem;
    display: inline-block;
    opacity: 0.6;
}

#mainnav ul li.open>a:after {
    content: "-";
}

#mainnav ul li:first-of-type a {
    transition-delay: 0s
}

#mainnav ul li:nth-child(2) a {
    transition-delay: .05s
}

#mainnav ul li:nth-child(3) a {
    transition-delay: .1s
}

#mainnav ul li:nth-child(4) a {
    transition-delay: .15s
}

#mainnav ul li:nth-child(5) a {
    transition-delay: .2s
}

#mainnav ul li:nth-child(6) a {
    transition-delay: .25s
}

#mainnav ul li:nth-child(7) a {
    transition-delay: .3s
}

#mainnav ul li:nth-child(8) a {
    transition-delay: .35s
}

#mainnav ul li:nth-child(9) a {
    transition-delay: .4s
}

#mainnav ul li:nth-child(10) a {
    transition-delay: .45s
}

#mainnav ul li:nth-child(11) a {
    transition-delay: .5s
}

#mainnav .sub-menu {
    display: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    list-style: none;
}

#mainnav .logomenu {
    max-width: 100px;
    margin: 2rem 0 1rem 0;
}

#mainnav ul.sub-menu li {
    list-style: none;
    width: 100%;
}

#mainnav ul.sub-menu li a {
    font-size: 1.2rem;
    padding: 0.7rem 1rem;
    line-height: 1.2rem;
}

#mainnav ul.sub-menu li ul li a {
    font-size: 1rem;
    padding: 0rem 1rem;
}

#mainnav ul li.current-menu-parent>.sub-menu,
#mainnav ul li.current-menu-item>.sub-menu {
    display: flex;
}

#mainnav ul li a:hover {
    color: #389818;
}

#mainnav ul li.current-menu-parent>a,
#mainnav ul li.current-menu-item>a {
    color: #389818;
}

html body.menu-active #mainnav ul li a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

html body.menu-active #mainnav {
    transform: translate3d(0, 0, 0);
}

html body.menu-active {
    overflow: hidden !important;
}

html body.menu-active #page {
    transform: translate3d(-40%, 0, 0);
}

html body.menu-active .overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity .6s cubic-bezier(.19, 1, .22, 1), visibility .6s steps(1, start);
}

#searchbox {
    display: none;
}

/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/
#slideshow {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: calc(100vh - 135px);
    min-height: 40em;
    overflow: hidden;
    position: relative;
}

#slider {
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
}

#slideshow .caption {
    display: none;
    width: 100%;
    margin: 0;
    color: #fff;
    z-index: 2;
}

.boutonline {
    margin: 2rem 0 4rem 0;
    width: 100%;
    color: #fff;
    z-index: 2;
}

.boutonline .btn {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.8rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    cursor: pointer;
    text-align: left;
    position: relative;
    transition: all 0.75s cubic-bezier(.19, 1, .22, 1);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.boutonline .btn:last-child {
    border: none;
}

.boutonline .btn_text {
    padding-left: 1rem;
    display: block;
    line-height: 2rem;
    letter-spacing: 2px;
}

.boutonline .btn_icon {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translate(0, -50%);
}

.boutonline .btn strong {
    display: block;
    letter-spacing: 0px;
}

#slideshow .slidelink {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .08);
}

#slideshow .caption i {
    background: #0a6fb8;
    color: #fff;
    padding: 0.7rem;
    border-radius: 50%;
    font-size: 2rem;
}

#slideshow .caption .title {
    font-size: 5rem;
    margin: 0;
    line-height: 4rem;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

#slideshow .caption .description {
    font-size: 2rem;
    margin-top: 0.8rem;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

#slideshow .vegas-timer {
    height: 5px;
}

#slideshow .arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 100px);
    transform: translate(-50%, -50%);
}

#slideshow .vegas-timer-progress {
    background: rgba(255, 255, 255, 0.3);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: 0;
    min-height: 50vh;
}

.modal-body {
    padding: 0;
}

.modal-open .modal {
    background: #043464;
    color: #fff;
}

#inscription {
    background: #4c5151;
}

.modal-dialog {
    max-width: 100%;
    margin: 2rem 0;
}

.modal .close {
    color: #fff;
    cursor: pointer;
}

.modal .close i {
    font-size: 3.5rem;
}

.modal .hamburger {
    margin-top: 1rem;
}

.headerpopup {
    margin-bottom: 4rem;
}

.popup .maintitle {
    margin-bottom: 4rem;
}

.popup article.story .a_title a {
    color: #fff;
}

.popup article.story .a_img {
    margin-top: 1.5rem;
}

.popup article .picto {
    max-width: 80px;
    margin-right: 1rem;
}

.popup article .picto img {
    max-width: 122px;
}

.popup ul {
    margin: 1rem 0 0 0;
    padding: 0 0 0 1rem;
}

.popup ul li {
    padding: 0.4rem 0;
}

#popup_0 .row .col {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#popup_0 .row .col:last-child {
    border: none;
}

#popup_2 .row .col,
#popup_1 .row .col {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#popup_2 .row .col .item,
#popup_1 .row .col .item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 20px;
}

#popup_1 .media {
    align-items: center;
    flex-direction: column;
    text-align: center;
}

@media(min-width:768px) {

    #popup_1 .story:nth-child(2),
    #popup_1 .story:nth-child(7) {
        margin-left: 33%;
    }
}

@media(min-width:992px) {

    /*
    .term-formations-professionnelles #archive_formations .articlelist .col-lg-4:nth-child(2) {
        margin-left: 33%;
    }
  */
    .term-formations-professionnelles #archive_formations .articlelist .col-lg-4:nth-child(2),
    .term-formations-professionnelles #archive_formations .articlelist .col-lg-4:nth-child(8),
    .term-formations-professionnelles #archive_formations .articlelist .col-lg-4:nth-child(5) {
        transform: translate(0, 115px);
    }
  
}

#contacttel {
    text-align: center;
    background: #f8f8f8;
    padding: 2rem 0;
    font-size: 2rem;
}

#contacttel .container {
    position: relative;
}

#contacttel .goto {
    position: absolute;
    right: 0;
    top: -60px;
    transform: translate(0, 5px);
    z-index: 99;
}

#articles {
    padding: 4rem 0;
}

article.item {
    position: relative;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

article.item .a_content {
    flex: 1;
}

#articles article.item .a_content {
    min-height: 252px;
}

article.item .a_img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0.5rem;
}

article.item .a_img:before {
    content: "";
    padding-top: 62.5%;
    display: block;
}

article.item .a_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.25, .46, .45, .94);
}

article.item .a_img a:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

article.item .a_excerpt {
    margin: 0.4rem 0 0.8rem 0;
    display: block;
    width: 100%;
}

article.item .sticky {
    position: absolute;
    right: 0;
    top: 0;
    background: #389818;
    color: #fff;
    padding: 0.2rem 0.5rem;
    z-index: 999;
}

article.item .a_cat {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

article.item .a_cat.cours {
    display: none;
}

article.item .a_cat i {
    vertical-align: bottom;
}

article.item .a_title a {
    color: #043464;
    padding-bottom: 0.2rem;
    display: block;
    width: 100%;
}

.articlelist article.item {
    height: calc(100% - 2rem);
}

.slickslider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #999;
}

.slickslider .slick-arrow i {
    font-size: 3rem;
}

.slickslider .prevslide {
    left: -50px;
}

.slickslider .nextslide {
    right: -50px;
}

#stages {
    padding: 4rem 0;
    background: #f2f2f2;
}

#stages .maintitle {
    margin-bottom: 2rem;
}

.stage {
    margin-bottom: 2rem;
}

.stage .a_title a {
    color: #043464;
}

.calendar {
    background: #fff;
    padding: 0.5rem;
    text-align: center;
}

.calendar .month {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
}

.calendar .day {
    display: block;
    font-size: 1.4rem;
    color: #339900;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
#main {
    padding: 2rem 0 0 0;
}

.maintitle {
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 1rem;
}

.breadcrumbs {
    padding: 0 0 2rem 0;
}

.breadcrumbs a {
    color: #43659a;
}

.categories {
    padding: 0rem;
    background: #f2f2f2;
}

.categories a {
    padding: 0.5rem 0.5rem;
    display: block;
    position: relative;
}

.categories a:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #bbb;
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translate(0, -50%);
}

.categories li:last-child a:after {
    display: none;
}

.list-group-item,
.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}

#administrationlist {
    column-count: 2;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

.admin_list {
    width: 100%;
    display: inline-block;
}

/*------------------------------------*\
    Formation
\*------------------------------------*/
article.type-formation .picto {
    max-width: 120px;
}

article.type-formation .banner:before {
    padding-top: 56%;
}

article.type-formation .pagetitle {
    font-size: 3rem;
    line-height: 3rem;
}

#archive_formations .articlelist {
    justify-content: space-between;
}

#archive_formations .picto {
    max-width: 120px;
}

.single-formation .boutonline .btn:hover {
    background: #389818;
    border-color: #389818;
}

.single-formation .boutonline {
    margin: 4rem 0;
}

.accordion .card-header h5 {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.accordion .card-header h5:before {
    content: "+";
    background: #f8f8f8;
    padding: 0.2rem;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 10px;
    border-radius: 50%;
    color: #999;
    margin-right: 1rem;
}

.accordion .card-header[aria-expanded=true] h5:before {
    content: "-";
}

.accordion .card-header[aria-expanded=true] h5 {
    color: #389818;
}

#the_tabs {
    margin: 3rem 0 2rem 0;
}

#the_tabs img {
    max-width: 100%;
    height: auto;
}

#the_tabs .tab-content {
    border-left: 2px solid #ededed;
    background: #f8f8f8;
}

#the_tabs .tab-pane {
    padding: 2rem 1rem;
}

#the_tabs .tab-content ul {
    margin: 0 0 1rem 1.5rem;
    padding: 0;
}

#the_tabs .tab-content ul li {
    list-style: square;
    padding: 0.1rem 0;
}

#myTab {
    padding: 0;
    border: none;
}

#myTab .nav-item {
    margin-bottom: 0px;
}

#myTab li a.nav-link {
    background: #fff;
    color: #666;
    /*999*/
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    border: none;
    border-bottom: 1px solid #f8f8f8;
    border-radius: 0;
}

#myTab li a.nav-link:hover {
    color: #389818;
    font-weight: 500;
}

#myTab li a.active {
    color: #043468;
    border-left: 2px solid #043468;
    background: #f8f8f8;
    position: relative;
}

@media(min-width:768px) {
    #myTab li a.active:after {
        content: "";
        height: 100%;
        width: 2px;
        background: #f8f8f8;
        right: -2px;
        top: 0;
        position: absolute;
        z-index: 999;
    }
}

#myTab .btn {
    align-self: baseline;
    display: block;
    width: 80%;
}

.banner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.banner:before {
    content: "";
    padding-top: 52.3%;
    display: block;
}

.banner img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.25, .46, .45, .94);
}

.accordion .card-header {
    cursor: pointer;
    background: #fff;
    padding: .75rem;
    border-bottom: none;
}

.accordion .formateur {
    line-height: 1.2rem;
}

.card-body .formateur img {
    max-width: 64px;
}

.small img {
    max-width: 50px;
}

.formateur_sidebar strong {
    display: block;
}

.form-inline,
.form-inline input {
    display: inline-block;
    width: auto;
}

.alert {
    border-radius: 0;
}

.alert p {
    display: inline-block;
    margin: 0 0.5rem 0 0;
}

.card {
    border-radius: 0;
    margin-bottom: 0.5rem;
}

.type-cours .session {
    padding: 0.5rem 1rem;
    background: #4c5151;
    color: #fff;
    margin: 0.5rem 0;
}

.type-cours .complet {
    color: #721c24;
    background: #f8d7da;
}

.type-cours .badge {
    float: right;
}

.type-cours .session .nav-link {
    padding: 0;
}

.type-cours .card-title {
    color: #43659a;
}

.type-cours .card-text {
    margin: 0;
}

.type-cours .card-link {
    margin-top: 0rem;
    display: inline-block;
}

.type-cours .card-link i {
    vertical-align: bottom;
}

/*------------------------------------*\
    SINGLE POST
\*------------------------------------*/
.articlelist .item {
    margin-bottom: 2rem;
}

article.item .a_meta {
    padding-left: 1rem;
    border-left: 5px solid #f2f2f2;
}

article.item .a_date {
    padding: 0.5rem 0;
    color: #043464;
}

article.item .a_share {
    padding: 1rem 0 0.5rem 0;
}

.pagination {
    margin-top: 1rem;
    padding: 0.5rem;
    background: #f2f2f2;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#partners {
    padding: 3rem 0;
    border-top: 5px solid #f2f2f2;
    margin: 0 auto;
}

#partners .slide {
    position: relative;
    min-height: 130px;
}

#partners .logopartner {
    position: absolute;
    padding: 0 5%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

#footer {
    margin: 0 auto;
    padding: 4rem 0;
    background: #4c5151;
    color: #fff;
}

#footer a {
    color: #fff;
}

ul.menufooter li>a {
    font-size: 1.2rem;
}

ul.menufooter .sub-menu {
    display: none;
    margin: 0;
    padding: 0 0 0 1rem;
    flex-wrap: wrap;
    list-style: square;
}

ul.menufooter .sub-menu a {
    font-weight: 500;
    font-size: 1rem;
}

ul.menufooter li.menu-item-has-children>a:after {
    content: "+";
    padding-left: 1rem;
    display: inline-block;
    opacity: 0.6;
}

ul.menufooter li.open>a:after {
    content: "-";
}

#footer h4 {
    text-transform: uppercase;
    font-weight: 500;
}

#footer .icon-facebook-square {
    font-size: 1.75rem;
}

#gform_wrapper_1 {
    margin: 0 0 2rem;
    background: none;
}

#gform_wrapper_1 .form-group {
    margin-bottom: 0.5rem;
}

#gform_wrapper_1 ul li label {
    display: none;
}

#gform_wrapper_1 ul li input {
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

html body #gform_wrapper_1 div.ginput_container {
    padding-right: 0px;
}

#gform_wrapper_1 ul li input::placeholder {
    color: #fff;
}

#gform_submit_button_1 {
    border: #389818;
    background: #389818;
    color: #fff;
    padding: 0.28rem 2rem;
}

#copyright {
    padding: 1rem 0;
    color: #999;
}

#copyright a {
    color: #999;
}

#footer .gform_wrapper div.validation_error {
    display: none;
}

#footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}

html body .gform_wrapper .field_description_below .gfield_description {
    padding: 0.5rem;
}

/*------------------------------------*\
    Gmap
\*------------------------------------*/
.acf-map {
    width: 100%;
    height: 600px;
    margin: 0 0 1rem 0;
}

.markercontent h3,
.markercontent {
    color: #333;
}

/* ----- ICONS ----- */
@font-face {
    font-family: "minsocial";
    src: url("fonts/minsocial.eot");
    src: url("fonts/minsocial.eot?#iefix") format("embedded-opentype"), url("fonts/minsocial.woff") format("woff"), url("fonts/minsocial.ttf") format("truetype"), url("fonts/minsocial.svg#minsocial") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "minsocial" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "minsocial" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\61";
}

.icon-instagram:before {
    content: "\63";
}

.icon-linkedin:before {
    content: "\64";
}

.icon-twitter:before {
    content: "\65";
}

.icon-youtube:before {
    content: "\66";
}

.icon-facebook-square:before {
    content: "\62";
}

/*------------------------------------*\
    TOOLS
\*------------------------------------*/
.margtop1 {
    margin-top: 1rem;
}

.margtop2 {
    margin-top: 2rem;
}

.margtop3 {
    margin-top: 3rem;
}

.margtop2 {
    margin-top: 2rem;
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
}

.mobile-only {
    display: none !important;
}

@media only screen and (max-width: 992px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .tablet-hide {
        display: none !important;
    }
}

.scrollanim {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes showdown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
}

@keyframes showdown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
}

.showdown {
    -webkit-animation-name: showdown;
    animation-name: showdown
}

@-webkit-keyframes showup {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes showup {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.showup {
    -webkit-animation-name: showup;
    animation-name: showup
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table_cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.delay01 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.delay02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay03 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.delay04 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay05 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay06 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay07 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay08 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay09 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.delay1,
.delay10 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/*------------------------------------*\
    WORDPRESS
\*------------------------------------*/
.attachment img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium {
    max-width: 100%;
    height: auto
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px
}

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

img.aligncenter,
img.alignleft,
img.alignright {
    margin-bottom: 12px
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important;
    padding: 4px;
    text-align: center
}

.wp-caption img {
    margin: 5px 5px 0
}

.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px
}

.wp-smiley {
    margin: 0
}

.gallery {
    margin: 0 auto 18px
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px
}

.gallery dl {
    margin: 0
}

.gallery img {
    border: 10px solid #f1f1f1
}

.gallery br+br {
    display: none
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media (min-width: 1280px) {}

@media (max-width: 1280px) {}

@media (max-width: 1200px) {}

@media (min-width: 992px) {


    html body .row.spaced {
        margin-left: -40px;
        margin-right: -40px;
    }

    html body .row.spaced div[class*=col] {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 992px) {
    .boutonline .btn {
        font-size: 1.3rem;
    }

    .boutonline .btn_text {
        line-height: 1.7rem;
    }

    #slideshow .caption .title {
        font-size: 3rem;
        margin: 0;
        line-height: 2.2rem;
    }

    #slideshow .caption .description {
        font-size: 1.6rem;
        margin-top: 1rem;
    }

    #popup_0 .col {
        min-width: 100%;
        border: none !important;
    }

    .formateur img {
        max-width: 80px !important;
    }

    .banner {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    html body .gform_wrapper ul.gform_fields>li.gfield {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #administrationlist {
        column-count: 1;
    }

    .searchtrigger {
        display: none;
    }

    #eduqua img {
        max-width: 80px;
        margin-top: 0.5rem;
    }

    .logo {
        display: block;
        margin-top: 0.4rem;
    }

    .logo img {
        max-width: 180px;
    }

    #menutop a {
        margin-top: 0.1rem;
    }

    .menutitle {
        display: none;
    }

    #menutop a {
        margin-left: 1rem;
        padding: 0.5rem 0;
    }

    #menutop a i {
        top: -2px;
    }

    #menutop {
        margin: 0;
    }

    #the_tabs .btn {
        order: 0;
        white-space: inherit;
        margin-bottom: 0.5rem;
    }

    #the_tabs .btn.margtop1 {
        margin-bottom: 2rem;
    }

    #the_tabs .tab-pane {
        padding: 0.5rem;
    }

    .nav-tabs .nav-item {
        order: 1;
    }

    html body .popup .row.spaced div[class*=col],
    #footer .row.spaced div[class*=col] {
        margin-bottom: 2rem;
    }

    .slickslider .nextslide {
        right: -35px;
    }

    .slickslider .prevslide {
        left: -35px;
    }

    #mainnav {
        width: 60%;
    }

    html body.menu-active #page {
        transform: translate3d(-60%, 0, 0);
    }

    .mobile-hide {
        display: none !important;
    }

    #popup_2 .row .col .item,
    #popup_1 .row .col .item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #myTab .btn {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    #eduqua img {
        max-width: 50px;
        margin-top: 0.7rem;
    }

    #page,
    html body {
        overflow-x: hidden;
    }

    .slick-arrow,
    #contacttel .goto,
    .searchtrigger {
        display: none !important;
    }

    .modal .hamburger {
        margin-top: 0.2rem;
    }

    .searchtrigger {
        margin-right: 0.2rem;
    }

    #mainnav {
        width: 80%;
    }

    html body.menu-active #page {
        transform: translate3d(-80%, 0, 0);
    }

    .boutonline {
        margin: 1rem 0 4rem 0;
    }

    #slideshow .caption .title {
        font-size: 1.8rem;
        margin: 0;
        line-height: 1;
    }

    #slideshow .caption .description {
        font-size: 1.1rem;
        margin-top: 0.5rem;
    }

    #slideshow .caption .col-2 img {
        max-width: 150%;
    }

    #slideshow {
        height: 100vh;
    }

    .boutonline .btn {
        font-size: 1.1rem;
        padding: 0.4rem;
    }

    .boutonline .btn_text {
        line-height: 1.3rem;
    }

    #contacttel {
        font-size: 1rem;
    }

    #contacttel i {
        position: relative;
        top: 4px;
    }

    .maintitle {
        font-size: 1.9rem;
    }

    #mainnav ul li a {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    #mainnav>ul {
        padding: 0 1rem;
    }

    #mainnav .logomenu img {
        max-width: 80px;
    }

    #mainnav ul.sub-menu li a {
        font-size: 1rem;
    }

    .popup .maintitle {
        margin-bottom: 1rem;
    }

    .headerpopup {
        margin-bottom: 1rem;
    }

    #stages,
    #articles {
        padding: 2rem 0;
    }

    #stages .stage .col-3 {
        padding-right: 0;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}


.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn,
.warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a,
.warning-cacsp-iframe-content .warning-cacsp-object-content-button a,
.warning-cacsp-object-content .warning-cacsp-iframe-content-button a,
.warning-cacsp-object-content .warning-cacsp-object-content-button a,
.modal-cacsp-position .modal-cacsp-box {
    border-radius: 0px !important;
}