/*!
Theme Name: myconnectingV2
Theme URI: http://underscores.me/
Author: Aquawebit
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mc2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

myconnectingV2 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap');

@font-face {
    src: url('./fonts/Roslindale-DisplayUltra.woff2') format("woff2"),
         url('./fonts/Roslindale-DisplayUltra.woff') format("woff");
    font-family: 'Roslindale';
    font-style: normal;
    font-weight: 900;
}

/*--------------------------------------------------------------
# Palette
--------------------------------------------------------------*/
.has-orange-background-color {
    background-color: #FF4B00 !important;
}
.has-orange-color {
    color: #FF4B00 !important;
}
.has-violet-background-color {
    background-color: #4E006E !important;
}
.has-violet-color {
    color: #4E006E !important;
}
.has-blanc-background-color {
    background-color: #fff !important;
}
.has-blanc-color {
    color: #fff !important;
}
.has-noir-background-color {
    background-color: #000 !important;
}
.has-noir-color {
    color: #000 !important;
}
.has-transparent-background-color {
    background-color: transparent !important;
}
.has-transparent-color {
    color: transparent !important;
}
.has-gris-background-color {
    background-color: #F1F5F6 !important;
}
.has-gris-color {
    color: #F1F5F6 !important;
}

.font-light{
	font-weight: 300;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.25;
	-webkit-text-size-adjust: 100%;
	font-family: 'Inter', sans-serif;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {

}

/**
 * Correct the container overflowing margin on `h1` and `h2` elements
 */
* > h1:first-child,
* > h2:first-child { 
	margin-top: 0 !important; 
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-size: 16px;
}

.roslindale{
    font-family: 'Roslindale';
}


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1{
	color: #4E006E;
	font-size: 40px;
	font-family: 'Roslindale';
}
h2{
	color: #4E006E;
	font-size: 25px;
	font-family: 'Roslindale';
}
h2 a {
	color: #4E006E;
	transition: all 0.3s ease-in-out;
}
h2 a:hover {
	color: #FF4B00;
}
h3{
	color: #4E006E;
	font-size: 20px;
	font-weight: 700;
}



p {
	margin: 0 0 20px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Layout
--------------------------------------------- */

html{
	/* border-left: 50px solid #FF4B00;
	border-right: 50px solid #FF4B00; */
	padding-top:50px;
	min-height: 100vh;
}
/* .border-top{
	position: fixed;
	left: 50px;
	top:0;
	height: 50px;
	width:calc(100% - 100px);
	background-color: #FF4B00;
	z-index: 10000;
}
.border-bottom{
	position: fixed;
	left: 50px;
	bottom:0;
	height: 50px;
	width:calc(100% - 100px);
	background-color: #FF4B00;
	z-index: 10000;
} */


/* Elements
--------------------------------------------- */
body {
	background: #fff;
	word-break: break-word;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.entry-content li::marker{
	color: #FF4B00;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 0;
	margin-block: 0;
	margin-inline: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	text-decoration: none;
	color: #4E006E;
	transition: all 0.3s ease-in-out;
}
a:hover{
	color: #FF4B00;
}

a:hover,
a:focus,
a:active {
	outline: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {

}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.sticky-header {
	position: fixed;
	top: 50px;
	left: 50px;
	width: calc(100% - 100px);
	z-index: 10000;
	height: 100px;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	background-color: rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
}

.sticky-header .sticky-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1200px 1fr;
	grid-template-rows: 100px;
	grid-template-areas: "head1 head2 head3";
}

.site-branding{
	grid-area: head1-start / head1-start / head2-end / head2-end;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	padding-left: 40px;
	padding-top: 5px;
}
.menus-container{
	grid-area: head1-start / head1-start / head2-end / head2-end;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#top-navigation{
	height: 50px;
	display: flex;
    justify-content: flex-end;
    align-items: center;
	z-index: 100000;
}
#mini-top-navigation{
    justify-content: center;
    align-items: center;
	display: none;
}
.sticky-header.sticky-header-shrink #mini-top-navigation{
	display: flex;
}
#mini-top-navigation .mini-menu-contact {
	background: #4E006E;
    border-radius: 50px;
    padding: 10px;
    height: 36px;
}
#mini-top-navigation .mini-menu-contact:hover{
	background: #FF4B00;
}

#site-navigation{
	height: 50px;
	display: flex;
    justify-content: flex-end;
    align-items: center;
	position: relative;
}

.search-menu{
	position: relative;
	margin-left: 25px;
	cursor: pointer;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-menu-form{
	position: absolute;
	right: 0;
	top: 50px;
	background: #4E006E;
	height: 60px;
	justify-content: center;
	align-items: center;
	width: 300px;
	padding: 16px;
	display: none;
}
.search-menu:hover .search-menu-form{
	/* display: flex; */
}
.search-menu-form form{
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-menu-form form .search-submit{
	height: 26px;
}

#primary-menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sticky-header .menu .sub-menu{
	position: fixed;
	top: 150px;
	left: calc(50% - 600px);	
	overflow: hidden;
}
.sticky-header.sticky-header-shrink .menu .sub-menu{
	position: fixed;
	top: 100px;
	left: calc(50% - 600px);
}

.sticky-header ul, .sticky-header li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sticky-header a {
	text-decoration: none;
	color: #4E006E;
}
.sticky-header .menu-item{
	margin-left: 25px;
}
.sticky-header .menu-contact{
	padding: 6px 10px 6px 35px;
	background: url('./img/ico_mail.png') 10px center no-repeat #4E006E;
	border-radius: 16px;
}
.sticky-header .menu-contact:hover{
	background-color: #FF4B00;
}
.sticky-header .menu-contact a{
	color: #fff;
}
.sticky-header .menu-connexion{
	height: 20px;
	line-height: 20px;
	padding-left: 35px;
	background: url('./img/ico_connexion.png') 10px center no-repeat;
}

.sticky-header .main-navigation .menu,
.sticky-header .main-navigation .menu li{
	height: 50px;
}
.sticky-header .main-navigation .menu > li{
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 3px solid transparent;
	transition: all 0.2s ease-in;
}
.sticky-header .main-navigation .sub-menu{
	/* min-height: 50px; */
	width: 1200px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: #4E006E;
	display: flex;
	height: 0;
	padding: 0;
	font-size: 16px;
	transition: all 0.2s ease-in;
}
.sticky-header .main-navigation .menu > li:hover
/* , .sticky-header .main-navigation .menu > li.current-menu-ancestor,
.sticky-header .main-navigation .menu > li.current-menu-item  */
{
	border-color: #FF4B00;
}
.sticky-header .main-navigation .menu > li:hover .sub-menu{
	height: auto;
	padding: 10px 20px;
	/* font-size: 16px; */
}
.sticky-header .main-navigation .sub-menu li{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}
.sticky-header .main-navigation .sub-menu a{
	color: #fff;
}
.sticky-header .main-navigation .sub-menu a:hover{
	color: #FF4B00;
}

/* .sticky-header .menu-chevron, */
.sticky-header #primary-menu .menu-item-has-children{
	padding-right: 20px;
	background:  url('./img/ico_chevron_bas.png') right center no-repeat;
}

