/*!
Theme Name: ceos
Theme URI: http://underscores.me/
Author: Underscores.me
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: ceos
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.

ceos 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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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.15;
	-webkit-text-size-adjust: 100%;
}

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

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

/**
 * 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 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* 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: bolder;
}

/**
 * 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.15;
	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: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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%;
}

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

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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 {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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 {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	flex-direction: row-reverse;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
/*.entry-content,*/
.entry-summary {
	margin: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

/* 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;
}

/* 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;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------- */
.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;
}

.cart-subtotal, .order-total {
 
      display: none;
 
}

.woocommerce .includes_tax .amount {
    display: none;
}

.blog .blog-index-header {
	min-height: 350px !important;
	padding: 10px 9% 33px !important;
	background-position: bottom !important;
	margin-bottom: unset;
}
.page-nos-cours-en-ligne,
.type-product header.entry-header.wrapper-full {
	min-height: 350px !important;
	/*padding: 50px 7% 175px !important;*/
	padding: 10px 7% 75px !important;
	background-position: bottom !important;
	margin-bottom: unset;
}
.post-type-archive header.entry-header.wrapper-full,
.page-template-template-woocommerce-page header.entry-header.wrapper-full,
.page-archive-product,
.page-template-default .entry-header.wrapper-full,
.page-digital-learning,
.type-cours header.entry-header.wrapper-full,
.page-archive-lb header.entry-header.wrapper-full,
.page-demande-demo,
.archive.tax-categorie_cours header.entry-header.wrapper-full,
.page-nos-cours-en-ligne {
	min-height: 350px;
	padding: 10px 7% 160px !important;
	background-position: bottom !important;
}

.last-post-banner.wrapper-m {
	max-width: unset;
	margin-top: 0;
	padding: 0;
}
.last-post-banner.wrapper-m .l-post img {
	max-width: 400px;
	padding-bottom: 80px;
}


#wib-cat_select_commandes {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: #F6F6F9;
	background-image: none;
}
/* Remove IE arrow */
#wib-cat_select_commandes::-ms-expand {
	display: none;
}
/* Custom Select */
.select {
	position: relative;
	display: flex;
	width: 18em;
	height: 3em;
	line-height: 3;
	background: #2c3e50;
	overflow: hidden;
	border-radius: .25em;
}
#wib-cat_select_commandes {
	flex: 1;
	padding: 0 3em;
	color: #7F819D;
	cursor: pointer;
}
/* Arrow */
.select::after {
	/*content: '\25BC';*/
	content: url("https://ceos.dev.wiboo.fr/wp-content/uploads/2021/07/Trace-10375.png");
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 1em;
	background: var(--color-primary);
	cursor: pointer;
	pointer-events: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}


.search-results .entry-header h1.page-title {
	line-height: 3.5rem !important;
	font-size: 3.5rem !important;
	margin: auto;
	text-align: center;
}
.search-results .entry-header h2 {
	text-align: center;
}

.fiche-cours-wrapper h3 > span {
	color: #707070;
}


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

	.last-post-banner.wrapper-m .l-post {
		flex-direction: row;
	}
	.last-post-banner.wrapper-m .l-post img {
		max-width: 250px;
	}

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

	.last-post-banner.wrapper-m .l-post .col-thumbnail {
		display: none;
	}
	.blog .blog-index-header .last-post-banner .col-text,
	.blog .blog-index-header p {
		text-align: center !important;
	}
	.blog-index-header .last-post-banner button {
		margin: auto !important;
	}

}
.blog .blog-index-header .last-post-banner .col-text {
	padding-bottom: 120px;
	text-align: end;
}
.blog .blog-index-header p {
	text-align: end;
}
.blog-index-header .last-post-banner button {
	margin: unset;
	margin-left: auto !important;
}

.single-post-header .image-header-container {
	text-align: center;
}

/***PAGE EN ATTENTE***/
.page-id-409 .wrapper-m {
   max-width: 100% !important;
}

.page-id-409 .contact-button-section {
   display: none !important;
}

.page-id-409 .connect-login-container {
   display: none !important;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
	padding: 0.5rem 0.5rem !important;
}

