/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('admin.css');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --main-color:#005694;
    --clair-color: #0088B9;
    --dark-color: #003a66;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}



/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    width: 100vw !important;
    overflow-x: hidden;
}


blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h2 a:hover {
    text-decoration: none;
}

/* =============================================
    00. Preloader
================================================ */

/*
#loader {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #005D9F;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #8E342F;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #E49B00;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
*/
.tableau-cookie tr, .tableau-cookie td {
    border: 1px solid black;
    padding: 10px;
}

/* =============================================
================================================ */
.slidesNumber {
    font-size: 20px;
    font-weight: 600;
    opacity: 0.6;
    color: #015496;
}
/*.slidesNumber2 {*/
/*    left: 20px;*/
/*    bottom: 150px;*/
/*    color: white;*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*}*/
.button-search {
    padding: 11px 23px;
    border-radius: 5px;
    border: 1px solid white;
    color: white;
    font-weight: 700;
    background-color: #377D9C;
    margin-left: 1em;
}
.button-search-keyword {
    padding: 16px 23px;
    border-radius: 5px;
    border: 1px solid white;
    color: white;
    font-weight: 700;
    background-color: #0168a8;
    font-weight: 400;
}

.button-search-keyword-mobile {
    padding: 16px 23px;
    border-radius: 5px;
    border: 1px solid white;
    color: white;
    font-weight: 700;
    background-color: #0168a8;
    margin-left: 1em;
    font-weight: 400;
    display:none;
}

/*Media queries*/
@media (max-width: 768px) {

    .button-search-keyword {
        display:none;
    }
    .button-search-keyword-mobile {
        display:flex;
    }
}

.button-search .fa-magnifying-glass {
    color: white;
}

.autocomplete-input {
    width: 100%;
    height: 100%;
    border-style: solid !important;
    border-collapse: collapse;
    border-radius: 0px !important;
    padding: 28px 16px !important;
    margin:0px !important;
    font-size: 16px;
    font-weight: 400;
}

/*supprimer le style de la barre de recherche au focus*/
.autocomplete-input:focus {
    outline: none;
    border: none;
}

.search-none {
    display: block;
}
.loupe-search {
    margin-left: 10px;
}
html {
    font-family: "Barlow" !important;
    overflow-x: hidden;
    width: 100vw !important;
    /* 	overflow-y: hidden; */

}

select option {
    font-family: "Barlow";
}

#MainBanner {
    width: 100vw;
    height: 100vh;
    padding: 0;
    padding-bottom: 100px;
    margin-bottom: 30px;
}
#MainBanner .slick-list, #MainBanner .slick-list .slick-track
{
    height: 100%;
}

body {
    overflow: hidden;
}

p {
    line-height: 1.75;
    margin-bottom: 10px;
}

strong {
    font-weight: bold;
}

#menu {
    width: 100%;
}

.slick-next {
    display: none !important;
}

#logo {
    height: 90px;
    margin-left: 0px;
}

#logofooter {
    width: 50%;
    height: auto;
    object-fit: contain;
}
.footerImage
{
    clip-path: polygon(5% 0%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 25%);
    height: 25vh;
}

.newsletter {
    width: 40%;
    height: 100%;
}

.logoMenu img {
    /* 		height: 120px; */
    /* 		height: 110px; */
    height: auto;
}

#logoContainer {
    position: absolute;
    top: 50px;
    padding-left: 60px;

}

#logo_fse {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: auto;
    top: auto;
    z-index: 5;
    width: 100%;
    /*     clip-path: polygon(0 0, 92% 27%, 100% 100%, 0% 100%); */
    clip-path: polygon(0 0, 80% 20%, 95% 100%, 70% 100%, 0 100%);
    background: #fff;
    /*     height: 12vh; */
    /* 	padding: 50px; */
    padding: 50px 70px 30px 35px;
}

#logo_fse img {
    width: 85%;
}

.conteneur {
    padding-left: 50px;
    padding-right: 50px;
}

h2 {
    color: #005D9F !important;
    font-family: Barlow, sans-serif !important;
    font-size: 30px;
    font-weight: 700 !important;
    line-height: 30px;
    margin-bottom: 40px !important;
    margin-top: 40px !important;
}

.title-wrapper h2 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.bluetitle{
    color: #005D9F;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 40px;
}

.bannerItem .col-lg-5 {
    padding-top: 170px;
}

.citation {
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 40px;
    color: #00374E;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 30px;
    max-width: calc(100% - 200px);
    z-index: 10;

    margin-left: -15px;
}

#contenuDuSite h3 {
    color: #005D9F;
    text-transform: uppercase;
    font-size: 1.75em;
    padding-bottom: 1em;
    line-height: 1.5em;
}

#contenuDuSite h4 {
    text-align: left;
    color: #005D9F;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 1em 0;
}

#contenuDuSite h4 a:hover {
    text-decoration: none;
}

#contenuDuSite h5 {
    text-align: left;
    color: #005D9F;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 1em 0;
    font-size: 1.25em;
}

#contenuDuSite .containerFormationCustom h6 {
    text-align: left;
    color: #005D9F;
    font-weight: normal;
    /* 		text-transform: uppercase; */
    margin: 0;
    padding: 1em 0;
    font-size: 1em;
}

#contenuDuSite a {
    font-weight: normal;
}

a {
    color: #005D9F;
    font-weight: bold;
}

#contenuDuSite img {
    height: auto;
    position: relative;
    max-width: 100%;
}

#VerticalMenu {
    position: fixed;
    right: 0;
    top: 0;
    background: white;
    z-index: 10;
    height: auto;
    padding: 0px 12px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    transition: ease .2s;
    transition: ease-in-out .5s;
    height: 50vh;
    z-index: 199;

}

#VerticalMenu::after {
    content: " ";
    display: block;
    height: 100px;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    right: 0px;
    z-index: -1;
    bottom: -50px;
    transform: skewY(30deg);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.container-custom {
    max-width: 1550px !important;
}

/*
#VerticalMenu.open:after
{
	bottom: 10%;
	-webkit-animation-name: after;
  -webkit-animation-duration: .5s;
  -webkit-animation-delay: .5s;
  animation-name: after;
  animation-delay: .5s;
  animation-duration: .5s;
}
@keyframes after {
  0%   {bottom: -50px;}
  100%  {bottom: 10%;}

}
*/

#VerticalMenu a,
#VerticalMenu div {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
}

#VerticalMenu.open,
#VerticalMenu.open::after {
    box-shadow: none;
}

#showMenu {
    padding-top: 45px;
    padding-bottom: 15px;
}

.burger {
    padding: 0 8px;
}

.burg {
    margin: auto;
    height: 18px;
    width: 25px;
    position: relative;
    margin: auto;

    cursor: pointer;
}

.burg span {
    height: 2px;
    display: block;
    position: absolute;
    width: 100%;
    background: #005497;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.burg span:nth-child(1) {
    top: 0;
    width: 100%;
}

.burg span.open:nth-child(1) {

    left: 100%;
    opacity: 0;
}

.burg span:nth-child(1),
.burg span:nth-child(4) {
    transition-delay: .5s;
}

.burg span.open:nth-child(1),
.burg span.open:nth-child(4) {
    transition-delay: 0s;
}

.burg span:nth-child(2),
.burg span:nth-child(3) {
    top: 8px;
    transition-delay: 0s;
}

.burg span.open:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center;
    transition-delay: .5s;
}

.burg span.open:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center;
    transition-delay: .5s;
}

.burg span:nth-child(4) {
    top: 16px;
    width: 100%;
}

.burg span.open:nth-child(4) {
    left: 100%;
    opacity: 0;
}


.itemToSlick {
    width: 100vw;
}

.arbre {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0 90%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0 90%, 0 0);
}

.row.valeurs {
    width: 100%;
}

.row.valeurs h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 1px;
    /* 		color: #fff; */
}

.row.valeurs a:hover {
    text-decoration: none;
}

.row.valeurs a:hover .valeurImg {
    transform: scale(1.05);
}

.valeurImg {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: ease-in-out .2s;
}

.row.page_val {
    margin: auto;
    margin-bottom: 0;
    height: auto;
    width: 80%;
    padding: 100px 0;
}

.contVal {
    padding-top: 100px;
    padding-bottom: 100px;
}

.bannerItem .valeurs h1 {
    width: 100%;
    color: #fff;
    justify-content: center;
    position: relative;
    font-size: 3em;
    font-weight: bold;
    margin: auto;
    display: inline-flex;
    margin: 1.5em;
}

.bannerItem .valeurs h1:after {
    display: none;
}

.row_val h2 {
    font-weight: normal;
    text-transform: uppercase;
    line-height: 0.8em;
}

.row_val a.callToAction.style1 {
    width: 50%;
    margin: 40px 0 20px 0;
    text-align: center;
    text-transform: uppercase;
}


.row_val .slick-dots {
    top: 100px;
    bottom: auto;
}

.contVal .btn_val {
    top: 0;
    bottom: 0;
    margin-top: -20%;
    width: 100%;
}

.btn_val button.arrow_left,
.btn_val button.arrow_right {
    margin: 0;
    position: absolute;
    top: 80%;
    bottom: auto;
    padding: 0;
    z-index: 10;
}

.btn_val button.arrow_left {
    left: auto;
    right: 20%;
}

.btn_val button.arrow_right {
    right: 10%;
    left: auto;
}

.btn_val button.arrow_left:before,
.btn_val button.arrow_right:before {
    font-size: 50px;
    color: #005497;
}

.btn_val button.arrow_left.slick-disabled,
.btn_val button.arrow_right.slick-disabled {
    opacity: .3;
}


.col_val .val_path {
    background: #F4F4F4;
    /* 	clip-path: polygon(0 10%, 100% 10%, 100% 65%, 0 75%); */
    /* 	-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 65%, 0 75%); */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 18% 100%, 0 80%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 18% 100%, 0 80%);
}

.col_val {
    margin-bottom: 10%;
}

.col_val>div.row {
    color: #000;
    padding: 5% 0;
    /* 	margin-top: -20%; */
}

.row_val .banner_ligne {
    right: auto;
    left: 0%;
    height: 300px;
    top: -20%;
}

.row_val .banner_ligne svg {
    height: 100%;
    width: 100%;
}

.col_val h3 {
    font-size: 1.5em;
    line-height: 1em;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.col_val h2 {
    /* 	font-size: 2em; */
    font-weight: bold;
    color: #005D9F;
    font-weight: 900;
    letter-spacing: 10px;
}

.col_val p {
    font-size: 1.2em;
    line-height: 1.5em;
    text-transform: uppercase;
}

.col_val h2 span:nth-child(1) {
    font-size: 20px;
    color: #93A4C6 !important;
}

.row_val i.arrow_right,
.row_val i.arrow_left {
    color: #005D9F;
    bottom: 0;
    right: 10%;
    bottom: 40%;
}


img.lightBoxImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 80vh;
    z-index: 99;
}

.col_gauche {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background: #F4F4F4;
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.banner_ligne {
    position: absolute;
    z-index: 1;
    right: 10%;
    bottom: 0;
    height: 400px;
    width: 200px;
}

.bannerItem.row {
    min-height: 70vh;
    height: auto;
}

.bannerItem.row.bannerValeurs {
    height: auto;
}

.bannerValeurs .arbre {
    clip-path: polygon(100% 0, 100% 100%, 22% 100%, 13% 80%, 0 77%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 22% 100%, 13% 80%, 0 77%, 0 0);
}

.bannerItemLeft {
    background: #F4F4F4;
    /*
 	clip-path: polygon(0 0, 100% 0, 100% 100%, 80% 100%, 50% 89%, 0 86%);
 	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 80% 100%, 50% 89%, 0 86%);
*/
}

.bannerItemLeftContenu {
    padding-top: 75px;
    padding-bottom: 75px;
    margin-left: 15%;
    margin-right: 15%;
}

.bannerContainerSlider .contenuBanner p {
    line-height: 1.2em;
}

i.fa-caret-left {
    margin-right: 50px;
    left: auto;
}

.z5 {
    z-index: 5;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

#menu {
    position: fixed;
    top: 0;
    right: -100%;
    padding-right: 50px;
    width: 100%;
    padding-bottom: 100px;
    background: #fff;
    z-index: 110;
}

.showed {
    display: none !important;
}

#menu.open {
    right: 0;
}

#fond_menu {
    display: none;
    position: fixed;
    z-index: 50;
    height: 60vh;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
}

#logomenu {
    position: absolute;
    top: 50px;
    left: 20px;
    height: 60px;
    display: none;
}

/*
.fa-ellipsis-v
{
	position: absolute;
	top: 0;
	left: 2px;
	bottom: 0;
	display: flex;
	margin: auto;
	font-size: 2em;
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}
	.fa-ellipsis-v:before
	{
		margin: auto;
		padding: 0 3px;
	}
*/

