/*!
Theme Name: fondactionstirenee
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fondactionstirenee
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* FONT IE 

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url(https://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoC1CzjsGyL.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v14/4iCs6KVjbNBYlgoKfw7w.woff) format('woff');
}

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

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

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="url"],
.entry-content input[type="password"],
.entry-content input[type="search"],
.entry-content input[type="number"],
.entry-content input[type="tel"],
.entry-content input[type="range"],
.entry-content input[type="date"],
.entry-content input[type="month"],
.entry-content input[type="week"],
.entry-content input[type="time"],
.entry-content input[type="datetime"],
.entry-content input[type="datetime-local"],
.entry-content input[type="color"],
.entry-content textarea {
	color: #6f6f6f;
	border: 1px solid #d5d5d5;
	border-radius: 0px;
	padding: 10px;
	-webkit-box-shadow: 4px 4px 2px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 4px 4px 2px 0px rgba(0,0,0,0.2);
box-shadow: 4px 4px 2px 0px rgba(0,0,0,0.2);
}


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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

label {color:#19171c;}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	 color:#19171c;
}

a:visited {
	 color:#19171c;
}

a:hover, a:focus, a:active {
	color:#19171c;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/**/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation ul ul {
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
	float: none;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display:block;
	width:auto;
	min-width:200px;
}

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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

