/*
Theme Name: Radiate Child
Description: Theme enfant du theme Radiate.
Author: Sylvie
Author URI: https://srenard.be/sylvie
Template: radiate
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;}
html {
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */

	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */

	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
table {
	/* tables still need 'cellspacing="0"' in the markup */

	border-spacing: 0;
	margin: 0 0 15px;
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
th,
td {
	border: 1px solid #EAEAEA;
	padding: 6px 10px;
}
caption,
th,
td {
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */

	outline: 0;
}
a img {
	border: 0;
}

/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	font-family: 'Merriweather', Georgia, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #444444;
	text-align: center;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	clear: both;
}
h1 {
	font-size: 30px;
	line-height: 36px;
}
h2 {
	font-size: 28px;
	line-height: 34px;
}
h3 {
	font-size: 26px;
	line-height: 32px;
}

h4 {
	font-size: 24px;
	line-height: 30px;
}
h5 {
	font-size: 22px;
	line-height: 28px;
}
h6 {
	font-size: 19px;
	line-height: 25px;
}
hr {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

/* Text elements */
p {
	color: #444444;
	line-height: 1.5;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}
ul,
ol {
	margin: 0;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
	margin-left: 1.5rem;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 15px 15px;
	margin: 0 1.5rem 1.5rem;
}
b,
strong {
	font-weight: bold;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #EAEAEA #EAEAEA #EAEAEA #f28d32;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	font-style: italic;
	margin-bottom: 20px;
	padding: 20px 20px 5px;
}
blockquote cite {
	color: #333333;
	font: 300 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}
address {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	display: block;
	font-style: italic;
}
pre {
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	max-width: 100%;
	overflow: auto;
	padding: 16px;
	padding: 1.6rem;
	white-space: pre-wrap;
	overflow: auto;
}
code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: pre-wrap;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
	white-space: pre-wrap;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */

	max-width: 100%;
	/* Adhere to container width. */
}

/* For icon display hide of jetpack site stats */
img#wpstats {
	display: none;
}
button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */

	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

	vertical-align: baseline;
	/* Improves appearance and consistency in all browsers */

	*vertical-align: middle;
	/* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal;
	/* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #f28d32;
	border: none;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 16px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	/* For IE8 and earlier */

	text-decoration: none;
	cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* Addresses box sizing set to content-box in IE8/9 */

	padding: 0;
	/* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */

	-webkit-box-sizing: content-box;
	/* Addresses box sizing set to border-box in S5, Chrome (include -moz to radiate-proof) */

	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */

	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */

	padding-left: 3px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */

	width: 98%;
}

/* Links */
a {
	color: #f9b233;
	text-decoration: none;
}
a:visited {}
a:hover,
a:focus,
a:active {}

/* clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* close commented backslash hack */

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-right: 1.5rem;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-left: 1.5rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.alignnone {
	margin: 10px 0;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #fde4d0;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* =Layout
----------------------------------------------- */
.inner-wrap {
	max-width: 1218px;
	margin: 0 auto;
}

#primary {
	width: 100%;
	float: left;
}
#secondary {
	width: 28%;
	float: right;
}
#content {
	padding-top: 45px;
}
#content a:hover {
	text-decoration: underline;
}

/* =Header
----------------------------------------------- */
#parallax-bg {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width:100%;	
	z-index: 1;
}

#parallax-bg_2 {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	min-width:100%;	
	z-index: 100000;
}

#page {
	position: relative;
	z-index: 888;
}
#masthead {}
.header-wrap {
	border-bottom: 1px solid #E1E4E6;
	position: fixed;
	top:0px;
	width: 100%;
	margin: 0 auto;
	z-index: 999999;
	background-color: #F9b233;
	opacity: 0.9;
	filter: alpha(opacity=90);
	/* For IE8 and earlier */
}
body.admin-bar  {
	top: 35px;}


		
	
.site-branding {
	float:left;
	font-family: 'Roboto';
	max-width: 100%;
	margin-right: 30px;
}
.site-title {
	font-size: 36px;
	font-size: 3.6rem;
	padding: 5px 20px 5px 25px;
	padding: 0.5rem 2rem 0.5rem 2.5rem;
	float: left;
	line-height: 1.5;
}
.site-title a {
	font-variant:small-caps;
	color: #FFF;
}
.site-title a:hover {
	color: #f9b233;
}
.site-description {
	display: none;
}
img.header-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#masthead .search-form {
	float: right;
	position: absolute;
	right: 0;
	top: 65px;
	background-color: #f9b233;
	padding: 10px 20px;
	display: none;
	z-index: 999;
}
#masthead .search-form .search-field {
	width: 180px;
}
#masthead .search-form input[type="submit"] {
	display: none;
}
.header-search-icon {
	float: right;
	border-left: 1px solid #E1E4E6;
	padding: 14px 10px 10px 10px;
	cursor: pointer;
}
.header-search-icon:before {
	content: '\f400';
	color: #f28d32;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 40px/1 'Genericons';
	vertical-align: top;
}

/* =Menu
----------------------------------------------- */
.main-navigation {
	float: right;
	max-width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	font-family: 'Roboto';
	float: left;
	position: relative;
	padding-top:10px;
	font-size: 14px;/* vient de 18px - sylvie  */
	font-size: 1.4rem;/* vient de 1.8rem - sylvie  */
	line-height: 3.75;
	border-left: 1px solid #E1E4E6;
}


.main-navigation a {
	font-family: 'Roboto';
	padding: 0 15px;/* vient de 25px - espace entre texte et ligne de séparation blanche - sylvie  */
	display: block;
	text-decoration: none;
	color: #444444;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
	background-color: #f28d32;/* couleur menu*/
	color: #ffffff;
}

.main-navigation ul li.focus >ul{
	display: block;
}

/* Dropdown */
.sub-toggle {
  display: none;
}
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
	display: none;
	z-index: 9999;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
	display: block;
}
.main-navigation ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 63px;
	z-index: 99999;
}
.main-navigation ul ul li {
	border-left: none;
	width:200px;/* ajouté - sylvie longeur sous-menu  */
	font-size: 14px;/* taille du texte sous-menu - sylvie  */
	font-size: 1.4rem;/* taille du texte sous-menu - sylvie  */
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
	color: #444444;
	background-color: #f28d32;/* couleur sous menu*/
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
	background-color: #f28d32;
	color: #ffffff;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	max-width: 200px;
}

