/*!
Theme Name: trans-maitre
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trans-maitre
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.

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2.5em;
	margin: 0.67em 0;
}

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

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

@font-face {
    font-family: 'Montserrat-Light';
    src: url('fonts/Montserrat-Light.ttf');
}

/**
 * 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: 'Catamaran', sans-serif !important;
	font-size: 1em;
}

.n2-font-577e3e94d392c80545fffaf7623e9404-hover
{
	font-family: 'Catamaran', sans-serif !important;	
}

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

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

/**
 * 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: 'Catamaran', sans-serif !important;
	font-size: 1em;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Catamaran', sans-serif !important;
	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: 'Catamaran', sans-serif !important;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'Catamaran', sans-serif !important;
}

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #3fa9f5;
}

a:visited {
	color: red; 
}

.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price
{
color: #7ac844;
}


a:hover,
a:focus,
a:active {
	color:   #ff931e;

}

a:focus {
	outline: thin dotted;
}

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

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

#video #p2
{
	width: 110vw;
}


#video img
{
	max-width: 200%;
}
/*-------------dihia changes ------------*/

li 
{
	font-weight: bold !important;
}

#post-201 strong {
    font-size: 1.8em;
}

.fab.fa-facebook-f {
    margin-right: 1vw;
}

.woocommerce-loop-product__title:hover {
    margin-top: -6vh !important;
    padding-bottom: 6vh !important;
    z-index: 100;
	padding-top: 2vw;
    position: relative;
    background: white !important;
    border-radius: 1em !important;
}

.products.columns-3 li, .products.columns-4 li{
border: 2px solid #3fa9f5;
border-radius: 1em;
overflow: hidden;
text-align: center;
}



body
{overflow-x: hidden;}

	#post-182{
		display: flex;
		justify-content: center;
		padding-top: 25vh;
	}
	.woocommerce table.shop_attributes td
	{
		font-style: normal;
	}

	
	
.product {
    padding: 5vw;
	font-size: 1.3em;
}
.menu-primary-container a {
    font-size: 1.2em;
    color: #444 !important;
}

.product_meta {
    display: none;
}

.woocommerce-loop-product__title {
    color: red;
}

label {
    color: black;
	font-size: 1.5em;
margin-top: 0.2em;
}

.button.product_type_variable.add_to_cart_button {
    display: none;
}

#pa_jours-de-location {
    font-size: 1em;
    padding: 0.5em;
}

.navigation.post-navigation {
    display: none;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: none;
}

.woocommerce button.button.alt {
    background: #ff931e;
}

.bleu::before, #e6 .rouge::after,.pres .entry-title::after {
    content: '';
    width: 23vw;
    left: 10vw;
    height: 0.25vh;
    background: gray;
    position: absolute;
    margin-top: 2vh;
}


a:focus
{
	text-decoration: none;
}

.woocommerce table.shop_attributes td p
{
	font-style: normal;
}


.orderby {
    font-size: 1em;
}

.woocommerce.columns-3 {
    padding: 15vw;
	padding-top: 10vw;
	font-size: 1.5em;
	text-align: center;
}

.woocommerce ul.products li.product .price
{
	display: none;
}


#post-6 .entry-title {
    display: none;
}
#product-171 .price,#product-174 .price {
    display: none;
}

#wps-slider-section img.wpsf-product-img
{
	height: 28.5vh;
}

.woocommerce ul.products li.product a img{
	height: 29vh;
}

#section4 .col-lg-4.col-md-4.col-sm-12.col-xs-12:hover
{
	filter: grayscale(80%);
}

#main3 h2::after{
content: '';
width: 36.5vw;
margin-left: 1vw;
height: 0.2vh;
background: #ccc;
position: absolute;
margin-top: 2.5vh;
}

#wps-slider-section #sp-woo-product-slider-28.wps-product-section .slick-arrow:hover
{
	opacity: 50%;
	border-radius: 1em;
}

.fab:hover::before {
    text-shadow: 6px 6px 8px black;
	border-radius: 0.5em;
	overflow: hidden;
}



#section2 .textwidget.custom-html-widget,#section3 .textwidget.custom-html-widget,#e1 .textwidget.custom-html-widget,#e2 .textwidget.custom-html-widget,#e3 .textwidget.custom-html-widget,#e4 .textwidget.custom-html-widget,#e5 .textwidget.custom-html-widget,#e6 .textwidget.custom-html-widget {
    margin-bottom: 7vh;
}