/* Transitions and class for reduced height */
.sticky-header a, .sticky-header li a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.sticky-header.sticky-header-shrink {
	height: 50px;
}
.sticky-header.sticky-header-shrink #top-navigation {
	display: none;
}

.sticky-header.sticky-header-shrink .sticky-inner{
	grid-template-rows: 50px;
}
.sticky-header.sticky-header-shrink .site-branding{
	padding-left: 10px;
}


/*--------------------------------------------------------------
# Mobile menu
--------------------------------------------------------------*/
#mobile-menu-toggle{
	display: none;
}
#icon {
	width: 40px;
	height: 35px;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#icon path {
	fill: none;
	-webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	-moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	-o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	-ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	stroke-width: 40px;
	stroke-linecap: round;
	stroke: #FF4B00;
	stroke-dashoffset: 0px;
}
#icon path#top,
#icon path#bottom {
	stroke-dasharray: 240px 950px;
}
#icon path#middle {
	stroke-dasharray: 240px 240px;
}
.cross path#top,
.cross path#bottom {
	stroke-dashoffset: -650px;
	stroke-dashoffset: -650px;
}
.cross path#middle {
	stroke-dashoffset: -115px;
	stroke-dasharray: 1px 220px;
}

#mobile-menu{
	background: rgba(255, 255, 255, 0.9);
	height: calc(100vh - 156px);
	position: fixed;
	top: 128px;
	right: 28px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	width: 0px;
	overflow: hidden;
}
.sticky-header.sticky-header-shrink #mobile-menu{
	top: 78px;
	height: calc(100vh - 106px);
}

#mobile-menu.cross{
	width: 300px;
}

#mobile-menu #primary-menu{
	flex-direction: column;
	height: auto;
	right: auto;
	top: auto;
}
#mobile-menu #primary-menu > li{
	display: block;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	width: 100%;
	height: auto;	
}
#mobile-menu #primary-menu > li .mobile-menu-a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#mobile-menu #primary-menu .menu-item-has-children{
	background: none;
}
#mobile-menu #primary-menu .menu-item-has-children>.mobile-menu-a:after{
	content:"";
	cursor: pointer;
	width: 40px;
	height: 20px;
	margin-right: 20px;
	background: url('./img/ico_chevron_bas.png') center center no-repeat;
}
/* .chevron-mobile{
	height: 30px;
	width: 30px;
	margin-left: 25px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
}
.menu-chevron .chevron-mobile{
	visibility: visible;
	cursor: pointer;
} */
.menu-chevron .chevron-mobile:hover{
	background: #FF4B00;
}
.sub-menu .chevron-mobile{
	display: none;
}

#mobile-menu #primary-menu > li a{
	min-height: 30px;
    display: flex;
    justify-content: flex-start;
	padding-left: 20px;
    align-items: center;
    flex: 1;
	color:#4E006E;
}
#mobile-menu #primary-menu > li:hover{
	border-bottom: none;
}
#mobile-menu .sub-menu{
	position: relative;
	display: none;
	height: auto;
	background: none;
	left: auto;
    width: 100%;
}
/* #mobile-menu #primary-menu > li.open .sub-menu{
	display: block;
} */
#mobile-menu .sub-menu li{
	min-height: 30px;
	padding: 5px 20px 5px 10px;
	justify-content: flex-end;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer a{
	color: #fff;
}
footer a:hover{
	color: #FF4B00;
}
footer ul, footer li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-col .widget_nav_menu p{
	margin-top: 0;
}
#first-footer{
	background: #FDEAE2;
}
#first-footer .inner-footer{
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 10px;
}
.newsletter-left, .newsletter-right{
	width: 50%;
	padding: 20px;
}
.newsletter-left{
	color: #4E006E;
	padding-left: 100px;
	font-size: 14px;
	background: url('img/ico_megaphone_LT.png') center left no-repeat;
}
.newsletter-title{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}

#second-footer{
	background: #240033;
	margin: 0;
	padding:0;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 0px;
	font-size: 14px;
}
#second-footer .inner-footer{
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#second-footer .inner-footer .footer-col{
	padding: 10px;
}
#footer-1{
	width: 40%;
}
#footer-2,
#footer-3,
#footer-4{
	width: 20%;
}
#second-footer p.widget-title{
	font-weight: 700;
	font-size: 20px;
}
#second-footer p.widget-title p{
	margin-top: 0;
}

#second-footer .inner-footer-2 {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#second-footer .inner-footer-2 .footer-col{
	padding: 10px;
}
.footer-logos{
	background-color: #fff;
	padding: 0 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.footer-logos img{
	margin: 10px
}
.footer-sociaux img{
	margin: 10px;
}
#footer-6 p.widget-title{
	margin-top:0;
}
#third-footer{
	background: #000;
	margin: 0;
	padding:0;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 80px;
	font-size: 12px;
}
#third-footer .inner-footer {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px;
}
#menu-legal{
	display: flex;
}
#menu-legal li{
	margin-left: 5px;
}
#menu-legal li:after{
	content:"|";
	padding-left: 5px
}
#menu-legal li:last-child:after{
	content:none;
	padding-left: 5px
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

#page{
	padding-top: 100px;
}
.page-standard .tetiere-img{
	background-image: url('./img/visuel_generique_page_standard.jpg');
}
.archive.category .tetiere-img{
	background-image: url('./img/visuel_generique_blog.jpg');
}

.page-standard .entry-content{
	padding-top: 40px;
	padding-bottom: 40px;
}
.page-standard h1 .first-words{
	color: #FF4B00;
}
.entry-header h1 span{
	color: #FF4B00;
}

/*--------------------------------------------------------------
# blog
--------------------------------------------------------------*/
.tetiere-generique-blog{
	background: url('./img/visuel_generique_blog.jpg') center center no-repeat;
}
.articles-wrapper{
	display: flex;
	flex-wrap: wrap;
}
.is-checked{
	background: blue;
}
.entry-cat{
	text-transform: uppercase;
	color: #FF4B00;
	font-size: 14px;
}
.entry-meta{
	padding: 10px 0;
	color: #4E006E;
	font-size: 14px;
}
.single-post .entry-content{
	padding-top: 40px;
	padding-bottom: 40px;
}

.featured-blog-item{
	position: absolute;
	left: 145px;
	top: 0;
	width: 100px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #4E006E;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.author-box{
	display: flex;
	position: relative;
	margin-bottom: 40px !important;
}
.author-img{
	z-index: 10;
}
.author-img img{
	border: 5px solid #FF4B00;
}
.author-wrapper{
	margin-top: 50px;
	flex: 1;
	margin-left: -150px;
	z-index: 0;
}
.author-title{
	padding-left : 180px;
	color: #FF4B00;
	font-size: 25px;
	font-weight: 700;
	font-family: 'Roslindale';
	padding-bottom: 10px;
}
.author-details{
	border: 1px solid #FF4B00;
	padding : 20px 20px 20px 180px;
	min-height: 200px;
}
.author-name{
	color: #4E006E;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0;
}