/* =Content
----------------------------------------------- */
.sticky {}
.hentry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 30px;
	padding: 3rem;
	background-color: #FFFFFF;
}
.page-header {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 10px 30px;
	padding: 1rem 3rem;
	background-color: #FFFFFF;
	text-align: center;
}
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.post-featured-image {
	padding-bottom: 10px;
}
.post-featured-image a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	/* For IE8 and earlier */

	box-shadow: #000 0 0 0;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 15px 0 0;
	margin: 1.5rem 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}
.entry-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.5;
}
.page-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.5;
}
.entry-title a {
	color: #444444;
}
#content .entry-title a:hover {
	color: #f28d32;
	text-decoration: none;
}
.entry-content ul {
	list-style: square;
}
.entry-content ul,
.entry-content ol {
	padding: 0 0 0 35px;
	margin-bottom: 30px;
}
.entry-content li > ul,
.entry-content li > ol {
	margin-bottom: 0;
}
.entry-header .entry-meta span {
	padding-right: 20px;
}
.entry-meta span {
	padding-right: 20px;
	color: #999999;
	font-size: 14px;
	font-size: 1.4rem;
}
.entry-meta span:hover {
	color: #f28d32;
}
.entry-meta span a {
	color: #999999;
}
#content .entry-meta span a:hover {
	color: #f28d32;
	text-decoration: none;
}
.entry-meta .posted-on:before,
.entry-meta .byline:before,
.entry-meta .cat-links:before,
.entry-meta .tags-links:before,
.entry-meta .comments-link:before,
.entry-meta .edit-link:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 22px/1 'Genericons';
	vertical-align: top;
}
.entry-meta .posted-on:before {
	content: '\f307';
}
.entry-meta .byline:before {
	content: '\f304';
}
.entry-meta .cat-links:before {
	content: '\f301';
}
.entry-meta .tags-links:before {
	content: '\f302';
}
.entry-meta .comments-link:before {
	content: '\f300';
}
.entry-meta .edit-link:before {
	content: '\f411';
}
/* Related Post */

.related-posts-main-title {
	margin-bottom: 20px;
}
.related-posts-wrapper .tg-one-third {
	background-color: #ffffff;
	padding: 3rem 3rem 2rem;
	box-sizing: border-box;
}

.related-posts-wrapper .entry-title {
	font-size: 22px;
	margin-bottom: 10px;
}

.related-posts-wrapper .entry-meta .posted-on,
.related-posts-wrapper .entry-meta .byline {
	padding-right: 10px;
}

.related-posts-wrapper .entry-meta .comments-link {
	padding-right: 0;
}

/* =Featured pages section - front page
----------------------------------------------- */
.tg-one-third {
	float: left;
	width: 31.143952%;
	margin: 0 3.284072% 30px 0;
	margin: 0 3.284072% 3rem 0;
}
.tg-one-third-last {
	margin-right: 0;
}
#featured_pages {
	padding-bottom: 15px;
	text-align: center;
}
#featured_pages img {
	vertical-align: top;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
#featured_pages .page_text_container {
	background-color: #FFFFFF;
	padding: 30px 30px 20px;
	padding: 3rem 3rem 2rem;
}
#featured_pages .entry-title {
	line-height: 1;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	font-size: 24px;
	font-size: 2.4rem;
}
#featured_pages p {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	font-size: 14px;
	font-size: 1.4rem;
}
#featured_pages a.more-link {
	font-size: 14px;
	font-size: 1.4rem;
	border: 1px solid #EAEAEA;
	border-radius: 4px;
	color: #555555;
	padding: 4px 10px;
}
#featured_pages a.more-link:hover {
	border: 1px solid #f28d32;
	border-radius: 4px;
	color: #f28d32;
	padding: 4px 10px;
	text-decoration: none;
}

/* =No Results
----------------------------------------------- */
.not-found .page-content {
	padding: 30px;
	padding: 3rem;
	background-color: #FFFFFF;
}
.not-found .search-form {
	text-align: center;
}

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 8px 0;
	margin: 0.8075rem 0;
}
.site-main .gallery {}
.gallery-caption {}
.site-main .gallery a img {}
.site-main .gallery dd {}
.site-main .gallery-columns-4 .gallery-item {}
.site-main .gallery-columns-4 .gallery-item img {}

/* =WordPress Gallery Support
----------------------------------------------- */
.gallery {
	margin: 0 auto 15px;
}
.gallery-item {
	display: inline-block;
	padding: 15px 2%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
	padding: 15px 1%;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	padding: 10px 0.5%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery .gallery-caption {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 5px;
}
ul.wp-block-gallery.columns-3 {
	padding: 0;
}

/* =Navigation
----------------------------------------------- */
.site-main [class*="navigation"] {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	max-width: 48%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	max-width: 48%;
}

/* =Comments
----------------------------------------------- */
#comments {
	padding: 30px;
	padding: 3rem;
	background-color: #FFFFFF;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {}
#comments h1,
#comments h2,
#comments h3,
#comments h4,
#comments h5,
#comments h6 {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
#comments h2.comments-title,
#comments h3.comments-title {
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 34px;
}
.avatar {
	border-radius: 50%;
	float: left;
}
.comments-area article header {
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
}
.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {
	display: block;
	margin-left: 100px;
	color: #999999;
}
#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
	color: #f28d32;
}
.comments-area .comment-author-link a {
	color: #999999;
}
.comments-area .comment-author-link a:hover {
	color: #f28d32;
}
.comments-area .comment-author-link span {
	margin-left: 10px;
	padding: 0 5px;
	background-color: #f28d32;
	color: #FFFFFF;
	border-radius: 3px;
}
.comments-area article header .comment-author-link:before,
.comments-area article header .comment-edit-link:before,
.comments-area article header .comment-permalink:before,
.comments-area article header .comment-date-time:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 22px/1 'Genericons';
	vertical-align: top;
}
.comments-area article header .comment-author-link:before {
	content: '\f304';
}
.comments-area article header .comment-edit-link:before {
	content: '\f411';
}
.comments-area article header .comment-permalink:before {
	content: '\f107';
}
.comments-area article header .comment-date-time:before {
	content: '\f307';
}
.comment-content {
	padding: 20px;
	padding: 2rem;
	background-color: #F8F8F8;
	border: 1px solid #EAEAEA;
}
.comment {
	margin-bottom: 20px;
}
.comment ul,
.comment ol {
	margin: 0 0 20px 20px;
}
.comment ul {
	list-style: square outside none;
}
.comment .comment-reply-link {
	float: right;
	color: #999999;
}
.comment .comment-reply-link:hover {
	color: #f28d32;
}
.comment .comment-reply-link:before {
	content: '\f412';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 22px/1 'Genericons';
	vertical-align: top;
}
.comment-list {
	margin-bottom: 34px;
	margin-bottom: 3.4rem;
}
.comment-list .children {
	margin-left: 20px;
}
.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