.woocommerce-Addresses .woocommerce-Address-title h3 {
	margin-top: 0;
}
@media screen and (max-width: 1600px) {
	.woocommerce-account .woocommerce-MyAccount-navigation > ul {
		flex-wrap: nowrap !important;
	}
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > .woocommerce-MyAccount-navigation-link > a > span {

	font-size: .68rem;
	min-width: 125px;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > .woocommerce-MyAccount-navigation-link > a > svg {

	width: 20px;
}
@media screen and (max-width: 1520px) {
	.wib-style-button.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account > a > svg {
		width: 15px !important;
	}

}



@media screen and (max-width: 1440px) {
	.breadcrumb-container.wrapper-l {
		margin-top: 50px;
	}
	.single-cours .breadcrumb-container.wrapper-l {
		margin-top: 0;
	}
	.type-product .single-post-header {
		min-height: 600px;
	}

	/*.page-template-default .entry-header.wrapper-full,*/
	/*.archive.tax-categorie_cours header.entry-header.wrapper-full,*/
	/*.page-demande-demo,*/
	/*.page-archive-lb header.entry-header.wrapper-full,*/
	/*.page-template-template-woocommerce-page header.entry-header.wrapper-full,*/
	/*.page-digital-learning,*/
	/*.page-archive-product,*/
	/*.type-cours header.entry-header.wrapper-full,*/
	/*.page-nos-cours-en-ligne,*/
	/*.type-product header.entry-header.wrapper-full {*/
	/*	padding: 50px 7% 175px !important;*/
	/*}*/



	/*HOME*/
	.home #primary .banner-header-mobile-1 {
		top: -48% !important;
	}
	.home .home-banner {
		height: 660px !important;
	}
	.home .wp-block-group.home-banner .wp-block-group__inner-container .banner-media-text {
		top: 15% !important;
		grid-template-columns: 65% !important;
	}
}

@media (min-width:1024px) and (max-width:1080px) {

	.wib-bandeau-filter {
		 margin-left: -38px;
	}

}


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

	.single-cours article .single-post-header {
		min-height: 500px !important;
	}
	.banner-media-text h1 {
		margin-top: 90px !important;
	}

	.home .wp-block-group.home-banner .wp-block-group__inner-container .banner-media-text {
		top: 30% !important;
	}
	.home #primary .banner-header-mobile-1 {
		top: -30% !important;
	}

	.search-results article .search-post-thumbnail {
		width: 40%;
		/*margin-right: inherit !important;*/
		/*margin: auto;*/
		margin: 0 auto !important;
	}
	.search-results article .search-post-result-link a {
		padding: 20px 30px !important;
	}

	.search-results .search-post-title > h2 {
		text-align: start;
	}
	.search-results .entry-summary > h2 {
		text-align: justify;
	}

	body.tax-categorie_cours.padding-top-sticky-menu {
		padding-top: 70px !important;
	}

	.type-product .cours-sticky-container {
		display: block;
		position: relative;
	}



}

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

	/*.archive.tax-categorie_cours header.entry-header.wrapper-full,*/
	/*.page-archive-lb header.entry-header.wrapper-full,*/
	.page-demande-demo,
	.page-template-template-woocommerce-page header.entry-header.wrapper-full,
	.page-digital-learning,
	/*.page-archive-product,*/
	/*.type-cours header.entry-header.wrapper-full,*/
	.page-nos-cours-en-ligne,
	.type-product header.entry-header.wrapper-full {
		padding: 80px 7% 160px !important;
	}
	.page-archive-product {
		padding: 20px 7% 160px !important;
	}

	.archive.tax-categorie_cours header.entry-header.wrapper-full,
	.page-archive-lb header.entry-header.wrapper-full {
		padding: 50px 7% 160px !important;
	}
	.type-cours header.entry-header.wrapper-full {
		padding: 150px 7% 200px !important;
	}

	.type-product .single-post-header {
		min-height: 450px;
	}

	.breadcrumb-container.wrapper-l {
		margin-top: 0;
	}

	/*.home .home-banner {*/
	/*	height: 600px !important;*/
	/*}*/
	/*.banner-header-mobile-1 img {*/
	/*	height: 940px !important;*/
	/*}*/

	.home .wp-block-group.home-banner .wp-block-group__inner-container .banner-media-text {
		top: 20% !important;
	}
	.home #primary .banner-header-mobile-1 {
		top: -40% !important;
	}
}