#e6 div .rouge::after, #e6 div .rouge::before {
    width: 32vw;
}
.pres .entry-title{
color:#3fa9f5;}

.rouge::before ,.pres .entry-title::before{
    content: '';
    width: 23vw;
    right: 10vw;
    height: 0.25vh;
    background: gray;
    position: absolute;
    margin-top: 2vh;
}

#section1, .partie {
    margin-top: 9vh;
}

#custom_html-4 .bleu::before,#custom_html-9 .bleu::before,#custom_html-4 .rouge::before,#custom_html-9 .rouge::before {
    width: 20vw;
	
}

*
{
	font-family: 'Catamaran', sans-serif !important;
	
}

#mil1 
{
	margin-top: 4vh;
	margin-bottom: 4vh;
}
 
#allecran h4
{
	margin: 0px;
	padding: 1em;
	border-radius: 0.5em;
	font-size: 21px;
	/*font-size: 19px;*/
	background: #eeeeee;
	line-height: 1.34em;
}

#wpforms-submit-181:hover {
	border: gray;
    filter: drop-shadow(5px 5px 8px gray);
}


#ecrann h3 {
    padding-top: 15vh !important;
}


#ecranst
{
	margin-top: 4vh;
}



#allecran
{
	width: 80vw;
	margin-left: 10vw;
}


#section4 .col-lg-4.col-md-4.col-sm-12.col-xs-12 {

    background: white;
    
    padding: 0.5vw;
    border-radius: 1em;
	padding-bottom: 0px;
	
}



#text-6 .col-lg-3.col-md-3.col-sm-6.col-xs-6
{

transition: transform .7s ease-in-out;
font-weight: bold !important;
font-size: 1.5em !important;
color: gray;
}

.woocommerce-loop-product__title {
    font-weight: bold;
}



::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1,h2
{
	font-weight: bold !important;
}
.woocommerce-loop-product__title {
    font-size: 18px !important;
}

#wps-slider-section #sp-woo-product-slider-28 .wpsf-product-title a {
    font-size: 18px !important;
}

#text-6 .col-lg-3.col-md-3.col-sm-6.col-xs-6 p
{
	margin-top: 2vh;
margin-bottom: 0vh;
}

#custom_html-5 a {
    font-size: 1.7em;
    color: white;
    background:#ff931e;
    padding: 0.7em;
    border-radius: 0.5em;
    margin-bottom: -3vh;
}

#custom_html-5 a:hover
{
	background: #7ac844;
 
}

#text-6 .col-lg-3.col-md-3.col-sm-6.col-xs-6:hover
{
	
	/*transform: rotateY(360deg);*/
	background-color:#3fa9f5;
	box-shadow:5px 5px 5px gray;
}

#menu-item-95,#logo{
transition: transform .7s ease-in-out;
}
#logo:hover{
transform: scale(1.1, 1.1);
}


#ecrann div img 
{
	transition: transform .7s ease-in-out;
}

#ecrann div img:hover{
transform: rotateY(30deg);
}


.menu-item:hover
{
	border-radius: 0.5em;
	box-shadow:5px 5px 5px gray;
	padding: 0.1em;
}

a:hover
{
	text-decoration: none !important;
}
#inc1 p:hover,#inc4 p:hover
{
	/*transform: rotate(360deg);*/
	background: #7ac844;
	filter: grayscale(10%);
	box-shadow:5px 5px 5px gray;
}


#manif2
{
	margin-top: 4vh;
}
#menu-item-95:hover,#ct2_2 a:hover
{
	transform: rotateX(360deg);
	box-shadow:5px 5px 5px gray;
	text-decoration: none;
}

.sp-wps-product-details:hover
{
	margin-top: -3vh;
	padding-bottom: 5vh;

	z-index: 100;
	position: relative;
	background: white !important;
	border-radius: 1em;
	
}
.sp-wps-product-details a:hover{
color: red !important;
font-weight: bold !important;}




#infos_footer {
    background:#ff931e;
    padding: 4vw;
	color: white;

}

#section5 input:placeholder-shown,
#message:placeholder-shown
{
	color: gray;
	
}

#section5 input,#message
{
	
    margin-bottom: 12px;
    outline: none;
    border: transparent;
    padding: 12px;
	padding-left: 15px;
    background: white;
	border-radius: 0.5em;
}

