
@font-face {
    font-family: "verveine";
    src: url("VerveineRegular.ttf") format("ttf"),url("VerveineRegular.woff") format("woff"),url("VerveineRegular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}


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, 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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, main {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body.no-scroll {
    overflow: hidden;
}
/**** header ****/
.barre-navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 80;
    transition: all .2s ease;
}
.barre-navigation .wrapper-navigation {
    display: flex;
    padding-left: 80px;
    padding-right: 80px;
    height: 90px;
}
.barre-navigation .logo figure {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: initial;
}
.barre-navigation .logo figure img {
    height: 100%;
    position: relative;
    display: block;
    max-width: 100%;
}
.has-menu-open .barre-navigation .logo {
    display: none;
}
ol, ul {
    list-style: none;
}
li {
    list-style-type: none;
}
.barre-navigation .menu-pictos {
    display: flex;
    margin-left: auto;
}
.barre-navigation .menu-pictos ul {
    display: flex;
}
.barre-navigation .menu-pictos li {
    position: relative;
    display: flex;
    align-items: center;
    list-style-type: none;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button {
    padding: 0;
    border: none;
    outline: none;
    background: none;
    border-radius: 0;
    transition: all .2s ease;
}
.barre-navigation .btn-menu [class^="icon-"], .barre-navigation .btn-menu [class*=" icon-"] {
    font-size: 1.25rem;
    color: #fff;
    transition: all .2s ease;
    position: relative;
}
.icon-menu:before {
    content: "";
}
.has-menu-open .barre-navigation .btn-menu {
    display: none;
}
.barre-navigation .btn-close-menu {
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 60px;
    height: 60px;
    transition: all .2s ease;
}
.has-menu-open .barre-navigation .btn-close-menu {
    display: flex;
}
.barre-navigation .btn-close-menu [class^="icon-"], .barre-navigation .btn-close-menu [class*=" icon-"] {
    font-size: 0.75rem;
    color: #fff;
    transition: all .2s ease;
}
.has-menu-open .barre-navigation .btn-close-menu [class^="icon-"], .has-menu-open .barre-navigation .btn-close-menu [class*=" icon-"] {
    color: #0A2A52;
}
.barre-navigation .menu-pictos li:before, .barre-navigation .menu-pictos li:after {
    position: absolute;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
}
.barre-navigation .btn-picto {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    color: #fff;
    transition: all .2s ease;
}
.barre-navigation .btn-menu {
    align-self: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all .2s ease;
}
.barre-navigation .btn-close-menu {
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 60px;
    height: 60px;
    transition: all .2s ease;    z-index:999;
}
.icon-close:before {
    content: "";
}
.cover-edito {
    position: relative;
    margin-bottom: 40px;
}
.cover-edito .general-container {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}
.cover-edito .header-edito-wrapper {
    position: relative;
    z-index: 10;
    display: flex;
    max-width: 900px;
    padding-top: 90px;
    padding-bottom: 160px;
}
.cover-edito .header-edito-wrapper .caption {
    padding-top: 30px;
    width: 100%;
}
h1, .title-h1 {
    display: block;
    font-family: "all-round-gothic",Sans-Serif;
    font-size: 4.0625rem;
    font-weight: 400;
    color: #0A2A52;
    line-height: .85;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
}
.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 34px 0 30px 0;
    text-overflow: ellipsis;
}
.breadcrumbs .breadcrumbs__item {
    position: relative;
    padding: 0;
	list-style-type: none;
}
.breadcrumbs .breadcrumbs__item .breadcrumbs__link, .breadcrumbs .breadcrumbs__item span {
    position: relative;
    font-size: 0.75rem;
    font-weight: 300;
    color: #0A2A52;
    line-height: 27px;
    display: inline-block;
    padding: 0 35px 0 0;
    white-space: nowrap;
}
.breadcrumbs.--text-white .breadcrumbs__item .breadcrumbs__link {
    color: #fff;
}
.breadcrumbs.--text-white .breadcrumbs__item:after {
	content: "";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 22px;
    top: 20%;
    display: inline-block;
    width: 3px;
    height: 1px;
    vertical-align: middle;
    color: #fff;
}
.breadcrumbs.--text-white .breadcrumbs__item:last-child:after {
	content: "";
}
.breadcrumbs.--text-white .breadcrumbs__item span {
	position: relative;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 27px;
    display: inline-block;
    padding: 0 35px 0 0;
    white-space: nowrap;
    color: rgba(255,255,255,0.5);
}
.pattern-vague {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
}
.pattern-vague:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    height: 140px;
    background-color: #fff;
    -webkit-mask-image: url(../vague-section.png);
    mask-image: url(../vague-section.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-repeat: repeat-x;
    pointer-events: none;
}
.cover-edito .general-container:before, .cover-edito .general-container:after{
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    width: 1170px;
    height: 100%;
    top: -100px;
    opacity: 1;
    pointer-events: none;
}
.cover-edito .general-container:before {
    left: 0;
    z-index: 2;
    transform: translate(-50%, 20%);
    background-image: url(../radial-vert-gauche.png);
}
.cover-edito .general-container:after{
    z-index: 1;
    right: 0;
    transform: translate(30%, 40%);
    background-image: url(../radial-vert.png);
}
/**** menu overlay ****/
.overlaysite {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 200;
    overflow: hidden;
    width: 100vw;
    max-width: 640px;
    background-color: #fff;
    transition: transform 400ms cubic-bezier(0.86, 0, 0.07, 1),visibility 400ms cubic-bezier(0.86, 0, 0.07, 1);
    visibility: hidden;
    transform: translateX(100%);
}
.overlay-menu {
    z-index: 79;
    max-width: 100%;
    opacity: 1;
    background-color: white;
    visibility: visible;
    pointer-events: none;
    transition: all .2s ease;
}
.overlaysite.open {
    visibility: initial;
    transform: initial;
}
.overlay-menu__left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    padding: 40px 40px 40px 55px;
    overflow: hidden;
    display: flex;
    z-index: 10;
}
.overlay-menu__left:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 90px;
    height: 100%;
    background-color: #fff;
    -webkit-mask-image: url(../vague-blanc-menu.png);
    mask-image: url(../vague-blanc-menu.png);
    -webkit-mask-size: 101% 100%;
    mask-size: 101% 100%;
    background-repeat: repeat-y;
    pointer-events: none;
    z-index: 2;
}
.pattern-grain.--blue {
    background-color: #0A2A52;
}