/* Posts and pages
--------------------------------------------- */
.standardwidth, .alignwide{
	max-width: 1200px;
	margin: 0 auto;
}
.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100%;
}

.site-main{
	position: relative;
}



.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/**********************************************
* 404 Page
***********************************************/
.sitemap-alternative{
	margin-bottom: 100px;
}
.sitemap-alternative a{
	display: inline-block;
	padding-right: 30px;
	background: url('./img/caret_right.png') right center no-repeat;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.comment-reply-title, .comments-title{
	font-weight: 700;
	padding-top: 10px;
	color: #4E006E;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	padding-top: 8px;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.entry-content{
	position: relative;
}

.home #page{
	padding-top: 0px;
}

.home-tablet, .home-tablet-small, .home-mobile{
	display: none;
}

.home h1{
	font-size: 35px;
	font-weight: 300;
	font-family: 'Inter', sans-serif;
}
.home-chiffres p {
	margin: 0;
}

.home-chiffres .wp-block-column{
	margin-bottom: 20px;
}

.home-baseline-desktop{
	max-width: calc(100% - 120px);
	width: 427px;
	height: 335px;
	position: absolute;
    top: 150px;
    left: calc((100% - 427px) / 2);
	z-index: 1000;
}
.home-baseline-tablet-mobile{
	width: 320px;
	height: 249px;
	position: absolute;
	z-index: 1000;
	top: 100px;
    left: 40px;
	display:none;
}

/* Formulaire Recherche
************************************/
.search-form-home-container{
    position: absolute;
    top: calc(100vh - 250px);
    left: calc((100% - 975px) / 2);
	z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;	
	width: 975px;
	max-width: 100%;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px 30px;
}
.search-form-home-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: 100%;
}
.search-form-home{
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	padding-top: 10px;
}
.search-form-home-title{
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #4E006E;
}
.search-form-home-link{
	font-size: 16px;
	line-height: 20px;
	color: #4E006E;
	padding-right: 20px;
	background: url('img/caret_right.png') right center no-repeat;
}
.search-submit-home{
	width: 225px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	border-radius: 50px;
	background-color: #4E006E;
	border: none;
	margin-left: -20px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.search-submit-home:hover{
	background-color: #FF4B00;
}
.search-field-home{
	width: calc(100% - 205px);
	height: 50px;
	border: none;
	color: #6F6E6E;
	background:url('img/ico_search.png') 10px center no-repeat #fff !important;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding-left: 40px;	
}


/* Section pédagogie
************************************/
#grid-pedagodie{
	position: relative;
	z-index: 0;
}
.bloc-pedagogie{
	position: relative;
	word-break: break-word;
}
.bloc-pedagogie:before{
	content : "";
	width: 80%;
	height: calc(100% + 40px);
	background-color: #4E006E;
	margin:-40px auto 0;
	position: absolute;
	top: 20px;
	left: 10%;
	z-index: -1;
}
.bloc-pedagogie:nth-child(2):before{
	background-color: #FF4B00;
}
.bloc-pedagogie p{
	margin-bottom: 10px;
}

/* Section Nos formations
************************************/
.home-tabs .wp-block-image{
	margin: 0;
	padding: 0;
}
.nos-formations-orange ::marker {
	content: url('img/check_orange.svg');
	padding-right: 10px;
}
.nos-formations-violet ::marker {
	content: url('img/check_violet.svg');
	padding-right: 10px;
}
.home-tabs .wp-block-getwid-tabs__tab-content{
	border: none;
	border-top: 1px solid #CBC9D4;
	padding: 40px 10%;
}
.home-tabs .wp-block-getwid-tabs__nav-link{
	font-weight: 700;
	font-size: 19px;
	border: none;
	background-color: transparent;
	min-width: 170px;
	margin: 0 20px;
}
.home-tabs .wp-block-getwid-tabs__nav-link a{
	display: block;
	padding-bottom: 20px !important;
	padding-top:100px !important;
	text-align: center;
}
.home-tabs .wp-block-getwid-tabs__nav-link.ui-tabs-active:nth-child(odd) a{
	border-bottom: 7px solid #FF4B00;
	padding-bottom: 13px;
}
.home-tabs .wp-block-getwid-tabs__nav-link.ui-tabs-active:nth-child(even) a{
	border-bottom: 7px solid #4E006E;	
	padding-bottom: 13px;
}

.home-tabs .wp-block-getwid-tabs__nav-link:nth-child(1) a{
	background: url('img/ico_softskills.png') top center no-repeat transparent;
}
.home-tabs .wp-block-getwid-tabs__nav-link:nth-child(2) a{
	background: url('img/ico_bureautique.png') top center no-repeat transparent;
}
.home-tabs .wp-block-getwid-tabs__nav-link:nth-child(3) a{
	background: url('img/ico_digital.png') top center no-repeat transparent;
}
.home-tabs .wp-block-getwid-tabs__nav-link:nth-child(4) a{
	background: url('img/ico_langues.png') top center no-repeat transparent;
}
.home-tabs .wp-block-getwid-tabs__nav-link:nth-child(odd) a{
	color: #4E006E;
}
.home-tabs .wp-block-getwid-tabs__nav-link:nth-child(odd) a{
	color: #FF4B00;
}
.home-tabs .wp-block-getwid-tabs__nav-link:nth-child(even) a{
	color: #4E006E;
}

.home-tabs h3{
	padding-bottom: 10px;
}
.home-tabs .ui-tabs-panel li{
	padding: 10px 0 10px 10px;
}
.home-tabs-button-container{
	text-align: center;
}
.home-tabs-button{
	display: inline-block;
	color: #FF4B00;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	padding: 10px 20px;
	border-radius: 40px;
	border: 2px solid #FF4B00;
	margin: 20px auto 0;
	transition: all 0.3s;
}
.home-tabs .wp-block-getwid-tabs__tab-content-wrapper:nth-child(odd) .home-tabs-button{
	color: #4E006E;
	border-color: #4E006E;
}
.block-link:hover .home-tabs-button{
	color: #fff;
	background: #FF4B00;
}
.wp-block-getwid-tabs__tab-content-wrapper:nth-child(odd) .block-link:hover .home-tabs-button{
	color: #fff;
	background: #4E006E;
}