#menu_footer h3,#infos_footer .col-6 h3,#infos_footer h3
{
	font-size: 30px !important;
	margin-bottom: 7vh !important;
}



#reseaux_footer i {
    margin-right: 0.5em;
}

#e1, #e6 {
    margin-top: 0px;
}




#reseaux_footer {
	margin-top: 10vh;
    font-size: 3em;
}

#section5 input:focus,#message:focus
{
background:#cccccc;
}

#obligatoir
{
	font-size: 2em;
}

#envoyer
{
	font-size: 2em;
	background: red !important;
	color: white;
	width: 103%;
	font-weight: bold;
}

#section5 
{
	color: white;
}
#message {
    height: 30vh;
}


.formulaire {
    padding-left: 8vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
}


#section5 row 
{
	margin: 0px;
}

#section5 .row {
    margin-right: 39px !important;
    margin-left: 0px !important;
}


#section5 {
    margin-top: 30vh;
	height: 99vh;
}

#main2,#main3
{
	background-color: #3fa9f5;
	height: 100%;
}

.reserves
{
	background: black;
	color: white;
	font-size: 2em;
	padding: 0.5vw;
	
	font-weight: lighter !important;
}


.reserves a
{
	color: white;
	font-weight: bold;
}

.fab, .far {
    padding-left: 0.5vw;
}
#header
{
	width: 100vw;
}



#inc1 p {
    border-radius: 0.5em;
    padding: 2vw;
        padding-top: 2vw;
        padding-bottom: 2vw;
    background:#ff931e;

    padding-top: 13%;
    padding-bottom: 13%;
    margin-top: 5%;
    color: white;
    font-size: 2.1em;
	font-weight: bold;

	transition: transform .7s ease-in-out;
}

#section4 p, #section4 a{
    font-size: 1.2em;
	font-weight: bold !important;

}

#section4 p
{
	margin-top: 1vh;
margin-bottom: 2.5vh !important;
}

#inc4 p {
    border-radius: 0.5em;
    padding: 2vw;
        padding-top: 2vw;
        padding-bottom: 2vw;
    background: #3fa9f5;
    
    padding-top: 13%;
    padding-bottom: 13%;
    margin-top: 10%;
    color: white;
    font-size: 1.5em;
	font-weight: bold;

	transition: transform .7s ease-in-out;
}

#milieux h3 
{
	z-index: 3;
	margin-top: -13vh;
	color: white;
}

#logo {
    padding-bottom: 3vh;
    background: white;
    border-radius: 1em;
	z-index: 10;
	margin-top: 0.5vw;
}

#slider {
    margin-top: 4.5vw;
	position: relative;
	z-index: 1;
}

#menu , #logo{
	z-index: 50;
}

#header1
{
	width: 80vw;
	margin-left: 9vw;
	font-size: 1.6em;
	padding: 1vw;
	top: 4vw;
	position: fixed;
	z-index: 50;
	border-radius:1em;
}

#section4 {
    background:#ff931e;
    padding: 5vw;
    text-align: center;
}
#section4 p
{
	padding:1.05vw;
	color: red;
	font-weight: bold;
}

#section4 .alignnone {
    width: 5vw;
    height:5vw;
	background: #3fa9f5;
	padding: 1vw;
	border-radius: 0.6em;
}

.alignnone.wp-image-61 {
    width: 4vw !important;
	padding-left: 1.5vw;
	padding-right: 1.5vw;
}

#header1 a
{
	color: black;
}

#ct2_2 a
{
	color: white;
	font-weight: bold;
	padding: 0.5vw;
	background:#3fa9f5;
	border-radius: 0.7em;
}

.bleu 
{
	color: #3fa9f5;
}

.rouge
{
	color: red;
	margin-left: 0.5em;
	font-weight: bold !important;
}

#allecran .rouge
{
	color: #3fa9f5;}

#allecran .bleu
	{
		color: red;
	}

	#e6 .rouge
	{
		color:red;}
	
#manif2 img:hover , #ecranst img:hover{
    filter: grayscale(0.80);
	border: 2px solid gray;
	border-radius: 1em;
}



/*
.slick-next.slick-arrow {
	position: relative !important;
    right: -8vw !important;
    top: 17vh !important;
}

#wps-slider-section .wps-product-section .slick-next {
    top: 16vh;
    right: -7vw;
}

#text-4
{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

*/
#text-6 .textwidget .row .col-lg-3 {
	
    border: 1px solid gray;
    margin: 1vw;
	padding: 1vw;
	border-radius: 1em;
	background: white;
}