.bannerContainerSlider .contenuBanner p {
    margin-bottom: .5rem!important;
}

.bannerContainerSlider .contenuBanner p:nth-of-type(2) {
    font-weight: 600;
}

.bannerContainerSlider .contenuBanner p:nth-of-type(1), .bannerContainerSlider .contenuBanner p:nth-of-type(3) {
    font-size: 1.1rem!important;
}

.bannerContainerSlider a.plusInfo::before,  .bannerContainerSlider a.plusInfo::after {
    display: none;
}

.bannerContainerSlider a.plusInfo {
    justify-content: start!important;
    margin: 0 auto!important;
    width: fit-content;
    font-size: .8em;
    margin: 0 15%;
    padding: 0.3rem 1rem;
    background: #005496;
    color: white!important;
}


#menu>.row {
    padding-top: 50px;
}

.searchTitle {
    margin-top: 20px;
    display: block;
    margin-bottom: -15px;
    color: white;
}

#VerticalMenu #search {
    margin-bottom: 100px;
}

@media screen and (max-height: 768px) {
    #VerticalMenu #search {
        margin-bottom: 70px;
    }
}

#searchMenu, .searchMenu.fixed {
    background: #377D9C;
    display: block;
    width: 100%;
    padding: .75rem 2rem;
}

.searchMenu.fixed {
    top: 0;
    left: 50%;
    position: fixed;
    z-index: 90;
    transform: translateX(-50%);
    display: none;
    width: 60%;
}

.search-wrapper {
    position: absolute;
    z-index: 90;
    left: 0;
    bottom: 0;
    width: 100%;
}

#searchMenu .fa-caret-down.position-absolute, #searchMenu .fa-search.position-absolute
{
    right: 30px;
    top: 24px !important;
    left: auto;
    bottom: 0;
    top: 0;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    color: #377D9C;
}

.fa-magnifying-glass {
    top: 26px;
    right: 30px;
    font-size: 19px;
    color: #377D9C;
}

#searchMenu .border-none
{
    border: none !important;
}

#searchMenu input::placeholder, #searchMenu select
{
    text-transform: uppercase;
    color: #377D9C;
    font-weight: bold;
}

#searchMenu .arrow-menu
{
    height: 15px;
    width: 100%;
    text-align: right;

}
#searchMenu .arrow-menu svg
{
    height: 100%;
    width: auto;
    fill: #fff;
    cursor: pointer;
}

/*search box css start here*/

.search-slt {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;

    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wrn-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

#searchMenu h4 {
    color: #fff;
}

#searchMenu .col-10 div {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 220px;
}

.submenu div div ul li {
    list-style: none;
}

.citation::after {
    content: " ";
    display: block;
    height: 100%;
    width: 40px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    right: -20px;
    top: 0;
    transform: skewX(-30deg);
}

.section_site {
    padding: 150px 60px 150px 60px !important;
}

.section_site div p {
    /* 		font-size: 1.1em; */
    line-height: 1.75;
}

.section_site.section_demonstrateur div p {
    line-height: 1.25em;
}

.section_site .lineHeightContactFormation p {
    line-height: 1.4em;
}

#MainBanner .section_site div span {
    font-size: 1.2em;
    color: #005d9f;
    /* 		font-weight: bold; */
}

.icone-media-social {
    color: #005d9f;
}

.icone-media-social i::before {
    color: #005d9f;
}

.separateur,
.imgMotif {
    height: 300px;
    width: 300px;
    bottom: 0;
    position: absolute;
}

p img {
    position: static;
    height: auto;
    width: auto;
    max-width: 100%;

}

.contFluidSectionSite.listStyle ul {
    list-style: circle;
    padding-left: 40px;
    line-height: 2em;
;
    margin-bottom: 16px;
}

.liste li::before {
    content: "•";
    font-size: 20px;
    color: #005d9f;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.seminaireInfo {
    line-height: 1.2em;
    font-size: 1em;
}

.section_site .seminaireInfo p {
    /* 		line-height: 1.4em; */
    margin: 0;
}

.seminaireInfo img {
    position: relative;
    width: 100px;
    height: auto;
}

.section_title {
    color: #999999;
    font-size: 23px;
    /* 	line-height: 140%; */
    /* 	text-transform: uppercase; */
    line-height: normal;
    font-weight: 600;

}

.title_last_word {
    color: #005497;
    font-size: 40px;
    font-weight: 500;
    padding-left: 25px;
    font-weight: 600;
    text-transform: lowercase;
}

.bannerItem .col-lg-5 {
    /* 	padding-left: 100px; */
    padding-right: 30px
}

.undertitleh3 {
    width: 220px;
    margin-left: -60px;
    margin-top: 20px;
}

h4 {
    color: #005497;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
    opacity: 1;
}

h5 {
    font-weight: bold !important;
}

.services img {
    filter: brightness(0.9);
    transition: linear .2s;
}

.services:hover img {
    cursor: pointer;
    filter: brightness(1.1);
}

.publicCible h4 {
    letter-spacing: 1px;
}

/*
	.publicCible h4:nth-child(1)
	{
		color: #004A8B;
	}
	.publicCible h4:nth-child(2)
	{
		color: #5978AC;
	}
	.publicCible h4:nth-child(3)
	{
		color: #859AC2;
	}
*/

.callToAction {
    padding: 15px 10px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    margin-top: -10px;
}


.callToAction.style3 {
    width: 70%;
    background: #16a252;
    color: #fff;
    text-transform: uppercase;
    margin-right: 5%;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;

}

.callToAction.style3::after {
    content: " ";
    display: block;
    height: 100%;
    width: 12%;
    background: #16a252;
    position: absolute;
    right: -6%;
    top: 0;
    transform: skewX(-30deg);
    z-index: -1;
}

.callToAction.style4 {
    width: 70%;
    background: #1ca2d8;
    color: #fff;
    text-transform: uppercase;
    margin-right: 5%;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;

}

.callToAction.style4::after {
    content: " ";
    display: block;
    height: 100%;
    width: 12%;
    background: #1ca2d8;
    position: absolute;
    right: -6%;
    top: 0;
    transform: skewX(-30deg);
    z-index: -1;
}

.callToAction.style1 {
    width: 70%;
    background: #005497;
    color: #fff;
    text-transform: uppercase;
    margin-right: 5%;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;

}

.callToAction.style1::after {
    content: " ";
    display: block;
    height: 100%;
    width: 15%;
    background: #005497;
    position: absolute;
    right: -6%;
    top: 0;
    transform: skewX(-30deg);
    z-index: -1;
}

.callToAction:hover {
    text-decoration: none;
}

.callToAction.style2 {
    width: 70%;
    /* 	background: white; */
    color: #005497;
    border: 2px solid #005497;
    border-right: none;
    text-transform: uppercase;
    margin-right: 5%;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;
    /* 	clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%); */
}

.callToAction.style2::after {
    content: " ";
    display: block;
    height: calc(100% + 4px);
    width: 12%;
    /* 	background: #fff; */
    position: absolute;
    right: -5%;
    top: -2px;
    transform: skewX(-30deg);
    border: 2px solid #005497;
    border-left: 0px;
    z-index: -1;
}

.allProject {
    margin-left: 5%;
    width: 85% !important;
    text-align: center;
    background-color: #B7CCE0 !important;
    color: #005497 !important;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.allProject:after {
    background: #B7CCE0 !important;
}

.contenu_decalee {
    padding-left: 100px;
    padding-right: 100px;
    margin-top: -120px;
}

.servicesContainer {
    position: relative;
    padding-bottom: 150px;
}

.motif-7 {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
}

.motif-2 {
    position: absolute;
    bottom: auto;
    left: 100px;
    top: 0;
}

.motif-1 {
    position: absolute;
    right: 0;
    bottom: 75px;

}

.artboard3 {
    position: absolute;
    left: 0;
    bottom: 20%;
}

.motif_banner_1,
motif_banner_2 {
    position: absolute;
    width: 300px;
    height: auto;
}

.motif_banner_1 {
    top: 0;
    right: 20%;
}

.motif_banner_2 {
    bottom: 0;
    right: 0;
}

.polygon {
    height: 500px;
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
    overflow: hidden;
}


.InImageslide {
    height: 100%;
}

.slide-InImage .slick-list,
.slide-InImage .slick-track {
    height: 100%;
}


.messageAfterPolygon {
    padding: 15px;
}

.tag {
    background: #005497;
    color: #fff;
    width: auto !important;
    text-transform: uppercase;
}

.tag.style1:after {
    transform: skewX(20deg);
}

.dateArticle {
    color: #005497;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 18px
}

.lvl1 {
    font-weight: bold;
    font-size: 24px;
}

.lvl1 a:hover {
    text-decoration: none;
    cursor: default !important;
}

.lvl2 {
    font-weight: normal;
    margin-top: 15px;

}

.lvl2 a {
    color: #626262;
    line-height: 1.3em;
    font-weight: normal;
}

.callToActionlight {
    text-transform: uppercase;
    color: #005497;
    font-size: 14px;
}

.yellow {
    color: #DEAB16 !important;
}

.services:hover {
    text-decoration: none;
}

.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.newsletter {
    background: transparent;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 10px;
    color: #fff;
    margin-top: 10px;
}

.circleSocial {
    background-color: #868686;
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 50%;
    margin: auto;
    float: left;
}

.circleSocial img {
    height: 12px;
    margin: auto;
    display: inline-block;
}

input:focus {
    outline: none;
}

.newsletter::placeholder {
    color: #fff;
}

.letterTitle {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 5px;
}

.itemBread {
    padding: 7px;
    text-transform: uppercase;
    font-weight: lighter;
    color: #575756;
    line-height: normal;
    /* 	padding-left: 0px; */
}

.itemBread:first-child {
    padding-left: 0;
}

footer p {
    line-height: 150%;
}

footer a {
    font-weight: 400;
    color: #000;
}

.divFooterSocial
{
    width: 60%;
}

.bannerItem h1 {
    margin-top: 40px;
    color: #005497;
    font-size: 34px;
    text-transform: uppercase;
}

#MainBanner .row.bannerItem {
    /* 		height: 100vh; */
    /*     height: 87vh; */
    height: 100%;
}

.row.bannerItem .col_r {
    position: relative;
}

/* .bannerItem h1:after {
    display: block;
    width: 100px;
    height: 2px;
    background: #ECECEC;
    content: "";
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
} */

.breadcrumbContainer {
    font-size: 14px;
    margin-top: 0px;
    position: absolute !important;
    bottom: 0%;
}

footer h3 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

#footer h3 .fal.fa-chevron-circle-right {
    display: none;
}

.lastWord {
    font-weight: bold;
    display: block;
    font-size: 50px !important;
}

.page_banner {
    clip-path: polygon(100% 0, 100% 100%, 20% 100%, 0 90%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 20% 100%, 0 90%, 0 0);


}

.bannerHomepage {
    clip-path: polygon(100% 0, 100% 100%, 20% 100%, 0 90%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 20% 100%, 0 90%, 0 0);
}

.bannerItem .col-lg-5 img {
    top: 0px;
}


.nos-associes .col.bootstrapElement {
    text-align: center;
    /* 	box-shadow: 5px 5px 15px rgba(0,0,0,.2); */
    padding: 15px;
}

#contenuDuSite.nos-associes img {
    height: 100%;
    width: 100%;
    max-width: 200px;
}

#wrapper {
    width: 100vw !important;
    overflow: hidden;
}

.formeG {
    position: absolute;
    height: 125px;
    top: 50px;
;
    left: 0;
    width: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}

#VerticalMenu #logoMenuMobile {
    display: none;
}
.imageIn
{
    position: relative;
    z-index: 1;
}
.imageInImage .slick-next.slick-arrow {
    bottom: 0;
    top: auto;
    right: 45%;
    display: inline-block !important;
}

.imageInImage .slick-prev.slick-arrow {
    bottom: 0;
    top: auto;
    left: 45%;
    display: inline-block !important;
    z-index: 1;
}

.inimgright {
    color: #89929b;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 0.9em;
    padding: 20px 0;
}

.imgInimg {
    max-height: 600px;
}

.image-in .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
}

.image-in .filters button {
    border: none;
    padding: .5rem 1.25rem;
    color: white;
}

.image-in .filters button:nth-child(1) {
    background-color: #FF2600;
}

.image-in .filters button:nth-child(2) {
    background-color: #005694;
}

.image-in .filters button:nth-child(3) {
    background-color: #0568BF;
}

.image-in .filters button:nth-child(4) {
    background-color: #D99902;
}

.imgInChild {
    padding-top: 35px;
    padding-bottom: 35px;
}