/* Comment form */
#respond {}
#respond h3#reply-title {
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 1rem;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
}
#respond form {
	margin: 24px 0;
	margin: 2.4rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 1.1rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}
#respond form label {
	display: block;
	line-height: 1.5;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #5e5e5e;
}
.required {
	color: red;
}

/* =Widgets
----------------------------------------------- */
.widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 30px;
	padding: 3rem;
	background-color: #FFFFFF;
}
.widget-title {
	font-family: 'Roboto';
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	color: #444444;
	line-height: 36px;
}
.widget li {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget_search .search-form {
	width: 90%;
}
.widget_search input[type="search"] {
	width: 90%;
}
.widget th,
.widget td {
	padding: 1px 1px 1px 2px;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */

	display: none;
}

/* Lorsque Infinite Scroll a atteint sa fin, nous devons réafficher les éléments qui étaient masqués (via .neverending) auparavant. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* =Footer
----------------------------------------------- */
#colophon {
	position: sticky; /* ajouté pour fixer le footer en bas de page et l'isoler du reste */
	width:100%;
	background-color: #f9b233;
	text-align:center;
      margin: 0 auto;
	margin-bottom: 0;
	z-index: 999999;
}



#colophon .site-info {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	z-index: 999999;
}



.site-info a {color:#FFF;}
		
		/* ajout Sylvie*/
	
	
.conteiner-footer{
	text-align:center;
	font-size:15px;
	}	
.footer_moi{
	font-size:10px;
	text-align:center;
	}
.footerlien {
	color: #FFF;
	font-size:15px;
	text-decoration: none;
}

article.vert5 {
        flex: 1 300px;
		  max-width: 250px;
		padding: 10px;
        margin: 10px;
		  	color: #FFF;
      }

.conteiner-footer a {color:#FFF;}


#second
{
    width: 75%;
	display: inline-block;
	  text-align:center;
}


.vignettesmileys  {
	width: 40%;
	display: inline-block;
	text-align:center;
}
.vignettesmileys a {
	width:100px;
	height:100px;
	display:table-cell;
	text-align:center;
}
.vignettesmileys img {
	max-width:100%;
	max-height:100%;
	border:0;
}



/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
	bottom: -5px;
	position: fixed;
	right: 20px;
	display: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	/* For IE8 and earlier */
}
a#scroll-up span {
	font-size: 80px;
	color: #f28d32;
}
a#scroll-up:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}
.site-header .menu-toggle {
	background: #f9b233;
	color: #fff;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 300;
	padding: 5px 22px;
	margin: 0;
}
.site-header .menu-toggle:hover {
	background: #f9b233;
}
.site-header .menu-toggle:before {
	content: '\f419';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 22px/1 'Genericons';
	vertical-align: top;
	padding-top: 8px;
}

/* Menu GSM - responsive */
.main-small-navigation {
	width: auto;
	float: right;
	padding-top: 0;
	background-color: rgba(0, 0, 0, 0);
	margin: 10px 25px 0 0;
	margin: 1rem 2.5rem 0 0;
}
.main-small-navigation ul {
	margin: 0;
	list-style: none;
}
.main-small-navigation li {
	background: #ffffff;
}
.main-small-navigation a {
	color: #444444;
	display: block;
	font-size: 14px;
	padding: 8px 22px;
	text-decoration: none;
}
.main-small-navigation li:hover {
	background: #f28d32;
}
.main-small-navigation li:hover > a {
	color: #ffffff;
}
.main-small-navigation ul ul a {
	padding-left: 44px;
}
.main-small-navigation ul ul ul a {
	padding-left: 66px;
}
.main-small-navigation ul > .current_page_item,
.main-small-navigation ul > .current-menu-item {
	background: #f28d32;
}
.main-small-navigation ul > .current_page_item a,
.main-small-navigation ul > .current-menu-item a {
	color: #ffffff;
}
.main-small-navigation ul li ul li a,
.main-small-navigation ul li.current-menu-item ul li a,
.main-small-navigation ul li ul li.current-menu-item a,
.main-small-navigation ul li.current_page_ancestor ul li a,
.main-small-navigation ul li.current-menu-ancestor ul li a,
.main-small-navigation ul li.current_page_item ul li a {
	color: #444444;
	background-color: #FFFFFF;
}
.main-small-navigation ul li ul li a:hover,
.main-small-navigation ul li ul li:hover > a,
.main-small-navigation ul li.current-menu-item ul li a:hover {
	background-color: #f28d32;
	color: #ffffff;
}

/************** Author Bio **********************/
.author-box {
	background-color: #fff;
	padding: 3rem;
	margin-bottom: 4rem;
}
.author-img {
	float: left;
	width: 14%;
}
.author-description-wrapper {
	float: right;
	width: 84%;
}
.author-name {
	margin-bottom: 15px;
}
/* header media css
--------------------------------------------------------------*/

div.wp-custom-header {
	position: relative;
}

iframe#wp-custom-header-video {
	width: 100%;
}
.wp-custom-header-video-button {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 62px;
	height: 50px;
	font: 0px/0 a;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

div#wp-custom-header:hover .wp-custom-header-video-button {
	visibility: visible;
	opacity: 1;
}

.wp-custom-header-video-button:before {
	content: "\f452";
	display: block;
	font-family:  "Genericons";
	font-size: 20px;
}

.wp-custom-header-video-button.wp-custom-header-video-pause:before{
	content: "\f448";
}
/* =Responsive Structure
----------------------------------------------- */
@media screen and (max-width: 1308px) {
	#page {
		width: 100%;
	}

	.inner-wrap {
		width: 96%;
	}
}
@media screen and (max-width: 782px) {
	body.admin-bar .header-wrap {
		top: 45px;
	}

	body.admin-bar #parallax-bg {
		top: 14px;
	}
}

