/*
Theme Name: Pestel
Author: La Confiserie
Version: 1.0
*/


/* COLORS
-------------------------------------------------------------- */
:root {
  --coul1: #44BD32; /*vert*/
  --coul2: #A6A6A6; /*gris*/
  --coul3: #041A05; /*bleu nuit*/
  --noir: #010009;
  --gris: #f3f3f3;
  --blanc: #fff;
}

/* RESET CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
small {
  font-size: 85%;
}

/* GLOBAL
-------------------------------------------------------------- */
* {
	margin:0;
	padding:0;	
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
 }
html {width: 100%;height: 100%;margin:0;padding:0;} 
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	background: var(--gris);
	font-family: 'Lato', sans-serif;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	position: relative;
}

p, ul, ol, li, table,label {
	color: #1d1d1d;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin: 15px 0px;
}
strong, b,.bold {
	font-weight: bold;
	color:#1d1d1d;
	font-weight: 700
}
ul li{
	line-height: 28px;
	margin-left: 15px;
	list-style-type: none;
}

ol li{
	margin: 0;
	margin-bottom: 5px;
	margin-left: 30px;
}

blockquote {
	margin: 0 50px 30px 50px;
	border: none;
	padding-left: 30px;
}
blockquote p { 
	color: var(--noir);
	font-weight: 700;
	line-height: 34px;
	font-size: 24px;
	margin-top: 0;
}
blockquote em {
	font-weight: 400;
	color: #999
}
button {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    user-select: none;
}
button:focus {
    outline: 0 none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
table {
	width: 100%;
	margin: 25px 0;
}
tr, td, th {
	padding: 10px 15px;
	border: 1px solid #eee;
	text-align: left;
}
th {
	background: #333;
	color: #fff;
}
tr h3 {
	line-height: 22px;
}
a {
	text-decoration: none;
	color:var(--coul1);
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
a:visited, a:active, a:focus {
	text-decoration: none;
	color:var(--coul1);
}
a:hover {
	color:var(--coul2);
	text-decoration: none;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1 {font-size: 36px;line-height: 46px;font-weight: 700;margin: 20px 0;}
h2 {font-size: 28px;line-height: 38px;font-weight: 700;color:var(--coul1);margin: 20px 0}
h3 {font-size: 24px;line-height: 34px;font-weight: 700;color:var(--coul2);margin: 15px 0}
h4 {font-size: 20px;line-height: 30px;font-weight: 700;color:var(--coul3);margin:15px 0}

input {
 	-moz-box-sizing: 	content-box; 
    -webkit-box-sizing: 	content-box; 
    box-sizing: 	content-box;
}
input[type="submit"] {
	background: var(--coul1);
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	text-shadow:none;
	padding: 5px 25px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
input[type="submit"]:hover{
	background: var(--noir);
	color:#fff;
}
i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 5px auto;
}
.alignright {
    float:right;
    margin: 0px 0 20px 40px;
}
.alignleft {
	float:left;
    margin: 0px 40px 20px 0;
}
.aligncenter {
    display: block;
    margin: 0px auto 10px auto;
}
a img.alignright {
    float: right;
    margin: 0px 0 20px 40px;
}
a img.alignnone {
    margin: 0px 40px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 0px 40px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption-text {
	font-size: 12px;
	font-style: italic;
}
hr {
	border: 0;
	background-color: #ececec;
	height: 1px;
	margin: 30px 0;
}
#page-elementor .elementor-text-editor ul li {
	position: relative;
	padding-left: 12px;
}
#page-elementor .elementor-text-editor ul li:before {
	content: "";
	width: 10px;
	height: 1px;
	border-top: 1px solid var(--coul1);
	position: absolute;
	left: -10px;
	top: 15px;
}
#page404 {
	padding: 70px 0;
}
.titre-search {
	text-align: center;
}
#mobile-header {
	display: none;
}

/* LOADER
-------------------------------------------------------------- */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: url(img/logo-test.png) no-repeat center center var(--coul1);
    background-size: 60px auto;
    z-index:999991;
    opacity: 1;
    visibility: visible;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