.image-in-title span {
    font-size: 1.2em;
    font-weight: 600;
}


.row .imgInChild:first-child {
    padding-top: 0;
}

#contenuDuSite .imgInChild div,
#contenuDuSite .imgInChild h3 {
    padding: 0.5em 0;
}

#contenuDuSite .imgInChild h3 {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.image-in .section_site h3 p {
    line-height: 1.5!important;
}

#contenuDuSite .imgInChild>div:nth-child(1) {
    margin-bottom: 15px;
}

#contenuDuSite .imgInChild>div:nth-child(1) div {
    transition: all .5s;
}

#contenuDuSite .imgInChild>div:nth-child(1):hover div {
    transform: scale(1.05);
}

#share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    height: auto;
    display: inline;
    position: relative;
}

.pagination ul li {
    padding: 0 5px;
}

a.plusInfo {
    /* 	padding-left: 30%; */
    position: relative;
}

a.plusInfo:before {
    width: 100%;
    right: 50%;
    height: 2px;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
}

a.plusInfo:after {
    clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
    width: 10px;
    height: 10px;
    position: absolute;
    margin: auto;
    content: '';
    right: 48%;
    top: 4px;
}

.bannerContainerSlider a.plusInfo {
    /* 	color: #fff; */
    color: #005d9f;
    /* 	padding-left: 20%; */
    letter-spacing: 1px;
}

.bannerContainerSlider a.plusInfo:hover {
    text-decoration: none;

}

.bannerContainerSlider a.plusInfo:before,
.bannerContainerSlider a.plusInfo:after {
    /* 		background: #fff; */
    background: #005d9f;
}

.bannerContainerSlider a.plusInfo:before {
    width: 50%;
}


.filtre {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0 90%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0 90%, 0 0);
}

/* === THEME COLOR === */


/* ORANGE */

h1.orange,
h2.orange,
h4.orange,
a.orange,
button.arrow_right.orange:before,
button.arrow_left.orange:before,
.contFluidSectionSite.orange #contenuDuSite h3,
.contFluidSectionSite.orange #contenuDuSite h4,
.contFluidSectionSite.orange #contenuDuSite h5,
.contFluidSectionSite.orange #contenuDuSite a {
    color: #e28830;
}

h1.orange:after,
.formeG.orange,
.dateArticleAgenda.orange,
.imageArticle.orange::after,
a.plusInfo.orange:before,
a.plusInfo.orange:after,
a.allForm.orange,
.filtre.orange,
.orange .panel-title-before,
.orange .panel-heading-after,
.callToAction.style1.orange,
.callToAction.style1.orange:after {
    background: #e28830;
}


/* DARKBLUE */
h1.darkblue,
h2.darkblue,
h4.darkblue,
a.darkblue,
button.arrow_right.darkblue:before,
button.arrow_left.darkblue:before,
.contFluidSectionSite.darkblue #contenuDuSite h3,
.contFluidSectionSite.darkblue #contenuDuSite h4,
.contFluidSectionSite.darkblue #contenuDuSite h5,
.contFluidSectionSite.darkblue #contenuDuSite a {
    color: #005d9f;
}
.container-fluid.darkblue h2, .container-fluid.blue h2{
    color: #005d9f;
}
.container-fluid.red h2 {
    color: #C80D0F;
}
h1.darkblue:after,
.formeG.darkblue,
.dateArticleAgenda.darkblue,
.imageArticle.darkblue::after,
a.plusInfo.darkblue:before,
a.plusInfo.darkblue:after,
a.allForm.darkblue,
.filtre.darkblue,
.darkblue .panel-title-before,
.darkblue .panel-heading-after,
.callToAction.style1.darkblue,
.callToAction.style1.darkblue:after {
    background: #005d9f;
}

/* MEDIUMBLUE */
h1.mediumblue,
h2.mediumblue,
h4.mediumblue,
a.mediumblue,
button.arrow_right.mediumblue:before,
button.arrow_left.mediumblue:before,
.contFluidSectionSite.mediumblue #contenuDuSite h3,
.contFluidSectionSite.mediumblue #contenuDuSite h4,
.contFluidSectionSite.mediumblue #contenuDuSite h5,
.contFluidSectionSite.mediumblue #contenuDuSite a {
    color: #5978AC;
}

h1.mediumblue:after,
.formeG.mediumblue,
.dateArticleAgenda.mediumblue,
.imageArticle.mediumblue::after,
a.plusInfo.mediumblue:before,
a.plusInfo.mediumblue:after,
a.allForm.mediumblue,
.filtre.mediumblue,
.mediumblue .panel-title-before,
.mediumblue .panel-heading-after,
.callToAction.style1.mediumblue,
.callToAction.style1.mediumblue:after {
    background: #5978AC;
}

/* BLUE */
h1.blue,
h2.blue,
h4.blue,
a.blue,
button.arrow_right.blue:before,
button.arrow_left.blue:before,
.contFluidSectionSite.blue #contenuDuSite h3,
.contFluidSectionSite.blue #contenuDuSite h4,
.contFluidSectionSite.blue #contenuDuSite h5,
.contFluidSectionSite.blue #contenuDuSite a {
    color: #859AC2;
}

h1.blue:after,
.formeG.blue,
.dateArticleAgenda.blue,
.imageArticle.blue::after,
a.plusInfo.blue:before,
a.plusInfo.blue:after,
a.allForm.blue,
.filtre.blue,
.blue .panel-title-before,
.blue .panel-heading-after,
.callToAction.style1.blue,
.callToAction.style1.blue:after {
    background: #859AC2;
}

/* LIGHTBLUE */

h1.lightblue,
h2.lightblue,
h4.lightblue,
a.lightblue,
button.arrow_right.lightblue:before,
button.arrow_left.lightblue:before,
.contFluidSectionSite.lightblue #contenuDuSite h3,
.contFluidSectionSite.lightblue #contenuDuSite h4,
.contFluidSectionSite.lightblue #contenuDuSite h5,
.contFluidSectionSite.lightblue #contenuDuSite a {
    color: #1FBADB;
}

h1.lightblue:after,
.formeG.lightblue,
.dateArticleAgenda.lightblue,
.imageArticle.lightblue::after,
a.plusInfo.lightblue:before,
a.plusInfo.lightblue:after,
a.allForm.lightblue,
.filtre.lightblue,
.lightblue .panel-title-before,
.lightblue .panel-heading-after,
.callToAction.style1.lightblue,
.callToAction.style1.light:after {
    background: #1FBADB;
}

/* RED */

h1.red,
h2.red,
h4.red,
a.red,
button.arrow_right.red:before,
button.arrow_left.red:before,
.contFluidSectionSite.red #contenuDuSite h3,
.contFluidSectionSite.red #contenuDuSite h4,
.contFluidSectionSite.red #contenuDuSite h5,
.contFluidSectionSite.red #contenuDuSite a {
    color: #c80c0f;
}

h1.red:after,
.formeG.red,
.dateArticleAgenda.red,
.imageArticle.red::after,
a.plusInfo.red:before,
a.plusInfo.red:after,
.filtre.red,
.red .panel-title-before,
.red .panel-heading-after,
a.allForm.red,
.callToAction.style1.red,
.callToAction.style1.red:after {
    background: #c80c0f;
}

.imageArticle:after {
    background-color: inherit;
}

/* CUSTOM ARROW SLICK */

#MainBanner button.arrow_left.slick-disabled,
#MainBanner button.arrow_right.slick-disabled {
    opacity: .3;
}

i.arrow_left,
i.arrow_right {
    display: block;
    border: none;
    margin: auto;
    outline: none;
    background: transparent;
    z-index: 10;
    color: #005d9f;
    font-size: 25px;
    position: static;!important;
}

.controls-slick {
    position: absolute;
    bottom: 10rem;
    z-index: 99 !important;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
}

i.arrow_left:hover,
i.arrow_right:hover {
    cursor: pointer;
}

i.arrow_left {
    left: auto;
}


i.arrow_left.slick-disabled,
i.arrow_right.slick-disabled {
    opacity: .3;
}

.colContainer .col {
    padding-bottom: 15px;
}

.slick-track {
    display: flex;
}

.callToAction {
    transition: linear .2s;
}

.callToAction:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.filterAgenda.active::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #115886;
    margin-right: 15px;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.filterAgenda.active {
    font-weight: bold;
    padding-left: 40px;
    position: relative;
}

.filterAgenda:hover {
    cursor: pointer;
    font-weight: bold;
}




.imageArticle {
    display: block;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.imageArticle::after {
    position: absolute;
    right: -20px;
    width: 20px;
    height: 50%;
    bottom: 0;
    content: "";
    background: #005D9F;
    display: block;
    clip-path: polygon(0 0, 100% 14%, 100% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(0 0, 100% 14%, 100% 100%, 0 100%, 0 0);

}

.dateArticleAgenda {
    background-color: #005D9F;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 7px;
    font-size: 12px;
    display: inline-block;
    width: fit-content;
    font-weight: lighter;
    text-transform: uppercase;


}

.callToActionArticle {
    position: relative;
    width: 100%;
    padding-left: 45%;
    font-size: 14px;
}

.callToActionArticle::before {
    background-color: #005D9F;
    width: 40%;
    content: "";
    height: 1px;
    display: inline-block;
    margin-right: 15px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.blockAgendaArticle {
    min-height: 155px;
}

.filterAgenda {
    padding: 7px 0px 7px 0px;
    text-transform: uppercase;
}

.titreArticle {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #005D9F;
    padding: 10px 30px 5px 30px;
    margin: 0 !important;
}

.form_slider h3 {
    font-size: 16px !important;
    font-weight: lighter !important;
    color: #005D9F !important;
    padding: 15px 0px 15px 30px !important;
}

.form_slider a.callToActionArticle {
    color: #005D9F !important;
}

*:focus {
    outline: none
}

.title_page,
.section_site.title_page {
    padding-left: 85px;
    margin-top: 100px !important;
    padding-top: 0px !important;
}

.panel-body {
    background: #f1eff2;
    padding: 15px;
    margin-top: -15px;
}

.panel-heading {
    background: transparent;
    /* 	padding: 15px; */
    width: 100%;
    position: relative;
    margin-bottom: 15px;

}

.panel-title-before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    z-index: 0;
    overflow: hidden;

    width: 80%;
    display: block;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    left: 0;
    padding: 15px;
    top: 0;
    color: #fff;

}

.panel-heading-after {
    /* 	content: "\21E9"; */
    content: url('../img/svg/chevron2.svg');
    background: #dadada;
    color: #fff;

    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    padding: 5px;
}

/*
.bootstrap-accordion-title.collapsed .panel-heading-after
{
	content: url('../img/svg/chevron2.svg');
}

.bootstrap-accordion-title .panel-heading-after
{
	content: url('../img/svg/chevronup.svg');
}
*/

.panel-heading .panel-title {
    text-align: left;
    color: white;
    margin: 0;
    font-size: 18px;
    width: 100%;
    position: relative;
    background: #f1eff2;
}

.bootstrap-accordion-title {
    z-index: 2;
    position: relative;
    padding: 1em 0 !important;
    padding-left: 15px !important;
    display: inline-block;

}

.panel-title {
    padding: 0 !important;
}

.service {
    padding: 15px;
}

.agendaContainer {
    width: 100%;
    overflow: visible;
}

section {
    overflow: visible!important;
}

.panel-heading .panel-title a {
    color: #fff !important;
    text-decoration: none;
    padding: 0 15px;
    display: block;
}

.imageContainer {
    height: 70vh !important;
    display: flex;

    clip-path: polygon(100% 0, 100% 100%, 20% 100%, 0 90%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 20% 100%, 0 90%, 0 0);
}

.bannerItem .col-md-5 {
    padding-top: 0px !important
}

.bannerItem .col-md-5 img {
    height: 114%;
    width: 100%;
    /* 	margin-top: 14%; */
}

/*
.bannerItem .col-md-5::before
{
	content: "";
	display: block;
	height: calc(140px + 10%);
	width: 100%;
	background: red;

}
*/
.page_banner {
    /*
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
*/
    height: 100% !important;
    object-fit: cover;
    float: left;
    margin: auto;


}

#MainBanner .row.bannerItem .section_site {
    margin-top: -100px;
}

.valeurs_mobile {
    display: none;
}

.publicCible a:hover {
    text-decoration: none;
}

.banner_homepage_v2_opacity {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.logo-header {
    position : absolute;
    top: 0;
    left: 0;
    z-index: 98;
}
.logo-header a img.custom-logo {
    padding-left:0px;
    top: 70px;
}

@media screen and (max-width: 1024px) {
    .slidesNumber {
        display: none;
    }
    .search-none {
        display: none;
    }
    .loupe-search {
        margin: 0;
    }
    .button-search {
        padding: 15px 15px;
    }
    .searchMenu.fixed {
        top: 0;
        left: 50%;
        position: fixed;
        z-index: 90;
        transform: translateX(-50%);
        display: none;
        width: 100%;
    }
    .bannerContainerSlider a.plusInfo {
        margin: 0!important;
    }

    .filterBannerMobile {
        position: static!important;
        width: fit-content!important;
        margin-bottom: .8rem;
    }

    .filterBannerMobile>div {
        gap: .5rem;
    }

    .filterBannerMobile a {
        text-align: center!important;
        width: 100%;
        clip-path: none!important;
        padding: 2px 25px!important;
    }

    .bannerContainerSlider .contenuBanner {
        text-align: left!important;
        line-height: 1;
    }

    .bannerContainerSlider .contenuBanner p {
        font-size: 1.2rem!important;
    }

    .bannerContainerSlider .contenuBanner p:nth-of-type(1), .bannerContainerSlider .contenuBanner p:nth-of-type(3) {
        font-size: 1rem!important;
    }


    .searchMenu.fixed {
        top: 50%;
    }

    .logo-front-page .custom-logo-link {
        background: transparent !important;
    }
}
.custom-logo-link{
    padding : 110px 140px !important;
    display : flex;
    justify-content: center;
    align-content: center;
}

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

    .custom-logo-link img{
        height : 60px !important;
    }
}

.logo-footer .custom-logo-link{
    padding : 0px 30px !important;
}

.logo-footer {
    justify-content: end;
}

.logo-front-page .banner_homepage_v2 a.logoMenu,
.logo-front-page .bannerItemLeft a.logoMenu,
.logo-front-page .custom-logo-link{
    top: 0;
    padding: 70px 80px;
    background: #fff;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 92.5%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 92.5%, 0 0);
    position: absolute;
    left: 0;
    right: auto;
    bottom: auto;
    z-index: 98;
}

.logo-footer a img.custom-logo {
    width:100%;
    max-width: 250px;
}

.bannerItemLeft a.logoMenu {
    width: 50%;
}

.filterBanner {
    display: flex;
}

.filterBanner a {
    flex: 1;
    color: #fff;
    padding: 10px 15px;
    text-align: left;
    font-weight: normal;
    transition: ease-in-out .2s;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;

    /*clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);*/
    /*-webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);*/
}

.filterBanner a.ent,
.filterBannerMobile a.ent {
    background: #005496;
    padding: 2px 25px 2px 15px;
}

.filterBanner a.ens,
.filterBannerMobile a.ens {
    background: #6685B6;
    padding: 2px 25px 2px 15px;
}

.filterBanner a.de,
.filterBannerMobile a.de {
    background: #90A4CA;
    padding: 2px 25px 2px 15px;
}

.filterBanner a.une,
.filterBannerMobile a.une {
    background: #009EE2;
    padding: 2px 25px 2px 15px;
}

.filterBanner a:hover {
    text-decoration: none;
    color:#fff;
    /*transform: scaleX(1.1);*/



}

.sectionAgenda:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    height: 75px;
    width: 75px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: 5;
    background: #fff;
}