/* Tous les portraits mobiles de taille inférieure à 768 (appareils et navigateurs) */
@media screen and (max-width: 768px) {
	.better-responsive-menu #site-navigation ul li .sub-menu {
		display: none;
		/* Ajouté par moi - sous menu */
		text-align: left;
	}

	.main-small-navigation li {
		position: relative;
	}

	/* Flèches menu gsm */
	.sub-toggle {
		background-color: #f39200;
		cursor: pointer;
		display: block;
		padding: 0px 6px;
		position: absolute;
		right: 11px;
		top: 8px;
		line-height: 2.4rem;
	}

	.genericon-expand::before {
		content: "";
		line-height: 22px !important;
		color: #fff;
	}

	#primary,
	#secondary {
		float: none;
		width: 100%;
	}

	.site-branding {
		margin-right: 0;
	}

	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}

	.site-branding {
		max-width: 60%;
	}

	.main-navigation {
		margin: 10px 25px 0 0;
		margin: 1rem 2.5rem 0 0;
	}

	.site-header .menu-toggle {
		background-color: rgba(0, 0, 0, 0);
		color: #f28d32;
		float: right;
	}

	.site-header .menu-toggle:hover {
		color: #f28d32;
		background-color: rgba(0, 0, 0, 0);
	}

	.main-small-navigation ul {
		width: 100%;
		display: inline-block;
	}

	.main-small-navigation ul ul {
		margin-left: 0;
	}

	.tg-one-third {
		width: 100%;
		float: none;
	}
	.main-small-navigation ul {
	width: 200px;
	margin-left: -134px;
	}

	.full-width-menu .main-small-navigation ul.menunav-menu,
	.full-width-menu .main-small-navigation .menu > ul {
		display: inline-block;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
	}
	.full-width-menu .main-navigation .menu > ul {
		display: none;
	}

	.better-responsive-menu .main-navigation .menu-primary-container > ul,
	.better-responsive-menu .main-navigation .menu > ul {
		background-color: #fff;
		right: 60px;
		position: absolute;
		top: 100%;
		width: 200px;
		margin-left: -134px;
	}
	
	/* Sous-menu - largeur modifié par moi */
	.better-responsive-menu .main-navigation ul ul a {
		min-width: 80%;
		background-color: #F9b233;
	}

	.full-width-menu .main-small-navigation ul,
	.full-width-menu.better-responsive-menu .main-navigation ul{
		width:100%;
		margin-left: 0;
		right: 0;
	}
	.better-responsive-menu .main-navigation li,
	.full-width-menu .main-navigation li  {
		line-height: 40px;
		width: 100%;
	}
	.better-responsive-menu .main-navigation ul li ul{
		position: static;
	}
	/* taille typo sous-menu gsm - modifié par moi */
	.better-responsive-menu .main-navigation ul ul li{
		font-size: 1.5rem;
	}
	.better-responsive-menu .main-navigation ul ul li a{
		padding-left: 40px;
	}
}
@media only screen and (max-width: 600px) {
	body {
		margin-top: 0 !important;
	}

	body.admin-bar .header-wrap {
		top: 0;
	}

	.site-title {
		font-size: 22px;
		padding-top: 16px;
	}

	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 25%;
	}
}
@media only screen and (max-width: 420px) {
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 33.33%;
	}
}

/* WooCommerce CSS
----------------------------------------------- */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #444444;
	color: #fff;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	color: #fff;
}
.woocommerce .woocommerce-message {
	border-top-color: #444444;
}
#content a:hover {
	text-decoration: none;
}
.woocommerce ul.products li.product .price del {
	display: inline-block;
	margin-right: 10px;
}
.woocommerce ul.products li.product .price .amount,
.entry-summary .price .amount {
	color: #444444;
}
.woocommerce .star-rating span::before,
.woocommerce p.stars a {
	color: #FFD700;
}

/* WooCommerce CSS
----------------------------------------------- */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #444444;
  color: #fff;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  color: #fff;
}
.woocommerce .woocommerce-message {
  border-top-color: #444444;
}
#content a:hover{
	text-decoration: none;
}
.woocommerce ul.products li.product .price del{
	display: inline-block;
	margin-right: 10px;
}
.woocommerce ul.products li.product .price .amount,
.entry-summary .price .amount{
	color: #444444;
}
.woocommerce .star-rating span::before,.woocommerce p.stars a{
	color: #FFD700;
}


/*--------------------------------------------------------------
# Sylvie
--------------------------------------------------------------*/
/* Remarques*/

.remarques{
	color:#e6007e;
	font-style:italic;
	font-weight:bold;
}
.rem_moi{
	color:#3fa535;
	font-style:italic;
	font-weight:bold;
}

/** Paragraphe*/
/*----------------------------------------------------*/

.h3titreorange {
	font-weight: bold;
	color: #f9b233;
	font-size: 35px;
	line-height: 32px;
}
.h3titrenoir {
	font-weight: bold;
	color: #0000000;
	font-size: 25px;
	line-height: 32px;
}

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


.s-titre{
	font-size:16px;
	font-weight:bold;
}
.inter-titre-O{
	color:#f28d32;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	text-indent:0px;
}

.txt-b-o{
	font-weight:bold;
	color:#f28d32;
	font-variant:caps;
}

.div-txt{
	text-align:left;
}

.text-ital{
	font-style:italic;
}

.text-b-ital{
	font-style:italic;
	font-weight:bold;
}

.txt-bold{
	font-weight:bold;
}

.txt-bold-centre{
	font-weight:bold;
	text-align:center;
}

.txt-ret-1-titre{
	color:#f28d32;
	font-weight:bold;
	margin-left:28px;
	text-indent:0px;
}
.txt-li-1-b{
	font-weight:bold;
	margin-left:0px;
	}
.txt-ret-1{
	margin-left:28px;
}

.bulle{
	font-weight:bold;
	margin-left:18px;
}

.txt-li-2{
	margin-left:28px;
	padding-left:-14px;
	
}

.txt-li-2-b{
	font-weight:bold;
	margin-left:28px;
	padding-left:-14px;
	
}
.bulle-2{
	margin-left:18px;
}


/* Photos*/
/*-----------------------------------------------------*/

img.frame-1{
	height:200px;
	width:200px;
	float:left;
	margin:0px 14px 0px 0px;
}

/** détail*/
/*------------------------------------------------------*/

.det-titre {
	font-size:12px;
	line-height:25px;
	border-top: dotted 2px #f9b233;
	font-weight:bold;
	margin-top:9px;
}

.det-txt{
	font-size:12px;
	line-height:25px;
	
}
.det-bloc2{
	width:600px;	
}




/** Technique*/
/*----------------------------------------------------*/
table.techn{
	border-collapse:collapse;
	width:60%;
	background-color:#fddfc5;
	}
tr.ligne-C1{
	text-align:left;
	border:none;
	border-top:dotted;
	border-color:#f9b233; 
	vertical-align:top;
}
tr.ligne-C2{
	text-align:left;
	border:none;
	border-top:dotted;
	border-color:#f9b233; 
	vertical-align:top;
}

td.tech-bloc2{
	width:40%;
	
}
td.tech-bloc1{
	width:20%;
}