/* Section Formations du moment
************************************/
.home-formations-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.home-formations_item{
	width: 30%;
	border-top: 15px solid #FF4B00;
	border-bottom: 15px solid #FF4B00;
	height: 420px;
	overflow: hidden;
	padding: 20px;
	background: #fff;
	position: relative;
}
.home-formations_item h3 a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
}
.home-formations_item.violet{
	border-color: #4E006E;
}
.home-formation-thematique{
	text-transform: uppercase;
	color: #FF4B00;
	font-size: 16px;
	min-height: 25px;
}
.violet .home-formation-thematique{
	color: #4E006E;
}
.home-formations_item h3{
	display: block;
	min-height: 40px;;
}
.home-formations_item h3 a{
	color: #4E006E;
}
.home-formation-duree{
	color: #FF4B00;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	padding-bottom: 10px;
}

.formation-financement{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 10px 0 20px;
}
.formation-financement-item{
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	padding: 5px 10px;
	border-radius: 20px;
	background: #4E006E;
	margin-right: 10px;
	margin-bottom: 5px;
}
.home-formation-excerpt{
	font-size: 14px;
	line-height: 19px;
}
.formation-modalites{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.formation-modalite-name{
	font-size: 14px;
	color: #4E006E;
	margin-right: 10px;
}

/* Logo Slick slider
************************************/
.slick-next:before, .slick-prev:before{
	color: #CBC9D4;
}
.logo-carousel-wrapper {
	padding: 20px 40px 80px !important;
}

/* Blog items
************************************/
.wrapper-blog{
	background: rgba( 255, 75, 0, 1 );
    padding: 100px 25px 0 25px !important;
}
.wrapper-blog-inner{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


#blog-view .js-wpv-loop-wrapper{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.blog-item{
	width: 387px;
	height: 566px;
	margin: 0 0 40px 0;
	display: flex;
	position: relative;
}
.blog-item .blog-visual,
.blog-item > .item-image{
	width: 245px;
	height: 330px;
	overflow: hidden;
}
.blog-visual p{
	width: 100%;
	height: 100%;
	margin: 0;
}
.blog-item .blog-visual img,
.blog-item > .item-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-infos-container{
	width: 284px;
	height: 383px;
	overflow: hidden;
	background-color: #fff;
	margin-top: 173px;
	margin-left: -142px;
}
.blog-infos-inner-container{
	width: 284px;
	height: 383px;
	padding: 20px;
}
.blog-item h2 a{
	color: #4E006E;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
}

.blog-infos-container h3 a:before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
}
.blog-infos-container h2 a:before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
}
.contour-blog-container{
	position: absolute;
	bottom: 0;
	right: -10px;
	fill: transparent;
	stroke-width: 20px;
	stroke: #4E006E;
	stroke-dasharray: 60 1354;
	stroke-dashoffset: -829;
}
.blog-item:hover .contour-blog-container{
	-webkit-animation: 0.5s draw linear forwards;
	animation: 0.5s draw linear forwards;
}
@keyframes draw {
	0% {
	  stroke-dasharray: 60 1354;
	  stroke-dashoffset: -829;
	}
	100% {
	  stroke-dasharray: 1414;
	  stroke-dashoffset: 0;
	}
}
.blog-cat{
	font-size: 16px;
	text-transform: uppercase;
	color: #FF4B00;
	margin-bottom: 0.76em;
}
.blog-date{
	font-size: 14px;
	line-height: 19px;
	color: #4E006E;
}
.blog-excerpt{
	font-size: 14px;
	line-height: 19px;
}

.isotope-pager{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pager{
	color:#4E006E;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	height: 35px;
	width: 35px;
	border-radius: 100%;
	border: 1px solid #4E006E;
	margin: 5px;
	background: #fff;
}
.pager.currentpage{
	background-color: #4E006E;
	color: #fff;
}

.nav-links-wrapper{
	margin-left: calc(50% - 50vw + 58px);
	margin-right: calc(50% - 50vw + 59px);
	background: #fff;
}
.wpv-pagination-nav-links-container{
	flex-wrap: wrap;

}
.wpv-pagination-nav-links-container li span,
.wpv-pagination-nav-links-container li a,
.wpv-archive-pagination-nav-links-container li span,
.wpv-archive-pagination-nav-links-container li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
}

.js-wpv-pagination-nav-links-item a,
.wpv-archive-pagination-link {
	word-break: normal;
}

.blog-pagination{
	display: flex;
	justify-content: center;
	padding: 40px 20px !important;
}
.page-numbers{
	color: #4E006E;
    border: 1px solid #4E006E;
    border-radius: 50px;
	width: 30px;
    height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
	word-wrap: normal;
	flex-direction: row;
}
.current.page-numbers{
	color: #fff;
	background: #4E006E;
}
.next.page-numbers, 
.prev.page-numbers{
	width: auto;
	border: none;
}

/* Blog archive page
************************************/
.category-loop{
	padding: 100px 0 0;
}
.category-filters{
	max-width: 1200px;
    padding: 20px;
    background: #fff;
    z-index: 1000;
    position: relative;
    display: flex;
    margin: 80px auto -60px;
    justify-content: space-between;
}
.menu-cat-items{
	display: flex;
	flex-wrap: wrap;
	width: 60%;
}
.menu-cat-search{
	width: 40%;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: flex-start;
}
.cat-article-item{
	margin: 10px 20px;
	color: #4E006E;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	position: relative;
}
.cat-article-item:before{
	content:"";
	width: 20px;
	height: 0px;
	border-top: 3px solid #4E006E;
	margin-bottom: 10px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.cat-article-item:after{
	content:"";
	width: 20px;
	height: 0px;
	border-top: 3px solid #4E006E;
	margin-top: 10px;
	display: block;
	transition: all 0.3s ease-in-out;	
}

.current-cat.cat-article-item:before,
.current-cat.cat-article-item:after,
.cat-article-item:hover:before,
.cat-article-item:hover:after{
	width: 100%;
	border-color: #FF4B00;
}

.search-label{
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	font-weight: 700;
	color: #4E006E;
	padding-bottom: 10px;
}
.search-form-filter {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.search-field-filter{
	width: calc(100% - 120px );
	padding-right: 30px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	border: 1px solid #4E006E;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	padding-left: 30px;
	background: url('./img/search.png') left 10px center no-repeat;
}
.search-submit-filter{
	width: 140px;
	text-align: center;
	background: #4E006E;
	color: #fff;
	font-weight: 700;
	border: none;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	border-radius: 40px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	margin-left: -30px;
}
.search-submit-filter:hover{
	background: #FF4B00;
}


.post-navigation{
	background: #FDFAF8;
}
.post-navigation-inner{
	padding: 50px 20px !important;
}
.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
.post-navigation .nav-previous{
	height: 90px;
	padding-left: 50px;
	background: url('./img/nav_left.png') center left no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;	
}
.post-navigation .nav-next{
	height: 90px;
	padding-right: 50px;
	background: url('./img/nav_right.png') center right no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;	
}

#comments input[type="submit"]{
	color: #fff;
	font-size: 20px;
	background: #4E006E;
	padding: 10px 20px;
	border-radius: 40px;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
#comments input[type="submit"]:hover{
	background: #FF4B00;
}
#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#comments .comment-form-author label,
#comments .comment-form-email label,
#comments .comment-form-url label{
	width: 100px;
}