.overlay-menu .pattern-gradient{
    position: relative;
}
.overlay-menu .pattern-gradient:after {
    content: '';
    position: absolute;
    height: 100%;
    opacity: 1;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 930px;
    transform: translate(-50%, 50%);
    background-image: url(../radial-bleu.png);
    background-repeat: no-repeat;
    pointer-events: none;
}
.overlay-menu__left .container {
    margin: 0;
    width: 100%;
    overflow: auto;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
    z-index: 2;
}
.overlay-menu .nav-primary {
    display: block;
}
.overlay-menu .nav-primary__link {
    font-family: "verveine",Sans-Serif;
    font-size: 3.125rem;
    font-weight: 400;
    color: #fff;
    line-height: 62px;
    transition: all .2s ease;
    position: relative;
    display: block;
    padding: 15px 0;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
}
.overlay-menu .nav-primary__link:hover{
    color: #18A558;
}
.overlay-menu>* {
    pointer-events: auto;
}

















/**** footer ****/
.strate-footer-newsletter {
    position: relative;
}
.strate-footer-newsletter .news-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -109px;
    z-index: -1;
    height: 109px;
    background-image: url(../vague-verte.png);
    background-repeat: repeat-x;
    pointer-events: none;
}
.pattern-grain {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    top: 0;
    pointer-events: none;
    z-index: 1;
}
.pattern-grain.--vert {
    background-color: #007049;
}
.strate-footer-newsletter .news-wrapper .pattern-grain {
    top: 55px;
}
.strate-footer-widgets {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: hidden;
}
.strate-footer-widgets:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1918px;
    height: 1200px;
    background-size: cover;
    z-index: 2;
    opacity: 0.51;
    background-repeat: no-repeat;
    transform: translate(-30%, 30%);
    background-image: url(../radial-footer.png);
}
.bloc-widget-contact{
    z-index: 4;
    position: relative;
}
.strate+.strate {
    margin-top: 90px;
}
.strate-footer-widgets .title {
    font-family: "all-round-gothic",Sans-Serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    line-height: 26px;
}
.strate-footer-widgets .widget-contact .text-styles {
    margin-bottom: 20px;
}
.strate-footer-widgets .widget-contact p {
    font-weight: 400;
    color: #fff;
    font-family: "Inter",Sans-Serif;
    font-size: 1rem;
    line-height: 30px;
    display: block;
    margin-bottom: 15px;
}
.strate-footer-mentions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: 90px;
    margin-top: 35px;
    padding: 22px 0;
    border-top: 1px solid #F4E7D8;
}
.strate-footer-mentions ul li a {
    font-family: "Inter",Sans-Serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #03452D;
    line-height: 1.71;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-right: 18px;
}
.strate-footer-mentions ul li a:hover {
    color: #18A558;
}
.strate-footer-mentions span {
    font-family: "Inter",Sans-Serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #03452D;
    line-height: 1.71;
}
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    min-width: 150px;
    min-height: 50px;
    border-radius: 50px;
    padding: 15px 70px 15px 30px;
    font-family: "all-round-gothic",Sans-Serif;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    background-color: #18A558;
    position: relative;
    border: 1px solid transparent;
    transition: all .2s ease;
}
.strate-footer-widgets .widget-contact .btn.bouton-secondary {
    padding: 15px 30px;
}
.btn.bouton-secondary {
    color: #0A2A52;
    background-color: #fff;
    border: 1px solid #fff;
}
.btn.bouton-secondary:hover {
    color: #fff;
    background-color: #18A558;
    border-color: #18A558;
}
.btn.bouton-tertiary {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
	margin-top: 17px;
}
.btn.bouton-tertiary:hover{
    color: #fff;
    background-color: #18A558;
    border-color: #18A558;
}
.btn.bouton-tertiary:after {
    content: "";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    transition: all .2s ease;
    font-size: 1.75rem;
    right: 20px;
}
.btn.bouton-tertiary:after {
    color: #fff;
}
.btn:hover:after {
    right: 10px;
}