/*@media screen and (min-width: 37.5em) {*/
@media screen and (min-width: 49em) {	
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		/*display: block;*/
		display: flex;
		justify-content: center;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

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

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

.page-content,
.entry-content {
	margin: 1.5em 0 0;
}
.entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Custom design */
.selectcontain {

	 width:'auto';
    /*border: 1px solid #333;*/
    margin: auto;
    text-align:center;
    margin-top:10px;
    margin-bottom:20px;
}
.margetopsingle {margin-top:12px;}

body {
	font-family: 'Ubuntu', Arial, sans-serif;font-weight:300;
	margin:0;
	/*border :10px solid #bed25f;*/
	height:100%}
.bordureverte {padding-top :36px; border :10px solid #bed25f;}	
.w1200 {max-width:1200px; margin-left:auto!important; margin-right:auto!important; /*background-color:yellow;*/}	
.col {
/*	background-color:#ececec; border :1px solid #000; */}	

h1,h2, h3, h4, h5, h6 {text-transform:uppercase;}


/* MENU */

.navbar{font-family: 'Ubuntu', Arial, sans-serif;
    background: #FFF !important;
	font-size:16px;
	text-transform:uppercase;
	border-bottom:1px solid #d5d5d5;
	padding: 0rem 1rem!important;
	/*margin-bottom:100px;*/
}

.dropdown{
    border-radius:0;
    border:0;
}
.dropdown-menu, .sub-menu{
    background: #FFF;
    border:0;
    top:90%;
    border-radius:0px;
	border-bottom:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	width:250px;text-transform:none;
	left:0;
}
.sub-menu li { float:left;}
.dropdown-item:hover, .sub-menu .menu-item:hover{
    color:#bed25f !important; 
}
.dropdown-menu a,
.li.menu-item a{
    color:#19171c;
} 
.navbar .nav-item .nav-link,
.navbar .menu-item{
    color:#19171c !important; 
	padding-top:25px;
	padding-bottom:25px;
	padding-left:16px;
	padding-right:16px;
    border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;font-weight:lighter!important;
}

.navbar .nav-item .nav-link:hover,
.navbar .menu-item:hover{
    color:#bed25f !important; 
    border-top:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
}

/* SUB MENU */

.navbar ul.sub-menu li a,
.navbar ul.sub-menu li, 
.navbar .menu-item ul.sub-menu li{
	font-size:14px;
	color:#19171c !important; 
	padding-top:5px;
	padding-bottom:5px;
	padding-left:6px;
	padding-right:6px;
    border-top:0px solid #FFF;
	border-left:0px solid #FFF;
	border-right:0px solid #FFF;font-weight:lighter!important;
	width:100%;
	 }
	 
.navbar ul.sub-menu li a:hover,
.navbar ul.sub-menu li:hover,
.navbar .menu-item ul.sub-menu li:hover
{
	color:#19171c !important; 
	background-color:#CCCCCC;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:6px;
	padding-right:6px;
    border-top:0px solid #FFF;
	border-left:0px solid #FFF;
	border-right:0px solid #FFF;font-weight:lighter!important;
	 }	 
.navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link{
    color:red !important;
    font-weight:lighter!important;
}

/* END MENU */

.adresse {
	background-image: url(images/marqueur.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 30px;
	margin-bottom:18px;font-weight:lighter;
}
.legendelogo {font-size:14px; font-weight:lighter; }
.telephone {background-image: url(images/telephone.png);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 30px;margin-bottom:18px;font-weight:lighter;}
.email {background-image: url(images/email.png);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 30px;margin-bottom:18px;font-weight:lighter;}

.footer {border-top:1px solid #d5d5d5;
padding-top:65px;
margin-top:65px;
}

.footer2 {margin-bottom:50px;}	

.Menufooter, .copyright {font-size:16px; font-weight:lighter;
font-family: 'Ubuntu Light', sans-serif;}
.boutondons, .boutoncta div div a {
	background-color:#ed0080;
	padding:20px;
	-webkit-border-radius: 60px!important;
-moz-border-radius: 60px!important;
border-radius: 60px!important;
color:#FFF;

text-align:center!important;
font-weight:bold;
letter-spacing:1px;
margin-left: auto;
margin-right: auto;
	}
.boutondons {width:170px;}	
.boutondons	a, .boutoncta div div a {text-decoration:none!important; color:#FFF;}

.boutondons	a:hover, .boutoncta a:hover{text-decoration:underline; color:#000!important;}

.boutondonsv2 {
	background-color:#ed0080;
	padding:10px;
	-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
color:#FFF;
width:130px;
text-align:center;
font-weight:bold;
letter-spacing:1px;
margin-left:20px;
	}	
	.boutondonsv2 a, .boutondonsv3 a {color:#FFF;text-decoration:none;}
	
	.boutondonsv2 a:hover, .boutondonsv3 a:hover {color:#000;text-decoration:underline!important;}
	
.boutondonsv3 {
	background-color:#ed0080;
	padding:10px;
	-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
color:#FFF;
width:130px;
text-align:center;
font-weight:bold;
letter-spacing:1px;
margin-left:0px;
	}		
/* SEARCH FORM 	*/
input[type="search"] {
    color: #666;
    border: 0px solid #FFF!important;
    border-radius: 0px;
    padding: 0px;
	}
 .search-form {
    position: absolute;
    left: 20px;
    top: 20px;
}
 
.search-field {
    background-color: transparent;
    background-image: url(images/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 40px;
	border: 0px solid #c3c0ab;
}
 
.search-field:focus {
    background-color: #fff;
    border: 1px solid #c3c0ab;
	padding-left:40px;
    cursor: text;
    outline: 0;
    width: 230px;
}
.search-form
.search-submit { 
display:none;
}


/* CUSTOM BOOTSTRAP */

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0px!important;
    padding-left: 0px!important;
}


/* CUSTOM TYPO */



h1, h1.entry-title {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:70px;
	Border:1px solid #000;
	padding: 50px!important;
	text-align:center;
	text-transform:uppercase;
	font-size:40px;
	font-weight:bold;
	-moz-box-shadow: 16px 16px 0px 0px #000000;
-webkit-box-shadow: 16px 16px 0px 0px #000000;
-o-box-shadow: 16px 16px 0px 0px #000000;
box-shadow: 16px 16px 0px 0px #000000;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=134, Strength=0);
max-width:1100px;
	}
	
h2 {
	font-size:30px;
	line-height:34px;
	font-weight:bold;
	text-align:left;
	color:#000;
	text-transform:none;
	/**/
	margin-bottom :60px;
	/*border-bottom-width: 150px;
	border-bottom:1px solid #000;*/
	
	}	
	
/*	*/
.page h2::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #000;
    /*bottom: 0;
	top:90px;*/
	margin-top:50px;
	
	margin-bottom :20px;
	
}	

.page h2.borderleft {
	font-size:30px;
	font-weight:bold;
	text-align:left;
	color:#000;
	text-transform:none;
	margin-bottom :40px;
	}	
		

.contentflexcenter	{
	display: flex;
  justify-content: center;
  align-items: center;}


.page h2.bordercenter,
.titresouligne, 
.titresoulignecenter {
	font-size:30px;
	font-weight:bold;
	text-align:center!important;
	color:#000;
	text-transform:none; /**/
	margin-bottom :40px;
	justify-content: center;
	}	
		
.titresoulignecenter {text-align:center;}

/**/
.page h2.bordercenter::before ,
h2.bordercenter::before ,
.titresouligne::before, 
.titresoulignecenter::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #000;
    /*bottom: 0;
	top:90px;*/
	text-align:center;
	left: 50%;
	margin-left: -15px;margin-top:50px;
}

h2::after, 
h2.bordercenter::after {margin-bottom :20px;}


.h2archive {margin-bottom:0px!important; font-size:22px;}
.h2archive a {text-decoration:none;}
.h2archive::after {margin-bottom:0px!important;}

h2 {width:100%;}

.home h1 {font-size:34px;
text-transform:uppercase;
text-align:center;
margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	Border:0px solid #000;
	padding: 0px;
	font-weight:bold;
	-moz-box-shadow: 0px 0px 0px 0px #FFF;
-webkit-box-shadow: 0px 0px 0px 0px #FFF;
-o-box-shadow: 0px 0px 0px 0px #FFF;
box-shadow: 0px 0px 0px 0px #FFF;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFF, Direction=0, Strength=0);
max-width:1100px;
} 

.home h2, .home h3 {font-size:28px;
text-transform:uppercase;
text-align:center;
margin-bottom:0px;}
.home h2::after { margin-bottom:0px;}



.traititre { 
			background			  : transparent;
		   border-color			  : #000;
		   border-width			  : 0 0 1px;
		   border-style			  : solid;
		   width: 50px;
			text-align: center;
			left: 50%;
			position: relative;
			top: -25px;}


h3 {font-weight:bold;
	font-size:26px;
	line-height:28px;
	text-align:center!important;
	justify-content: center;
	color:#000;
	text-transform:none;
	margin-bottom :30px;}
	
.footer h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight : normal;
}	
.footer h3.textleft {
	text-align:left!important
}	

p {
font-family: "Ubuntu", Arial, sans-serif;
font-weight:300;}

#breadcrumbs {font-size:12px; font-weight:lighter;}

/* PROJETS ARCHIVE */
.blocarchive {margin-top:0px; margin-bottom:20px; }
.bggris {background-color:#efefef;
/*background-image: url(images/icone-lieu.png);
    background-position: 0px 0px;
    background-repeat: repeat;*/
	max-width: 100% !important;
margin-left: auto;
margin-right: auto;
overflow: hidden !important;}

.bgblanc {background-color:#FFF; padding:30px!important;height:310px;position:relative;top:70px;}
.bgactu {background-color:#FFF; padding:20px!important;}
.rondbadge {background-color:#bed25f;
width:70px; height:70px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
padding-top:20px;padding-left:7px;
position:relative;
top:50px; left:20px;
}
.imageprojetsarchive {
	width:100%; height:auto; max-width:470px; max-height:310px; overflow:hidden;}
.titrearchive { margin-bottom:0px;}

.titrearchive h2 { font-size:30px;margin-bottom:0px;}
.titrearchive h2 a { text-decoration:none;}
.titrearchive h2::after {margin-bottom:0px;}
.titrearchive h2::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    background: #FFF;
    bottom: 0;
	top:0px;margin-bottom :0px;
	/*text-align:center;
	left: 50%;
	margin-left: -15px;*/
}


			
/**/



.filetarchive { width:100%; border-top:1px solid #000;}
.porteurarchive {color:#adadad; font-size:16px; margin-top:12px; margin-bottom:12px;}
.titresoutien { text-transform:uppercase;font-size:16px; padding-left:10px;padding-left:20px; 
 background-image: url(images/chevron-vert.png);
    background-position: 0px -1px;
    background-repeat: no-repeat;}

.ensavoirplus, .boutondonsv2 {display:inline-block; }
	
.ensavoirplus {font-size:16px; text-transform:uppercase;margin-left:10px;}	
.ensavoirplus a {text-decoration:none;}
.ensavoirplus a:hover {text-decoration:underline!important;}
/* PROJETS */
.badgecatprojet {background-color:#bed25f; padding:9px 12px 2px 4px; max-width: 275px; overflow:hidden; margin-left:20px; position:relative; top:20px; float:left;}
.imageprojets {
	width:100%; height:auto; max-width:570px; max-height:570px; overflow:hidden;}
	
.labelprojet {text-transform:uppercase; fontweight:bold; font-size:14px;}	
.vert, a.vert, .vert a { color:#bed25f; font-weight:bold; text-decoration:none; }

.montantprojet,
.anneeprojet,
.lieuprojet,
.siteprojet {
	border-bottom :1px solid #000;
	padding-top: 18px;
padding-bottom: 18px;
padding-left: 57px;
	}
	
.montantprojet {
    background-image: url(images/icone-montant.png);
    background-position: 0px 7px;
    background-repeat: no-repeat;
}

.anneeprojet {
    background-image: url(images/icone-annee.png);
    background-position: 0px 7px;
    background-repeat: no-repeat;
}

.lieuprojet {
    background-image: url(images/icone-lieu.png);
    background-position: 0px 7px;
    background-repeat: no-repeat;
}
.siteprojet {
    background-image: url(images/icone-site.png);
    background-position: 0px 7px;
    background-repeat: no-repeat;
}
	
.iconebadge { width:50px; max-width:50px; height:auto; overflow:hidden; float:left; margin-right:6px;}	
.badgecatprojet a{ color:#000; text-decoration:none;}
.paddingtop {padding-top:25px;}
.archive-description {text-align:center;}

.projetcontent p:first-of-type {font-weight:bold;} 

.cc-blanc {color:#FFF; font-size:72px;font-weight:bold; line-height: 58px;}
sup.cc-blanc {color:#FFF; font-size:32px;font-weight:bold;}
.cc-noir {color:#000; font-size:30px;font-weight:bold;line-height: 28px;}
.column ul li {margin-bottom:12px;}
.Menufooter a, .copyright a { text-decoration:none;}
.Menufooter a:hover, .copyright a:hover { text-decoration:underline;}

.btnoir{ max-width:270px; padding:17px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background-color:#000;
color:#FFF;
margin-right:20px;} 

.btnoircentrer{ 
width:auto;
max-width:175px; padding:17px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background-color:#000;
text-align:center;
color:#FFF;
margin-left: auto;
margin-right: auto;
} 

.btnoir:hover, btnoircentrer:hover {background-color:#bed25f;}
.btnoir a, .btnoircentrer a {color:#FFF; text-decoration:none;}

.alignleft:{ float:left;}
.alignright:{ float:right;}

/* ARCHIVE BLOC ICONE */
.blocarchivecat { /*width:1200px; height:342px;*/margin-left:auto;margin-right:auto;margin-bottom: 60px; display:inline-block;}
.blocarchivecat2 { /**/width:900px;display:block;}

.blocimage {
	background-position: 0px 0px;
    background-repeat: no-repeat;
	width:300px; height:300px;display: inline-block;
background-size: cover;
margin-right: -4px;
top: 30px;
position: relative;}

.blocimage a, .blocimage2 a, .blocimage3 a { text-decoration:none;}
.blocimage2 {
	background-position: 0px 0px;
    background-repeat: no-repeat;
	width:300px; height:300px;display: inline-block;
background-size: cover;
margin-right: -4px;
/**/top: 70px;
position: relative;
}

.blocimage3 {
	background-position: 0px 0px;
    background-repeat: no-repeat;
	width:300px; height:300px;display: inline-block;
background-size: cover;
margin-right: -4px;
/**/top: 0px;
position: relative;}

.blocimagesolidarite {background-image: url(images/solidarite-carree.jpg);
    } 
	
.blocimageculture {background-image: url(images/culture-carree.jpg);
    } 	
	
.blocimageeducation {background-image: url(images/education-carree.jpg);
    } 
.blocimagecommunication {background-image: url(images/communication-carree.jpg);
    } 	
		
.iconerectangle1 {
	padding:30px;
	background-color:#bed25f;
width:250px; height:160px;position:relative;top:180px;
font-size:24px; font-weight:bold;}

.iconerectangle2 {
	background-color:#bed25f;
width:250px; height:160px;position:relative;top:60px;}

/* CHIFFRES CLES */

.blocvert { background-color:#bed25f;}

/* Pagination projets */
ul.page-numbers { margin-top:90px;text-align:center;
}

ul.page-numbers li { text-align:center;
	display: inline-block;
	list-style-type: none;
}

/* MENU SELECT */

.selectannee {padding:20px;}

.boxcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-style2 {
    width: 316px;
    overflow: hidden;
	/*float:right;*/
	background: transparent;
    background-image: none;
}

.select-style2 select {
    width: 316px;
    overflow: hidden;
    background: #FFF url("images/icone-select.png") no-repeat 190px 5px;
	/*float:right;*/
	background: transparent;
    background-image: none;
}
form.searchandfilter div ul li.postform { 
}

.select-style select,
.selectyear select
 {
    padding: 5px 8px;
    width: 235px;
    border: none;
    box-shadow: none;
    /*background: transparent;*/
	 background-image: none; -webkit-appearance: none; -moz-appearance:none;
	 background: #FFF url("images/icone-select.png") no-repeat 190px 5px;
   
}
select.postform {
    padding: 2px 8px;
    width: 180px;
    border: none;
    box-shadow: none;
    /*background: transparent;*/
    background-image: none; 
    -webkit-appearance: none; -moz-appearance:none;
	background: #FFF url("images/icone-select.png") no-repeat 145px 1px; 
}
.select-style select:focus, .select-style2 select:focus {
    outline: none;
}
button::-moz-focus-inner, 
[type="button"]::-moz-focus-inner, 
[type="reset"]::-moz-focus-inner, 
[type="submit"]::-moz-focus-inner,
div.select-style form div input,
form#gform_6.formvirbanc div.gform_footer.top_label input#gform_submit_button_6.gform_button.button { background-color:#bed25f; border-radius:0px; color:#FFF;}

form.searchandfilter.sfclass div ul li input {}


/* HOME */

/* Bloc cat */
.blochomecat {
	width:100%; 
	height:600px;margin-left:auto;margin-right:auto;margin-bottom: 60px;
	}

.blochomeimage {background-color:#bed25f;
	background-position: 0px Opx;
    background-repeat: no-repeat;
	width:300px; height:544px;
	display: inline-block;
background-size: cover;
margin-right: -4px;
top: 30px;
position: relative;}

.blochomeimage a, .blochomeimage2 a, .blochomeimage3 a { text-decoration:none;}
/*
.blochomeimagesolidarite :hover, .blochomeimageculture:hover, .blochomeimageeducation:hover {background-color:#bed25f; opacity:0.6;}
*/
.blochomeimage2 {/*background-color:#bed25f;*/
	background-position: 0px Opx;
    background-repeat: no-repeat;
	width:300px; height:544px;
	display: inline-block;
background-size: cover;
margin-right: -4px;
top: 70px;
position: relative;}

.blochomeimage3 {background-color:#bed25f;
	background-position: 0px Opx;
    background-repeat: no-repeat;
	width:300px; height:544px;
	display: inline-block;
background-size: cover;
margin-right: -4px;
top: 0px;
position: relative;}

.blochomeimagesolidarite {background-image: url(images/home-bloc-solidarite.jpg);
    } 

.blochomeimageculture {background-image: url(images/home-bloc-culture.jpg);
    } 	
	
.blochomeimageeducation {background-image: url(images/home-bloc-education.jpg);
    } 
.blochomeimagecommunication {background-image: url(images/home-bloc-communication.jpg);
    } 
	
.iconeHome {
	padding:30px;
	background-color:#bed25f;
	width:253px; 
	height:160px;
	position:relative;
	font-weight:bold;font-size:24px; 
	}
	
.iconeHomerectangle1 {
top:426px;
}

.iconeHomerectangle2 {
	top:60px;}
		
.email a {text-decoration:none;}

/* Bloc essentiel */


.homeblocessentiel {
	background-image: url(images/home-donnons-essentiel.jpg);
	background-position: top left;
    background-repeat: no-repeat;
	width:100%; height:auto;
	min-height:513px;
background-size: cover;
}
.homeblocessentieltext {background:#FFF;
padding:50px;
width:40%;
    top: 105px;
    position: relative;
    left: 40px;
    font-size: 16px; line-height:24px;
    font-weight: lighter;
}
.margetop {margin-top:80px;}
.margebottom {margin-bottom:34px;margin-top:10px;}
.filetHome { width:50px;border-top:1px solid #000; margin-left:auto;margin-right:auto;}
.filetHomeBottom { margin-left: 30%;
position: absolute;
bottom: 0;}
.margefilet {margin-bottom:40px;}
.textcenter {text-align:center;}
.homerose {background-color:#ed0080; padding:10px;border-right:30px solid #FFF; }
.homerosetitre { text-align:center; }
.homerosetitre, .homegristitre, .homevert  {font-weight: bold; color:#000!important;font-size:30px;}

div.col-3.homevert.margedonstop a {font-weight:bold;}

.homevert {background-color:#bed25f;
padding:10px 30px 0px 30px !important;
border-right:30px solid #FFF; text-transform:uppercase; font-weight:bolder; font-size:30px}
 
.homerose, .homevert, .homegris {max-height: 325px;}
.homevert a{ text-decoration:none!important;}
.homegris {background-color:#efefef;padding:10px 30px 0px 30px !important;text-transform:uppercase; font-weight:bolder; font-size:30px}

.margedonstop {margin-top:140px}
.imgdonate { position:relative; }
.margedon {margin-top:30px; padding:30px}
.w50 {width:50%; position :relative; /*z-index:10000; top:-30px;*/}
/* ACTU HOME */

.actuhomeimg { width:470px; height:315px; margin-bottom:30px}

.actudate {color:#ccc; font-size:12px;margin-bottom:30px}
.filet {width:100%; border-top:1px solid #000;}
.slide, .reslider {margin-left:0px!important; margin-right:65px!important;}

.slick-dots {/*background-color:green;*/}
.slick-slider div { transition: none; }

/* FORM DON */

div.ginput_container.ginput_container_select select#input_4_5.medium.gfield_select {width:250px;}
div.gform_body ul#gform_fields_4.gform_fields.top_label.form_sublabel_below.description_below li#field_4_5.gfield.field_sublabel_below.field_description_below,
div.gform_body ul#gform_fields_4.gform_fields.top_label.form_sublabel_below.description_below li#field_4_6.gfield.field_sublabel_below.field_description_below,
div.gform_body ul#gform_fields_4.gform_fields.top_label.form_sublabel_below.description_below li#field_4_4.gfield.clear-left.gfield_price.gfield_price_4_4.gfield_product_4_4.gfield_contains_required.field_sublabel_below.field_description_below,
div.gform_body ul#gform_fields_4.gform_fields.top_label.form_sublabel_below.description_below li#field_4_4.gfield.clear-left.gfield_price.gfield_price_4_4.gfield_product_4_4.field_sublabel_below.field_description_below,
li#field_4_8
 { list-style: none;}
div.gform_body ul#gform_fields_4.gform_fields.top_label.form_sublabel_below.description_below li#field_4_6.gfield.field_sublabel_below.field_description_below div.ginput_container.ginput_container_radio ul#input_4_6.gfield_radio li,
div.gform_body ul#gform_fields_5.gform_fields.top_label.form_sublabel_below.description_below li#field_5_6.gfield.gfield_contains_required.field_sublabel_below.field_description_below div.ginput_container.ginput_container_radio ul#input_5_6.gfield_radio li

 {display:inline; margin-right:10px;}
div.gform_body ul li {
    display: inline;
}
label.gfield_label {display:none;}
/*
#input_4_7 { background:transparent; width:300px!important; border:0px solid #FFF; font-size:18px; color:#000; text-transform:uppercase; height:auto!important;}
*/
div.gform_body ul#gform_fields_4.gform_fields.top_label.form_sublabel_below.description_below li#field_4_8.gfield.projetsoutenu.field_sublabel_below.field_description_below div.ginput_container.ginput_container_textarea textarea#input_4_8.textarea.medium { 
/*background:transparent; 
height:auto!important;*/ border:0px solid #FFF; font-size:18px; color:#FFF; text-transform:uppercase; 
height:60px!important;
background: url(images/bgrose.png) center center no-repeat; /* This ruins default border */
resize: none;
-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
font-weight:bolder;}

/*div.gform_body ul#gform_fields_4.gform_fields.top_label.form_sublabel_below.description_below li#field_4_8.gfield.projetsoutenu.field_sublabel_below.field_description_below div.ginput_container.ginput_container_textarea textarea#input_4_8.textarea.medium:before,
div.gform_variation_wrapper.gform_wrapper div#gform_wrapper_4.gf_browser_gecko.gform_wrapper div.gform_body ul#gform_fields_4.gform_fields.top_label.form_sublabel_below.description_below li#field_4_8.gfield.projetsoutenu.field_sublabel_below.field_description_below div.ginput_container.ginput_container_textarea::before,
html body.product-template-default.single.single-product.postid-5038.logged-in.admin-bar.wp-custom-logo.theme-fondactionstirenee.woocommerce.woocommerce-page.woocommerce-js.elementor-default.elementor-kit-6869.customize-support div.bordureverte div div.site-content div#primary.content-area.w1200 main#main.site-main div#product-5038.product.type-product.post-5038.status-publish.first.instock.product_cat-non-classe.has-post-thumbnail.downloadable.virtual.sold-individually.purchasable.product-type-simple div.summary.entry-summary form#gform_4.cart div.gform_variation_wrapper.gform_wrapper div#gform_wrapper_4.gf_browser_gecko.gform_wrapper.gform_legacy_markup_wrapper div.gform_body.gform-body ul#gform_fields_4.gform_fields.top_label.form_sublabel_below.description_below li#field_4_8.gfield.projetsoutenu.gf_readonly.field_sublabel_below.field_description_below.gfield_visibility_visible div.ginput_container.ginput_container_textarea textarea#input_4_8.textarea.medium::before
{
	content :'POUR';
	content :'VOUS VOULEZ DONNER POUR :';
	color: #FFF;
	margin-left:10px;
position : absolute;}*/
.txtblanc {color: #FFF;}
div.gform_variation_wrapper.gform_wrapper div#gform_wrapper_4.gf_browser_gecko.gform_wrapper div.gform_body ul#gform_fields_4.gform_fields.top_label.form_sublabel_below.description_below,
div.ginput_container.ginput_container_radio ul {
	margin:0;
	}
form#gform_4.cart button#gform_submit_button_4.single_add_to_cart_button.button.alt.gform_button,
form#gform_1.cart button#gform_submit_button_4.single_add_to_cart_button.button.alt.gform_button
 { margin-top:12px; margin-left: 15%;}	

div.ginput_container.ginput_container_radio [type="radio"] { margin-right:5px;}	
.woocommerce-checkout input {/*width:100%;*/}
ul#gform_fields_4 {list-style:none;}
.txtfiscal { color:#000; margin-top:6px; margin-left:10px;}
.titrecontact 
 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    color: #000;
    text-transform: none;
 }
#customer_details {padding-right:30px!important;}

.woocommerce table.shop_table {
    border: 0px solid rgba(0,0,0,.1);
    border-radius: 0px;	
}

 .woocommerce-checkout #payment {
    background: #ed0080;
    border-radius: 0px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
   /* font-size: .92em;*/
    border-radius: 0px;
    line-height: 1.5;
    background-color: #ed0080;
    color: #000;
	border-left: 1px solid #000;
	font-size:12px;
	padding-left:30px;
}
.woocommerce-checkout #payment div.payment_box::before {
    display: none;}
	
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ed0080;
	border-radius:50px;
	width:auto;
	border:3px solid #FFF;
    color: #fff;
	padding:24px;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover,
 .woocommerce a.button.alt:hover, 
 .woocommerce button.button.alt:hover, 
 .woocommerce input.button.alt:hover {
    background-color: #bed25f;
}		
.select-style2 {
    width: 316px;
    overflow: hidden;
	/*float:right;*/
	background: transparent;
    background-image: none;
}

html body.page-template-default.page.page-id-57.logged-in.admin-bar.woocommerce-checkout.woocommerce-page.woocommerce-js.elementor-default.customize-support div#xpage.xrow.xw1200 div#xcontent.site-content div#primary.content-area.w1200 main#main.site-main article#post-57.post-57.page.type-page.status-publish.hentry div.entry-content div.woocommerce form.checkout.woocommerce-checkout div.row div.col-6 div#customer_details.col div.col div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper p#billing_country_field.form-row.form-row-wide.address-field.update_totals_on_change.validate-required span.woocommerce-input-wrapper select#billing_country.country_to_state.country_select.select2-hidden-accessible {
    width: 100%!important;
    overflow: hidden!important;
    background: #FFF url("images/icone-select.png") no-repeat 190px 5px!important;
	/*float:right;*/
	background: transparent!important;
    background-image: none!important;
}
.titreCheckout {}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100%;
    clear: none;
}
.bgrose {background-color:#ed0080; padding:30px;}
.floatleft {float:left;/*background-color:yellow; */width:50%}
.floatleft img {width:100%; max-height:363px;}
.floatright {float:right;}
#gform_4, #gform_1, #gform_5 {
	float:right; width:50%; background-color:#ed0080; padding:30px;max-height:363px; min-height:363px;
	}
.bgblanc{background-color:#FFF; }

div.gform_body ul li {list-style: none;}
.w100 {width:100%; margin-top:10px; padding-left:20%;}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
}

/* HOME PROJETS A LA UNE */

.imghomeune img  {max-width:360px; max-height:360px;overflow:hidden;}
.extraithomeune {font-size:12px;}
.titrehomeune {font-size:20px;}
.ensavoirplushomeune {font-size:12px; text-transform:uppercase;margin-left:10px;position:relative;z-index:1000000000; margin-bottom:10px;}	
a.slidernum  {z-index:1;}

.slick-slider .slick-list, .slick-slider .slick-track {
    margin-bottom: 30px;

}

.ensavoirplushomeune a {text-decoration:none;}
.boutondonshome	a {text-decoration:none;color:#FFF; font-size:12px; text-transform:none;}
.boutondonshome {
	background-color:#ed0080;
	padding:10px;
	-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
color:#FFF;
width:130px;
text-align:center;
font-weight:bold;
letter-spacing:1px;
	}	
.margeblochome {height:110px;}
.btprojetshome {
margin-top:60px;
margin-bottom:60px;
margin-left:auto;
margin-right:auto;
width:300px;}

.padbloc2 {padding:10px;}
.elementor .padbloc2 hr {margin-top:25px;}
/* CUSTOM SLIDER */
.filetslideactu { width:100%; border-top:1px solid #000; margin-top:20px;margin-bottom:20px;}
.slick-dots li button::before {
    font-family: 'slick';
    font-size: 50px!important;
	margin-top:20px;
	margin-bottom:20px;
}
.slick-dots {
    bottom: 0px!important;
}

.slidehomeune {
	padding:10px;
	overflow:hidden;
	
	/*border:1px solid red;*/}
.blocune {background-color:#FFF;
padding-left:10px;
padding-right:10px;
padding-top:30px;
padding-bottom:40px;
max-width: 360px;}	
.sliderune {
	padding-top:40px;
	padding-left:30px!important;
	padding-right:30px!important;
	}	
.blocactuhome {width:100%; 
padding-left:100px;
padding-right:100px;
padding-top:50px;
padding-bottom:30px; 
border:2px solid #000;}	
.titreactuhome {margin-bottom:35px!important;}
.slide {padding-right:30px!important; padding-left:30px!important; }

.paddingcc {padding-top:30px; padding-bottom:30px; padding-left:20px;padding-right:20px;}

.overlay {
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  /*background-color: rgba(0,0,0,0.5); dim the background*/
  background-color:#bed25f;
	}
.blochomeimage:hover .overlay,
.blochomeimage2:hover .overlay,
.blochomeimage3:hover .overlay,
.blocimage:hover .overlay,
.blocimage2:hover .overlay,
.blocimage3:hover .overlay {	opacity:0.5; }

.ginput_container_product_calculation,
.variation-Nomduproduit,
dt.variation-Nomduproduit {display:none;}

a, .elementor a {text-decoration:underline;}
a:hover, .elementor a:hover {text-decoration:none!important;}
#myHeader, .blocho1,.blocho2, .blocho3,
div
 { transition: all 0.5s ease;}


.sticky {
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  background-color:#fff;
  height: 108px;
  z-index:1000000;
  border-bottom: 1px solid #d5d5d5;
      
  }
 .sticky .navbar-brand img { height:60px; width:auto;} 
 .sticky .navbar { height:30px; font-size:12px;} 
.sticky .boutondons {
	margin-top: 8px;
	float: right;}
.sticky .navbar .nav-item .nav-link, 
.sticky .navbar .menu-item {
padding-top: 5px;
padding-bottom: 5px;
    padding-left: 16px;
    padding-right: 16px;
}
a.rs img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;}

a.rs:hover img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}	
.slidernum {position: relative;
top: 30px;}

.w1200 .archive-description {text-align: justify !important; }

.home .blocservice,
.home div.floatleft img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
.home h1.product_title.entry-title { display:none;}

.margetop {margin-top:30px;}

.woocommerce div.product form.cart {
    margin-bottom: 0em;
}
.post-navigation {
    width: 50%;
    margin-left: auto!important;
    margin-right: auto!important;
}

div.ginput_container.ginput_container_radio ul {
    text-align: center;
/*    margin-right: 120px;*/
}

.home ul#gform_fields_5, ol {
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.formvirbanc div.gform_body ul li,
.formvirbanc  label.gfield_label{display:block;}

.formvirbanc div.gform_body input {margin-bottom:20px;}
.formvb label.gfield_label {display:block;}

html body.page-template-default.page.page-id-5472.page-child.parent-pageid-28.logged-in.admin-bar.theme-fondactionstirenee.woocommerce-js.elementor-default.elementor-page.elementor-page-5472.customize-support div.bordureverte div#xpage.xrow.xw1200 div#xcontent.site-content div#primary.content-area.w1200 main#main.site-main article#post-5472.post-5472.page.type-page.status-publish.hentry div.entry-content div.elementor.elementor-5472 div.elementor-inner div.elementor-section-wrap section.elementor-element.elementor-element-7e80982.elementor-section-boxed.elementor-section-height-default.elementor-section.elementor-top-section div.elementor-container.elementor-column-gap-default div.elementor-row div.elementor-element.elementor-element-451a18b.elementor-column.elementor-col-100.elementor-top-column div.elementor-column-wrap.elementor-element-populated div.elementor-widget-wrap div.elementor-element.elementor-element-424dc6f.elementor-widget.elementor-widget-wp-widget-gform_widget div.elementor-widget-container div#gform_wrapper_6.gf_browser_gecko.gform_wrapper.formvirbanc_wrapper form#gform_6.formvirbanc div.gform_body ul#gform_fields_6.gform_fields.top_label.form_sublabel_below.description_below li#field_6_3.gfield.field_sublabel_above.field_description_below div#input_6_3.ginput_complex.ginput_container.has_street.has_street2.has_city.has_state.has_zip.has_country.ginput_container_address span#input_6_3_1_container.ginput_full.address_line_1 input#input_6_3_1,
html body.page-template-default.page.page-id-5472.page-child.parent-pageid-28.logged-in.admin-bar.theme-fondactionstirenee.woocommerce-js.elementor-default.elementor-page.elementor-page-5472.customize-support div.bordureverte div#xpage.xrow.xw1200 div#xcontent.site-content div#primary.content-area.w1200 main#main.site-main article#post-5472.post-5472.page.type-page.status-publish.hentry div.entry-content div.elementor.elementor-5472 div.elementor-inner div.elementor-section-wrap section.elementor-element.elementor-element-7e80982.elementor-section-boxed.elementor-section-height-default.elementor-section.elementor-top-section div.elementor-container.elementor-column-gap-default div.elementor-row div.elementor-element.elementor-element-451a18b.elementor-column.elementor-col-100.elementor-top-column div.elementor-column-wrap.elementor-element-populated div.elementor-widget-wrap div.elementor-element.elementor-element-424dc6f.elementor-widget.elementor-widget-wp-widget-gform_widget div.elementor-widget-container div#gform_wrapper_6.gf_browser_gecko.gform_wrapper.formvirbanc_wrapper form#gform_6.formvirbanc div.gform_body ul#gform_fields_6.gform_fields.top_label.form_sublabel_below.description_below li#field_6_3.gfield.field_sublabel_above.field_description_below div#input_6_3.ginput_complex.ginput_container.has_street.has_street2.has_city.has_state.has_zip.has_country.ginput_container_address span#input_6_3_2_container.ginput_full.address_line_2 input#input_6_3_2 { width:100%}

.variation-Totaldon,
.variation-Montantdonnbsp {display:none!important;}

.searchandfilter ul li {
    display: inline-block;
}
.searchandfilter ul li.sf-field-search label input.sf-input-text
{margin-right:20px;}

html body.home.page-template.page-template-home.page-template-home-php.page.page-id-4.theme-fondactionstirenee.woocommerce-js.elementor-default.elementor-page.elementor-page-4 div.bordureverte div#xpage.xrow.xw1200 div#xcontent.site-content div#primary.content-area.xw1200 div.row.w1200 div.col-6.homerose.margedonstop div.woocommerce div.single-product div#product-5458.product.type-product.post-5458.status-publish.first.instock.product_cat-non-classe.downloadable.virtual.sold-individually.purchasable.product-type-simple div.summary.entry-summary h2.bordercenter.textcenter {display:none;}

.reducfiscal {color:#FFF; font-weight:bold;}
/* MEDIA QUERIES */
@media screen and (max-width: 1024px) {
	
	.navbar .nav-item .nav-link, .navbar .menu-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 8px;
    padding-right: 8px;
}
.navbar {
    font-size: 14px;
}
.blochomeimage, .blochomeimage2, .blochomeimage3{
	  width: 252px;
    height: 464px;
}
.blocarchivecat {margin-bottom:160px!important;}

.blocimage, .blocimage2, .blocimage3{
	  width: 250px;
    height: 250px;
}
.blocimage {
margin-right: -4px;
margin-left: 3px;
top: 30px;
position: relative;}

.blocimage2 {
margin-right: -3px;
/**/top: 70px;
position: relative;
}

.blocimage3 {
margin-right: -6px;
/**/top: 0px;
position: relative;}


.blochomeimage {  
    margin-right: Opx;
    top: 0px;
    position: relative;
}

.blochomeimage2 {
    margin-right: -4px;
    top: 70px;
    position: relative;
}
.blochomeimage3 {
    margin-right: -4px;
    top: 0px;
    position: relative;
}
.homeblocessentiel {
background-size: 100% auto;
}

div.gform_body ul li {
display: inline-block;
}

.cc-blanc {
font-size: 52px;
line-height: 38px;
}
.cc-noir {
font-size: 20px;
line-height: 20px;
}
.footer, .footer2 {padding-left:10px;padding-right:10px;}
.Menufooter, .copyright {padding-left: 10px!important;padding-right: 10px!important; font-size:12px;}

h1, h1.entry-title {
    margin-bottom: 40px;
    padding: 20px !important;
    font-size: 20px;
	width:80%;
}
.bgblanc {
    padding: 20px !important;
}
.w1200 .archive-description {padding-left:30px; padding-right:30px;}

.boutondonsv2 {
    width: 160px;
}

.blochomecat, .blocarchivecat {height:auto;padding:0px;}

#breadcrumbs { padding-left:10px;}
.boutondons, .boutoncta {
    width: 190px;
}
}
@media screen and (min-width: 768px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul { /* '.toggled' is added through javascript */
    display: block;
	margin-bottom:8px;
	margin-left:auto;
	margin-right:auto;
}

@media screen and (max-width: 768px) {
	
.blocarchivecat2 { /**/width:auto;height:auto; display:block;}
	
  .navbar .nav-item .nav-link, .navbar .menu-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 4px;
    padding-right: 4px;
}
.navbar {
    font-size: 12px;
}


.homerose,
.homegris,
.homevert
 {width:93%!important;
 max-width:93%!important;} 
 .homerose, .homevert {
    border-right: 0px solid #FFF;
}
/**/
 .home .col-6,
  .home .col-3 {width:100%!important;
 max-width:100%!important;
 -webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
 }
.homeblocessentiel {
    width: 100%;
    height: auto;
    background-size: 100% auto;
}

.homeblocessentieltext {
    padding: 20px;
    width: 90%;
    top: 155px;
    position: relative;
    left: 10px;
}
.margedonstop {
    margin-top: 20px;
}
.footer {padding-left: 20px;padding-right: 20px;}
.Menufooter, .copyright {padding-left: 20px!important;padding-right: 20px!important;}
.bordureverte {padding-top :0px;}
.search-form {width:250px;margin-left:auto;margin-right:auto;}
/*.blocho1, .blocho2, .blocho3 {width:100%!important; position:relative;}

.blocho {}
.blocho1 {top:0px;}
.blocho2 {top:55px;}
.blocho3 {top:55px;}
.blocho4 {top:60px;position:relative;}*/
/*.boutondons { margin-left:auto;margin-right:auto;}*/
.sticky .navbar {border:0px solid #FFF;}
.sticky{height:auto;}
.boutondons {
	margin-top: 1px;
	float: none;
	margin-left:auto;
	margin-right:auto;
	background-color:#ed0080;
	padding:10px;
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
color:#FFF;
width:90px;
text-align:center;
letter-spacing:0px;
font-size:10px;
	}
.blocho1 {z-index:10000}	
.sticky .col { width:auto!important; }
a.navbar-brand img { height:40px!important; width:auto;}

.blocactuhome {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.homerose {margin-top:145px;margin-left: 11px;}

.homevert, .homegris {margin-left: 11px;}


.blochomeimage, .blochomeimage2, .blochomeimage3, .blocimage, .blocimage2, .blocimage3 {margin-bottom:0px!important; top:0px;}
/**/
.blochomeimage, .blochomeimage2, .blochomeimage3, .blocimage, .blocimage2, .blocimage3
 {/*width:100%!important; height:auto!important;*/margin-bottom: 80px!important;top: 0px; margin-left:30px;} 
 
.iconerectangle1 {
    width: 50%;
    height: auto!important; top:0;
}
.blochomecat{padding:0;}
.blocho {margin-top:8px;}
#myHeader .col-sm {width:auto!important;}
.blocho2 {margin-left:70px;}

.elementor-30 .elementor-element.elementor-element-d5db0fd:not(.elementor-motion-effects-element-type-background), .elementor-30 .elementor-element.elementor-element-d5db0fd > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: none!important;
 
}
h2 {
    font-size: 30px;
/*.sticky {position:relative!important; }
div {border: 1px solid #000;}
.blocho, .blocho1, .blocho2, .blocho3 , .blocho4, .sticky {display:none;}*/

}
#gform_4, #gform_1, #gform_5 {
	 width:100%; 
	}

}

@media screen and (max-width: 640px) {
	#gform_4, #gform_1, #gform_5 {
	width:100%; 
	}
	.w50 {
width: 100%;
position: relative;
}

.btnoir {
max-width: 99%;
width:99%;
margin-right: auto;margin-left: auto;
margin-bottom:12px;
text-align:center;
}

.projetcontent {padding-left:20px; padding-right:20px;}
.sticky {height:auto!important; position: relative; padding-bottom:8px;}

.homerose,
.homegris,
.homevert,
.home .col-6,
.home .col-3,
.footer .col-lg
 {width:100%!important;
 max-width:100%!important;} 
 
 .homerose, .homevert {
    border-right: 0px solid #FFF;
}

.homerose {
margin-top: 90px;
}
.margeblochome {
height: 20px;
}

.blochomeimage, .blochomeimage2, .blochomeimage3, .blocimage, .blocimage2, .blocimage3 {
margin-left: 50px;
}

.navbar .nav-item .nav-link, .navbar .menu-item {
    background-color: #FFF !important;
}
.reducfiscal {font-size:11px;}	
.imghomeune img {
/*max-width: 220px;
max-height: 220px;*/
overflow: hidden;
/*width: 220px!important;*/

width: 100%!important;
}
.archiveimg {min-width: 100%;}

.archiveimg,
.bgblanc,
.blocarchive .col-4,
.blocarchive .col-8  { width:100%!important;}

.col-4, .col-8 {
    -webkit-box-flex: 0!important;
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
.col {
    -ms-flex-preferred-size: 0!important;
    flex-basis: 1!important;
}
.bgblanc { 
height:auto!important; top:0px;}

.titresoutien {width:100%;}

.ensavoirplus {
line-height:50px;	
margin-bottom: 10px;
display:inline-block;
position: relative;
top: 25px;
}
.ensavoirplus::after {

}
.blocarchivecat { /*width:1200px; height:342px;*/margin-left:auto;margin-right:auto;margin-bottom: 60px; display:block;height:auto;}

.blocarchive .col-8,
.blocarchive .col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.blocimage { 
}

.blocimage {
	background-position: 0px 0px;
    background-repeat: no-repeat;
	width:300px; height:300px;display: inline-block;
background-size: cover;
margin-right: -4px;
top: 0px;
position: relative;}

.blocimage2 {
margin-right: 0px;
/**/top: 0px;
position: relative;
}

.blocimage3 {
	background-position: 0px 0px;
    background-repeat: no-repeat;
	width:300px; height:300px;display: inline-block;
background-size: cover;
margin-right: 0px;
/**/top: 0px;
position: relative;}
body {
    overflow-x: hidden;
}

.home .col-6, .home .col-3 {
    width: 93% !important;
    max-width: 93% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 93%;
    flex: 0 0 93%;
}

.col-6 {
	-webkit-box-flex: 0!important;
-ms-flex: 0 0 100%!important;
flex: 0 0 100%!important;
max-width: 100%!important;
padding-left: 30px!important;
padding-right: 30px!important;
}

.navbar-light .navbar-toggler {
    margin-bottom: 12px;
}
.page h2.bordercenter::before, h2.bordercenter::before, .titresouligne::before, .titresoulignecenter::before,
.page h2::before {
    height: 0px;
}

.slick-slide img {
    display: block;
}
.actuhomeimg {
    height: auto;
}

.margebottom {
    margin-bottom: 10px;
}
div.ginput_container.ginput_container_radio ul {
    margin-right: 0px;
    padding-left: 0px;
}
input#input_5_6_other  {width:200px; max-width:200px;}
.homevert {font-size: 20px; line-height:18px;}

.navbar .nav-item .nav-link, .navbar .menu-item {
    width: 100%;
    text-align: center;
}
div.col-3.homevert.margedonstop a { 
margin-bottom: 28px;
display: inline-block;}

div.summary.entry-summary div.floatleft img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
div.summary.entry-summary form#gform_5.cart,
div.summary.entry-summary div.floatleft
 {width:100%;}
}
.rose {color: #ed0080;}
.rosebold {color: #ed0080; font-weight: bold;}

/* GRAVITY FORMS ERROR MESSAGE */

div.gform_validation_errors.validation_error h2.gform_submission_error.hide_summary {font-size:11px!important;}