/* .sectionAgenda:after {
    content: '';
    position: absolute;
    bottom: -75px;
    right: 0;
    left: auto;
    top: auto;
    height: 75px;
    width: 75px;
    clip-path: polygon(100% 100%, 0% 0, 100% 0);
    -webkit-clip-path: polygon(100% 100%, 0% 0, 100% 0);
    z-index: 5;
    background: #F5F5F5;
} */

.sectionAgenda .btn-light {
    background: #fff;
    border-color: #fff;
    color: #337DB2;
}

.sectionAgenda .btn-primary {
    background: #337DB2;
    border-color: #337DB2;
}

.comingSoon h4 {
    text-align: left;
}

section.comingSoon {
    padding-top: 50px !important;
    padding-right: 0 !important;
    padding-bottom: 150px !important;
    padding-left: 0 !important;
}

.section_site.formALaUne {
    padding-top: 150px !important;
}

.comingSoon .row.contenu_decalee {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    padding-left: 0;
    padding-right: 0;
    background: #F4F4F4;
}

.comingSoon .col1,
.comingSoon .col3 {
    padding: 75px;
    background: #F4F4F4;
}

.comingSoon .col2 {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}

.comingSoon .col3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

.comingSoon .col3 img {
    max-width: 250px;
}


.comingSoon.section_demonstrateur .col3 {
    padding-left: min(6%, 80px);
    padding-right: min(6%, 80px);
}

.colAgendaGantt {
    padding: 50px 0px;
    margin: 15px 20px;
    border-top: 2px solid #337DB2;
    border-bottom: 2px solid #337DB2;
    position: relative;
}

.colAgendaGantt:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -29px;
    width: 30px;
    background: #337DB2;
    height: 2px;
    transform: rotate3d(1, 1, 1, -45deg);
    transform-origin: top right;
}

.caret-up {
    top: auto;
    bottom: 25px;
    right: 50px;
    left: auto;
    padding: 15px;
    padding-top: 35px;
    background: #005D9F;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
}

.caret-up:hover {
    cursor: pointer;
}

.caret-up i {
    font-size: 2em;
}

.services.domaine.valeurs h4 {
    line-height: 1.1em;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 1px;
}

.services.domaine.valeurs h4 span {
    font-size: 0.9em;
    color: #80AECF;
}

.section_site.firstSection {
    padding-top: 100px !important;
}

.section_site.sectionImageIn {
    margin-top: -50px
}

.imageIntext {
    width: 75%;
}

.filterBannerMobile {
    display: none !important;
}

.section_site.sectionImageIn h2 {
    margin-top: 10px;
}

.counter {
    color: #005497;
    font-weight: bold;
    font-size: 1.7em;
    letter-spacing: 2px;
}

.counterText {
    font-size: 1.2em;
    font-weight: 600;
}

.contenuBanner {
    padding-top: 10%;
    padding-bottom: 2%;
    cursor: pointer;
}

.bannerContainerSlider .contenuBanner {
    color: #005d9f;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 1.25em;
}

.closeSearch {
    text-align: center;
    color: #fff;
    padding: 10px 10px 20px 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.8em;
    cursor: pointer;

}
.fal.closeSearch
{
    top: 2px; right: 2px; left: auto; bottom: auto;
    color: #fff;
    font-size: 1.25em;
    display: none;
    width: inherit;
    max-width: inherit;
}

#searchMenu.menuPasHome
{
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    padding: 1.5rem 5rem 1rem;
}

#searchMenu.scroll
{
    bottom: auto;
    top: 20vh;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
#searchMenu.scroll .fal.closeSearch, #searchMenu.menuPasHome .fal.closeSearch
{
    display: block;
}

#searchMenu.menuHome
{
    display: block;
    bottom: 0;
    height: fit-content;
}
#searchMenu.menuPasHome
{
    display: none;
}

#searchMenu h4 {
    font-size: 20px;
    font-weight: bold;
}
.search-sec {
    background-color: #377D9C;
    padding: 0;
}
.background_section_public_grey {
    right: 0;
    background: #F5F5F5;
    width: 74.5%;
    height: 30%;
    top: 41.3%;
    z-index: -1;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);

}

.background_section_valeurs_grey {
    left: 0;
    top: 39%;
    background: #F5F5F5;
    height: 27%;
    width: 73%;
    z-index: -1;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
}

.qui_filtre {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
    background: #fff;
    opacity: .7;
}

#pdf {
    text-align: center;
    transition: 0.2s ease-in-out;
    color: #bcbdc0;
}

#pdf h3 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 25px;
}

#pdf:hover {
    color: #005d9f;
    text-decoration: none;
}

.HoverDate {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #ededed;
    top: 0;
    bottom: auto;
    right: auto;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
    z-index: 10;
}

.bootstrapAccordeon {
    transition: all .2s;
}

.bootstrapAccordeon:hover {
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, .2));
    transform: translateY(-2px);
}

.container_priv_state {
    width: 100%;
    background: rgba(43, 43, 43, 0.9);
    position: fixed;
    z-index: 9999;
    bottom: 0;
    padding: 20px 10%;
    color: #fff;
    transition: 1s all;
    font-size: 0.9em;
}

.container_priv_state .descr p {
    padding: 0;
    margin: 0;
}

.close_priv,
.close_priv_refuse {
    padding: 10px;
    border: 1px solid #fff;
    cursor: pointer;
}

.priv_state {
    cursor: pointer;
    display: inline;
}

.container_priv_state a {
    color: #fff;
}

