/**
Theme Name: Mon Theme Completude
Template:   best-learner
Author: Jean-Yves
Author URI: https://completude.ca/
Description: montheme
Text Domain: montheme
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Layouts and Titles
# Media
    ## Captions
    ## Galleries
# Social Icons
# Breadcrumb List
# Homepage Sections
    ## Featured Slider Section
    ## Featured Plans Section
    ## Featured Services Section
    ## Projects Section
    ## Partners Logo Section
    ## Latest News Section
# Footer
# Responsive
 
--------------------------------------------------------------*/
/* variable declaration */
:root {
	--font-header: 'Montserrat';
	--font-main: 'Lato';
	--font-quote: 'Roboto Serif';

    --color-bg: #fffaf4;
    --colorB: #000000;
    --colorW: #ffffff;
    --color1: #312317;
    --color2: #88bb00;
	--color3: #00305b;
    --color-a: #2d74b9;
	--color-tx0: #312317;
	--color-tx1: #eee;
 	--color6: #10181e;
	--color7: #d0e8ff;
	--color8: #8195a7;
	--color8-5: #8195a750;
	--color9: #507497;
	--color9-focus: #d37735;
	--color10: #ffb987;
	--color-fond: #4c5462;
	--color-fond2: #d399356e;
	--color-fond3: #8195a730;

	--text-size: 20px;
	--text-weight: 400;
	--nav-weight: 300;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography Options
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    font-family: var(--font-main), sans-serif;
    font-weight: var(--text-weight);
    color: var(--color-tx0);
    font-size: var(--text-size);
    line-height: 28px;
    word-wrap: break-word;
}
body {
	background-color: var(--color-bg);
}
p {
    margin: 0 0 1em;
}

.header-font-1 h1,
.header-font-1 h2,
.header-font-1 h3,
.header-font-1 h4,
.header-font-1 h5,
.header-font-1 h6 {
    font-family: var(--font-header), sans-serif;
}

.body-font-1 body,
.body-font-1 .site-title,
.body-font-1 #colophon .widget-title, 
.body-font-1 #colophon .widgettitle {
    font-family: var(--font-main), sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-tx0);
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 300;
    font-family: var(--font-header), sans-serif;
}

h4,
h5,
h6 {
    font-weight: 600;
}

a {
	color:var(--color9);
}
a:hover, a:focus, a:active {
	color:var(--color9-focus);
}
html {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

strong {
	color:inherit;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
textarea,
#respond input,
.wpcf7 input {
}
#respond textarea,
textarea {
}
#respond input {
    min-height: 50px;
}
#respond input[type="submit"] {
    color: var(--color1);
}
#respond input[type="submit"]:hover,
#respond input[type="submit"]:focus {
    background-color: var(--color1);
    border-color: var(--color1);
}

@-webkit-keyframes autofill {
    to {
        color: #444;
        background: #ffffff80;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
   background-color: var(--color1);
   /* suppression position fixed : VOIR front-page.php pour les info de barre de menu */
   /* position:fixed;*/
   /* height:60px; */
   max-width: 1920px;
}
#top-bar {
	transform:translate(-9999px, 0px);
	padding:0;
}
.top-logo {
	display:inline;
	float:left;
}
.site-branding {
    min-height: 0px;
	padding-left:15px;
}
.site-title {
    font-family: var(--font-header), sans-serif;
	font-size: 24px;
	font-weight: 100;
	margin-top: 3px;
}
.site-title a {
	color: var(--color7);
	text-decoration:none;
}
.site-title a .sub-title {
	font-size:10px;
	display:block;
	text-align:center;
}
.site-title:first-letter {
	color: revert;
}
.site-title a:hover,
.site-title a:focus {
    color: #fff;
}
.site-logo img {
    margin-right: 0px;
}
.main-navigation ul.nav-menu > li:hover > a {
    color: #fff;
}
.main-navigation ul.nav-menu .current_page_item > a,
.main-navigation ul.nav-menu .current-menu-item > a,
.main-navigation ul.nav-menu .current_page_ancestor > a,
.main-navigation ul.nav-menu .current-menu-ancestor > a {
    color: #999;
}
.main-navigation a {
	font-size: 18px;
	font-weight: var(--nav-weight);
}
.main-navigation a
.main-navigation
ul.nav-menu>li>a{
	color: #eee;
}
.main-navigation ul ul li a {
    padding: 15px 30px;
    color: var(--color7);
    border-top: 0px solid var(--color8-5);
}
.menu-toggle {
	height: auto;
	margin-right: auto;
}
.menu-toggle span {
    background-color: var(--color8);
    margin: 9px 0;
}
.menu-toggle.active span {
	height:0px;
}
.menu-toggle.active span:first-child {
	height:27px;
	border:solid 1px var(--color8);
    background-color: var(--color1);
}