#text-6 {
    width: 100vw;
    margin-left: 16vw;
}

.textwidget.custom-html-widget {
    display: flex;
    justify-content: center;
	font-weight: bold !important;
}
#menu-item-95 {
   
	border: 1px solid #7ac844;
    border-radius: 0.7em;
	padding: 0.3em;
	margin-top: -0.3em;
}
#menu-item-95 a {
color:#7ac844 !important;
}
#ct2 div, #ct1 div 
{
	padding-right: 1vw;
}

.wpsf-product-title a {
    color: red !important;
}

#section2 {
    background: #eee;
	padding-top: 7vh;
}

.main-navigation ul {
    justify-content: space-around;
}

#ct2_2 a {
    font-size: 1.4em;
	font-weight: normal;
	padding:0.5vw 1vw 0.1vw 1vw;

}

#num2 {
    z-index: 100;
    position: relative;
    color: blue;
    right: -3vw;
    top: -85vh;
    font-size: 2.1em;
	font-weight: bold;
}

#infos_footer h5,#infos_footer h4{
line-height: 1.3 !important;
font-weight: 400;
font-size: 2em;
}

#infos_footer strong h5,#infos_footer strong h4
{
	font-weight: bold;
}


.menu-toggle {
    color: transparent !important;
    border: none;
    background-color: transparent;
    background-image: url("images/menu.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 10vw;
}
#contact_top {
    display: block;
}
#ct1,#ct2,#num2
{
	display: block;
	width: 100vw;
	justify-content: center;
}


div#n2-ss-3 .nextend-bullet-bar,div#n2-ss-5 .nextend-bullet-bar {
    background: black;
    opacity: 0.7;
    padding: 0.7em;
	opacity: 0.5;
	border-radius: 1em;
}

div#n2-ss-3 .n2-font-030314930993fbe6df1ea1b668bdcdad-simple,
div#n2-ss-5 .n2-font-030314930993fbe6df1ea1b668bdcdad-simple
{
	color: transparent !important;
}

.entry-title {
    text-align: center;
    margin-top: 10vh;
	color: #3fa9f5;
}

#ct1 img {
    width: 18px;
    filter: invert(100%);
}

#num2 img {
    width: 35px;
    height: 33px;
	margin-top: 0px !important;
}

#num2 
{
	display: flex;
}

#invert
{
	background-color: #c05509 !important;
	filter: invert(100%);
}

#ct1_1 img {
    margin-top: -2px;
}

.n2-style-c371bed12e94c3d9e638bf8bdeb281dd-simple.n2-ow {
    height: 0vh !important;}

.n2-ss-widget.nextend-bar.nextend-bar-horizontal.n2-ow
{
	height: 6vh !important;
}

.n2-ss-widget.n2-flex.n2-ss-control-bullet.n2-ss-control-bullet-horizontal
{
	right: 15vw !important;
}

.nextend-bullet-bar.n2-ow.n2-bar-justify-content-center div div {
   /* background: white !important;*/
	width: 0.5vw;
	height: 0.5vw;
	border:2px solid white !important;
}

.nextend-bullet-bar.n2-ow.n2-bar-justify-content-center
{
	padding-left: 2vw !important;
	padding-right: 2vw !important;
}

#section5 h2 {
    margin-left: 15px !important;
	color: white !important;
	margin-bottom: 15px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output
{
	border-color: transparent;
	font-size: 1.5em;
	box-shadow:5px 5px 5px gray;
	background:#3fa9f5;

}

#menu_footer {
    width: 80%;
    margin-left: 10%;}

#menu_footer a 
{
	color: white;
}

#menu_footer a:hover 
{
	text-decoration: none;
	text-shadow:  6px 6px 6px black;
}


 #x
 {
	 background-color: red;
	 color: white;
	 border: 1px solid red;
	 border-radius: 4em;
	 padding: 7px;
	 font-weight: 600;
	 font-size: 2em;
	 position: absolute;
	 bottom:-3.5vh;
	 right: 1vw;
 }

 .ecrann1

 {
	 background: #eee;
	 border-radius: 0.5em;
 }

#contact_top {
    background:#ff931e;
    width: 100vw;
    color: white;
    font-size: 1.5em;
	padding-top: 3vh;
	margin-left: -15px;
}