.loader_agenda {
    border: 8px solid #f3f3f3;
    /* Light grey */
    border-top: 8px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/********************************* Corona *********************************/

section.corona {
    /*     padding: 50px 0; */
    padding-bottom: 50px;
}

section.corona .plusInfo {
    margin: 1rem auto 0!important;
    width: fit-content;
    padding: 0.3rem 1rem;
    background: #005496;
    color: white !important;
    display: block;
    text-transform: uppercase;
}

.corona-left {
    background-color: #005D98;
    padding: 2% 10%;
    clip-path: polygon(50% -1%, 100% 0, 100% 60%, 100% 101%, 0 100%, 0 28%, 12% 0)
}

.corona-left h4,
.corona-left p {
    color: white;
    text-align: left;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: .5px;
}

.corona-left h4 span {
    font-weight: 600;
}

.corona-left a {
    color: white;
}

/********************************* PUBLIC NEW VERSION *********************************/

section.publicV2 {
    padding-bottom: 50px;
}

.publicV2 .container {
    padding: 0;
}

.publicV2 div.rel {
    /*     height: 55vh; */
}

.publicV2 div.abs {
    bottom: 0;
    left: 0;
    width: 75%;
    /*     height: 15%; */
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 10px 10px 10px;
}

.row .publicV2Col:first-child
{
    padding-right: .25rem;
}
.row .publicV2Col:last-child
{
    padding-left: .25rem;
}

.public-abs {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .2s linear
}
.public-abs:after, .branche-abs:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.public-link {
    overflow: hidden;
}

.public-link:hover {
    cursor: pointer;
}

.public-link:hover .public-abs {
    transform: scale(1.1);
}

.publicV2 h4 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.publicV2 .callToActionlight {
    font-size: 12px;
}

.publicV2 a.callToAction
{
    font-weight: 600;
    padding: 20px 10px;
}

.publicV2 .btn-1 {
    background-color: #005D98;
    text-transform: uppercase;
    color: white !important;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.publicV2 .btn-2 {
    background-color: transparent;
    text-transform: uppercase;
    color: #005D98 !important;
    text-align: center;
    border: 1px solid #005D98;
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.publicV2 .btn-3, .btn-formation .btn-3 {
    background-color: #005D98;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-bottom: 0;
    margin-top: 1rem;
    /*     padding: 15px 0; */
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: linear .2s;
}

.publicV2 .btn-3:hover, .btn-formation .btn-3:hover {
    cursor: pointer;
    transform: scale(1.02);
    text-decoration: none;
}


/********************************* TAKE CARE, DEMONSTRATEUR, IMAGE IN NEW VERSION *********************************/

.care-right,
.demonstrateur-left {
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.care-right h4,
.care-right p,
.care-right a,
.demonstrateur-left h4,
.demonstrateur-left p,
.demonstrateur-left a {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

.care-right h4,
.demonstrateur-left h4 {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 1px;
}

.care-right p,
.demonstrateur-left p {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.5rem;
}

.care-right a,
.demonstrateur-left a {
    font-size: 12px;
}

.care-right a:hover, .demonstrateur-left a:hover {
    color:#FFF;
}


/********************************* IMAGE IN NEW VERSION *********************************/

.imageIn-right {
    height: 40vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 5%;
}

.imageIn .btn-1 {
    background-color: #005D98;
    text-transform: uppercase;
    color: white !important;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
    margin-right: auto;
    padding: 15px 25px;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.imageIn-right h4 {
    text-align: left;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
    opacity: 1;
    color: #005D98;
}

.imageIn-right p {
    font-size: 1.1rem;
    width: 85%;
    font-weight: 300;
}

.imageIn-right a.callToActionlight {
    font-size: 12px;
}

/******* Enseignement Contact *******/

.enseignement-contact h2 {
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
}

.enseignement-contact .wrapper {
    background-color: #FAFAFA;
    padding: 2rem;
}

.enseignement-contact .wrapper h3 {
    color: #005D98;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.35rem;
}

.enseignement-contact .wrapper .person {
    font-size: 1.15rem;
    font-weight: 700;
}

.enseignement-contact .wrapper a {
    font-size: 1.1rem;
}

/********************************* BRANCHES NEW VERSION *********************************/


section.branches {
    padding: 75px 0;
}

.col-lg-4.branche {
    display: flex;
    justify-content: center;
    /*     padding: 0; */
}

.branches div.rel {
    /*     height: 40vh; */
    width: 95%;
}

.branches div.rel:hover {
    cursor: pointer;
}

.branche-abs {
    top: 0;
    left: 0;
    /*     height: 40vh; */
    height: 100%;
    width: 100%;
    transition: .2s linear;
    position: relative;
}

.branche-link {
    overflow: hidden;
}

.branche-link:hover .branche-abs {
    transform: scale(1.1);
}

.branches div.abs {
    bottom: 0;
    left: 0;
    width: 70%;
    /*     height: 20%; */
    padding: 15px 10px 10px 10px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.branches .callToActionlight {
    font-size: 12px;
}

.branches-title h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #A8A9AC;
    font-weight: 600;
}

.branches-title h3 span {
    font-size: 2rem;
    color: #D4A22F;
    margin-left: 2px;
}

.branches-title img.branches-abs {
    width: 75px;
    margin-right: 15px;
}

.branche h4 {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

/********************************* VALEURS NEW VERSION *********************************/

section.valeurs {
    padding-top: 50px;
    padding-bottom: 75px;
}

.valeurs-title h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #A8A9AC;
    font-weight: 600;
}

.valeurs-title h3 span {
    font-size: 2rem;
    color: #005D98;
    margin-left: 2px;
}

.valeurs-title img.valeurs-abs {
    width: 100px;
    margin-right: 15px;
}

.contVal .row_val .arrow_left {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.contVal .row_val .arrow_right {
    position: absolute;
    top: 50%;
    right: 18%;
    z-index: 1;
    cursor: pointer;
}

/********************************* CHIFFRES CLES TECHNIFUTUR ***************************/

:root {
    --main-color:#005694;
    --clair-color: #0088B9;
    --dark-color: #003a66;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.onePage2  {
    height: 50vh;
    width: 100vw;
    background-color: var(--dark-color);
    overflow: hidden;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 3%;
}
.onePage2 .title {
    width: 100%;
    height: 20%;
    padding-top: 30px;
    background-size: cover;
}
.onePage2 .title .filter {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--main-color);
    opacity: 0.8;
}
.onePage2 .title h1 {
    color: white;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    line-height: 3.5rem;
    text-transform: uppercase;
    width: max-content;
}
.onePage2 .title-wrapper {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.onePage2 .title h2 {
    color: rgb(117, 218, 248) !important;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.onePage2 .top {
    height: 40%;
    width: 100%;
}
.onePage2 .round-wrapper {
    height: 70%;
}
.onePage2 .bottom {
    height: 40%;
    width: 100%;
    background-color: var(--main-color);
    border-top: 1px solid white;
}
.onePage2 .round {
    height: 16vh;
    width: 16vh;
    border-radius: 100%;
    background: rgb(0,86,148);
    background: linear-gradient(90deg, rgba(0,86,148,1) 41%, rgb(45, 130, 190) 90%);
}
.onePage2 .circle {
    height: 100%;
    width: 100%;
}
.onePage2 .round.one {
    margin-right: 100px;
}
.onePage2 .round.two {
    margin-left: 100px;
}
.onePage2 .smiley {
    width: 3.2vh;
    top: 2vh;
    left: 0vh;
}
.onePage2 .centerText {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}
.onePage2 .today {
    font-size: 40px;
    color: rgb(159, 224, 250);
    font-weight: 700;
}
.onePage2 .today img {
    top: 42%;
    transform: translate(-50%);
    right: 40px;
    width: 13px;
}
.onePage2 .textCenter {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}
.onePage2 .textCenter span{
    font-size: 40px;
    font-weight: bold;
}
.onePage2 .centerText span {
    font-size: 40px;
    font-weight: bold;
    line-height: 3rem;
}
.onePage2 .centerText p {
    font-size: 16px;
    margin: 0;
}
.onePage2 .bottomTop {
    background: rgb(56,145,210);
    background: radial-gradient(circle, rgba(56,145,210,1) 0%, rgba(0,86,148,1) 67%);
    padding: 15px;
    height: 10%;
}
.onePage2 .bottomTop h2 {
    text-align: center;
    color: white;
    font-size: 24px;
    margin-bottom: 0;
    letter-spacing: 6px;
}
.onePage2 .bottomTop h2 span {
    font-weight: 600;
}
.onePage2 .bottomLeft {
    background-color: var(--dark-color);
    border-right: 2px solid white;
    position: relative;
}
.onePage2 .bottomLeft p {
    font-size: 80px;
    color: rgb(117, 218, 248);
    font-weight: bold;
}
.onePage2 .bottomRight {
    background-color:var(--main-color);

}
.onePage2 .bottomLeft img {
    position: absolute;
    height: 30px;
    right: -24px;
    top: 46%;
    transform: translate(-50%);
}
.onePage2 .round2 {
    background-color: var(--main-color);
    background: linear-gradient(90deg, rgba(0,86,148,1) 41%, rgb(45, 130, 190) 90%);
    height: 16vh;
    width: 16vh;
    border-radius: 100%;
}
.onePage2 .icon {
    width: 3.2vh;
    top: 2vh;
    left: 0vh;
}
@media screen and (max-width: 1650px) {
    .onePage2 .today {
        font-size: 40px;
    }
}
@media screen and (max-width: 1440px) {
    .onePage2 .round2 {
        height: 16vh;
        width: 16vh;
    }
    .onePage2 .icon {
        width: 3vh;
        top: 2.2vh;
        left: 0vh;
    }
    .onePage2 .textCenter span {
        font-size: 30px;
        font-weight: bold;
    }
    .onePage2 .centerText span {
        font-size: 30px;
        font-weight: bold;
        line-height: 3rem;
    }
    .onePage2 .centerText p {
        font-size: 12px;
        margin: 0;
    }
    .onePage2 .round {
        height: 16vh;
        width: 16vh;
    }
    .onePage2 .smiley {
        width: 3.5vh;
        top: 2.2vh;
        left: 0vh;
    }
    .onePage2 .today img {
        top: 43%;
        transform: translate(-50%);
        right: 5px;
        width: 13px;
    }
    .onePage2 .title h1 {
        font-size: 30px;
    }
    .onePage2 .title h2 {
        color: rgb(117, 218, 248) !important;
        text-align: center;
        font-size: 15px;
        font-weight: bold !important;
        text-transform: uppercase;
        margin: 0;
        margin-top: -10px !important;
    }
    .onePage2 .textCenter p {
        font-size: 12px;
    }
}
/* @media screen and (max-width: 1300px) {
.onePage2 .centerText span {
    font-size: 45px;
}
.onePage2 .centerText p {
    font-size: 20px;
}
.onePage2 .textCenter span {
    font-size: 45px;
}
} */
/* @media screen and (max-width: 1155px) {
.onePage2 .today {
    font-size: 35px;
}
.onePage2 .title h1 {
    font-size: 50px;
}
.onePage2 .title h2 {
    font-size: 30px;
}
} */
@media screen and (max-width: 1024px) {
    .onePage2 .centerText p {
        font-size: 20px;
        margin: 0;
    }
    .onePage2 .title h1 {
        font-size: 40px;
    }
    .onePage2 .title h2 {
        font-size: 30px;
    }
    .onePage2 .bottomTop h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 992px) {
    .onePage2  {
        overflow-y: auto;
        height: auto;
    }
    .onePage2 .title {
        height: 150px;
    }
    .onePage2 .round.one {
        margin-right: 0;
        margin-bottom: 5%;
    }
    .onePage2 .round.two {
        margin-left: 0;
    }

    .onePage2 .title h2 {
        margin-bottom: 5%;
    }
    .onePage2 .top {
        height: auto;
    }
    .onePage2 .bottom {
        height: auto;
    }
    .onePage2 .bottomTop {
        margin-top: 5%;
    }
    .onePage2 .bottomLeft {
        border-bottom: 2px solid white;
    }
    .onePage2 .round2 {
        margin-bottom: 5%;
    }
    .onePage2 .today img {
        /* top: 47%; */
        top: -6px;
        left: 50%;
        /* transform: translate(-50%); */
        /* right: 5px; */
        /*transform: (90deg);*/
        width: 13px;
        transform: rotate(
                90deg);
    }
    .onePage2 .top {
        height: auto;
        padding-bottom: 40px;
    }
    .onePage2 .today {
        padding: 30px;
    }
    .onePage2 .icon {
        width: 4.2vh;
        top: 2.6vh;
        left: 0vh;
    }
    .onePage2 .round {
        height: 24vh;
        width: 24vh;
    }
    .onePage2 .smiley {
        width: 4.8vh;
        top: 3.2vh;
        left: 0vh;
    }
    .onePage2 .round2 {
        height: 24vh;
        width: 24vh;
    }
    .logo-footer {
        justify-content: center;
    }

    .titreArticle {
        padding-top:0px !important;
        min-height: 110px;
    }
}
@media screen and (max-width: 565px) {
    .onePage2 .title h1 {
        font-size: 35px;
    }
    .onePage2 .title h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 414px) {
    .onePage2 .title h2 {
        font-size: 14px;
    }
    .onePage2 .title h1 {
        font-size: 24px;
    }
    .onePage2 .round {
        height: 25vh;
        width: 25vh;
    }
    .onePage2 .centerText span {
        font-size: 50px;
    }
    .onePage2 .smiley {
        width: 6vh;
        top: 3vh;
        left: 0vh;
    }
    .onePage2 .bottomTop h2 {
        font-size: 16px;
    }
    .onePage2 .bottomLeft p {
        font-size: 60px;
    }
    .onePage2 .centerText {
        top: 50%;
    }
    .onePage2 .round2 {
        margin-bottom: 10%;
    }
    .onePage2 .textCenter span {
        font-size: 30px;
        font-weight: bold;
    }
}
@media screen and (max-width: 320px) {
    .onePage2 .centerText span {
        font-size: 30px;
    }
    .onePage2 .centerText p {
        font-size: 14px;
    }
    .onePage2 .textCenter span {
        font-size: 20px;
    }
    .onePage2 .textCenter p {
        font-size: 14px;
    }
    .onePage2 .title {
        padding-top: 30px;
    }
}

.link-chiffres {
    cursor: pointer;

}
.link-chiffres:hover {
    text-decoration: none;
}
/********************************* MEDIA QUERIES *********************************/


@media screen and (max-width : 1600px) {
    .background_section_public_grey {
        width: 73.5%;
        height: 30%;
        top: 39%;
    }

    .background_section_valeurs_grey {
        top: 36%;
    }

    .bannerItemLeft a.logoMenu {
        padding: 50px;
    }

    .bannerContainerSlider .contenuBanner {
        color: #005d9f;
        text-transform: uppercase;
        font-size: 1.5em
    }

    .container-custom {
        width: 1550px;
    }

    /*
	#logo_fse
	{
		left: 50px;
		width: 200px;
	}
*/
}


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

    .section_site .contenuBanner p,
    #MainBanner .section_site div span {
        font-size: 1.05em;
    }

    .titleBanner {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .logoMenu img {
        /* 		height: 80px; */
        height: auto;
    }

    #logo {
        height: 80px;
    }

    .bannerItemLeft a.logoMenu {
        padding: 40px;
    }

    .container-custom {
        max-width: 1200px;
    }

    .callToAction.style1,
    .callToAction.style2 {
        font-size: 0.9em;
        padding: 15px 10px;
    }

    .callToAction.style1::after,
    .callToAction.style2::after {
        width: 13%;
        right: -6%;
    }

    .comingSoon .col-lg-8 {
        padding: 50px;
    }

    .comingSoon .col-lg-4 {
        min-height: 200px;
    }

    .contenu_decalee {
        padding-left: 50px;
        padding-right: 50px;
    }

    .caret-up {
        bottom: 15px;
        padding: 10px;
        padding-top: 25px;
    }

    .caret-up i {
        font-size: 1.5em;
    }

    #logofooter {
        width: 55%;
    }

    .banner_homepage_v2 a.logoMenu {
        padding: 30px 50px;
    }

    .filterBanner a {
        padding: 5px 35px 5px 15px;
    }

    .section_site.firstSection {
        padding-top: 75px !important;
    }

    .section_site {
        padding-top: 100px !important;
    }

    .undertitleh3 {
        width: 200px;
    }

    .section_site.sectionImageIn {
        margin-top: -100px;
        padding-top: 150px !important;
    }

    .imageIntext {
        width: 80%;
    }

    .comingSoon .col1,
    .comingSoon .col3 {
        padding: 50px;
    }

    .comingSoon .col3 img {
        max-width: 200px;
    }

    .letterTitle {
        font-size: 25px;
    }

    .contenuBanner {
        padding-bottom: 5%;
    }

    .background_section_public_grey {
        height: 30%;
        top: 37%;
        width: 75%;
    }

    .background_section_valeurs_grey {
        top: 33%;
    }

    .bannerItemLeftContenu {
        margin-left: 10%;
        margin-right: 10%;
    }

    .publicV2 div.rel {
        /*         height: 60vh; */
    }

    .public-abs {
        /*         height: 60vh; */
    }

    .care-right,
    .demonstrateur-left {
        height: 40vh;
    }

    .imageIn-right {
        height: 40vh;
    }

    .divFooterSocial
    {
        width: 80%;
    }
    .publicV2 a.callToAction
    {
        padding: 15px 10px;
    }
}

@media screen and (max-width : 1366px) {
    h2 {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    h4 {
        font-size: initial;
    }

    .letterTitle {
        font-size: 25px;
    }

    footer h3 {
        font-size: 20px;
    }

    .row.bannerItem .col-lg-5 {
        height: 100%;
    }

    .row.bannerItem .col-lg-5 img {
        max-width: 100%;
    }

    .section_site .contenuBanner p {
        line-height: 1.5em;
    }

    #MainBanner .row.bannerItem .section_site {
        padding: 150px 30px 150px 30px !important;
    }

    .callToAction.style2 {
        padding: 15px 0;
    }

    .imageIntext {
        width: 90%;
    }

    .background_section_public_grey {
        top: 36%;
    }

    .bannerContainerSlider .contenuBanner {
        color: #005d9f;
        text-transform: uppercase;
        font-size: 1.35em
    }
    #logo_fse
    {
        padding: 20px 40px 20px 10px;
    }
}


@media screen and (max-width : 1280px) {
    #logoContainer {
        top: 50px;
    }

    #logo {
        margin-left: 0px;

    }

    .bannerItem .col-lg-5 {
        padding-left: 50px;
        padding-right: 15px;
        padding-top: 100px;
    }

    footer h3 {
        font-size: 16px;
    }

    button.arrow_left {
        left: auto;
        right: 10%;
    }

    .contenu_decalee {
        padding-left: 25px;
        padding-right: 25px;
    }

    .comingSoon .col3 {
        padding: 50px;
    }

    .comingSoon .col3 div {
        width: 100%;
    }

    .background_section_public_grey {
        width: 75.5%;
    }

    .bannerItemLeftContenu {
        margin-left: 10%;
        margin-right: 10%;
    }

    .bannerContainerSlider .contenuBanner {
        color: #005d9f;
        text-transform: uppercase;
        font-size: 1.2em
    }

    h1.title_page.section_site {
        padding: 0 !important;
        padding-bottom: 25px !important;
    }

    .breadcrumbContainer {
        padding: 0 !important;
    }
    #VerticalMenu
    {
        padding: 0px 6px;
    }
    #searchMenu
    {
        padding: 15px 4%;
    }
}

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

    .image-in .grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem 2rem;
    }

    #pdf {
        margin-top: 50px;
    }
    .container-custom {
        width: 100%;
    }

    .publicV2 .container {
        padding: 0 25px;
    }

    .row.bannerItem {
        /* 		height: 80vh; */
        height: auto;

    }

    .callToAction.style1::after,
    .callToAction.style2::after {
        width: 13%;
        right: -6%;
    }

    .callToAction {
        font-size: 0.9em;
    }

    .title_last_word {
        font-size: 40px;
    }

    .undertitleh3 {
        width: 200px !important;
    }

    .citation {
        font-size: 16px;
        padding-left: 30px;
        padding-right: 0;

    }

    .letterTitle {
        font-size: 20px;
    }

    .ceiling_r {
        height: 50px;
        width: 100%;
        background: #115886;
    }

    .ceiling_l {
        height: 50px;
        width: 100%;
        background: #F4F4F4;
        position: absolute;
        top: 0;
        left: 0;
    }

    .bannerItem .col-lg-5 img {
        top: 50px;
    }

    button.arrow_left,
    button.arrow_right {
        bottom: 5%;
    }

    #logo {
        height: 80px;
    }

    .title_page {
        margin-top: 50px !important;
    }

    h1.section_site {
        padding-top: 50px !important;
        margin-top: 0 !important;
    }

    h1.title_page {
        padding: 0 !important;
        padding-bottom: 50px !important;
    }

    .breadcrumbContainer {
        padding: 0 !important;
    }

    .row.valeurs h2 {
        font-size: 20px;
        margin-top: 40px !important;
    }

    .row_val .banner_ligne {
        height: 300px;
        left: -50px;
    }

    .btn_val button.arrow_left,
    .btn_val button.arrow_right {
        top: 30%;
        bottom: auto;
    }

    .services.publicCible img {
        width: 90% !important;
    }

    .comingSoon .col3 img {
        max-width: 150px;
    }

    .motif-7 {
        width: 150px !important;
    }

    .motif-1 {
        width: 200px !important;
    }

    .sectionValeursContainer .row.contenu_decalee {
        padding-left: 100px;
        padding-right: 100px;
    }

    .services.domaine.valeurs h4 {
        font-size: 1.2em;
    }

    .caret-up {
        bottom: 100px;
    }

    .footerImage>.row {
        padding: 10px !important;
    }

    .background_section_public_grey {
        top: 34%;
        width: 77%;
    }

    .background_section_valeurs_grey {
        height: 20%;
        top: 36%;
    }

    .bannerContainerSlider .contenuBanner {
        color: #005d9f;
        text-transform: uppercase;
        font-size: 1.1em
    }

    .titreArticle {
        padding-top: 0px !important;
    }
    /*
	#logo_fse
	{
		width: 175px;
	}
*/
}


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

    button.arrow_left,
    button.arrow_right {
        bottom: 15%;
    }
}