.share-links{
	margin: 20px auto 60px !important;
	padding: 20px 0 !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #FF4B00;
	border-bottom: 1px solid #FF4B00;
}
.share-title{
	font-size: 30px;
	color: #4E006E;
	font-weight: 700;
	font-family: 'Roslindale';
}

/* Events items
************************************/
.home-events .wpv-block-loop-item{
	height: 100%;
	background: #fff;
}
.home-event-item{
	height: 100%;
	position: relative;
}
.home-event-details{
	padding: 25px;
}
.home-event-details a:before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.home-item-event-picture > div,
.home-item-event-picture img{
	height: 100%;
	width: 100%;
}
.home-item-event-picture > div p{
	height: 100%;
	width: 100%;
	margin: 0;
}
.home-item-event-picture img{
	object-fit: cover;
}
.home-events h3 a{
	color: #4E006E;
}
.event-date{
	color:#FF4B00;
	font-size: 18px;
	padding-left: 30px;
	background: url(./img/ico_calendrier.png) left center no-repeat;
}
.event-excerpt{
	font-size: 14px;
}

/*--------------------------------------------------------------
# Formation
--------------------------------------------------------------*/
#forma-wrapper {
	display: flex;
	width: 100%;
	margin: 100px auto;
}
.forma-main-container{
	width: 53%;
	margin-right: 2%;
}
.forma-essentiels{
	width: 45%;
	border: 15px solid #FF4B00;
	padding: 20px;
	color: #4E006E;
}