/** Tableau*/
/*--------------------------------------------------------*/


section.tabvd{
			justify-content: center;
        display: flex;
		  flex-wrap: wrap;
		  z-index: 8;
	border-collapse:collapse;
	background-color:#fff;
	vertical-align: middle;
}

section.tabvd2{
			justify-content: center;
        display: flex;
		  flex-wrap: wrap;
		  z-index: 8;
	border-collapse:collapse;
	background-color:#fddfc5;
	vertical-align: middle;
	
}


article.tabtitre{
	   
	width: 110px;
        margin: 10px;
	border-collapse:collapse;
	
	vertical-align:top;
	font-weight:bold;
	border:none;
}

article.tabtxt{
        flex-wrap: wrap;
		  max-width: 80%;
        margin: 10px;
	border-collapse:collapse;

	text-align:left;
	border:none;
	vertical-align:top;
}



/* Fin de Tableau*/

/** bloc photo */
/*--------------------------------------------------------------*/

.bloc-container2-image{
	float:left;
	width:24%;
	height:auto;
	transition:background 0.3s, border-radius 0.3s, opacity 0.3s;
	background-color:#FFF;
	border-style:solid;
	border-width:10px 10px 10px 10px;
	border-color:#ffffff;
}



/**Pour catégorie*/
/*----------------------------------------------------------------*/
.bloc-container1{
	float:left;
	width:100%;
	text-align:center;
}

.bloc-container2{
	float:left;
	width:69%;
	height:auto;
	transition:background 0.3s, border-radius 0.3s, opacity 0.3s;
	background-color:#FFF;
	border-style:solid;
	border-width:10px 10px 10px 10px;
	border-color:#ffffff;
}
.bloc-container3{
	float:left;
	width:31%;
	transition:background 0.3s, border-radius 0.3s, opacity 0.3s;
	background-color:#FFF;
	border-style:solid;
	border-width:10px 10px 10px 10px;
	border-color:#ffffff;
}

.bloc-container4{
	float:left;
	width:20%;
	height:auto;
	transition:background 0.3s, border-radius 0.3s, opacity 0.3s;
	background-color:#FFF;
	border-style:solid;
	border-width:10px 10px 10px 10px;
	border-color:#ffffff;
}
.bloc-container5{
	float:left;
	width:69%;
	height:auto;
	transition:background 0.3s, border-radius 0.3s, opacity 0.3s;
	background-color:#FFF;
	border-style:solid;
	border-width:10px 10px 10px 10px;
	border-color:#ffffff;
	/*coupure de mots*/
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  /*fin de coupure de mots*/
}



.hauteurdiv{
	width:100%;
	text-align:center;
	min-height:400px;
}

.espa-S{
	float:left;
	width:2%;
}


	
.titre-S {
	min-height:50px;
	font-size:17px;
	color: #7a7a7a;
	text-transform:uppercase;
	text-align:left;
}
.titre-S-2 {
	min-height:50px;
	font-size:17px;
	color: #7a7a7a;
	line-height:2;
	text-transform:uppercase;
	text-align:center;
}
.titre-S-lg {
	text-align:left;
	min-height:50px;
	font-size:20px;
	color: #7a7a7a;
	text-transform:uppercase;
	width:85%;
}
	
.texte-S{
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	
	}
	
.texte-S-centre{
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	text-align:center;
	
	}
	
.elementor-img{
	border-style:solid;
	border-width:10px 10px 10px 10px;
	border-color:#ffffff;
	box-shadow:10px 10px 20px 0px rgba(0,0,0,0.12);
	text-align:center;
	}
	

.lire-S{
	line-height:40px;
	text-align:center;
}


a.lire-S:link{
	text-align:center;
	text-decoration:none;
	color:#960;
}

/** Tableaux page seule */
/*-------------------------------------------------------------*/

td.photo_PS{
	width:30%;
}

td.texte_PS{
	vertical-align:top;
}



span.remarques {
	color:#e6007e;
	font-style:italic;
	font-weight:bold;
}
span.rem_moi {
	color:#3fa535;
	font-style:italic;
	font-weight:bold;
}

div.s_titre {
	color:#1d1d1b;
	font-family:"Minion Pro", serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.4;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
}
div.tech_titre {
	font-size:14px;
	font-weight:bold;
	line-height:1.4;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:0px;
	margin-top:9px;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
}
div.tech_txt {
	font-size:14px;
	font-weight:normal;
	margin-bottom:0px;
	margin-left:20px;
	margin-right:10px;
	margin-top:0px;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
}
div.retrait1{
	font-size:14px;
	text-indent:-9px;
	margin-bottom:0px;
	margin-left:20px;
	margin-right:0px;
	margin-top:9px;
	text-align:left;
	
}
div.retrait2{
	font-size:14px;
	text-indent:-9px;
	margin-bottom:0px;
	margin-left:30px;
	margin-right:0px;
	margin-top:9px;
	text-align:left;
	
}

div.retraitsans{
	font-size:14px;
	margin-bottom:0px;
	margin-left:20px;
	margin-right:0px;
	margin-top:9px;
	text-align:left;
	
}


span.text_ital {
	font-style:italic;
	font-weight:normal;
}