@media screen and (min-width : 1024px) and (max-height : 700px) {

    button.arrow_left,
    button.arrow_right {
        bottom: 2%;
        top: auto;
    }

    #VerticalMenu {
        height: 60vh;
    }
}

@media screen and (min-width : 1024px) and (max-height : 650px) {

    button.arrow_left,
    button.arrow_right {
        bottom: 2%;
        top: auto;
    }

    .section_site .contenuBanner p,
    #MainBanner .section_site div span {
        font-size: 0.9em;
        line-height: 1.3em;
    }
}

@media screen and (min-width : 1024px) and (max-height : 625px) {

    button.arrow_left,
    button.arrow_right {
        bottom: 0;
        top: auto;
    }

}


/* ----------- iPad Pro ----------- */
@media only screen and (min-width: 1024px) and (min-height: 1024px) and (max-height: 1366px) and (max-width: 1366px) {

    .section_site .contenuBanner p {
        line-height: 2em;
    }

    .section_site .contenuBanner p,
    #MainBanner .section_site div span {
        font-size: 1.1em;
    }

    #MainBanner .row.bannerItem {
        height: 80vh;
    }

    .col_val h2 {
        font-size: 2.3em;
    }

    .row.bannerItem {
        height: 60vh;
    }
}

/* ----------- iPad Pro ----------- */
/* Portrait */
@media only screen and (min-height: 1024px) and (max-width: 1024px) {
    .row.bannerItem {
        height: auto;
    }

    .lastWord {
        font-size: 1em;
    }

    #VerticalMenu {
        height: 100px;
        left: 0;
        display: flex;
        flex-direction: row;
    }

    #VerticalMenu::after {
        display: none;
    }

    #VerticalMenu #showMenu {
        order: 5;
        margin: auto;
        padding-top: 0;
        margin-right: 5%;
        margin-left: 5%;
        margin-bottom: auto;
        padding-bottom: 0;
    }

    #VerticalMenu #search {
        margin: auto;
        margin-right: 5%;
    }

    #VerticalMenu .menu_social {
        display: none;
    }

    #VerticalMenu #logoMenuMobile {
        display: block;
        margin: auto;
        margin-left: 5%;
    }

    #VerticalMenu #logoMenuMobile a {
        margin: 0;
    }

    #logoMenuMobile img {
        width: 100px;
    }

    #logoMenu {
        display: none !important;
    }

    button.arrow_left {
        margin-right: 50px;
    }

    #MainBanner .row.bannerItem {
        height: 70vh;
    }

    #logoContainer,
    .logoMenu {
        display: none;
    }

    #MainBanner .row.bannerItem .section_site {
        margin-top: -25px;
    }

    #menu {
        padding: 100px;
    }

}

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

    .public-abs {
        /*         height: 35vh; */
    }

    .publicV2 div.rel {
        /*         height: 35vh; */
    }

    .publicV2 div.abs {
        /*         height: 22%; */
    }

    .publicV2 .btn-3 {
        margin-top: 0;
    }

    .care-right,
    .demonstrateur-left {
        height: 35vh;
    }

    .imageIn-right {
        height: 35vh;
        padding-left: 0;
        text-align: center;
    }
    .imageIn-right  h4
    {
        text-align: center;
    }

    .imageIn-left {
        height: 40vh;
    }

    .branche-abs {
        /*         height: 30vh; */
    }

    .branches div.rel {
        height: 30vh;
        width: 100%;
    }

    .col-lg-4.branche {
        padding: 0 25px;
    }

    .newsletter-mobile {
        padding-left: 0;
        padding-right: 0;
    }

    #logo {
        height: 120px;
    }

    #logoContainer {
        padding-left: 15px;
        /* 		text-align: center; */
        display: none;
    }

    #logo_fse {

        position: relative;
        bottom: auto;
        left: auto;
        top: auto;
        bottom: auto;
        clip-path: none;
    }

    .h-1023-100 {
        height: auto !important;
    }

    .bannerItem .col-md-5 {
        padding-bottom: 30px;
    }

    .contenu_decalee {
        padding-left: 0;
        padding-right: 0;
    }

    .services img {
        max-width: 300px;
    }

    .section_decalee {
        padding-top: 0 !important;
    }

    .undertitleh3 {
        position: absolute;
        top: 0px;
        width: 40% !important;
        right: 0;
        transform: rotate(180deg);
    }

    .undertitleh3.branches {
        margin-top: 75px;
    }

    .section_decalee h3 {
        margin-top: -100px;
        margin-bottom: 150px;
        text-align: left;
        padding-left: 35px;
    }

    .section_site {
        padding: 100px 15px !important;
        padding-bottom: 100px !important;

    }

    .section_site.formALaUne {
        padding: 50px 15px !important;
        padding-top: 50px !important
    }

    .bannerItem .col-lg-5 {
        padding: 15px !important;
        padding-top: 100px !important;
    }

    .callToAction {
        width: 100%;
    }

    .imageInImage {
        height: calc(100vw / 16*9);
        margin-top: 50px;
    }


    .messageAfterPolygon {
        height: auto !important;
        margin-top: 0px !important;
        margin-bottom: 100px;
    }

    .motif-7 {
        /* 		display: none; */
        bottom: 20%;
    }

    .footerImage {
        height: auto !important;
        background: #0268a9 !important;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .colContainer {
        padding: 15px;
        display: flex;
    }

    .col {
        width: 100%;
        margin-bottom: 30px;
    }

    #menu {
        padding: 0;
        padding-top: 100px;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #MainBanner .row.bannerItem {
        height: auto;
    }

    .row.bannerItem .col_r {
        position: absolute;
        top: 0;
        height: 100%;
        background: #F4F4F4;
    }

    #MainBanner .row.bannerItem .col_gauche {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
        height: 70%;
    }

    .col_gauche {
        z-index: 1;
        opacity: .6;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
        height: 100%;
        top: 150px;
    }

    /*
	.arbre
	{
	    clip-path: polygon(100% 0,100% 100%, 20% 100%, 0 80%, 0 0);
		-webkit-clip-path: polygon(100% 0,100% 100%, 20% 100%, 0 80%, 0 0);
	}
*/

    #VerticalMenu {
        height: 100px;
        left: 0;
        display: flex;
        flex-direction: row;
        padding: 0;
    }

    #VerticalMenu::after {
        display: none;
    }


    #VerticalMenu #showMenu {
        order: 5;
        margin: auto;
        padding-top: 0;
        margin-right: 5%;
        margin-left: 5%;
        margin-bottom: auto;
        padding-bottom: 0;
    }

    #VerticalMenu #search {
        margin: auto;
        margin-right: 5%;
    }

    #VerticalMenu .menu_social {
        display: none;
    }

    .logo-front-page #VerticalMenu #logoMenuMobile {
        display: block;
        margin: auto;
        /* 			margin-left: 5%; */
        margin-left: 0;
        padding-left: 7%;
        padding-right: 7%;
        background: #fff;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    }
    .logo-header {
        z-index: 99;
    }

    .logo-header a img.custom-logo{
        top:11px;
        left:20px;
        position: fixed;
    }

    .logo-header a img.custom-logo {
        height: 78px;
    }

    .logo-footer .custom-logo-link {
        padding:0px !important;
        width:30%;
    }
    #VerticalMenu #logoMenuMobile a {
        margin: 0;
        padding-bottom: 50px;
        padding-top: 10px;
    }

    #searchMenu
    {
        bottom: auto;
        position: fixed;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
        padding-bottom: 50px;
        right: 0; left: 0 !important; margin: auto;
    }

    #searchMenu.menuHome {
        display:none;
    }
    #searchMenu .arrow-menu
    {
        margin-top: 25px;
    }
    #searchMenu .fal.closeSearch
    {
        display: block;
    }
    #searchMenu.scroll
    {
        display: none;
    }

    #logoMenuMobile img {
        display:none;
    }

    #logoMenu,
    #logoContainer,
    .logoMenu {
        display: none !important;
    }

    #MainBanner .row.bannerItem .section_site {
        margin: auto;
        margin-top: 10%;
        padding: 0 !important;
    }

    .col-lg-4.services {
        padding-top: 10px;
        padding-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
    }

    .col-lg-4.services.domaine h4 {
        /*
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
*/
        height: fit-content;
        line-height: normal;
        margin: auto;
        font-size: 2em;
        z-index: 1;
        padding-bottom: 25px;
    }

    .col-lg-4.services.domaine.valeurs {
        padding-bottom: 50px;
    }

    .col-lg-4.services.domaine.valeurs h4 {
        position: relative;
        font-size: 1.5em;
    }

    .col-lg-4.services img {
        opacity: 1;
    }


    #footer h3 {
        padding-bottom: 5px;
        border-bottom: 1px solid;
        position: relative;
    }

    #footer h3 .fal.fa-chevron-circle-right {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }

    .backgroundImageMobile-none {
        background-image: none !important;
    }

    button.arrow_left,
    button.arrow_right {
        bottom: 20%;
        z-index: 50;
    }

    .row.valeurs.page_val {
        display: block;
    }

    div.valeurs_mobile {
        display: flex;
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    div.valeurs_mobile a:hover {
        text-decoration: none;
    }

    .row.bannerItem .col_r {
        align-items: flex-end;
    }

    .valeurs_mobile h2 {
        font-size: 20px;
        color: #005D9F;
    }

    .section_decalee h3 {
        margin-top: -50px;
    }

    .messageAfterPolygon {
        padding: 50px 0;
    }

    #logofooter {
        width: 30%;
    }

    .filtre {
        display: none !important;
    }

    .bannerMobilePageTypeImg {
        order: 1;
        margin-top: 100px;
        height: 45vh;
    }

    .bannerMobilePageTypeImg .arbre,
    .col_gauche {
        clip-path: polygon(100% 0, 100% 100%, 70% 85%, 0 85%, 0 0);
        -webkit-clip-path: polygon(100% 0, 100% 100%, 70% 85%, 0 85%, 0 0);
    }


    .bannerMobilePageType {
        order: 2;
        padding-top: 0 !important;
    }

    .bannerItem .col-lg-5.bannerMobilePageType {
        padding-top: 0 !important;
        padding-left: 40px !important;
    }

    .services.publicCible h4 {
        background: #005497;
        color: #fff;
        padding: 20px 0;
        margin: 0;
    }

    .services.publicCible.ensei h4 {
        background-color: #5978AC;
    }

    .services.publicCible.deman h4 {
        background-color: #859AC2;
    }

    .mobileNone {
        display: none;
    }

    h1.section_site {
        padding-top: 0 !important;
    }

    .formeG {
        top: -150px;
    }

    #footer .col-10 {
        padding-top: 50px;
    }

    .row.page_val {
        padding: 50px 0;
    }

    .contVal {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .btn_val button.arrow_left,
    .btn_val button.arrow_right {
        top: 0;
        bottom: auto;
    }

    .btn_val button.arrow_left {
        right: 20%;
        left: auto;
    }

    .btn_val button.arrow_right {
        right: 10%;
        left: auto;
    }

    #MainBanner .row.bannerItem .col-12.col-lg-5 {
        overflow: hidden;
    }

    .key_2_contenu {
        display: none;
    }

    .contenuBanner.mobile_none {
        display: none;
    }

    .col_gauche {
        opacity: .9;
    }

    .titleBanner.mobile_none {
        display: none;
    }

    h2.titleBanner.centerMobile {
        text-align: center;
    }

    .comingSoon .row.contenu_decalee {
        padding-left: 0;
    }

    .comingSoon .row.contenu_decalee {
        clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
        text-align: center;
        margin-top: 0;
    }

    .comingSoon .row.contenu_decalee h4 {
        text-align: center;
    }

    .comingSoon .row.contenu_decalee .col-12.col-lg-4.order {
        order: 2;
    }

    .comingSoon .col-lg-8 {
        padding: 50px;
        padding-bottom: 25px;
    }

    .sectionAgenda:before {
        display: none;
    }

    .callToAction.allProject {
        margin-left: 0;
        padding: 20px;
    }

    .banner_homepage_v2 {

        clip-path: polygon(100% 0, 100% 100%, 70% 85%, 0 85%, 0 0);
        -webkit-clip-path: polygon(100% 0, 100% 100%, 70% 85%, 0 85%, 0 0);

    }

    .comingSoon .col-lg-4 {
        min-height: 300px;
    }

    .callToAction.style1,
    .callToAction.style2 {
        margin: 0;
        font-size: 1em;
    }

    .callToAction:hover {
        transform: none;
    }

    .sectionAgenda.section_decalee h3 {
        margin: 0;
    }

    .filterBannerMobile {
        display: block;
        position: absolute;
        top: 20%;
        /* 		left: 0; */
        /* 		right: auto; */
        bottom: auto;

        left: auto;
        right: 0;
    }

    .filterBannerMobile a {
        margin-top: 3px;
        margin-bottom: 3px;
        padding: 15px;
        padding-right: 30px;
        padding-left: 30px;
        color: #fff;
        /* 			text-align: left; */
        text-align: right;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 0.9em;
        font-weight: 600;

        /*
			clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
			-webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
*/
        clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
    }

    .filterBanner {
        display: none !important;
    }

    .callToAction.style1 {
        z-index: 11;
    }

    .callToAction.style1::after {
        right: -4%;
    }

    .motif-1 {
        width: 40% !important;
        bottom: 25px;
    }

    .artboard3 {
        bottom: 0;
        width: 40% !important;
    }

    .comingSoon .col2 {
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    }

    .comingSoon h2 {
        font-size: 2em;
    }

    .comingSoon .col3 img {
        max-width: 200px;
    }

    .sectionValeursContainer .undertitleh3 {
        right: auto;
        left: 0;
        transform: none;
        top: 50px;
    }

    .sectionValeursContainer.section_decalee h3 {
        margin-top: -100px;
    }

    .sectionValeursContainer .motif-7 {
        display: none;
    }

    .publicMobileImg {
        height: 150px;
    }

    .contenuBanner {
        padding-top: 0;
    }

    i.arrow_left,
    i.arrow_right {
        bottom: 15%;
        right: 5%;
    }

    .row_val i.arrow_right,
    .row_val i.arrow_left {
        top: 25%;
        bottom: auto;
    }

    #searchMenu {
        top: 170px !important;
    }

    .background_section_public_grey,
    .background_section_valeurs_grey {
        display: none;
    }

    h3.titreArticle {
        padding: 15px;
    }

    .bannerItemLeft {
        clip-path: none;
        -webkit-clip-path: none;
        background: transparent;
        margin-top: -15px;
    }

    .bannerItemLeftContenu {
        padding-top: 0px;
        padding-bottom: 35px;
    }

    .bannerArrowLeft,
    .bannerArrowRight {
        display: none !important;
    }

    .banner_homepage_v2 {
        height: 65vh;
    }

    #MainBanner .row.bannerItem {
        height: auto !important;
    }

    #MainBanner {
        padding-bottom: 50px !important;
    }

    .bannerContainerSlider {
        background: #F4F4F4;
    }
}