button.dropdown-toggle {
	width: 85px;
}
button.dropdown-toggle .fa {
    color: var(--color7);
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
    color: var(--color1);
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus {
    color: var(--color1);
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    background-color: var(--color1);
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    color: var(--color1);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.separateur {
	position: relative;
}
.separateur img {
	width:200px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

#secondary .widget > ul li:first-child,
#secondary .widget > ul li:hover,
#secondary .widget_nav_menu ul li:first-child,
#secondary .widget_nav_menu ul li:hover {
    border-left: 4px solid var(--color1);
}
.widget_search form.search-form button.search-submit {
    background-color: var(--color1);
}
.widget_search form.search-form button.search-submit:hover,
.widget_search form.search-form button.search-submit:focus {
    background-color: var(--color1);
}
.widget_search form.search-form input[type="search"]:focus {
    border-color: var(--color1);
}
#secondary a:hover,
#secondary a:focus {
    color: var(--color1);
}
input[type="submit"],
.wpcf7 input[type="submit"] {
    color: var(--colorW);
    background-color: var(--color9);
	border:solid 1px var(--color1);
}
input[type="submit"]:hover,
input[type="submit"]:focus,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
	border-color: var(--color1);
}
.jetpack_subscription_widget input[type="submit"]:hover,
.jetpack_subscription_widget input[type="submit"]:focus {
    background-color: var(--color1);
}
.widget_popular_post h3 a:hover,
.widget_popular_post h3 a:focus,
.widget_popular_post a:hover time,
.widget_popular_post a:focus time,
.widget_latest_post h3 a:hover,
.widget_latest_post h3 a:focus,
.widget_latest_post a:hover time,
.widget_latest_post a:focus time {
    color: var(--color1);
}
#secondary .jetpack_subscription_widget input[type="submit"]:hover,
#secondary .jetpack_subscription_widget input[type="submit"]:focus {
    background-color: var(--color1);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.page-header small {
    color: var(--color1);
}
.blog-posts .post-categories {
    background-color: var(--color1);
}
.post-categories a {
    color: var(--color1);
}
.post-categories a:hover,
.post-categories a:focus {
    color: var(--color1);
}
.tags-links a {
    border: 1px solid var(--color1);
    color: var(--color1);
}
.tags-links a:hover,
.tags-links a:focus {
    border-color: var(--color1);
    background-color: var(--color1);
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.reply a {
    border-color: var(--color1);
    color: var(--color1);
}
.reply a:hover,
.reply a:focus {
    background-color: var(--color1);
    color: #fff;
}
.reply a:hover:before,
.reply a:focus:before {
    background-color: var(--color1);
}
.comment-meta .url:hover,
.comment-meta .url:focus,
.comment-metadata a,
.comment-metadata a time {
    color: var(--color1);
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
.overlay {
    background-color: var(--color1);
}
.read-more {
    font-size: 16px;
}
.btn {
    border-radius: 0.6em;
    border: 1px solid #888;
    color: var(--color7);
	background-color:var(--color1);
    padding: 8px 16px;
	font-weight: 400;
	font-family:var(--font-header);
	font-size:17px;
}
a.btn {
	text-decoration:none;
    background-color: var(--color9);
	color:var(--colorW);
}
.btn:hover,
.btn:focus {
    background-color: var(--color9-focus);
    border-color: #333;
}
.header-title {
    height: 240px;
    width: 100%;
    background: url("/wp-content/uploads/images/montagne-1920-x300.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    display: inline-block;
	position:relative;
}
.main-title {
	text-align: center;
	color:#fff;
	font-weight:100;
	margin-top: 60px;
}
#header-ligne {
	top:0;
	position:absolute;
	width:100%;
	height:auto;
}
#header-ligne img {
	width:100%;
}
.main-title-content {
	text-align: center;
	color:inherit;
}
.section-title {
    font-weight: 800;
}
/* .fond-section .section-title { */
    /* color:#fff; */
/* } */
.separator {
	height: 30px;
	width:120px;
	text-align:center;
}
.wrapper {
    width: 100%;
	max-width:none;
    margin: 0 auto;
}
.x-close {
	float:right;
	display:inline;
	margin-right:5px;
	color: #000;
}
a.x-close {
	text-decoration:none;
}
.entry-title {
	font-size:28px;
	font-weight:400;
	margin: 50px 0 50px 0;
}
.page-section {
	padding:50px 5px;
	margin-bottom:100px;
}
.fond-section {
	/* background-color:var(--colorW); */
}
.section-header {
    margin-bottom: 100px;
}
.entry-content {
    margin-top: 50px;
}
.footer-widgets-area .hentry {
    text-align: center;
    font-weight: 300;
}
.footer-widgets-area .hentry a {
    text-decoration:none;
}

.quote {
  margin: 0;
  background: #eee;
  padding: 1em;
  border-radius: 1em;
}

/*--------------------------------------------------------------
# block centre flex
--------------------------------------------------------------*/
.block-center {
	flex: 1 1 0;
	text-align:left;
	line-height:1.7em;
	margin-bottom:40px;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
	padding: 0 40px 80px 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.block-center h3 {
	text-align:center;
}

/*--------------------------------------------------------------
# letitre
--------------------------------------------------------------*/
#letitre {
	background-color:var(--color1);
	
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Social Icons Hover Color
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
	padding: 150px 0;
	color: #eee;
}
#page-site-header:before {
	background-color: var(--color1);
    opacity: 0.6;
}
#page-site-header .page-title {
    color: #fff;
    font-size: 44px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
	font-weight: 100;
}