.lign_coul1{
	border-top: dotted 2px #f9b233;
	background-color:#fdeac5}
.lign_coul2{
	border-top: dotted 2px #f28d32;
	background-color: #fccca0}
.lign_coul3{
	border-top: dotted 2px #f28d32;
	float:left;
	width:100%;
	}
.lign_inter{
	border-top: dotted 2px #f9b233;
	float:left;
	width:100%;}


summary.afficher{
	font-size:12px;
	color:#f28d32;
	width:100%;
}


.partenaires{
	display:inline;
	vertical-align:middle;
	margin-right:40px;
	margin-left:40px;
}

/** FIL D'ARIANE*/
/*---------------------------------------------------------*/
#fil_ariane{
	display:table;
	background-color:#f9b233;
	width:100%;
	
}

.ariane-texte{
	font-size:10px;
	margin-left:30px;
	color: #fff;
	
}



/***Accueil*/

/*-----------------------------------------------------------*/
/*Menu Rond - l'ensemble*/

.accueil_bloc_1{
	float: right;
	margin-left: 30px;
	margin-right: 30px;
	width:80%;
	z-index: 9;
	}

/*Menu Rond* Lien site*/
@media screen and (max-width: 800px){
	.accueil_bloc_2{
	float:right;
	max-width: 23%;
	text-align:center;
	vertical-align:central;
	z-index:9;}
	}
	

.accueil_bloc_2{
	float:right;
	max-height: 100px;
	text-align:center;
	vertical-align:central;
	z-index:9;}

/*Menu Rond - Logo VD*/
@media screen and (max-width: 800px){
	.accueil_bloc_3{
	float:left;
	max-width: 29%;
	text-align:center;
	vertical-align:central;
	z-index:9;}
	}
.accueil_bloc_3{
	
	float: left;
	max-height: 100px;
	text-align:center;
	vertical-align:central;
z-index:9;}



					/***Banner bas de certaines page*/
			/*-----------------------------------------------------------*/
			.banner_bas_1{
				left:30%;
				text-align:center;
				margin:auto;
				width:30%;
				vertical-align: middle;
				}
					
			.banner_bas{
				float:left;
				text-align:center;
				width: 17%;
				height: auto;
				vertical-align:central;}
				
			.banner_bas_cadeau{
				float:left;
				text-align:center;
				width: 33%;
				height: auto;
				vertical-align: middle;}
					/***Banner bas de certaines page*/
			/*-----------------------------------------------------------*/
	



	
/***accueil*/
/*------------------------------------------------*/

div.accueil_corp{
	top: 150px;
	margin-left:10%;
	margin-right:10%;
	background-color: rgba(255, 255, 255, 0.4);
	width:80%;
	color:#000;
	z-index: 7;
	}
	

	
div.accueil_text{
	margin-left:5%;
	margin-right:5%;
	margin-bottom:2%;
	width:90%;
	}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



.content-width {
position: relative;
top: 5px;
 width: 100%;
 margin: 0 auto;
}

.slideshow {
 width: 100%;
 height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
	z-index: -3;
}


.slideshow-items {
 width: 100%;
 height:auto;
	z-index: -3;
}


.wrapper1{
	width: 100%;
}
.border24{
	width: 70%;
}

.item {
  position: absolute;
  width: 100%;
  height: auto;
	z-index: 3;
}

.item-image-container {
  position: relative;
  width:100%;
	z-index: 4;
}


.item-image-container::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: auto;
  background: #22222A;
  opacity: 0;
  z-index: 4;
}


.item-image {
  position: relative;
  width: 100%;
  max-height: 1450px;
  opacity: 0;
  display: block;
  /* transition: property name | duration | timing-function | delay  */
  transition: opacity .3s ease-out .45s;
}





/* images  */
.item.active .item-image {
  opacity:40%;
}


/* container images  */
.item.active .item-image-container::before {
  opacity: 0%;
}

.item-description {
  position: absolute;
  margin-left:80%;
  top: 190px;
  right:5%;
  width: 53%;
  padding-right: 4%;
  line-height: 1.8;
}



/* Staggered Vertical Items ------------------------------------------------------*/
/* Mots*/
.item-header {
  position: absolute;
  top: 130px;
  margin-left:10%;
  z-index: 5;
}

.item-header .vertical-part {
font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: auto;
  font-size: 5vw;
  color: #fff;
}

.vertical-part {
 overflow: hidden;
  display: inline-block;
}

.vertical-part b {
  display: inline-block;
  transform: translateY(100%);
}

.item-header .vertical-part b {
  transition: .5s;
}

.item-description .vertical-part b {
  transition: .21s;
}

.item.active .item-header .vertical-part b {
  transform: translateY(0);
}

.item.active .item-description .vertical-part b {
  transform: translateY(0);
}

/* Controls -----*/
.controls {
  position: relative;
  text-align: right;
  z-index: 1000;
}

.controls ul {
  list-style: none;
}

.controls ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  background:#bdbdd5;;
  cursor: pointer;
}

.controls ul li.active {
  background:#6a6a77;;
}


/**** Front-page: ACCUEIL*/
/*---------------------------------------------------------------- */
.accueil-inner-wrap {
	max-width: 2000px;
	margin: 0 auto;
}
#accueil-primary {
	width: 100%;
	float: left;
}
#accueil-secondary {
	width: 28%;
	float: right;
}
#accueil-content {
	padding-top: 60px;
}
#accueil-content a:hover {
	text-decoration: underline;
}



/** PORTFOLIO*/
/**-----------------------------------------------------------*/


/****** titre dans content-portfolio*/
.portfolio-entry-header{
	text-align:center;
}



/*** MENU Portfolio*/
/*---------------------------------------------*/
/*** corp dans Singel-portfolio*/
/*-------------------*/
#portfolio-content-width {
display:table;
padding-top: 60px;
 width: 100%;
}

#portfolio-containertext {
	float:right;
	width: 80%;
	
}


#container-menu-walker{
	float:left;
	width:15%;
	font-family: 'Genericons', sans-serif;
	text-align:right;
	margin-top:30px;
	
}




/* Cartouche image ok Google et Safari mais pas Firefox*/

      section.vert {
		justify-content: center;
        display: flex;
		  flex-wrap: wrap;
		  z-index: 8;
      }



main.container_centre{
	margin: 0 auto;
	
}

/* Cartouche image collaborateurs*/
      article.vert {
		   flex: 1 200px;
		  max-width: 200px;
     
        padding: 10px;
        margin: 10px;
        	border-style:solid;
			border-width:10px 10px 10px 10px;
			border-color:#ffffff;
			box-shadow:10px 10px 20px 0px rgba(0,0,0,0.12);
			text-align:center;
			object-fit: cover;
      }

/* Cartouche images */

      article.vert2 {
        flex: 1 300px;
		  max-width: 300px;
		  
		  padding: 10px;
        margin: 10px;
        	border-style:solid;
			border-width:10px 10px 10px 10px;
			border-color:#ffffff;
			box-shadow:10px 10px 20px 0px rgba(0,0,0,0.12);
			text-align:center;
			object-fit: cover;
 }

      article.vertfondateur {
        flex: 1 800px;
		  max-width: 800px;
		  
		  padding: 10px;
        margin: 10px;
        	border-style:solid;
			border-width:10px 10px 10px 10px;
			border-color:#ffffff;
			box-shadow:10px 10px 20px 0px rgba(0,0,0,0.12);
			text-align:center;
			object-fit: cover;
 }



/* Cartouche descriptions rochers */

      article.rocher {
        flex: 1 800px;
		  max-width: 800px;
		
 }
      article.rocher1 {
        flex: 1 300px;
		  max-width: 300px;
		  padding: 10px;
        margin: 10px;
		  
 }

/* Cartouche texte accueil*/
      article.cartouche {
		   flex: 100%;
        padding: 10px;
        margin: 10px; 	
		  text-align: center;
		  z-index: 8;
      }