@media only screen and (max-width : 991px) {
    .col_val {
        padding-top: 50px;
        padding-bottom: 50px;
        order: 1;
        margin-bottom: 0;
    }

    .filterBannerMobile {
        display: flex !important;
    }

    .col_val>div.row {
        margin-top: 0;
    }

    .contVal .btn_val {
        margin-top: 0;
    }

    .contVal .img_val {
        order: 2;
    }

    .col_val .val_path {
        clip-path: none;
        -webkit-clip-path: none;
    }

    .col_val h2 {
        font-size: 2em;
    }

    .section_decalee h3.titreArticle {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .contenu_decalee.resp {
        margin-top: 0;
    }

    .section_decalee.resp h3 {
        margin-bottom: 50px;
    }

    a.plusInfo:after {
        right: 49%;
    }

    .bannerContainerSlider a.plusInfo {
        margin: 0 25%;
    }
}

.filterBanner {
    z-index: 98 !important;
    /* 	top: 35% !important; */
    bottom: 40%;
    top: auto;

}

.filterBannerMobile {
    z-index: 98 !important;
    top: 30% !important;
}

button:focus {
    outline: none;
}

.filterBanner a.active,
.filterBanner a:hover {
    /*padding-left: 100px;*/
    width: calc(100% + 80px);
    position: relative;
}

.linkToFormationInsideTimeline {
    font-weight: lighter;
}

.linkToFormationInsideTimeline:hover {
    text-decoration: none;
}

/* ----------- iPad ----------- */
@media only screen and (max-width : 768px) {

    .image-in .grid {
        grid-template-columns: 1fr;
    }

    h1.title_page.section_site {
        padding: 0 !important;
        padding-bottom: 47px !important;
    }

    .colContainer {
        display: block;
    }

    #searchMenu {
        width: 90vw;
        /* 		height: 80vh; */
        left: 10px !important;
    }

    #searchMenu.menuPasHome {
        padding: 2rem 1rem 1rem!important;
    }

    #MainBanner .row.bannerItem {
        height: auto;
    }

    .bannerItem .valeurs h1 {
        margin: 1em 0;
        font-size: 2.5em;
    }

    .messageAfterPolygon a.callToAction.style1 {
        padding-right: 30px;
    }

    .nous-contacter .col {
        margin-bottom: 0;
    }

    .valeurs_mobile .col-4 {
        padding: 0;
    }

    .lastWord {
        font-size: 1em !important;
    }

    .filter_container .col-md-3 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /*
	.filtre, .arbre, .col_gauche
	{
		clip-path: none;
		-webkit-clip-path: none;
	}
*/
    .row.bannerItem.bannerValeurs {
        margin-top: 100px;
    }

    .col-lg-4.services img {
        width: 80% !important;
    }

    .section_site.section_decalee.chiffresContainer {
        margin-top: 0 !important;
    }

    .corona-left {
        padding: 5% 25px;
        clip-path: none;
    }

    section.corona {
        padding-top: 0;
    }

    section.valeurs {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .demonstrateur-right,
    .care-left {
        display: none;
    }

}