#page-site-header .sous-titre {
	font-weight:300;
}
/* page du 1er degre */
/* .page-id-244 #page-site-header { */
	/* background-position:right; */
/* } */

/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#  Toggle
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# temoignage
--------------------------------------------------------------*/
.temoignage.page-section {
	padding: 0 5px;
}
	
.temoignage .section-content {
	padding: 0 0 100px 0;
    display: flex;
    justify-content: center;
}
blockquote {
    font-family: var(--font-quote), serif;
	font-weight: 500;
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em;
	max-width:850px;
	font-size:24px;
    line-height: 1.8em;
}
blockquote:before {
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}
blockquote:after {
    position: absolute;
    float:right;
    font-size:6em;
    line-height: 1;
    right:0;
    bottom:-0.5em;
    content: "\201D";
}
blockquote footer {
    padding: 0 2em 0 0;
    text-align:right;
}
blockquote cite:before {
    content: "\2013";
}

/*--------------------------------------------------------------
#  Annonce Section
--------------------------------------------------------------*/

#annonce {
	margin:5px 8%;
}
#annonce article {
	text-align:center;
	color:#fff;
	display:flex;
	justify-content: center;
}
#annonce article .bar:hover, #annonce article .bar:focus {
    background-color: var(--color9-focus);
}
#annonce article .bar {
	line-height: 35px;
    transition: all 0.3s ease-in-out;
    background-color: var(--color9);
	width:100%;
}
#annonce p {
	margin:0;
	/* font-size:16px; */
	display:inline-block;
}

#annonce a p {
	color:#fff;
}

/*--------------------------------------------------------------
#  Vignettes Bienfaits Section
--------------------------------------------------------------*/
.course-item-wrapper .entry-container {
    padding: 0;
}
.vignettes .section-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: flex-start;
    flex-wrap: wrap;
}
.vignettes article {
    width: 450px;
	margin: 15px 15px;
    text-align: center;
}
.vignettes article:last-child {
    margin-bottom: 0;
}
.vignettes article .entry-content p {
    margin-bottom: 0;
}
.vignettes article .texte {
	padding:0px 10px 10px 10px;
	margin: 5px 5px 0px 5px;
}
.vignettes article .resume {
	line-height: 2em;
}
.vignettes article .texte-plus {
	margin-top: 15px;
}
.vignettes article .B-content {
	text-align:left;
	background-color: var(--color-fond3);
	font-size: 0.8em;
	padding-top:5px;
}
.vignettes article .A-content {
	text-align:left;
	background-color: var(--color-fond3);
}
.vignettes article .class-off {
	height:0;
	opacity:0;
	top:-100px;
	z-index:-1;
	position:relative;
	transition: none;
}
.vignettes article .class-on {
	z-index:99;
	opacity:1;
	top:0;
	height:100%;
	transition: opacity 1s ease;
}
.vignettes article button {
	text-align:inherit;
}
.overlay-bienfait {
	height:100%;
	width:100%;
	background-color:var(--color1);
	opacity:0.3;
	position:absolute;
	top:0;
}
.overlay-text-bienfait {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 1) 70%);
}
.vignettes .part-text {
	padding-top:20px;
	position:relative;
	font-size: 0.8em; 
	text-align:left;
}