/**** responsive ****/

@media screen and (max-width: 1279px){
	.overlay-menu__left {
		width: 50%;
	}
}



@media screen and (max-width: 1023px) {
	.pattern-vague:before {
		height: 100px;
	}
	.cover-edito:not(.--has-full-image) .header-edito-wrapper {
		padding-bottom: 120px;
	}
	.pattern-vague {
		height: 100px;
	}
}



@media screen and (max-width: 979px){
	.overlay-menu__left:before {
		left: 0;
		right: 0;
		top: 90px;
		width: 100%;
		height: 90px;
		z-index:2;
		background-color: #fff;
		-webkit-mask-image: url(../vague-blanc-menu-mobile.png);
		mask-image: url(../vague-blanc-menu-mobile.png);
		bottom: auto;
	}
	.overlay-menu__left {
		width: 100%;
		padding: 0 40px;
	}
	.overlay-menu .nav-primary__link {
		text-align: center;
	}
	.has-menu-open .barre-navigation {
		background-color: #fff;
	}
	h1, .title-h1 {
		font-size: 3.125rem;
		line-height: 0.8;
	}
	.cover-edito {
		margin-bottom: 20px;
	}
}



@media screen and (max-width: 767px) {
	.pattern-vague:before {
		height: 60px;
	}
	.cover-edito:not(.--has-full-image) .header-edito-wrapper {
		padding-bottom: 80px;
	}
	.pattern-vague {
		height: 60px;
	}
	.cover-edito .general-container {
		min-height: 300px;
	}
	.cover-edito .general-container:before, .cover-edito .general-container:after {
		top: -70px;
	}
}



@media screen and (max-width: 598px){
	.overlay-menu__left {
		padding: 0 20px;
	}
	.overlay-menu__left:before {
		top: 80px;
	}
	.overlay-menu .nav-primary__link {
		font-size: 1.875rem;
		line-height: 30px;
		padding: 10px 0;
	}
	.overlay-menu .nav-primary__link {
		font-size: 1.875rem;
		line-height: 30px;
		padding: 10px 0;
	}
	.barre-navigation .wrapper-navigation {
		padding-left: 20px;
		padding-right: 20px;
		height: 80px;
	}
	h1, .title-h1 {
		font-size: 2.1875rem;
		line-height: 0.88;
	}
}