@media only screen and (max-width : 576px) {
    #MainBanner
    {
        height: auto;
    }
    #logo_fse {
        clip-path: none;
        background: #F4F4F4;
    }

    #menu>.row {
        padding-top: 0px;
    }

    #menu>.row div {
        margin: 0 !important;
        width:100%;
        display: block !important;
    }

    section.branches {
        padding: 50px 0;
    }

    section.demonstrateur {
        padding-top: 50px;
    }

    .demonstrateur-right,
    .care-left {
        height: 40vh;
        display: block;
    }

    .corona-left {
        padding: 8% 15px;
    }

    .publicV2 div.abs {
        /*         height: 27%; */
    }

    .publicV2 .container {
        padding: 0 15px;
    }

    .publicV2 h4,
    .branche h4 {
        font-size: 1.1rem;
    }

    .care-right h4,
    .demonstrateur-left h4,
    .imageIn-right h4 {
        font-size: 1.3rem;
    }

    .care-right p,
    .demonstrateur-left p,
    .imageIn-right p {
        font-size: 1rem;
    }

    .imageIn-right {
        height: 45vh;
    }

    .branches-title h3 span,
    .valeurs-title h3 span {
        font-size: 1.5rem;
    }

    .branches div.abs {
        /*         height: 28%; */
    }

    .col-lg-4.branche {
        padding: 0 15px;
    }

    .valeurs-title img.valeurs-abs,
    .branches-title img.branches-abs {
        height: 100%;
    }

    .col-lg-4.services.domaine.valeurs h4 {
        font-size: 1.3em;
    }

    .col-lg-4.services.domaine.valeurs {
        padding-bottom: 10px;
    }

    .undertitleh3 {
        top: -50px;
    }

    .undertitleh3.t0 {
        top: 0;
    }

    div.valeurs_mobile {
        margin-top: 125px;
    }

    .valeurs_mobile .col-4 {
        padding-top: 25px;
    }

    .valeurs_mobile h2 {
        margin: 10px 0;
        font-size: 16px;
    }

    #MainBanner .row.bannerItem .col-12 {
        padding: 0;
    }

    .separateur {
        width: 150px;
    }

    .lvl1 {
        font-size: 100%
    }

    .lvl2 {
        margin-top: 10px;
    }

    .lvl2 a {
        font-weight: normal;
        line-height: 1;
    }

    .col_val h2 {
        font-size: 1.5em;
    }

    .col_val p {
        font-size: 1em;
        line-height: normal;
    }

    .col-lg-4.services.domaine h4 {
        font-size: 1.5em;
    }

    /*
	.filtre, .arbre, .col_gauche
	{
		clip-path: none;
		-webkit-clip-path: none;
	}
*/
    .col_gauche {
        height: 60%;
    }

    #MainBanner .row.bannerItem .col_gauche {
        height: 75%;
    }

    .row.valeurs h2 {
        font-size: 16px;
    }

    .bannerItem .valeurs h1 {
        font-size: 2em;
    }

    .imageInImage .slick-prev.slick-arrow {
        left: 40%;
    }

    .imageInImage .slick-next.slick-arrow {
        right: 40%;
    }

    .btn_val button.arrow_left:before,
    .btn_val button.arrow_right:before {
        font-size: 30px;
    }

    .btn_val button.arrow_left,
    .btn_val button.arrow_right {
        top: 0;
        bottom: auto;
    }

    .btn_val button.arrow_left {
        right: 20%;
        left: auto;
    }

    .btn_val button.arrow_right {
        right: 10%;
        left: auto;
    }

    #logoMenuMobile img {
        width: 80px;
    }

    #MainBanner .row.bannerItem .section_site {
        margin-top: 15%;
    }

    button.arrow_left {
        margin-left: 25px;
    }

    .filterBannerMobile a {
        padding: 10px;
        padding-right: 20px;
    }

    .contenuBanner {
        font-size: 1em !important;
    }

    button.arrow_left,
    button.arrow_right {
        right: 5%;
        bottom: 15%;
    }

    .publicMobileImg {
        height: 100px;
    }

    .callToAction.style1::after {
        right: -7%;
        transform: skewX(-15deg);
    }

    .undertitleh3.branches {
        margin-top: 150px;
    }

    .filterBannerMobile {
        top: 15%;
    }

    .callToAction.style1,
    .callToAction.style2 {
        font-size: 0.9em;
        padding: 20px;
    }

    .caret-up {
        bottom: 80px;
    }

    .bannerContainerSlider a.plusInfo {
        /* 		padding-left: 40%; */
        font-size: 0.8em;
        margin: 0 15%;
    }

    .sectionAgenda:after {
        bottom: -70px;
    }

    #subFooter img {
        margin-left: 0 !important;
    }

    .chiffresContainer img.undertitleh3 {
        top: 50px;
    }

    .counter {
        font-size: 1.2em;
    }

    .counterText {
        font-size: 1em;
    }

    .sectionValeursContainer .row.contenu_decalee {
        padding-left: 0px;
        padding-right: 0px;
    }

    .comingSoon h2 {
        font-size: 20px;
    }

    .comingSoon .col1 {
        padding-bottom: 25px;
    }

    .comingSoon .col3 {
        min-height: auto;
        padding: 25px;
    }

    .comingSoon .col3 img {
        max-width: 150px;
    }

    .comingSoon .col2 {
        min-height: 150px;
    }

    .searchTitle {
        margin-top: 10px;
    }

    .section_site.formALaUne {
        padding: 0px 15px !important;
        padding-top: 0px !important
    }

    a.plusInfo:after {
        top: -3px;
    }
    .logo-front-page .banner_homepage_v2 a.logoMenu,
    .logo-front-page .bannerItemLeft a.logoMenu,
    .logo-front-page .custom-logo-link{
        top: 0;
        padding: 70px 80px;
        background: #fff;
        clip-path: none;
        -webkit-clip-path: none;
        position: absolute;
        left: 0;
        right: auto;
        bottom: auto;
        z-index: 98;
    }
    .custom-logo-link {
        padding: 0 !important;
    }
}

@media screen and (orientation:landscape) and (min-device-width: 319px) and (max-device-width: 480px) {
    .care-right, .demonstrateur-left, .imageIn-right {
        height: auto;
        padding: 8% 0;
    }

    .public-abs {
        height: 60vh;
    }

    .publicV2 div.rel {
        height: 60vh;
    }

    .publicV2 div.abs {
        /*         height: 35%; */
    }

    .valeurs-title img.valeurs-abs,
    .branches-title img.branches-abs {
        height: 100%;
    }

    .branches div.abs {
        /*         height: 35%; */
    }

    .branche-abs {
        /*         height: 50vh; */
        height: 100%;
    }

    .branches div.rel {
        height: 50vh;
    }

    .col-lg-4.services img {
        width: 30% !important;
    }

}

@media only screen and (max-width : 414px) {
    .section_site .contenuBanner p {
        line-height: 1.3em !important;
    }

    a.bootstrap-accordion-title {
        font-size: 0.9em;
    }

    #VerticalMenu #logoMenuMobile a {
        padding-bottom: 30px;
        padding-top: 15px;
    }

    #logoMenuMobile img {
        width: 120px;
    }

    .col-lg-4.services img {
        width: 45% !important;
    }

    h2.qui_valeurs {
        font-size: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }



    .col-lg-4.services {
        padding-bottom: 10px;
    }

    .filterBannerMobile a {
        clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
        text-align: right;
    }

    .filterBannerMobile {
        right: 0;
        left: auto;
    }

    .filterBannerMobile a {
        padding-left: 15px;
        padding-right: 5px;
    }
}

@media only screen and (max-width : 375px) {
    #VerticalMenu {
        height: 75px;
    }

    .row.bannerItem.bannerValeurs {
        margin-top: 50px;
    }

    #logoMenuMobile img {
        width: 90px;
    }

    .bannerItem .col-lg-5 {
        padding-top: 50px !important;
    }

    .col_gauche {
        top: 100px;
    }

    h2.titleBanner {
        font-size: 20px;
    }

    .section_site .contenuBanner p,
    #MainBanner .section_site div span {
        font-size: 1em;
    }

    .bannerItem h1 {
        font-size: 25px;
    }

    .undertitleh3 {
        top: -75px;
    }

    .title_last_word {
        font-size: 30px;
    }

    .bannerMobilePageTypeImg {
        margin-top: 50px;
    }

    div.valeurs_mobile {
        margin-top: 75px;
    }

    #MainBanner .row.bannerItem .col_gauche {
        height: 80%;
    }

    .filterBannerMobile a {
        font-size: 0.7em;
        padding: 5px;
        padding-right: 5px;
        padding-left: 15px;
    }

    .bannerContainerSlider a.plusInfo {
        margin: 0 10%;
    }
}

@media only screen and (max-width : 360px) {
    .contenuBanner.mobile_none {
        font-size: 0.9em !important;
    }
}

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

    div.valeurs_mobile {
        margin-top: 0px;
    }

    .contenuBanner {
        padding-bottom: 0;
    }

    .imageIn-right {
        height: 55vh;
    }

    .publicV2 div.abs, .branches div.abs {
        /*         height: 34%; */
    }
}

@media only screen and (max-width : 320px) and (max-height : 480px) {

    @media print {

        #printfiche {
            display: none !important;
        }
    }

    .imageIn-right {
        height: 65vh;
    }

    .blackScreen {
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.7);
        margin: auto;
        height: 100vh;
        width: 100%;
        display: none;
        z-index: 10000000;
    }

    #closePopup {
        border: none;
        background: none;
        font-size: 30px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 30px;
        color: #dadada;
        position: absolute;
        top: 15px;
        right: 15px;
        border: 1px solid #C0CCD9;
        background: #fff;
        border-radius: 50%;
    }

    .popup {
        position: absolute;
        height: 800px;
        padding: 0px;
        width: 600px;
        max-width: 100%;
        overflow: auto;
        background: #EFF2F7;
        max-height: 100vh;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .popup::-webkit-scrollbar {
        display: none;
        width: 0;
    }
}

/*Formations*/
.jourFeuille
{
    border-radius: 5px;
    background: #f3f3f3;
    border: 1px solid #dbdbf9;
    display: inline-block;
    padding: 5px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    width: 75px;

}
.planningHover
{
    transition: linear .2s;
}
.planningHover:hover
{
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}
.planningHover:hover > .details
{
    display: block;
    cursor: pointer;
}
.details:before
{
    content: "";
    display: none;
    position: absolute;
    left: 20px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #f5f5f5 transparent;
}
.details
{
    position: absolute;
    top: -10px;
    display: none;
    border: 1px solid #dadada;
    background: white;
    padding: 15px;
    left: 0px;
    width: 200px;
    max-width: 100vw;
}
.lejour
{
    color: #505050;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ladate
{
    color: #505050;
    font-size: 14px;
    font-weight: bold;
}
.lannee
{
    color: #505050;
    font-weight: 100;
    letter-spacing: 4px;
    font-size: 12px
}
.programme p, .seminaireInfo p
{
    margin-bottom: 0px;
    padding-left: 0 !important;
}
.section_site div p
{
    padding-left: 0 !important;
}
h6
{
    font-weight: bold !important;
    font-size: 18px !important;
    margin-bottom: 15px !important;
}
.jour
{
    border: 1px solid #005497;


    line-height: 250%;
    background: ;
    color: #fff;
}
.planningContainer
{
    background: #dadada;
    border: 1px solid #005497;
    padding: 15px;
    clip-path: polygon(100% 0,100% 100%, 15% 100%, 0 85%, 0 0);-webkit-clip-path: polygon(100% 0,100% 100%, 15% 100%, 0 85%, 0 0);
}

.planningContainer h5
{
    padding-top: 0 !important;
}
.allForm:hover
{
    text-decoration: none;
}


.planningHoverDate:hover .planningHoverD
{
    opacity: 0;
}
.planningHoverDate:hover .detailsDate
{
    display: block !important;
    opacity: 1;
    z-index: 5;
}
.detailsDate
{
    display: none !important;
    transition: all .2s;
}
.planningHoverD
{
    opacity: 1;
    transition: all .2s;
}

.formeG
{
    background: #1FBADB;
}



.allForm
{
    background: #005d9f !important;
    border: 1px solid #005d9f !important;
}

.programme ol
{
    list-style: decimal;
    margin-top: .75rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
}
.programme ol li
{
    padding-bottom: .5rem;
    padding-left: .5rem;
}

/*Inscription aux séances d'information*/
.tribe-events-single {
    position: relative;
}
#tribe-events-pg-template {
    max-width: 70%;
    margin: 0 auto;
}

.tribe-events-schedule p {
    margin-left: 0.8em;
    color: #005D9F;
    text-transform: uppercase;
    font-size: 1.75em;
    padding-top: 2em;
    padding-bottom: 1em;
    line-height: 1.5em;
}

.tribe-events-schedule{
    height:30px;
}

.tribe-events-schedule h3, .tribe-events-schedule p {
    padding: 0 !important;
}

.rtec-already-registered-reveal {
    display: none !important;
}

#rtec .rtec-register-button {
    background-color: #005D9F;
    color: #fff;
    padding: 19px;
    border: none;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 3px;
}

#rtec .rtec-register-button:hover {
    background-color: #fff;
    color: #005D9F;
    box-shadow:0px 0px 0px 1px #005D9F inset;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    background-color: #fff;
    border: 1px solid #005D9F;
    box-sizing: border-box;
    color: #005D9F;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #005D9F;
    border: 1px solid #005D9F;
    box-sizing: border-box;
    color: #fff;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-common .tribe-common-c-btn-border:focus {
    background-color: #005D9F;
    margin: 0px !important;
}

.rtec-modal {
    border-radius: 10px;
    background-color: #fff;
}

.rtec-success-message {
    /*display: none;*/
}
.tribe-events-notices {
    background-color: #005D9F;
    border: 1px solid #005D9F;
    box-sizing: border-box;
    color: #fff;
}

.tribe-events-schedule {
    margin: 0 0 20px 0;
}

.tribe-events-schedule p {
    margin: 0 0 11px 5px;
}

@media (max-width: 840px) {
    #tribe-events-pg-template {
        max-width: none;
    }
}

@media (max-width: 440px) {
    #tribe-events-pg-template {
        padding:0px;
    }
}

@media (max-width: 402px) {
    .container-fluid {
        padding-right:5px !important;
    }
}