@media screen and (max-width: 1140px) {
	.woocommerce-account .woocommerce-MyAccount-navigation > ul {

		width: 100% !important;
		gap: .5rem !important;

	}
}
@media screen and (max-width: 950px) {
	#h-formations-en-ligne-et-en-blended-learning-cse-rh-managers-et-salaries {
		font-size: 1.8em;
	}
	.home .banner-media-text .wp-block-button__link {
		width: 150px;
		font-size: 1.1em;
		padding: 10px;
	}
	.home .banner-media-text .wp-block-media-text__media > img {
		width: 250px!important;
	}
}
@media screen and (max-width: 875px) {
	.woocommerce-account .woocommerce-MyAccount-navigation > ul > .woocommerce-MyAccount-navigation-link > a > span {
		font-size: .7rem;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation > ul > .woocommerce-MyAccount-navigation-link > a > svg {

		width: 15px;
	}
	.wib-style-button.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account > a > svg {
		width: 10px !important;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation > ul li a {
		line-height: 1.5;
	}
}


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

	.home #primary .banner-header-mobile-1 {
		top: 12% !important;
	}

	.banner-wave-mobile img {
		 height: 375px !important;
	}

	.cart-subtotal, .order-total {

		display: none !important;

	}

	.woocommerce .includes_tax .amount {
		display: none !important;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul {

		flex-wrap: wrap !important;

	}

	.image-header-container img,
	body:not(.home) header .image-header {
		width: 150px !important;
		height: auto !important;
	}
	.single-post-header .image-header-container {
		margin-top: 5px !important;
	}

	.page-template-default .entry-header.wrapper-full,
	.archive.tax-categorie_cours header.entry-header.wrapper-full,
	.page-demande-demo,
	.page-archive-lb header.entry-header.wrapper-full,
	.page-template-template-woocommerce-page header.entry-header.wrapper-full,
	.page-digital-learning,
	.page-archive-product,
	/*.type-cours header.entry-header.wrapper-full,*/
	.page-nos-cours-en-ligne,
	.type-product header.entry-header.wrapper-full {
		justify-content: start !important;
		/*padding: 50px 7% 160px !important;*/
		padding: 50px 7% 10px !important;
	}
	.page-archive-product {
		justify-content: start !important;
		padding: 50px 7% 60px !important;
	}
	.type-product .image-header-container {
		display: none;
	}
	.single-product header .text-container {
		margin-top: 10px;
	}

	.search-results article .search-post-thumbnail {
		width: 35%;
	}
	.search-results article .search-post-result-link a {
		padding: 15px 25px !important;
	}

}



.woocommerce-cart-form__cart-item .product-quantity .quantity > input {
	width: 50px;
}
.cart .woocommerce {
	display: block !important;
	width: 75%;
	margin: auto;
}
.codes_promo_table .coupon {
	margin: 0 auto 15px;
	text-align: right;
}
.codes_promo_table button {
	margin: 0 0 0 auto;
}
.maj_panier {
	margin-top: 40px;
}
.cart .woocommerce .cart-collaterals {
	margin-top: 50px;
}
.woocommerce > div.woocommerce-form-coupon-toggle {
	display: none;
}
.woocommerce-billing-fields__field-wrapper p {
	margin: 10px 0;
}
span/*, p*/ {
	text-align: justify;
}
#primary > article {
	margin-bottom: 0;
}
.contact-button-section > h2 {
	margin-top: 0;
}
.container-formation .container-formation-note p {
	text-align: center !important;
}

.single-cours  article .single-post-header {
	min-height: 600px;
}


@media screen and (max-width: 767px) {
	.home .banner-media-text .btn-white {
		margin: inherit !important;
	}
	.woocommerce-cart-form .button.maj_panier  {
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 742px) {
	.home .wp-block-group.home-banner .wp-block-group__inner-container .banner-media-text {
		grid-template-columns: 100% 0 !important;
	}

	.banner-media-text h1 {
		margin-top: 60px !important;
	}
	.home .banner-media-text .btn-white {
		margin: auto !important;
	}
}
@media screen and (max-width: 426px) {
	.banner-wave-mobile figure img {
		height: 350px !important;
	}
}


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

	.archive.tax-categorie_cours header.entry-header.wrapper-full,
	.page-demande-demo,
	.page-archive-lb header.entry-header.wrapper-full,
	.page-template-template-woocommerce-page header.entry-header.wrapper-full,
	.page-digital-learning,
	.page-archive-product,
	.type-cours header.entry-header.wrapper-full,
	.page-nos-cours-en-ligne,
	.type-product header.entry-header.wrapper-full {
		min-height: 425px;
	}

	header .text-container .entry-title {
		font-size: 3em !important;
	}
	header .text-container {
		font-size: 0.8em;
	}

	.single-post-header .text-container .categorie-container {
		padding-top: 0 !important;
	}
}
.checkbox_serv_acc {
	margin-bottom: 75px;
	position: relative;
}
.checkbox_serv_acc input:hover,
.checkbox_serv_acc label:hover {
	cursor: pointer;
}