.elementor-accueil{
	border-style:solid;
	border-width:10px 10px 10px 10px;
	border-color:#ffffff;
	box-shadow:10px 10px 20px 0px rgba(0,0,0,0.12);
	text-align:center;
	}

      article.vert3 {
        flex: 1 300px;
		  max-width: 300px;
		padding: 10px;
        margin: 10px;
		
      }

img.mots {
	width: 50%;
	min-width: 310px;
}

/* Menu pour la page d’accueil */

#masthead-sy {}

#masthead-sy .search-form {
	float: right;
	position: absolute;
	right: 0;
	top: 65px;
	background-color: #f9b233;
	padding: 10px 20px;
	display: none;
	z-index: 999;
}
#masthead-sy .search-form .search-field {
	width: 180px;
}
#masthead-sy .search-form input[type="submit"] {
	display: none;
}












/* Cartouche commune (page accueil) */
:root {
    --primary-orange: #E67E22;
    --dark-orange: #D35400;
    --anthracite: #2C3E50;
    --white: #ffffff;
    --glass-bg: rgba(255, 255, 255, 0.6);
    --glass-border: rgba(249, 178, 51, 0.2);
    --transition-smooth: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* ACTIVITÉS (3 COLONNES) */
.activities {
	text-align: center; 
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 3%;
	padding: 100px 8%; 
	margin-bottom: 100px; }
.card { 
	background: rgba(255, 255, 255, 0.9); 
	padding: 10% 10%;
	border-radius: 20px; 
	text-align: center; 
	backdrop-filter: blur(8px);
	transition: var(--transition); 
	border-bottom: 5px solid transparent; }
.card:hover { 
	transform: translateY(-10px);
	border-bottom: 5px solid var(--primary-orange); 
	background: white; }
.card .icon {
	font-size: 3rem;
	margin-bottom: 15px;
	display: block; }
.card-link {
	color: var(--primary-orange);
	text-decoration: none; 
	font-weight: bold; 
	font-size: 0.8rem;
	text-transform: uppercase;
	margin-top: 15px; 
	display: inline-block; }



/* animation machine à écrire texte intro */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');/* doit rester avec animation intro (parallax) */

.parallax-section_2 {
 justify-content: center; /* Centre horizontalement */
  align-items: center; /* Centre verticalement */
}

.machinetitre{
font-family:"courier",sans-serif;
font-size: 30px;
color:black;
}

.animate-text { 
visibility:hidden;
font-family:"courier",sans-serif;
font-size: 20px;
color:black;
}

@keyframes scale {/* doit rester avec animation intro (parallax) */
  100% {
    transform: scale(1);
  }
}



.spec-cartouche {
    width: 100%;
    max-width: 800px;
    background: var(--glass-bg); 
    backdrop-filter: blur(15px); 
    border: 1px solid var(--glass-border); 
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 40px;
	margin-bottom: 160px;
    border-radius: 20px; 
    color: var(--anthracite); /* Changé en anthracite pour la lisibilité sur fond clair */
    transition: 0.3s;
}

.spec-cartouche_cadeau {
    background: rgba(249, 178, 51, 0.6);
    color: var(--white);
	width: 100%;
    max-width: 800px;
    
    backdrop-filter: blur(15px); 
    border: 1px solid var(--glass-border); 
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 40px;
	border-radius: 20px; 
   transition: 0.3s;
}




/* Contactez-nous*/
.machinetitrecontact{
font-family:"courier";
font-size: 20px;
color:black;
}

/* --- BOUTONS --- */
.btn-contact-final {
	 align-items: center;
    justify-content: center;
	margin-bottom: 160px;
	border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: var(--transition-smooth);
}

.btn-contact-final {
    background: var(--primary-orange);
    color: var(--white);
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
}

.btn-contact-final:hover {
    background: var(--dark-orange);
    transform: translateY(-3px);
}

.btn-outline {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border: 2px solid var(--white);
    backdrop-filter: blur(5px);
}

.btn-outline:hover {
    background: var(--white);
    color: var(--anthracite);
}

.wave-text span {
    display: inline-block;
    font-size: 4rem;
	font-weight: bold;
    animation: wave 2s ease-in-out infinite;
}


/* --- ANIMATION contactez-nous (Lettres) --- */
.blinking-text {
	font-size: 20px;
   justify-content: center;
}
.blinking-text span {
    position: relative;
    display: inline-block;
}
.blinking-text span::after {
    content: attr(data-letter);
    display: inline-block;
    position: absolute;
    left: 0;
    color: #ffffff;
    text-shadow: 
    0 0 2px #f9b233,
    0 0 10px #ffffff;
    opacity: 0;
    animation: blinking 3s ease-in-out infinite; /* le temps de l'animation*/
}

@keyframes blinking {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
/* ajouter une ligne par lettre et modifier le temps*/
.blinking-text span:nth-child(2)::after{animation-delay: 0.1s;}
.blinking-text span:nth-child(3)::after{animation-delay: 0.2s;}
.blinking-text span:nth-child(4)::after{animation-delay: 0.3s;}
.blinking-text span:nth-child(5)::after{animation-delay: 0.4s;}
.blinking-text span:nth-child(6)::after{animation-delay: 0.5s;}
.blinking-text span:nth-child(7)::after{animation-delay: 0.6s;}
.blinking-text span:nth-child(8)::after{animation-delay: 0.7s;}
.blinking-text span:nth-child(9)::after{animation-delay: 0.8s;}
.blinking-text span:nth-child(10)::after{animation-delay: 0.9s;}
.blinking-text span:nth-child(11)::after{animation-delay: 1.0s;}
.blinking-text span:nth-child(12)::after{animation-delay: 1.1s;}
.blinking-text span:nth-child(13)::after{animation-delay: 1.2s;}
.blinking-text span:nth-child(14)::after{animation-delay: 1.3s;}
.blinking-text span:nth-child(14)::after{animation-delay: 1.4s;}


/* Ronds Contactez-nous et qui sommes-nous en millieu de page */
.cartouchelogo {
    width: 100%;
    max-width: 800px;  
	margin-top: 40px;
	margin-bottom: 160px;
}





/* Ok effet défilement p^hotos arrière plan - Parallax */
/* Styles pour les sections avec effet parallax */

/* FOND DÉFILANT */
.background-container {
	background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    pointer-events: none;
}
.bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    transition: opacity 1s ease;
    opacity: 0;
}
/* Remplacez les liens ci-dessous par les images de votre bibliothèque WordPress */
.slide-1 { background-image: url('https://new.vertical-dreams.com/wp-content/uploads/slideshow/bolivie_volcan_2.jpg'); opacity: 1; }
.slide-2 { background-image: url('https://new.vertical-dreams.com/wp-content/uploads/slideshow/vd_esc-etr-calanques_2.jpg'); }
.slide-3 { background-image: url('https://new.vertical-dreams.com/wp-content/uploads/slideshow/mld-10-2018-40_2.jpg'); }

/* fin parallax */





/*test Pages affiliation*/
 /* Variables de Design */

section.vert_affiliation {
		  max-width: 50%;
		  margin: 0 auto;
        	display: flex;
		  flex-wrap: wrap;
		  z-index: 8;
      }
.theme2-sous-title {
  	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	color: #f9b233;
}

 /* Image d'entête dynamique WordPress [header] */
        .custom-header-image {
            width: 100%;
            height: 450px;
            overflow: hidden;
            position: relative;
        }

        .custom-header-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .header-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }
        /* Responsive */
        @media (max-width: 768px) { 
            .custom-header-image {
                height: 250px;
            }
        }