#preloader.open {
    position:fixed;
    top:-500px;
    left:0;
    right:0;
    bottom:0;
    z-index:-99;
    opacity: 0;
    visibility: hidden;
}
.circle-preloader {
	display: block;
	width: 80px;
	height: 80px;
	border: 2px solid var(--coul1);
	border-bottom-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	
	animation: spin .75s infinite linear;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}
#main {
	padding-top: 0px;
}

/* HEADER
-------------------------------------------------------------- */

#logo {
	margin: 0;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
}
#logo img {
	width: 148px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header {
    width: 100%;
    height: 80px;
    position: relative;
    background: #FFF;
    z-index: 999;
}
header nav {
	right: 185px;
	position: absolute;
	top: 27px;
	height: 60px;
	text-align: center;
}
header nav ul {
	margin: 0;
	display:inline-block;*display:inline;zoom:1;
}
header nav a {
    display: block;
    color: var(--coul3);
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    padding: 0px 20px;
    text-transform: uppercase;
}
header nav a:visited, nav a:focus  {
    color: var(--coul3);
}
header nav a:active {
    color: var(--coul1);
}
header nav a:hover{
    color: var(--coul1);
}
header nav ul li{
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
}
header nav ul li ul {
	position:absolute;
	opacity:0;
	visibility:hidden;
	margin:0;
	left:0;
	width:250px;
	top:100px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header nav ul li:hover ul {
	opacity:1;
	visibility:visible;
	top:60px;
}
header nav ul li ul li{
	float:none;
	display:block;
	background:var(--coul2);
}
header nav ul li ul li a {
	display:block;
	line-height:18px;
	text-align:left;
	padding: 8px 15px;
}
header nav ul li ul li a:hover {
	background:var(--coul1);
}
header.sticky {
	height: 60px;
   	-webkit-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	-moz-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
}
header.sticky #logo img {
	width: 180px;
}
header.sticky nav {
	height: 60px;
	top:0;
}
header.sticky nav a {
	line-height: 60px;
}
header.sticky nav ul li ul li a {
	line-height:18px;
}
.btn-contact {
	position: absolute;
	top: 25px;
	right: 0px;
	margin:0;
}
.btn-contact a {
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
	color:#fff;
	background: var(--coul1);
	border:1px solid var(--coul1);
	padding: 10px 15px;
	line-height: 20px;
	border-radius: 5px;
	text-transform: uppercase;

}
.btn-contact a:hover {
	color:var(--coul1);
	background: transparent;
}
.hamburger{
	width: 60px;
	height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 0;
	margin: 0;
	overflow: visible; 
	position: relative;
	z-index: 99991;
	top: -7px;
	left: 0px;
}
.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.hamburger-box {
	width: 35px;
	height: 20px;
	display: inline-block;
	top: 25px;
	left: 22px;    
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: relative; 
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 30px;
	height: 2px;
	background-color: var(--coul1);
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px; 
}
.hamburger--slider .hamburger-inner {
	top: 5px; 
}
.hamburger--slider .hamburger-inner::before {
	top: 10px;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-timing-function: ease;
	transition-duration: 0.2s; 
}
.hamburger--slider .hamburger-inner::after {
	top: 20px; 
}
.hamburger--slider.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg); background-color: #fff;
}
.hamburger--slider.is-active .hamburger-inner::before {
	-webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);background-color: #fff;
	opacity: 0; }