.wpsf-product{
border:2px solid #3fa9f5;
border-radius:1em;}

.sp-wps-product-details {
	padding:1vw ;
  }

  
  
  #slider,#contact_top{
	animation: headeranim 5s infinite forwards;
	animation-direction: alternate;
	animation-iteration-count: 1;
	}

	@keyframes headeranim {
		from {
			filter: blur(10px);
			filter: grayscale(100%);
			opacity: 0.5;
		} 
		to {
			filter: blur(0px);
			filter: grayscale(0%);
			opacity: 1;
		}
	}


  @keyframes resize-anime {
	from {
	  font-size: 0.2em;
	  
	  opacity:0
	} 
	to {
	  font-size: 2em;
	  
	  opacity:1
	}
}
#infos_footer h3 {
    text-decoration: underline;
}



.fa-facebook-f::before, .fa-facebook::before
{
	content: url("images/fb.png") !important;
}


.fa-instagram-f::before, .fa-instagram::before
{
	content: url("images/in.png") !important;
}

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

	#num2 {
		
		right: 18vw;
		top: -74vh;
		font-size: 1.9em;
	
	}

	.wppb-image-addon-img {
		height: 20vh;
	}
	
	#page {
		width: 100vw;
		overflow: hidden;
	}
	
#infos_footer h3 {
    text-decoration: underline !important;
}
	#infos_footer {
		text-align: center;
	}
	
	.products.columns-3 li, .products.columns-4 li {
		width: 70vw !important;
		float: none !important;
	
		text-align: center;
		font-size: 1em !important;
	}

	.products.columns-4 li {
	margin-left: 5vw !important;}

	#post-182
	{
		display: block;
		padding: 8vw;
	}

img 
{
	margin-bottom: 5px;
}
	#envoyer {
		font-size: 1.5em !important;
	}

	#obligatoir {
		font-size: 1.5em;
	}

	#wpfront-scroll-top-container {
		right: 83px !important;
	}

	#section5 input:placeholder-shown, #message:placeholder-shown {
		color: gray;
		font-size: 1.5em;
		width: 68vw;
	}

	#main2 {
		padding-top: 12vh;
	}
	#n2-ss-5item1,#n2-ss-5item2,#n2-ss-5item3,#n2-ss-5item4,#n2-ss-5item5
	#envoyer {
		font-size: 1.5em !important;
	}


	#section4 .col-lg-4.col-md-4.col-sm-12.col-xs-12
	{
		
		margin-bottom: 15px;
	}

	#section4 .alignnone {
		width: 20vw !important;
		height: 18vw !important;
	}

	.alignnone.wp-image-61 {
		width: 15vw !important;
	}

	#milieux h3 {
		z-index: 3;
		margin-top: -16vh;
		color: white;
		margin-bottom: 8vh;
	}

	h1
	{
		font-size: 1.7em;
	}




#contact_top
{
	text-align: center;
}

#header1
{
	position: relative;
}

.menu-primary-container ul {
    width: 65vw;
    position: relative;
    right: 40vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    border: 2px solid gray;
    padding: 2vh;}

	#primary-menu li {
		margin-top: 1vh;
		text-align: center;
		border-bottom: 2px solid gray;
		padding-bottom: 2vh;
	}

	.rouge::before,.rouge::after,.bleu::before
	{
		display: none;
	}

	.slick-list.draggable {
		width: 80vw;
		margin-left: 12vw;
	}

	


	
#text-6 .textwidget .row .col-lg-3 {
margin-left: 11vw;	
}

#section4 .col-lg-4.col-md-4.col-sm-12.col-xs-12 {
    margin-bottom: 15px;
    width: 80vw;
    margin-left: 10vw;
    padding-top: 5vh;
}

}


/*form*/
#post-182 .entry-title {
color: #ff931e;
}

#wpforms-181-field_21-container {
	text-align: center;
}

.htmll.p\#on.p\#three,#wpforms-submit-181 {
	font-size: 1.2em;
	background: #ff931e;
	padding: 0.5em;
	border-radius: 10px;
	text-align: center;
	color: white;
}

#wpforms-181-field_5-container label,#wpforms-181-field_24-container label {
	
	border: none !important;
}

#wpforms-submit-181
{
	font-size: 2em;
}

#wpforms-181-field_20-container select {
    overflow: hidden;
}