/*--------------------------------------------------------------
#  Featured Slider Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#  Featured Plans Section
--------------------------------------------------------------*/
#featured-plans .image-cours {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#featured-plans .image-cours img {
	width:100%;
	object-fit:cover;
}
#featured-plans article .overlay {
	opacity:0.65;
}
#featured-plans .section-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
#featured-plans article {
	background-position-y: top;
	padding: 0px 15px 75px 15px;
	/* min-height:550px; */
	/* border:solid #d9dee9 2px; */
	max-width: 700px;
	margin:15px;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.8);
}
#featured-plans article .read-more {
    margin-top: 20px;
	display:block;
}

#featured-plans article a {
	color: #fff;
	text-align:center;
}

#featured-plans article .entry-title {
    /* text-shadow: 1px 1px 1px var(--color1), 1px -1px 1px var(--color1), -1px 1px 1px var(--color1), -1px -1px 1px var(--color1); */
	color: #ffffffff;
}

#featured-plans article .entry-content {
	margin-top: 50px;
}

#featured-plans article .entry-content p {
	margin-bottom: 50px;
	font-weight: 300;
	/* text-shadow: 1px 1px 1px var(--color1), 1px -1px 1px var(--color1), -1px 1px 1px var(--color1), -1px -1px 1px var(--color1); */
}

#featured-plans article:nth-child(odd) .overlay,
#featured-plans article:nth-child(even) .overlay {
    background-color: var(--color6);
}

#featured-plans article:nth-child(1) .entry-title a:before {
    content: "";
    display: block;
    font-size: 32px;
    margin-bottom: 5px;
}
#featured-plans article:nth-child(2) .entry-title a:before {
    content: "";
}
#featured-plans article:nth-child(3) .entry-title a:before {
    content: "";
}
#featured-plans.page-section {
	text-align: center;
}
#featured-plans article a.btn {
    width: 100%;
    max-width: 250px;
	border-color: #fff;
}
#featured-plans article a.btn:hover,
#featured-plans article a.btn:focus {
    color: #fff;
}
#featured-plans .break-flex {
	flex-basis:100%;
	height:0;
}

/*--------------------------------------------------------------
#  Featured Plans Section DUPLICATION ci-dessus
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#  clientelle completude
--------------------------------------------------------------*/

#clientelle .clientelle-block {
	display:flex;
	justify-content: center;
}
#clientelle .clientelle-width {
	width:100%;
	max-width:1000px;
}
#clientelle .list-client {
	display:flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
#clientelle .sublist-client {
	display:grid;
	grid-gap:50px 50px;
	grid-template-columns: 40px auto;
	align-items: center;
	line-height:20px;
	margin:0 0px 50px 0;
	max-width:300px;
	padding-right:15px;
}
#clientelle .icon-client {
	background:url('/wp-content/uploads/images/icons-clientelle.png');
}


/*--------------------------------------------------------------
#  Page principale (Pourquoi choisir completude)
--------------------------------------------------------------*/
#choisir-ecole {
}

#choisir-ecole .logo-choisir {
	text-align:center;
	padding:40px 0 0 0;
}

#choisir-ecole .section-content {
	display:flex;
    flex-direction: row;
    justify-content: center;
	align-items: stretch;
    flex-wrap: wrap;
}
#choisir-ecole article {
    width: 450px;
	min-height: 800px;
	text-align:left;
	margin: 15px;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
	background-position-y: top;
	background-color:#fff;
	position:relative;
	padding: 0 15px 130px 15px;
}
#choisir-ecole .entry-title {
	text-align:center;
}
#choisir-ecole .entry-content {
	padding: 0 25px 10px 25px;
}
#choisir-ecole .read-more {
	position:absolute;
	left:0;
	right:0;
	bottom:50px;
	text-align: center;
}
/*-------------------------------------------------------------
#  Counter
--------------------------------------------------------------*/
#counter .overlay {
    opacity: 0.80;
    background-color: var(--color1);
}