.forma-main-container.orange h2,
.forma-main-container.orange h3{
	color: #FF4B00;
}
.forma-excerpt{
	margin-bottom: 60px;
	position: relative;
	z-index: 0;
}
.forma-excerpt-inner{
	background: #fff;
	padding: 20px 20px 20px 110px;
	background-repeat: no-repeat;
	background-position: top 20px left;
	font-size: 18px;
	line-height: 23px;
}
.forma-excerpt-inner:before{
	content : "";
	width: 110px;
	height: calc(100% + 10px);
	background-color: #FF4B00;
	margin:-10px auto 0;
	position: absolute;
	top: 5px;
	left: 0;
	z-index: -1;
}
.violet .forma-excerpt-inner:before{
	background-color: #4E006E;
}
.forma-excerpt-inner p{
	margin: 0;
}
.inner-rubrique{
	padding: 20px;
	margin: 0 0 20px 0;
	border: 1px solid #FDE4DA;
}
.forma-formateurs{
	padding-left: 118px;
	background: url('img/visuel_formateurs.jpg') left top no-repeat;
}
.forma-formateurs h2 {
	padding-left: 10px;
}
.forma-livre-blanc{
	padding-left: 118px;
	background: url('img/visuel_livre_blanc.jpg') left top no-repeat;
}
.forma-livre-blanc h2 {
	padding-left: 10px;
}
.livre-blanc-button-wrapper{
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.livre-blanc-button-wrapper a{
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 11px;
	line-height: 30px;
	text-transform: uppercase;
	background:#4E006E;
	padding: 0 20px;
	border-radius: 30px;
	transition: all 0.3s;	
}
.livre-blanc-button-wrapper a:hover{
	background: #FF4B00;
}

.forma-duree{
	border-bottom: 1px solid #FDE4DA;
	padding-bottom: 20px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.libelle-duree{
	background: url('img/duree.png') center left no-repeat;
	padding-left: 40px;
	min-height: 60px;
	width: 100px;
	display: flex;
	align-items: center;
}
.forma-essentiels h2{
	font-size: 35px;
	font-family: 'Inter';
	font-weight: 300;
}
.forma-essentiels h3{
	color: #FF4B00;
	font-family: 'Roslindale';
	font-size: 25px;
	font-weight: 400;
}
.forma-inter, .forma-intra, .forma-sans-tarif{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.libelle-tarif{
	background: url('img/euro.png') center left no-repeat;
	padding-left: 40px;
	min-height: 60px;
	width: 170px;
	display: flex;
	align-items: center;
}
.tarif, .sans-tarif, a.sans-aucun-tarif{
	font-weight: 700;
	text-align: right;
}
.sans-tarif, a.sans-aucun-tarif{
	padding-right: 20px;
}
a.sans-tarif, a.sans-aucun-tarif{
	color: #4E006E;
	transition: all 0.3s ease-in-out;
	background: url('img/caret_right.png') right center no-repeat;
}
a.sans-tarif:hover, a.sans-aucun-tarif:hover{
	color: #FF4B00;
}
.forma-modalites{
	background: #FDFAF8;
	margin: 20px -20px;
	padding: 20px;
}
.forma-modalites div{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.forma-modalites h3{
	color: #4E006E;
	font-family: 16px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Inter';
	margin-top: 0;
}
.forma-sessions pre{
    background: none;
    padding: 0;
    font-family: 'Inter';
    font-size: 14px;
}
.forma-sessions pre br{
	display: none;
}

.forma-inscription{
	background: #FDFAF8;
	margin: 20px -20px;
	padding: 20px;
	text-align: center;
}
.forma-inscription iframe{
	height: 500px;
	transition: all 0.5s ease-in-out;
}
.forma-inscription.open iframe{
	height: 500px;
}

.toggle-inscription{
	border: none;
	height: 50px;
	line-height: 50px;
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	padding: 0 60px 0 20px;
	border-radius: 50px;
	background: url('./img/md-arrow-dropdown-orange.png') right 20px center no-repeat #4E006E;
	/* cursor: pointer; */
	transition: all 0.3s ease-in-out;
	margin: 20px auto 40px;
}
/* .toggle-inscription:hover{
	background: url('./img/md-arrow-dropdown-violet.png') right 20px center no-repeat#FF4B00;
} */

.forma-accessibilite{
	background: #FDFAF8;
	margin: 20px -20px;
	padding: 20px;
}
.forma-delai{
	margin-bottom: 20px;
}
.forma-accessibilite h3, 
.forma-delai h3,
.forma-evaluation h3{
	color: #4E006E;
	font-family: 16px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Inter';
	margin-top: 0;
}

.forma-certification{
	border-top: 1px solid #FDE4DA;
	margin-top: 40px;
	padding-top: 0px;
}
.certification-logos{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.certification-logos{
	margin-right: 10px;
}

.avis-formation{
	background: #4E006E;
	padding: 80px 15px;
	color: #000;
}
.avis-formation-inner h2{
	padding-bottom: 40px;
	color: #fff;
}
.formations-interet{
	background: #F1F5F6;
	padding: 80px 15px;
}
.formations-interet-inner h2{
	padding-bottom: 40px;
}
.avis-formation-item{
	background: #fff;
	padding: 20px  130px;
	margin-bottom: 20px;
	background-image: url('img/guillemet_gauche.png'), url('img/guillemet_droite.png');
	background-repeat: no-repeat, no-repeat;
	background-position: top 10px left 20px, bottom 10px right 20px;
	min-height: 100px;
}
.avis-formation-nom{
	font-size: 18px;
	font-weight: 700;
	color: #4E006E;
	margin-top: 20px;
}

.forma-picto-wrapper{
	display: flex;
	align-items: center;
}
.forma-modalite-name{
	padding-right: 15px;
}

/*--------------------------------------------------------------
# Pages thématiques formations
--------------------------------------------------------------*/
.total-formations{
	font-size: 18px;
	line-height: 23px;
	color: #4E006E;
	text-transform: uppercase;
	padding-left: 20px;
	background: url('./img/ico_chevron.png') left center no-repeat;
	margin-bottom: 20px;
}
.total-formations span{
	font-weight: 700;
	color: #FF4B00;
}
#clear-filters{
	margin: 10px;
    padding: 10px 20px;
    background: none;
    border: 1px solid transparent;
	color:#4E006E;
	font-size: 16px;
	line-height: 21px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	font-weight: 700;
}
#clear-filters:hover{
	color: #FF4B00;
}
.filter-item{
	margin: 10px;
    padding: 10px 20px;
    background: none;
    border: 1px solid #4E006E;
	color:#4E006E;
	font-size: 16px;
	line-height: 21px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.filter-item.is-checked,
.filter-item:hover{
	background: #FF4B00;
	color: #fff;
}
.filter-group{
	padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#wrapper-list{
	width: 100%;
}
.formations_item{
	width: 100%;
	display: flex;
	padding-left: 20px;
	padding-right: 70px;
	justify-content: space-between;
	background: url('./img/grand_chevron.png') right 20px center no-repeat;
	margin-bottom: 20px;
	position: relative;
	border-top: 1px solid #FDE4DA;
	border-right: 1px solid #FDE4DA;
	border-bottom: 1px solid #FDE4DA;
}
.list-item.orange{
	border-left: 10px solid #FF4B00;
}
.list-item.violet{
	border-left: 10px solid #4E006E;
}
.formation-item-left h3 a:before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
}
.formation-item-right{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.formation-modalites-wrapper{
	width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #FDE4DA;
    margin: 20px;
	padding-left: 20px;
}
.formation-others{
	width: 100px;
    text-align: center;
}

/*--------------------------------------------------------------
# Pages financement
--------------------------------------------------------------*/
.cpf-liste p{
	margin: 0;
}
a.bloc-financement{
	transition: all 0.2s ease-in-out;
}
a.bloc-financement:hover{
	border-color: #FF4B00 !important;
}

/*--------------------------------------------------------------
# Réseaux sociaux
--------------------------------------------------------------*/
.row-social{
	border-bottom: 1px solid #AE96B7;
}
.row-social .wp-block-column:first-child {
    flex-basis: 150px !important;
}
.row-social .wp-block-column:last-child {
	flex-basis: calc(100% - 150px) !important;
}

/*--------------------------------------------------------------
# Témoignages
--------------------------------------------------------------*/
.testimony-title{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.testimony-title h1{
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.testimony-logo{
	width: 200px;
	height: 100px;
	margin-left: 20px;
	background-size: contain;
}
.temoignage-item{
	border: 15px solid transparent;
	transition: all 0.2s ease-in-out;
	position: relative;
	height: 640px;
	overflow: hidden;
}
.temoignage-item:hover{
	border-color: #FF4B00;
}
.temoignage-item a:before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
}
.temoignage-item .temoignage-featured{
	height: 260px;
	width: 100%;
}
.temoignage-item .temoignage-featured img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.temoignage-item .temoignage-logo{
	height: 150px;
}
.temoignage-item .temoignage-nom{
	text-align: center;
}
.temoignage-item .temoignage-citation{
	padding: 0 20px;
}

/*--------------------------------------------------------------
# Modalités
--------------------------------------------------------------*/
.grid-modalites h2{
	font-family: 'Inter';
}
.grid-modalites a.tb-container{
	border: 15px solid transparent;
	padding: 30px;
}
.grid-modalites a.tb-container:hover{
	color: #4E006E;
	border-color: #FF4B00;
}

/*--------------------------------------------------------------
# Ressources
--------------------------------------------------------------*/
#grid-ressources{
	background: rgba( 253, 250, 248, 1 );
}

.ressource-item{
	position: relative;
	border: 10px solid transparent;
	transition: all 0.2s ease-in-out;
	width: calc(33% - 10px);
	padding: 20px;
}
.ressource-item:hover{
	border-color: #4E006E;
}
.ressource-item a:before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
}
.ressource-item .ressource-titre{
	padding-top: 10px;
	padding-bottom: 10px;
}
.ressource-titre{
	font-size: 20px;
    font-weight: bold;
    color: #4E006E;
}
.date-webinaire {
    color: #FF4B00;
    padding-left: 30px;
    padding-top: 5px;
    font-weight: 700;
    background: url(./img/ico_calendrier.png) left center no-repeat;
}
.ressource-item .ressource-cat{
	color: #FF4B00;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 10px;
}
.ressource-item p{
	margin: 0;
}
.ressource-date{
	font-size: 12px;
	padding-bottom: 10px;
}
.ressource-excerpt{
	padding-bottom: 20px;
}

#grid-ressources.grid-version{
	padding-top: 100px;
	display: grid;
	grid-template-columns: 33% 33% 33%;
}
#grid-ressources.grid-version .ressource-item{
	width: 100% !important;
}
/*--------------------------------------------------------------
# Livres blancs
--------------------------------------------------------------*/
.wrapper-ressource{
	padding-top: 20px; 
	padding-bottom: 20px;
}
.wrapper-livre-blanc{
	display: flex;
}
.lb-infos{
	width: 60%;
	padding-right: 30px;
}
.lb-form{
	width: 40%;
	border:15px solid #FF4B00;
	padding: 40px 20px;
}
.lb-form h2 {
	font-size: 31px;
	line-height: 36px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.gratuit{
	font-size: 24px;
	color: #FF4B00;
	text-transform: uppercase;
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Evaluation
--------------------------------------------------------------*/
.evaluation-block p{
	margin: 10px 0;
}
.evaluation-etapes p{
	margin: 0;
}

/*--------------------------------------------------------------
# OPCO
--------------------------------------------------------------*/
.opco-liste .tb-grid .tb-grid-column{

}

/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/
#contact-map{
	-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

/*--------------------------------------------------------------
# Tetieres
--------------------------------------------------------------*/
.tetiere{
	background-color: #ECF1F4;
	height: 464px;
	display: flex;
	align-items: center;
}
.tetiere-img{
	height: 100%;
	width: 45%;
	background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
}
.tetiere-infos{
	height: auto;
	width: 55%;
	margin-left: -100px;
	position: relative;
	z-index: 0;
}
.tetiere-infos-inner{
	position: relative;
	background-color: #fff;
	background-position: right 20px top 20px;
	background-repeat: no-repeat;
	padding: 20px;
}
.tetiere-infos-inner:before{
	content : "";
	width: 330px;
	height: calc(100% + 40px);
	background-color: #FF4B00;
	margin:-40px auto 0;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: -1;
}
.orange .tetiere-infos-inner:before{
	background-color: #FF4B00;
}
.violet .tetiere-infos-inner:before{
	background-color: #4E006E;
}
.orange .tetiere-infos-inner h1{
	color: #FF4B00;
}

.formation-sous-thematique{
	font-weight: 300;
	font-size: 13px;
	color: #4E006E;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs, .breadcrumbs a{
	font-size: 11px;
	color: #4E006E;
}
.breadcrumbs{
	padding-right: 70px;
}

/*--------------------------------------------------------------
# Search results
--------------------------------------------------------------*/
.posts-navigation{
	margin: 40px 0;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.standardwidth{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.alignwide {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
.mobile {
	display: none;
}
@media screen and (max-width: 1400px) {
	.tetiere-img{
		width: 60%;
	}
	html{
		/* border-left: 28px solid #FF4B00;
		border-right: 28px solid #FF4B00; */
		padding-top:28px;
	}
	.border-top{
		left: 28px;
		height: 28px;
		width:calc(100% - 56px);
	}
	.border-bottom{
		left: 28px;
		height: 28px;
		width:calc(100% - 56px);
	}
	.sticky-header {
		top: 28px;
		left: 28px;
		width: calc(100% - 56px);
	}
	.sticky-header .menu .sub-menu{
		top: 128px;
		left: 28px;
		width: calc(100% - 56px);
	}
	.sticky-header.sticky-header-shrink .menu .sub-menu{
		position: fixed;
		top: 78px;
		left: 28px;
	}
	.nav-links-wrapper {
		margin-left: calc(50% - 50vw + 36px);
		margin-right: calc(50% - 50vw + 37px);
	}
}
@media screen and (max-width: 1350px) {
	.sticky-header .sticky-inner {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: 100px;
		grid-template-areas: "head1 head2";
	}
	.site-branding{
		grid-area: head1;
	}
	.menus-container{
		grid-area: head1-start / head1-start / head2-end / head2-end;
		padding-right: 10px;
	}
}
@media screen and (max-width: 1320px) {
	.sticky-header .main-navigation .sub-menu{
		left: 50px;
		width: calc(100% - 100px);
	}
}
@media screen and (max-width: 1220px) {
	.wrapper-ressources{
		margin: 0 auto;
		width: 100%;
	}
}
@media screen and (max-width: 1200px) {
	.tetiere-img{
		width: 70%;
	}
	.search-form-home-container{
		width: 90%;
		left: 5%;
	}
	.home-tabs .wp-block-getwid-tabs__tab-content{
		padding: 40px 0;
	}
}
@media screen and (min-width: 1100px) {
	#mobile-menu{
		display:none;
	}
}
@media screen and (max-width: 1100px) {
	.sticky-header.sticky-header-shrink #top-navigation, 
	.sticky-header.sticky-header-shrink #primary-menu.menu{
		display: none;
	}
	.sticky-header.sticky-header-shrink #mobile-menu-toggle{
		display: block;
	}
	.sticky-header.sticky-header-shrink #mini-top-navigation{
		display: flex;
	}
	.lb-form, .lb-infos{
		width: 50%;
	}
}
@media screen and (max-width: 1024px) {
	.home-desktop, .home-tablet-small, .home-mobile{
		display: none;
	}
	.home-tablet{
		display: block;
	}
	.home-h1-container{
		padding-left: 40px !important;
	}
	.home h1{
		font-size: 30px;
	}
	.home-item-event-picture > div, .home-item-event-picture img{
		height: 200px;
	}
}

@media screen and (max-width: 1024px) {
	.home-tabs .wp-block-getwid-tabs__nav-link{ 
		margin-bottom: 10px;
	}
	.home-formations-container{
		justify-content: center;
	}
	.home-formations_item{
		width:45%;
		margin: 2.5%;
	}
}
@media screen and (max-width: 950px) {
	.category-filters{
		display: block;
	}
	.menu-cat-items, .menu-cat-search{
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	html{
		/* border-left: 20px solid #FF4B00;
		border-right: 20px solid #FF4B00; */
		padding-top:20px;
	}
	.border-top{
		left: 20px;
		height: 20px;
		width:calc(100% - 40px);
	}
	.border-bottom{
		left: 20px;
		height: 20px;
		width:calc(100% - 40px);
	}
	.sticky-header {
		top: 20px;
		left: 20px;
		width: calc(100% - 40px);
	}
	.sticky-header .menu .sub-menu{
		top: 120px;
		left: 20px;
		width: calc(100% - 40px);
	}
	.sticky-header.sticky-header-shrink .menu .sub-menu{
		position: fixed;
		top: 70px;
		left: 20px;
	}
	#top-navigation, 
	#primary-menu.menu{
		display: none;
	}
	#mobile-menu-toggle{
		display: block;
	}
	#mini-top-navigation{
		display: flex;
	}
	#mobile-menu{
		height: calc(100vh - 140px);
		position: fixed;
		top: 120px;
		right: 20px;
	}
	.sticky-header.sticky-header-shrink #mobile-menu{
		top: 70px;
		height: calc(100vh - 90px);
	}
	.site-branding{
		align-items: center;
		justify-content: center;
		padding: 10px;
	}
	.menus-container{
		justify-content: center;
	}
	#second-footer .inner-footer .footer-col{
		width: 50%;
		padding: 20px;
	}
	#second-footer .inner-footer-2 .footer-col{
		width: 100%;
	}
	.newsletter-left, .newsletter-right{
		width: 100%;
	}

	.tetiere-img{
		width: 50%;
		background-position: center;
	}
	.tetiere-infos{
		width: 50%;
		margin-left: 0;
	}
	.tetiere-infos-inner:before{
		width: 200px;
	}
	h1{
		font-size: 16px !important;
	}
	h2{
		font-size: 20px !important;
	}
	h3{
		font-size: 18px !important;
	}
	.home h2{
		font-size: 25px !important;
	}
	.tetiere h1{
		font-size: 25px !important;
	}

	.home-tabs .wp-block-getwid-tabs__nav-link{
		font-size: 12px;
	}

	.mobile{
		display: block;
	}
	#forma-wrapper{
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: auto auto auto auto auto auto auto auto auto;
		grid-template-areas: 	"duree" 
								"prix" 
								"global" 
								"sessions" 
								"inscription" 
								"accessibilite"
								"delai"
								"evaluation"
								"certification";
	}
	.forma-essentiels{
		display: none;
	}
	.forma-duree.mobile{
		grid-area: duree;
		display: flex;
	}
	.forma-avec-tarif.mobile, .forma-sans-tarif.mobile{
		display: flex;
		grid-area: prix;
		margin-bottom: 20px;
	}
	.forma-main-container{
		grid-area: global;
		width: auto;
		margin-right: 0;
	}
	.forma-sessions.mobile{
		grid-area: sessions;
	}
	.forma-inscription.mobile{
		grid-area: inscription;
		margin: 20px -15px;
	}
	.forma-accessibilite.mobile{
		grid-area: accessibilite;
		margin: 20px -15px;
	}
	.forma-delai.mobile{
		grid-area: delai;
	}
	.forma-evaluation.mobile{
		grid-area: evaluation;
	}
	.forma-inscription.mobile{
		grid-area: inscription;
		margin: 20px -15px;
	}
	.forma-certification.mobile{
		grid-area: certification;
	}
	.nav-links-wrapper {
		margin-left: calc(50% - 50vw + 28px);
		margin-right: calc(50% - 50vw + 29px);
	}
	.formations_item{
		display: block;
	}
	.formation-modalites-wrapper{
		width: 60%;
		border: none;
		padding-left: 0;
	}
	.formation-others{
		width: 40%;
	}
	.wrapper-livre-blanc{
		display: block;
	}
	.lb-infos{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.lb-form{
		width: 100%;
	}
	.lb-form iframe{
		height: 600px;
	}
	.ressource-item{
		width: calc(50% - 20px);
		padding: 10px;
	}
	#grid-ressources.grid-version{
		grid-template-columns: 50% 50%;
	}
}
@media screen and (max-width: 768px) {
	.home-desktop, .home-tablet, .home-mobile{
		display: none;
	}
	.home-tablet-small{
		display: block;
	}
	.search-submit-home{
		font-size: 12px;
		width: 120px;
	}
	.search-field-home{
		width: calc(100% - 100px);
	}
	.home-formations_item{
		width:90%;
		margin: 2.5% 5%;
	}
	.home-baseline-desktop{
		display: none;
	}
	.home-baseline-tablet-mobile{
		display: block;
	}
}
@media screen and (max-width: 781px) and (min-width: 600px){
	.home-tabs .wp-block-column:nth-child(2n){
		margin-left: 0;
	}
	.home-tabs .wp-block-column:not(:only-child){
		flex-basis: auto !important;
	}
}
@media screen and (max-width: 781px){
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n){
		margin-left: 0 !important;
	}
}