.more_details_ {
	display: none;
}
.more_details_serv_acc {
	display: none;
	position: relative;
	padding: 5px;
	top: 0;
	z-index: 999;
	text-align: justify;
	width: 100%;
	height: auto;
	/*border: 3px dashed var(--color-third);*/
	/*border-radius: 8px;*/
	/*background-color: var(--color-secondary);*/
}

.checkbox_serv_acc p {
	color: #707070 !important;
}

.sav_plus_acc {
	font-weight: bolder;
	text-decoration: underline;
	color: #009c90;
	cursor: pointer;
	display: block;
	margin-left: 1.3rem;
}

.type-product .product-card-info h3 {
	display: block;
}

.acc_tarif {
	font-size: 1.2rem;
	color: #003A59;
	font-weight: 700;
}

@media screen and (max-width: 1407px) {
	.sav_plus_acc {
		display: block;
		text-align: left;
	}
}

.woocommerce-thankyou-order-details li {
	background-image: none !important;
}
.entry-content.wrapper-l .woocommerce p.woocommerce-thankyou-order-received {
	font-size: 1.75em;
	margin-bottom: 15px;
}


.haut_thx {
	display: flex;
	justify-content: space-between;
}
.haut_thx .woocommerce-column__title,
.woocommerce-order-details .woocommerce-order-details__title {
	margin-bottom: 0;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
	margin: 0;
}

.woocommerce-order-received .wp-block-spacer {
	height: 20px !important;
}

.woocommerce table.shop_table tr:first-child {
	height: 70px !important;
}
@media screen and (max-width: 1221px) {

	.woocommerce-account .woocommerce-MyAccount-navigation > ul > .woocommerce-MyAccount-navigation-link > a > span {
		font-size: .65rem;
	}

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

	.wib-bandeau-filter .wib-search-product .woocommerce-product-search {
		flex-direction: row-reverse;
	}

}
@media screen and (max-width: 768px) {
	.haut_thx {
		flex-direction: column;
	}
	.woocommerce table.shop_table tr:first-child {
		display: table-row !important;
	}
}

.woocommerce-order-received .woocommerce-customer-details {
	display: none;
}

.woocommerce-order-received .woocommerce-customer-details:first-of-type {
	display: block;
}
.eye_order_details {
	width: 25px;
}

.wib-bandeau-filter .wib-search-product {
	height: 56px;
	margin: auto auto 35px;
}

.woocommerce-MyAccount-content .wib-bandeau-filter {
	align-items: flex-start;
}

@media (min-width:1024px) and (max-width:1068px) {

	#woocommerce-product-search-field-0 {
		width: 215px;
	}

}

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

	.wib-bandeau-filter {
		gap: 0 !important;
		align-items: center !important;
		flex-direction: column;
		margin: 25px auto;
	}

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

	.wib-bandeau-filter {
		margin-top: 0;
	}

	.woocommerce-MyAccount-content .wib-bandeau-filter {
		flex-direction: column-reverse;
	}

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

	.wib-search-product {
		margin: 35px auto 90px !important;
	}
	.wib-bandeau-filter .wib-search-product .woocommerce-product-search {
		flex-direction: column;
	}

}

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

	.woocommerce-order-received .woocommerce-order {
		display: flex;
		flex-direction: column;
	}
	.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
		order: -1;
	}

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

	/*thead .woocommerce-orders-table__header-order-details,*/
	/*td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-details {*/
	/*	display: none;*/
	/*}*/
	.woocommerce-orders-table__header .woocommerce-orders-table__header-order-actions {
		width: 18% !important;
	}

	.woocommerce-orders .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions > a {
		padding: 0.5rem 1rem !important;
	}

	.woocommerce-orders-table__header .woocommerce-orders-table__header-order-details {
		width: 3% !important;
	}
	.woocommerce-orders-table__header.woocommerce-orders-table__header-order-details > span {
		display: none;
	}
	.woocommerce-orders-table__row .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-details {
		padding-top: 28px;
	}

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

	.woocommerce-orders-table__cell-order-date,
	.woocommerce-orders-table__cell-order-status {
		font-size: .8em;
	}

	.cart-collaterals .wc-proceed-to-checkout .checkout-button > button{
		max-width: 250px !important;
		font-size: 1.1em !important;
		padding: 1rem 2rem !important;
	}
	div.cart_totals > h2 > span:nth-child(1), div.cart_totals > h2 > span:nth-child(2) {
		font-size: 1.6rem !important;
	}

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

	.woocommerce-cart .shop_table_responsive, .woocommerce-MyAccount-content .shop_table_responsive {
		font-size: 0.73em !important;
	}

}