/*--------------------------------------------------------------
#  Call to action
--------------------------------------------------------------*/
#cta0 .btn, #cta1 .btn {
	border-color:#fff;
    color: var(--colorW);
}
#cta0 .btn:hover,
#cta0 .btn:focus,
#cta1 .btn:hover,
#cta1 .btn:focus {
    color: var(--colorW);
}
/* #cta0 h2 { */
	/* text-shadow: 1px 1px 1px var(--color1), 1px -1px 1px var(--color1), -1px 1px 1px var(--color1), -1px -1px 1px var(--color1); */
/* } */
#cta0 article, #cta1 article {
	text-align:center;
	color:var(--colorW);
	line-height:40px;
}
#cta0 .read-more, #cta1 .read-more {
	padding-top: 0px;
	line-height:50px;
}
/*******************/
#cta0 {
	background-image:url("/wp-content/uploads/images/water-fonce.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#cta0 h3{
	color:var(--colorW);
}
#cta0 .description-cta {
	font-size:30px;
}
#cta0 .btn {
	padding: 20px 50px;
	font-size:30px;
}
#cta0 .section-title {
    color: var(--colorW);
}
/*******************/
#cta1 {
	background-image:url("/wp-content/uploads/images/salle-sophro-1.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	padding: 100px 5px;
}
#cta1 .section-title {
    color: var(--colorW);
    max-width: 900px;
    margin: 0 auto;
    font-weight: bold;
	line-height:80px;
}
#cta1 .btn {
	padding: 20px 50px;
	font-size:30px;
}

/*--------------------------------------------------------------
#  Featured Services Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#  Featured Courses Section
--------------------------------------------------------------*/
#team,
#blog {
    background-color: revert;
}

.course-item-wrapper .entry-title a:hover,
.course-item-wrapper .entry-title a:focus,
.team-wrapper .entry-title a:hover,
.team-wrapper .entry-title a:focus,
.blog-posts-wrapper .entry-title a:hover,
.blog-posts-wrapper .entry-title a:focus,
#additional-info .entry-title a:hover,
#additional-info .entry-title a:focus {
    color: var(--color1);
}
.free-course {
    background-color: var(--color1);
}
.free-course:before {
    border-top: 4px solid var(--color1);
    border-right: 4px solid var(--color1);
}

.course-item-wrapper {
	height: inherit !important;
}
.course-item-wrapper .entry-title {
	color:var(--color-tx0);
}

/*--------------------------------------------------------------
#  Featured Gallery Section
--------------------------------------------------------------*/
#gallery > .overlay {
    background-color: var(--color1);
}


/*--------------------------------------------------------------
#  Additional Information
--------------------------------------------------------------*/
#additional-info .icon-container {
    border: 1px dashed var(--color1);
}
#additional-info article .fa {
    background-color: var(--color1);
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
#testimonial .featured-image .entry-title a:hover,
#testimonial .featured-image .entry-title a:focus {
    color: var(--color1);
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.entry-meta a:hover,
.entry-meta a:focus {
    color: var(--color1);
}
.entry-meta a:hover:before,
.entry-meta a:focus:before {
    color: var(--color1);
}

/*--------------------------------------------------------------
# Inscription
--------------------------------------------------------------*/