.price {
    font-size: 25px !important;
		width: 100%;
		text-align: center;
		display: inline-block;
	}

	bdi {
		font-family: 'Montserrat-Light' !important;
	}
.woocommerce-Price-amount.amount {
    font-size: 25px !important;
}

.woocommerce-Price-currencySymbol {
    font-size: 20px !important;
}

/*pc*/
@media only screen and (min-width: 768px) {

	.reserves
	{
		margin-bottom: -5vw;
	}

	#reseaux_footer .textwidget.custom-html-widget {
		justify-content: left !important;
	}

	
	#menu_footer {
		width: 60%;
	}

	#infos_footer{
		display: flex;
	}





/*form*/

.htmll.p\#on.p\#three, #wpforms-submit-181
{
	width: 16vw;
}

#wpforms-181-field_5-container label,#wpforms-181-field_24-container label {
	text-align: right;
}

.htmll.p\#on.p\#three,#wpforms-submit-181 {
	font-size: 2em;}

#post-182 .entry-title {
	
	position: absolute;
	top: 10vh;
	width: 100vw;
	right: 0vw;
	
}


	#post-182 .flex{
		display: flex;
	}

	#wpforms-181-field_26-container label {
		height: 5vh;
	}

	#post-182 .entry-content {
	width: 70vw;
	
	}

	

	#wpforms-181-field_21-container label {
		width: 16vw !important;
	}

	

	#wpforms-181-field_17-container {
		margin-left: 16vw !important;
	}

	#wpforms-181-field_18 {
		width: 52vw;
	}



	#wpforms-confirmation-181 {
		font-size: 2em;
	}


	div.wpforms-container-full .wpforms-form label.wpforms-error {
		border: 2px solid red;
		color: red;
		border-radius: 0.5em;
		margin: 4px;
		padding: 4px;
	}

	#wpforms-181-field_16
	{
		margin-left: 0px !important;
	}




	

	
/*slide product */

#wps-slider-section {
    width: 99vw;
    margin-left: -10vw;
}

.slick-list.draggable {
    width: 80vw;
    margin-left: 10vw;
}

.slick-prev.slick-arrow {
    position: absolute;
    left: 3vw !important;
    top: 10vh !important;
}


.slick-next.slick-arrow {
    position: absolute;
    right: 3vw !important;
    top: 10vh !important;
}

.fa-angle-right::before
{
font-size: 5em;
}

.fa-angle-left::before
{
	font-size: 5em;
}

#wps-slider-section #sp-woo-product-slider-28.wps-product-section .slick-arrow
{
	height: 19vh;
	padding: 1vw;
	width: 4vw;
}

/*slide product fin*/

	#dernier h4 {
		width: 46%;
		margin-left: 27%;
		position: relative;
		top: -18vh;
	}
	
#pompom h4
{
	left: -20vw;
width: 40vw;
}

	#ecrann h4{
		position: absolute;
		right: -20vw;
		z-index: 2;
		margin-top: 30%;
		}
		

	#infos_footer h3 {
		line-height: 14px;
	}
	
#section5 input:placeholder-shown,
#message:placeholder-shown
{
	font-size: 1.8em;}


#section4 .col-lg-4.col-md-4.col-sm-12.col-xs-12 {
	width: 30%;
	margin-left: 2vw;}

	#section4 div div 
{display: flex;}

	#milieux {
		position: absolute;
		left: 45vw;
		z-index: 2;
		margin-top: -7vh;
		width: 9vw;
	}


#inc4 p {
    width: 36%;
	margin-left: 7%;}

#inc1 p {
	margin-left: 60%;
    width: 36%;
}
	#inc2 {
		text-align: left;
	}
	
	#inc3 {
		text-align: right;
	}

	
#text-6 .textwidget .row .col-lg-3 {
	width: 15%;}

	#main2 img
{

	margin-top: -10vh;
	
}
	#prenom,#tel
{
	margin-left: -20px !important;
}
#prenom,#nom,#tel,#email
{
width:22.8vw;}

	#text-4 {
		padding-left: 10vw;
		padding-right: 10vw;
	}

#contact_top
{
	display: flex;
}
#contact_top
{
	justify-content: space-between;
}

#ct1,#ct2,#num2
{ 
	display: flex;
	width: 50%;
	
}

textarea, input 
{
	width:90%;
}

}

#slider div, #slider div-ss
{
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}