@media screen and (max-width: 640px) {
	.sticky-header .sticky-inner{
		grid-template-columns: 40% 60%;
	}
	#second-footer .inner-footer .footer-col{
		width: 100%;
		padding: 20px;
	}
	#third-footer .inner-footer div{
		width: 100%;
	}
	.home-desktop, .home-tablet, .home-tablet-small{
		display: none;
	}
	.home-mobile{
		display: block;
	}
	.home h1{
		font-size: 20px;
	}
	.home-h1-container{
		padding-left: 10px !important;
	}
	.home-tabs .wp-block-getwid-tabs__nav-link{
		width: 40%;
		min-width: auto;
		max-width: 40%;
		margin: 20px 5%;
	}
	#menu-legal{
		display: block;
	}
	#menu-legal li:after{
		content: none;
	}
	.search-form-home-title, .search-form-home-link{
		font-size: 15px;
	}
	#blog-view .js-wpv-loop-wrapper{
		display: block;
	}
	.blog-item{
		display: block;
    	text-align: center;
		width: 100%;
		max-width: 284px;
		height: auto;
		margin: 10px auto 20px;
	}
	.blog-item .blog-visual{
		width: 100%;
		height: 200px;
	}
	.blog-item .blog-visual p,
	.blog-item .blog-visual img{
		width: 100%;
		height: 100%;
	}
	.blog-item .blog-visual img{
		object-fit: cover;
	}
	.blog-infos-container{
		margin: 0 auto;
	}
	.block-link.alignwide{
		padding: 0;
	}
	.tetiere{
		flex-wrap: wrap;
		align-items: flex-start;
		height: auto;
	}
	.tetiere-img{
		width: 100%;
		height: 200px;
		background-size: cover;
	}
	.tetiere-infos{
		width: 100%;
	}
	.tetiere-infos-inner:before{
		width: 100%;
	}
	/* .tetiere-infos-inner:before{
		height: calc(100% + 20px);
		top: 30px;
	} */
	.ressource-item{
		width: calc(100% - 30px);
	}
	#grid-ressources.grid-version{
		grid-template-columns: 100%;
	}
	.author-box{
		display: block;
	}
	#comments .comment-form-author, 
	#comments .comment-form-email, 
	#comments .comment-form-url{
		display: block;
	}
	#comments .comment-form-author input, 
	#comments .comment-form-email input, 
	#comments .comment-form-url input{
		max-width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.home-baseline-tablet-mobile{
		width: calc(100% - 50px);
		height: auto;
		position: absolute;
		top: 100px;
		left: 10px;
	}
}
/*--------------------------------------------------------------
# TwentyTwentyOne Overlapping columns
--------------------------------------------------------------*/