#inscription .entry-title {
	text-align:center;
	font-weight:600;
}
#inscription .dates-cours {
	display:inline-block;
	text-align:left;
	border: 1px solid #ccc;
	padding: 10px 30px;
	font-size:0.8em;
	line-height:1.3em;
}
#inscription .info-paiement {
	font-size:0.8em;
	line-height:1.3em;
	max-width:400px;
	margin:0px auto;
}
#inscription #info-client input,
#inscription #info-client textarea {
	width:100%;
	max-width:400px;
	display:block;
	margin:5px auto 0 auto;
	padding: 5px;
	background-color: #ffffff80;
	border:1px #888 solid;
}
#inscription  #info-client input:focus-visible,
#inscription  #info-client textarea:focus-visible {
	outline: 1px #444 solid;
	background-color:#ffffffff;
}
#inscription ::placeholder {
	color:var(--color1);
	opacity: 0.3;
}
#inscription #accepte-conditions {
	border: 1px solid #000;
}
.page-section:has(#inscription) {
	padding-top:0;
}
/*--------------------------------------------------------------
#                   Page des cours
--------------------------------------------------------------*/
.category-cours .section-cours {
	padding: 0px 30px 80px 30px;
    margin: 0 0 40px 0px;
	text-align:center;
	display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: space-evenly;
}
.category-cours .section-cours.formation {
	flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
}
.category-cours .section-cours.formation .block-center {
	margin-left:5px;
	margin-right:5px;
	max-width:600px;
}
.category-cours .section-cours.formation .break-block {
  flex-basis: 100%;
  height: 0;
}
.category-cours .section-cours.formation .info-supp {
	background-color: var(--color-fond3);
}
.info-supp {
	margin-top:40px;
	max-width:850px;
	padding: 10px;
 }
.no-top-margin {
	margin-top:0px;
 }
.category-cours #programme .block-center {
	align-items:normal;
}
#degre1 #objectif .info-degres {
	background-color:#eee;
}
/*--------------------------------------------------------------
#                  Texte brut entree de page
--------------------------------------------------------------*/
.info-top {
	max-width:830px;
	padding:0 0 100px 0;
	text-align:center;
	line-height: 40px;
}

/*--------------------------------------------------------------
#                   Page ecole
--------------------------------------------------------------*/
#ecole #equipe .block-center {
	width:100%;
	max-width:700px;
	min-width:340px;
	margin:0 auto;
}
.category-cours #ecole .section-cours.formation .info-supp {
	background-color: initial;
}

/*--------------------------------------------------------------
#                   Page activite
--------------------------------------------------------------*/
#activite {
	text-align:center;
}
#activite h3 {
	margin-top:50px;
}

/*--------------------------------------------------------------
#                   Page dossiers
--------------------------------------------------------------*/
#dossiers .dossier {
	text-align:center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#dossiers .date {
	flex: 0 0 100%;
	line-height: 16px;
	font-size: 16px;
}
#dossiers .fichier {
    margin: 40px 10px 0 10px;
	width: 300px;
	/* flex: 1; */
}
#dossiers .fichier a {
	width: 300px;
	text-decoration:none;
    background-color: var(--color9);
	border-radius:15px;
	padding:20px 20px;
	color: var(--color-tx1);
	display: inline-block;
}
#dossiers .fichier a:hover {
    background-color: var(--color9-focus);
}

/*--------------------------------------------------------------
#                   Page contact
--------------------------------------------------------------*/

#contact-info {
	text-align:center;
	margin-bottom:100px;
}
#contact-form {
    display: flex;
    justify-content: center;
}
#simple-contact-form {
}

#tcf .form-group input[type="text"],
#tcf .form-group input[type="email"],
#tcf .form-group textarea {
	width:100%;
	max-width: 800px;
}

#contact .entry-content {
	display:flex;
    flex-direction: column;
    align-items: center;
}


/*--------------------------------------------------------------
#                   Footer
--------------------------------------------------------------*/
#colophon {
    background-color: var(--color6);
}
#colophon a {
	color:var(--color7);
}
#colophon .widget-title, 
#colophon .widgettitle {
    color: #fff;
    font-family: var(--font-main), sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
#colophon .widget_search form.search-form button.search-submit {
    background-color: var(--color1);
}
.site-info {
	background-color: var(--color1);
}
/*--------------------------------------------------------------
#                   RESPONSIVE
--------------------------------------------------------------*/