.woocommerce-thankyou-order-details li {
	padding-left: 0 !important;
}

.related-posts {
	min-height: unset !important;
}

.cours-sticky-container .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #003A59;
}
.checkbox_serv_acc > div label {
	font-family: athelas, serif;
	color: #707070;
	font-size: 1.3rem;
	text-align: justify;
}
.checkbox_serv_acc > div input {
	margin-bottom: 3px;
}


.single-product .fiche-cours h3 {
	line-height: 1 !important;
}
.checkbox_serv_acc {
	line-height: 1 !important;
}
.cours-sticky-container .checkbox_serv_acc {
	text-align: left;
}

@media screen and (max-width: 1024px) {
	.connect-login-container {
		display: none !important;
	}
	.menu-header-menu-container, .site-branding, .connect-login-right {
		display: none !important;
	}
}
#cours-sticky-1024 {
	display: none;
}

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

	.woocommerce-checkout-content {
		width: 100% !important;
	}

}

@media screen and (max-width: 560px) {
	.woocommerce-cart .shop_table_responsive,
	.woocommerce-MyAccount-content .shop_table_responsive {
		font-size: 0.85em;
	}
	.eye_order_details {
		width: 15px;
	}

	.woocommerce-MyAccount-orders .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions > a {
		font-size: .8em !important;
	}

	.terms_conditions_popup {
		padding: 10px 30px !important;
		max-height: 80vh;
		overflow: scroll;
		margin-top: -25px;
	}
	.woocommerce-shipping-fields {
		display: none;
	}
	.woocommerce-checkout-content .woocommerce-checkout > div {
		padding: 1.5rem !important;
	}

}

.reload_filter_orders {
	position: absolute;
	left: -50px;
	top: 15px;
}

.page-template-template-woocommerce-page .contact-button-section {
	margin-top: 0;
}

#post-1301 .text-container > h1 {
	font-size: 3em;
	line-height: 3.5rem;
}

.woocommerce-checkout-content .order_review {
	order: -1;
}
.terms_conditions_popup {
	padding: 20px 60px;
}
.terms_conditions_popup .wp-block-buttons {
	justify-content: center;
}
.page .wp-block-buttons {
	justify-content: center;
}
.search-post-date {
	color: #009C90 !important;
}

.search-results article .attachment-post-thumbnail {
	min-width: 145px;
}
.related-posts .col-thumbnail {
	justify-content: center !important;
}
.related-posts .col-thumbnail img {
	justify-content: center !important;
	width: auto !important;
	height: 115px!important;
}

.woocommerce-checkout-content > form .woocommerce-checkout-payment input {
	padding: 0 !important;
}
.woocommerce-terms-and-conditions-wrapper {
	margin: 30px auto;
	line-height: 1.3;
}
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required {
	 margin: 0 !important;
}

.single-product .entry-content.wrapper-l .product-content h3 {
	margin: 2rem auto !important;
}
.single-product .entry-content.wrapper-l .product-content > p {
	text-align: justify;
}

.codes_promo_table button {
	max-width: 250px !important;
	padding: 10px 15px !important;
	font-size: 1em !important;
}

.woocommerce-cart .fixed-card {
	padding-top: 46px !important;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table tr.cart-total {
	display: none !important;
}

.woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity input,
.woocommerce-cart-form__cart-item.cart_item .product-subtotal .woocommerce-Price-amount.amount {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem !important;
}

.woocommerce-cart .cart-collaterals button {
	font-size: 1.3em !important;
}
.button.maj_panier {
	max-width: 250px !important;
	padding: 10px 23px !important;
	font-size: 1em !important;
	margin: 40px 0 40px auto !important;
}

/*@media screen and (max-width: 1500px) {*/

/*	.woocommerce-cart-form > table > thead > tr > th {*/
/*		padding: 0 0 0 40px;*/
/*	}*/

/*}*/

/*@media screen and (max-width: 1100px) {*/

/*	.woocommerce-cart-form > table > thead > tr > th {*/
/*		padding: 0 0 0 25px;*/
/*	}*/

/*}*/
/*@media screen and (max-width: 600px) {*/

/*	.woocommerce-cart-form > table > thead > tr > th {*/
/*		padding: 0 0 0 4px;*/
/*	}*/

/*}*/

/*.cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr,*/
/*.cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {*/
/*	text-align: center;*/
/*}*/

.post-download-lb button {
	margin: 40px auto;
}

.post-download-lb br {
	display: none;
}

.dl_lb_pdf > a {
	display: none;
}

.post-type-archive-livre_blanc .frm-redirect-msg {
	display: none;
}