.hamburger--slider.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
	transform: translate3d(0, -20px, 0) rotate(-90deg); background-color: #fff;
}
#hambmenu {
  position: fixed;
  z-index: 9999;
  background: var(--coul1);
  top: 0;
  left: -100px;
  width: 80%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  overflow: auto;
}
#hambmenu.open {
  opacity: 1;
  visibility: visible;
  left: 0;
}
#hambmenu .overlay-menu {
	overflow: auto;
	padding: 60px 30px;
}
#hambmenu .overlay-menu div {
	position: relative;
	text-align: left;
}
#hambmenu ul {
  list-style: none;
  padding: 0; 
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100%;
}
#hambmenu ul li {
  display: block;
  position: relative;
  margin: 15px 0;
  line-height: 28px;
}
#hambmenu ul li a {
	font-size: 17px;
	font-weight: 700;
  	color: #fff;
}
#hambmenu ul ul {display: none;}
#hambmenu i{
	font-size: 20px;
	margin-top: 20px;
}
#hambmenu ul li a:hover,
#hambmenu ul li a:focus,
#hambmenu ul li a:active {
  color: #D1C3B1;
}
#hambmenu .reso-menu-second li {
	display: inline-block;
}
#hambmenu .reso-menu-second a{
	display: inline-block;
	margin: 3px;
	color: #D1C3B1;
}
#hambmenu .reso-menu-second a:hover{
	color: #fff;
}
/* COMMON
-------------------------------------------------------------- */
.image {
	position: relative;
	overflow: hidden;
	margin: 0 !important;
	line-height: 0 !important;
}
.image img {
	width: 100%;
	height: auto;
}
.transition {
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.gallery-item {
	display: inline-block;
	margin: 0.5%;
}
.gallery-item a {
	background: url(img/icon-loupe.png) no-repeat center center #000;
}
.gallery-columns-1 .gallery-item {
	width: 99%;
}
.gallery-columns-2 .gallery-item {
	width: 49%;
}
.gallery-columns-3 .gallery-item {
	width: 32%;
}
.gallery-columns-4 .gallery-item {
	width: 24%;
}
.gallery-item img {
	  display: block;
	  width: 100%;
	  height: auto;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.gallery-item a:hover img{
	opacity: .1;
}
.line {
	width: 50px;
	height: 1px;
	background:var(--coul1);
}
.marge-haut {
	margin-top: 30px;
}
.marge-bas {
	margin-bottom: 30px;
}

/* GRILLE
-------------------------------------------------------------- */
.rangee {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 85%;
	margin: 0 auto;
	position: relative;
	flex-flow: row wrap;
}
.rangee.container {
	max-width: 1140px;
}
.rangee.largeur-courte {
	width: 70%;
	max-width: 960px;
}
.fullwidth, .rangee.full {
	width: 100%;
	max-width: 100%;
}
.col {
	position: relative;
	z-index: 9;
}
.col10 {
	flex-basis:10%;
	width: 10%;
}
.col20 {
	flex-basis:20%;
	width: 20%;
}
.col30 {
	flex-basis:30%;
	width: 30%;
}
.col40 {
	flex-basis:40%;
	width: 40%;
}
.col48 {
	flex-basis:48%;
	width: 48%;
}
.col50 {
	flex-basis:50%;
	width: 50%;
}
section .col50.deux-tiers:first-of-type,section .col50.un-tiers:last-of-type  {
	flex-basis:65%;
	width: 65%;
}
section .col50.deux-tiers:last-of-type, section .col50.un-tiers:first-of-type {
	flex-basis:35%;
	width: 35%;
}
.col60 {
	flex-basis:60%;
	width: 60%;
}
.col70 {
	flex-basis:70%;
	width: 70%;
}
.col80 {
	flex-basis:80%;
	width: 80%;
}
.col90 {
	flex-basis:90%;
	width: 90%;
}
.col100 {
	flex-basis:100%;
	width: 100%;
}
.col25 {
	flex-basis:25%;
	width: 25%;
}
.col45 {
	flex-basis:45%;
	width: 45%;
}
.col55 {
	flex-basis:55%;
	width: 55%;
}
.col65 {
	flex-basis:65%;
	width: 65%;
}
.col35 {
	flex-basis:35%;
	width: 35%;
}
.col75 {
	flex-basis:75%;
	width: 75%;
}
.col33 {
	flex-basis:33.3%;
	width: 33.3%;
}
.ecart-normal {
	flex: 0 0 auto;
	padding: 0 20px;
}
.aucun-ecart {
	padding:0;
}
.ecart-large {
	flex: 0 0 auto;
	padding: 0 30px;
}
.ecart-full .aucun-ecart:first-of-type {
	flex: 0 0 auto;
	padding: 0 0 0 20px;
}
.ecart-full .aucun-ecart:last-of-type {
	flex: 0 0 auto;
	padding: 0 20px 0 0;
}
.fullwidth.ecart-full .aucun-ecart {
	padding:0;
}
.colpadleft {
	flex: 0 0 auto;
	padding: 0 0 0 30px;
}
.colpadright {
	flex: 0 0 auto;
	padding: 0 30px 0 0;
}
.colcenter {
	margin: 0 auto;
}
.decalage {
	position: relative;
	top: -100px;
	margin-bottom: -100px;
}
.justify-center {
	justify-content:center;
}
.align-center {
	align-items:center;
}
.blanc {
	background-color: #fff;
}
.gris {
	background-color: var(--gris);
}
.noir {
	background-color: var(--noir);
}
.coul1 {
	background-color: var(--coul1);
}
.coul2 {
	background-color: var(--coul2);
}
.coul3 {
	background-color: var(--coul3);
}
.font-coul1 {color: var(--coul1);}
.font-coul2 {color: var(--coul2);}
.font-coul3 {color: var(--coul3);}
.font-noir {color: var(--noir);}
.font20 {font-size: 20px;}
.font25 {font-size: 25px;}
.font30 {font-size: 30px;}


.noir p, .coul1 p, .coul2 p, .coul3 p, .coul1 strong, .coul2 strong, .coul3 strong, .noir strong,.noir li, .coul1 li, .coul2 li, .coul3 li {color: #fff}
.noir .blanc p, .coul1 .blanc p, .coul2 .blanc p, .coul3 .blanc p, .coul1 .blanc strong, 
.coul2 .blanc strong, .coul3 .blanc strong, .noir .blanc strong,.noir .blanc li, .coul1 .blanc li, .coul2 .blanc li, .coul3 .blanc li {color: #565656}

.coul1 a {
	color: var(--noir);
}
.coul1 a:hover {
	color: var(--coul2);
}
.coul2 a:hover {color:var(--noir);}
.shadow {
	-webkit-box-shadow: 0 19px 25px rgba(50,50,50,0.05);
	-moz-box-shadow: 0 19px 25px rgba(50,50,50,0.05);
	box-shadow: 0 19px 25px rgba(50,50,50,0.05);
}
.shadow2 {
   	-webkit-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	-moz-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
}
.bouton, .bouton2 {
	display: block;
	margin: 30px 0px 20px 0;
	padding: 0;
}
.bouton a, button, input[type=submit] {
	display: inline-block;
	padding: 12px 25px;
	background-color: var(--coul1);
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid var(--coul1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.bouton a:hover, button:hover, input[type=submit]:hover {
	color: var(--coul1);
	border: 1px solid var(--coul1);
	background: transparent;
}
.bouton2 a {
	display: inline-block;
	padding: 8px 30px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
	border: 1px solid var(--coul2);
	background: var(--coul2);
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.bouton2 a:hover {
	background-color: transparent;
	border: 1px solid var(--coul2);
	color: var(--coul2);
}
.bouton i, .bouton2 i{
	margin-right: 10px;
}
.rond img {
	border-radius: 50%;
}


/* -------------------------------------------------------------- */
/* THEME
/* -------------------------------------------------------------- */

/* -------------------------------------------------------------- */
/* FOOTER
/* -------------------------------------------------------------- */

footer .line-left {
	border-left: 1px solid #FFF;
}
footer {
	position: relative;
	padding: 40px 0;
	z-index: 99;
	background-color: #0E2A47;
}
footer p{
	color: #fff;
	margin: 0;
	font-size: 14px;
	line-height: 26px;
	padding: 0 20px;
}

footer p strong{
	color:#FFF;
}
footer p a, footer p a:active, footer p a:visited, footer p a:focus, footer strong {
	color: #FFF;
}
footer p a:hover {
	color: #DBD4CF
}