@media screen and (min-width: 567px) {
    #page-site-header {
        padding: 150px 0;
    }
	#featured-plans .article {
		clear: both;
		float: none;
	}
}
@media screen and (min-width: 767px) {
    .section-title {
        font-size: 45px;
    }
	#featured-slider+#featured-plans {
		padding-top: 0;
		margin-top: 0;
	}
    .vignettes .col-3 article {
		max-width:480px;
    }
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1024px) {
	.main-navigation ul ul li {
		border-bottom: 1px solid var(--color8-5);
	}
    .main-navigation ul ul li:hover > a,
    .main-navigation ul ul li.focus > a {
		color:  #fff;
    }
	.main-navigation ul.nav-menu>li>a {
		padding: 15px;
		color: var(--color7);
	}
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
		left: auto;
		right: revert;
	}
	.main-navigation ul ul li:hover > a, .main-navigation ul ul li.focus > a {
		color: #fff;
	}
}
@media screen and (min-width: 1200px) {
	.category-cours .block-center {
		width:1200px;
	}
}
@media screen and (min-width: 1900px) {
}

@media screen and (max-width: 1199px) {
	.category-cours .block-center {
		width:100%;
	}
}
@media screen and (max-width: 1023px) {
    .main-navigation ul ul li:hover > a,
    .main-navigation ul ul li.focus > a {
		color:  #fff;
    }
	.main-navigation a {
		border-top: 1px solid var(--color8-5);
	}
	.main-navigation ul.nav-menu {
		background-color: var(--color1);
		border-top: 1px solid var(--color8-5);
	}
	.main-navigation ul.nav-menu > li > a, .main-navigation ul.sub-menu li a {
		color: var(--color7);
	}
	.main-navigation ul.nav-menu>li:last-child a {
		border-bottom: 10px solid var(--color1);
	}
    .main-navigation ul.sub-menu li:hover > a,
	.main-navigation ul.sub-menu li.focus > a {
        padding-right: 0;
		color:  #fff;
    }
	.main-navigation .menu-item-has-children>a:before {
		float:none;
	}
	#masthead {
		min-height: fit-content;
	}
	.site-branding {
		padding: 8px 0 8px 15px;
	}
    #page-site-header {
        padding: 100px 0;
    }
	.header-title {
		height: 60px;
	}
	.main-title {
		margin-top: 0;
	}
	.main-title, h2 {
		font-size: 28px;
	}
	#page-site-header .page-title, h2 {
		font-size: 28px;
		font-weight:200;
	}
	#page-site-header .sous-titre {
		font-size: 18px;
		font-weight:300;
	}
}
@media screen and (max-width: 992px) {
}

@media screen and (max-width: 767px) {
    #page-site-header {
        padding: 75px 0;
    }
    .section-title {
        font-size: 34px;
    }
	.category-cours .section-cours {
		display:block;
	}
	.section-header {
		margin-bottom: 50px;
	}
	.entry-title {
		margin: 50px 0 25px 0;
	}
	#featured-plans article .entry-content {
		margin-top: 25px;
	}
	.entry-content {
		margin-top:25px;
	}
	.page-section {
		margin-bottom: 25px;
	}
	#choisir-ecole .entry-content {
		padding: 5px 0;
	}
	:root {
		--text-size: 1.1em;
	}
	#bienfaits.page-section {
		padding-top: 25px;
	}
	#bienfaits article .B-content {
		font-size: 0.9em; 
	}
	.page-section:has(.category-cours) {
		padding-top:0;
	}
	.info-top {
		max-width:830px;
		padding:0 0 50px 0;
		text-align:center;
		line-height: 30px;
	}
}
@media screen and (max-width: 567px) {
    #page-site-header {
        padding: 55px 0;
    }
	h2 {
		margin-bottom:4px;
	}
	.temoignage blockquote {
		font-size:18px;
	}
	.main-title, h2 {
		font-size: 28px;
	}
	.site-branding .site-logo+#site-identity {
		margin-top: 0px;
	}
	#main-page {
	}
	#main-page .article {
		width:100%;
	}
	#info-cours {
		padding: 0px 15px 15px 15px;
	}
	.section-cours {
		padding: 3px;
	}
	.block-center {
		padding: 0 10px 10px 10px;
	}
	.vignettes article {
		margin: 15px 0;
	}
	#featured-plans article {
		margin: 15px 0;
	}
	#choisir-ecole article {
		margin: 15px 0;
	}
	.category-cours .section-cours {
		padding: 3px;
	}
	.category-cours .section-cours.section-top {
		margin-top:0;
	}
}
@media screen and (max-width: 480px) {
	.main-navigation {
		float: right;
	}
	.menu-toggle {
		margin: revert;
	}
	.site-branding {
		border-bottom:inherit;
		float: left;
		display: flex;
		width: unset;
	}
}