/* Variables */
:root{
	/* Spacing */
	--global--spacing-horizontal: 25px;
}

.wp-block-columns.is-style-twentytwentyone-columns-overlap {
	justify-content: space-around;
}

@media only screen and (min-width: 652px) {

	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) {
		margin-left: calc(-3 * var(--global--spacing-horizontal));
		margin-top: calc(2 * var(--global--spacing-horizontal));
		z-index: 2;
	}

	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > p:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h1:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h2:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h3:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h4:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h5:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h6:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > pre:not(.has-background) {
		background-color: var(--global--color-background);
		padding: var(--global--spacing-unit);
	}

	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background) {
		padding-left: calc(2 * var(--global--spacing-horizontal));
	}

	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n).is-vertically-aligned-center {
		margin-top: 0;
	}
}

.block-link{
	position: relative;
}
.block-link a:before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
}

/*--------------------------------------------------------------
# Getwid override
--------------------------------------------------------------*/
.wp-block-getwid-images-slider .slick-prev:before, 
.wp-block-getwid-images-slider .slick-next:before, 
.wp-block-getwid-media-text-slider .slick-prev:before, 
.wp-block-getwid-media-text-slider .slick-next:before, 
.wp-block-getwid-post-slider .slick-prev:before, 
.wp-block-getwid-post-slider .slick-next:before, 
.wp-block-getwid-post-carousel .slick-prev:before, 
.wp-block-getwid-post-carousel .slick-next:before{
	color: #4E006E;
}

.home-temoignages .slick-slide{
	background-image: url('./img/guillemet_gauche.png'), url('./img/guillemet_droite.png');
	background-repeat: no-repeat, no-repeat;
	background-position: top 10px left 12%, bottom 70px right 16%;
}
.home-temoignages .slick-slide img{
	display: none;
}