/* fin du test*/





  /* --- En-tête / Hero Section --- */



        .hero {
			margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
			min-width:100%;
            padding: 60px 5%;
            background: linear-gradient(135deg, #f1f2f6 0%, #dfe4ea 100%);
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
			background-size: cover;
            background-position: center;
            background: url('https://new.vertical-dreams.com/wp-content/uploads/accueil/qui-sommes-nous/moniteur_fond.jpg') center/cover no-repeat;
            opacity: 0.1;
            z-index: 0;
        }

        .hero-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            max-width: 1200px;
            z-index: 1;
            align-items: center;
        }

        .hero-image {
            position: relative;
        }

        .hero-image img {
            width: 100%;
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 15px 15px 0px #f9b233;
        }

        .hero-text {
			font-family: 'Helvetica Neue', Arial, sans-serif;
			text-align: left;
            padding-left: 20px;
        }

        .hero-text h1 {
			font-family: 'Helvetica Neue', Arial, sans-serif;
			font-weight: bold;
			text-align: left;
            font-size: 4.5rem;
            color: #f9b233;
            text-transform: uppercase;
            line-height: 1;
            margin-bottom: 20px;
        }

        .hero-text .badge {
			font-family: 'Helvetica Neue', Arial, sans-serif;
			text-align: left;
            display: inline-block;
            background: #000;
            color: white;
            padding: 5px 15px;
            font-size: 1.5rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 20px;
        }

        /* --- Section Biographie --- */
        .bio-section {
            padding: 100px 10%;
            max-width: 1100px;
            margin: 0 auto;
        }


		
		 .bio-grid {
            display: grid;
            grid-template-columns: 1.5fr 1fr;
            gap: 60px;
        }

        .bio-content h2 {
			font-family: 'Helvetica Neue', Arial, sans-serif;
			font-weight: bold;
			text-align: left;
            font-size: 2.5rem;
            color: #f9b233;
            margin-bottom: 30px;
            border-left: 5px solid #000;
            padding-left: 20px;
            text-transform: uppercase;
        }

        .bio-content p {
			text-align: left;
            margin-bottom: 20px;
            font-size: 1.5rem;
            font-family: 'Helvetica Neue', Arial, sans-serif;
        }

        /* --- Galerie Photos --- */

        .gallery {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-top: 40px;
        }

        .gallery img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            border-radius: 4px;
            filter: grayscale(30%);
            transition: 0.4s ease;
        }

        .gallery img:hover {
            filter: grayscale(0%);
            transform: translateY(-5px);
        }
		
        /* --- Stats / Certifications --- */
        .skills {
			font-family: 'Helvetica Neue', Arial, sans-serif;
			font-weight: bold;
            background: #f1f2f6;
            padding: 40px;
            border-radius: 4px;
            height: fit-content;
        }

        .skills h3 {
			font-family: 'Helvetica Neue', Arial, sans-serif;
			font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 20px;
            color: #f9b233;
        }

        .skills ul {
			text-align: left;
            list-style: none; /* Supprime les puces */
			padding-left: 0;  /* Supprime le décalage à gauche */
			margin: 0;        /* Supprime les marges par défaut */
        }

        .skills li {
			
			text-align: left;
            padding: 0px 0;
            border-bottom: 1px solid #dcdde1;
        }

   

        /* --- Responsive --- */
        @media (max-width: 900px) {
            .hero-container, .bio-grid {
                grid-template-columns: 1fr;
            }
            .hero-text h1 { font-size: 3rem; }
            .hero-image img { height: 400px; }
        }

.popup-content {
	padding: 40px;
  max-width: 600px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  font-family: 'Segoe UI', sans-serif;
}
.intro{
	text-align: left;
	
}

.popup-header {
 text-align: center;
}

.close-btn{
	background-color: #f9b233;
	
}

.activity-box {
  margin-top: 20px;
	display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.cta-button {
  background: #f9b233; /* Vert pour la nature */
  color: white;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 15px;
  font-weight: bold;
  display: inline-block;
}
/* Conteneur principal de l'activité */

/* Alignement Photo + Texte */
.activity-visual-content {
    display: flex;
    gap: 25px;            /* Espace entre l'image et le texte */
    align-items: flex-start; /* ALIGNEMENT EN HAUT */
    margin-top: 15px;
}

.activity-image {
    flex: 0 0 40%;       /* L'image prend 40% de la largeur et ne rétrécit pas */
    max-width: 400px;    /* Limite la taille max de l'image */
}
.activity-image img {
    width: 100%;
    height: auto;
    display: block;      /* Enlève l'espace vide sous l'image */
    border-radius: 8px;
}

.description {
	text-align: left;
    flex: 1;             /* Le texte prend tout l'espace restant */
    margin: 0;           /* Supprime les marges par défaut qui pourraient décaler le texte */
    padding-top: 0;      /* Assure que le texte commence bien en haut */
}

/* Grille de détails en dessous */
CSS

.details-grid {
	text-align: left;
    display: grid;
    /* Crée 2 colonnes égales (1 fraction chacune) */
    grid-template-columns: 1fr 1fr; 
    gap: 20px;
    background: #fdfdfd;
    padding: 20px;
    border-radius: 8px;
    border-top: 2px solid #eee; /* Optionnel : une ligne discrète pour séparer du haut */
    margin-top: 20px;
}


/* Pour le mobile : on repasse l'un au dessus de l'autre */
@media (max-width: 768px) {
    .activity-visual-content {
        flex-direction: column;
        align-items: stretch;
    }
    .activity-image {
        flex: 0 0 auto;
        width: 100%;
    }
}