/*
Theme Name: Oceane Profils
Author: La Confiserie
Version: 1.0
*/

/* COLORS
-------------------------------------------------------------- */
/*:root {
  --coul1: #7cc8cb;
  --coul2: #98c455;
  --coul3: #eb5b62;
  --blanc: #ffffff;
  --noir: #06131e;
  --gris:#f3f3f3;
}*/


/* GLOBAL
-------------------------------------------------------------- */
* {
	-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-color: #f3f3f3;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	font-family: "Montserrat", Helvetica, Arial,sans-serif;
}
body.no-scroll {
	overflow: hidden;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

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;
  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 #ececec;
  -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;
}
::-webkit-input-placeholder { color: inherit; }
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%;
}

strong {
  font-weight: bold;
}
hr {
	margin: 30px 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
}
cite {
  font-style: normal;
}
ul {
	margin: 0;
	padding: 0;
}
p, li, ol {
	font-size: 16px;
	line-height: 26px;
	margin: 15px 0px;
	color: #565656;
}
p strong, li strong {
	font-weight: 700;
	color: #434343;
}
ul li{
	margin: 0;
	margin-left: 30px;
	margin-bottom: 5px;
	list-style-type: square;
}
blockquote {border: none;}

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

a {
	text-decoration: none;
	color:#eb5b62;
	cursor: pointer;
	-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;
}
a:visited, a:active, a:focus {color:#eb5b62;}
a:hover {color:#98c455;}

a img {
	width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	color: #7cc8cb;
}
h1 {
	font-size: 28px;
	line-height: 36px;
	color: #98c455;
}
h2 {
	font-size: 24px;
	line-height: 30px;
	color: #98c455;
}
h3 {
	font-size: 20px;
	line-height: 26px;
	color: #06131e;
}
input[type="submit"] {
	background: #eb5b62;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	text-shadow:none;
	padding: 10px 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: #7cc8cb;
	color:#fff;
}
#mobile-header, .only-mobile, .no-desktop {
	display: none;
}
/* FONTS
-------------------------------------------------------------- */
strong, b, h1, h2, h3, h4, h5, h6, .fontB {
	font-weight: 700;
}
.fontBI {
	font-weight: 700;
	font-style: italic;
}
.fontR {
	font-weight: 400;
}
.fontRI, em {
	font-style: italic;
}
.fontLI {
	font-weight: 300;
	font-style: italic;
}
.fontL {
	font-weight: 300;
}
.font-coul1 {color: #7cc8cb;}
.font-coul2 {color: #98c455;}
.font-coul3 {color: #eb5b62;}
.font-noir {color: #06131e;}
.font-blanc {color: #ffffff;}

.font20 {font-size: 20px;}
.font26 {font-size: 26px;}
.font30 {font-size: 30px;}

/* GLOBAL
-------------------------------------------------------------- */

.shadow {
	box-shadow: 0 19px 25px rgba(50,50,50,0.05);
}
.shadow2 {
	-moz-box-shadow: 0px 10px 25px 0px rgba(20,20,20,0.15);
	-webkit-box-shadow: 0px 10px 25px 0px rgba(20,20,20,0.15);
	-o-box-shadow: 0px 10px 25px 0px rgba(20,20,20,0.15);
	box-shadow: 0px 10px 25px 0px rgba(20,20,20,0.15);
}
.transition {
	-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;
}

/* UI DESIGN
-------------------------------------------------------------- */
.bouton, .bouton2 {
	margin: 30px 0px 20px 0;
	padding: 0;
}
.bouton a,.bouton2 a, button{
	display: inline-block;
	padding: 12px 22px;
	background-color: #eb5b62;
	border-radius: 5px;
	color: #fff !important;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
	border:none;
	-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 {
	background-color: #98c455;
}
.bouton a:hover, button:hover, .bouton-track:hover {
	background-color: #7cc8cb;
}
.bouton2 a:hover {
	background-color: #98c455;
	border: 1px solid #98c455;
}
.bouton i, .bouton2 i, button i, .bouton-track i {
	margin-right: 10px;
}
.angle,.angle2 {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100px;
}
.text-center {
	text-align: center;
}
.angle:after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-2.4deg);
  transform-origin: 100%;
  z-index: -1;
}
.angle2:after {
  background: inherit;
  top:-100px;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-2.4deg);
  transform-origin: 100%;
  z-index: -1;
}

#main {
	padding-top: 0px;
}
/* HEADER
-------------------------------------------------------------- */
header {
	position: relative;
	width: 100%;
	z-index: 999;
	height: 140px;
}
#top {
	height: 40px;
	background: #06131e;
}
#top #tel {
	line-height: 40px;
	margin: 0;
	font-size: 13px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
#top #menu-panier {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#top #menu-panier li{
	padding: 0 15px;
	margin: 0;
	line-height: 40px;
	display: inline-block;
	list-style-type: none;
	font-size: 13px;
}
#top #menu-panier li a{
	color: #fff;
}
#top #menu-panier li a:hover{
	color: #98c455;
}
#head {
	height: 100px;
	position: relative;
	background: #fff;	
}
#head  ul {
	margin: 0;
}
#head  ul li {
	display: inline-block;
	position: relative;
	list-style: none;
	margin: 0;
}
#head  #logo {
	position: absolute;
	left: 0px;
	top: 13px;
	margin: 0;
}
#head  #logo img {
	border:0px;
	width: 150px;
	-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;
}
#head  nav {
	position: absolute;
	top: 25px;
	right: 195px;
}
#head  .bouton {
	position: absolute;
	right: 0;
	margin: 0;
	top: 27px;
}
#head  nav ul {
	margin: 0;
	padding: 0;
}
#head  nav li{
	margin:0;
	padding: 0;
}
#head  nav li a {
	font-weight: 700;
	color: #06131e;
	margin: 0;
	line-height: 50px;
	font-size: 16px;
	padding: 0 15px;
	display: block;
	border-top: 1px solid transparent;
	position: relative;
}
#head  nav li a:visited, #head  nav li a:focus, #head  nav li a:active {
	color: #06131e;
}
#head  nav li a:hover{
	color: #7cc8cb;
}
#head  nav li.current_page_item > a, 
#head  nav li.current_page_parent > a,
#head  nav li.current-menu-ancestor > a,
#head  nav li.current-menu-item > a,
#head  nav li.current-menu-parent > a,
#head  nav li span {
	color: #7cc8cb;
}
/* Underline From Center */
#head  nav li a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
#head  nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #7cc8cb;
  height:2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#head  nav li a:hover:before, #head  nav li a:focus:before, #head  nav li a:active:before {
  left: 0;
  right: 0;
}
header.sticky {
	height: 60px;
}
header.sticky nav a{
	line-height: 60px;
}
header.sticky #logo {
	top: 14px;
}
header.sticky  #logo img {
	width: 180px;
}
header.sticky nav li.current_page_item > a, 
header.sticky nav li.current_page_parent > a,
header.sticky nav li.current-menu-ancestor > a,
header.sticky nav li.current-menu-item > a,
header.sticky nav li.current-menu-parent > a,
header.sticky nav li span {
	color: #7cc8cb;
}


/* NAVIGATION
-------------------------------------------------------------- */

.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: 991;
	top: -10px;
	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: #06131e;
	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: #7cc8cb;
}
.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: #7cc8cb;
	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: #7cc8cb;
}
#hambmenu {
  position: fixed;
  z-index: 990;
  background: #06131e;
  top: 0;
  left: -100px;
  width: 90%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  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;
}
#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: #7cc8cb;
}
#hambmenu p {
	display: inline-block;
	margin-right: 15px;
	width: 30px;
}


/* GRILLE
-------------------------------------------------------------- */
section {
	position: relative;
}
.section {
	padding: 60px 0;
}
.rangee {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 90%;
	margin: 0 auto;
	position: relative;
	flex-flow: row wrap;
}
.rangee.container {
	max-width: 1140px;
}
.rangee.direction-column {
	flex-direction: column;
	flex-wrap: wrap;
}
.rangee.largeur-courte {
	width: 70%;
	max-width: 960px;
}
.fullwidth, .full, .rangee.full {
	width: 100%;
	max-width: 100%;
}
.col {
	position: relative;
	z-index: 9;
}
.col img {
	width: 100%; 
	height: auto;
}
.col5 {
	flex-basis:5%;
	width: 5%;
}
.col10 {
	flex-basis:10%;
	width: 10%;
}
.col15 {
	flex-basis:15%;
	width: 15%;
}
.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%;
}
.col67 {
	flex-basis:66.6%;
	width: 66.6%;
}
.col35 {
	flex-basis:35%;
	width: 35%;
}
.col75 {
	flex-basis:75%;
	width: 75%;
}
.col85 {
	flex-basis:85%;
	width: 85%;
}
.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;
}
.justify-center {
	justify-content:center;
}
.align-center {
	align-items:center;
}
.blanc {
	background-color: #fff;
}
.gris {
	background-color: #f3f3f3;
}
.noir {
	background-color: #06131e;
}
.coul1 {
	background-color: #7cc8cb;
}
.coul2 {
	background-color: #98c455;
}
.coul3 {
	background-color: #eb5b62;
}
.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: #06131e;
}
.coul1 a:hover {
	color: #98c455;
}
.coul2 a:hover {color:#06131e}
.shadow {
	box-shadow: 0 19px 25px rgba(50,50,50,0.05);
}
.image {
	margin: 0;
	line-height: 0;
	position: relative;
}
.image-content img, .image img {
	width: 100%;
	height: auto;
	line-height: 0;
}
img.no-resp {
	width: auto;
	height: auto;
}
.bloc-content {
	padding: 40px 50px;
}
.image-bg {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.padd20 {padding: 20px;}
.padd30 {padding: 30px;}
.padd40 {padding: 40px;}
.padd50 {padding: 50px;}
.padd60 {padding: 60px;}
.padd70 {padding: 70px;}
.padd10v {padding: 10px 0}
.padd20v {padding: 20px 0}
.padd30v {padding: 30px 0}
.padd40v {padding: 40px 0}
.padd50v {padding: 50px 0}
.padd60v {padding: 60px 0}
.padd70v {padding: 70px 0}
.padd-right {
	padding-right: 5%
}
.padd-left {
	padding-left: 5%
}
.no-marge { margin: 0 auto}
.marge-dessus { margin-top: 60px}
.marge-dessous { margin-bottom: 60px}
.marge5 {margin: 5px 0}
.marge10 {margin: 10px 0}
.marge20 {margin: 20px 0}
.marge30 {margin: 30px 0}
.marge40 {margin: 40px 0}
.marge50 {margin: 50px 0}
.marge60 {margin:60px 0}

.radius5 {
	border-radius: 5px;
}
.gallery-item {
	display: inline-block;
	margin: 0.5%;

}
.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:hover img{
	opacity: .6;
}
/* FLEXIBLE
-------------------------------------------------------------- */
#flexible section {
	position: relative;
	padding: 0;
}
.decalage {
	position: relative;
	top: -100px;
	margin-bottom: -100px;
}
.decalage2 {
	top: -150px;
	position: relative;
	margin-bottom: -150px;
}
.decalage3 {
	top: -200px;
	position: relative;
	margin-bottom: -200px;
}
.whitespace {
	width: 100%;
	display: block;
}
#flexible .bloc-content {
	padding: 40px 50px;
	position: relative;
	z-index: 2;
}
#flexible .bloc-content-petit {
	padding: 30px 40px;
	position: relative;
	z-index: 2;
}
#flexible .bloc-content2 {
	padding: 60px 60px;
	position: relative;
	z-index: 2;
}
#flexible .fullwidth .bloc-content {
	padding: 100px;
}
#flexible li, .bloc-presentation li, #single-magazine .contenu li{
	list-style-type: none;
	margin-left: 20px;
	position: relative;
	padding-left: 15px;
}
#flexible li:before, .bloc-presentation li:before, #single-magazine .contenu li:before {
	content: "";
	width: 15px;
	height: 1px;
	border-top: 1px solid #7cc8cb;
	position: absolute;
	left: -10px;
	top: 15px;
}
#flexible .coul1 p,#flexible .coul1 h2, #flexible .coul1 h3,#flexible .coul1 h4,#flexible .coul1 li,
#flexible .coul2 p,#flexible .coul2 h2, #flexible .coul2 h3,#flexible .coul2 h4,#flexible .coul2 li {
	color: #fff;
}

/* ////////// WIDGET TITRAGE///////////*/

.titrage {
	font-size: 28px;
	line-height: 40px;
	-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;
}
p.sous-titrage {
	font-weight: 400;
	margin:10px 0;
	font-size: 20px;
	-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;
}
#flexible .sous-titre-section {
	font-size: 48px;
	line-height: 55px;
	margin-bottom: 80px;
}
h2.titrage {
	font-size: 36px;
	line-height: 46px;
}
.normal-titre {
	font-size: 24px;
	line-height: 30px;
}
.petit-titre {
	font-size: 20px;
	line-height: 30px;
}
.moyen-titre {
	font-size: 30px;
	line-height: 40px;
}
.gros-titre {
	font-size: 55px;
	line-height: 55px;
}

/* ////////// WIDGET IMAGE CALL TO ACTION ///////////*/

.bloc-image {
	display: block;
	position: relative;
}
.bloc-image .image-content {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	position: absolute;
	top: 0;left: 0;
	z-index: 9;
}
.hauteur-egale .contenu-col, .hauteur-egale .calltoaction, .hauteur-egale .no-hauteur, .hauteur-egale .lien-bloc-image {
	height: 100%;
}

.hauteur-base {height: auto}
.hauteur-image0 {height: 250px;}
.hauteur-image1 {height: 300px;}
.hauteur-image2 {height: 400px;}
.hauteur-image3 {height: 500px;}
.hauteur-image4 {height: 600px;}
.hauteur-image5 {height: 700px;}
.full-hauteur {height: 100%;}

.bloc-image .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	opacity: .8;
	-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;
}
.bloc-image .overlay-blanc {background: #fff}
.bloc-image .overlay-coul1 {background: #7cc8cb}
.bloc-image .overlay-coul2 {background: #98c455}
.bloc-image .overlay-noir {background: rgb(20,20,20);}

.bloc-image .bloc-titre-image {
	display: block;
	padding:40px;
	text-align: center;
	position: absolute;
	z-index: 99;
	top: 50%;
	width: 100%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 1;
	visibility: visible;
}
.bloc-image .plus {
	opacity: 0;
	visibility: hidden;
	width: 50px;
	height: 50px;
	background: url(img/plus.png) no-repeat center center transparent;
	background-size: 100% auto;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.lien-bloc-image {
	display: block;
	width: 100%;
	overflow: hidden;
}

.lien-bloc-image .bloc-image .image-content {
	transform: scale(1);
}
.lien-bloc-image .bloc-image:hover .image-content, .projet:hover .image-content{
	transform: scale(1.08);
}
.lien-bloc-image .bloc-image:hover .overlay {
	opacity: .4;
	visibility: visible;
}
.lien-bloc-image .bloc-image:hover .bloc-titre-image {
	padding-top: 100px;
	opacity: 0;
	visibility: hidden;
}
.lien-bloc-image .bloc-image:hover .plus{
	opacity: 1;
	visibility: visible;
}

.lien-bloc-bouton {
	position: relative;
	display: block;
	width: 100%;
}
.lien-bloc-bouton.hover-blanc:hover {background: #fff}
.lien-bloc-bouton.hover-coul1:hover {background:#7cc8cb}
.lien-bloc-bouton.hover-coul2:hover {background:#98c455}
.lien-bloc-bouton.hover-noir:hover {background: #06131e}
.lien-bloc-bouton .bloc-titre-image {
	display: block;
	padding:30px;
	position: absolute;
	z-index: 99;
	top: 50%;
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	width: 100%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 1;
	visibility: visible;
}
.lien-bloc-bouton.hauteur-base .bloc-titre-image{
	position: relative;
	padding:20px 30px;
	top: auto;
	transform:none;
}
.titrage-bouton {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}
.sous-titrage-bouton {
	font-size: 17px;
	font-weight: 300;
	margin: 0;
}
.coul-blanc {color: #fff !important}
.coul-coul1 {color: #7cc8cb !important}
.coul-coul2 {color: #98c455 !important}
.coul-noir {color: #06131e !important}
.lien-bloc-bouton:hover .bloc-titre-image .hover-blanc {color: #fff !important}
.lien-bloc-bouton:hover .bloc-titre-image .hover-coul1 {color: #7cc8cb !important}
.lien-bloc-bouton:hover .bloc-titre-image .hover-coul2 {color: #98c455 !important}
.lien-bloc-bouton:hover .bloc-titre-image .hover-noir {color: #06131e !important}

/* ////////// WIDGET ACCORDEON ///////////*/

.bloc-accordeon {
	padding:30px 0;
	margin: 0 auto;
}
.bloc-accordeon .titre-accordeon {
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding: 15px 35px;
	margin: 0;
	color: #98c455;
	background-color: #fff;
	cursor: pointer;
	margin-bottom: 10px;
	border-left: 3px solid var(--cou1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bloc-accordeon .titre-accordeon:hover {
	background:  #98c455;
	border-left: 3px solid #7cc8cb;
	color: #fff;
}
.texte-accordeon {
	overflow: hidden;
	display: none;
	padding: 25px 35px;
	border: 1px solid #eee;
	margin-bottom: 20px;
	background: #fff;
	border-left: 3px var(--cou2);
	-moz-box-shadow: 0px 0px 30px 10px rgba(40,40,40,0.1);
	-webkit-box-shadow: 0px 0px 30px 10px rgba(40,40,40,0.1);
	-o-box-shadow: 0px 0px 30px 10px rgba(40,40,40,0.1);
	box-shadow: 0px 0px 30px 10px rgba(40,40,40,0.1);
}

/* ////////////////////////////////////////////// BACK SECTION
-------------------------------------------------------------- */
#flexible .back-image {
	background-repeat: no-repeat;
	background-attachment:scroll;
}
#flexible .back-image.cover {
	background-size:cover;
}
#flexible .back-centre-centre  {background-position: center center;}
#flexible .back-left-centre  {background-position: left center;}
#flexible .back-right-centre  {background-position: right center;}
#flexible .back-centre-top  {background-position: center top;}
#flexible .back-centre-bottom  {background-position: center bottom;}
#flexible .back-left-top  {background-position: left top;}
#flexible .back-right-top  {background-position: right top;}
#flexible .back-left-bottom  {background-position: left bottom;}
#flexible .back-right-bottom  {background-position: right bottom;}
#flexible img {
	width: 100%;
	height: auto;
	line-height: 0;
}
#flexible img.no-resp, #flexible .no-resp img {
	width: auto;
	height: inherit;
}

/* THEMES
-------------------------------------------------------------- */
#page h1 {
	text-align: center;
	text-transform: uppercase;
	color: #06131e;
	font-size: 35px;
	margin-bottom: 35px;
}
/* WOOCOMMERCE
-------------------------------------------------------------- */

.product h2 {
	color: #06131e;
	text-transform: uppercase;
}
.price {
	margin: 0;
	font-weight: 700;
	color: #06131e;
}
.variations td {
	display: block;
	margin-bottom: 7px;
}
.woocommerce-variation-price {
	margin-bottom: 10px;
}
.quantity input{
	height: 30px;
	padding-left: 10px!important;
}
.woocommerce input, .woocommerce textarea{
	-moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
    font-family: 'Montserrat', sans-serif!important;
}
.woocommerce button, .woocommerce a.button {
	font-family: 'Montserrat', sans-serif;
	background-color: #eb5b62 !important;
	color: #fff!important;
}
.woocommerce button:hover, .woocommerce a.button:hover {
	background: #06131e !important;
}
.woocommerce table.shop_table, address {
	background: #fff !important
}
.reset_variations {
	color: #06131e;
}
.reset_variations:hover {
	color: #eb5b62;
}
.cart_item a{
	color: #06131e;
	font-weight: 700;
}
.cart_item a:hover {
	color: #7cc8cb;
}
.cart_item img {
	width: 100px;
}
.single_add_to_cart_button {
	margin-top: 25px;
}
.single_add_to_cart_button:hover {
	background-color: #06131e;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	margin: 0!important;
	background: #fff!important;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    float: right;
    color: #eb5b62;
    font-weight: 700;
}
.woocommerce-MyAccount-content {
	background: #fff;
	padding: 30px;
}
.woocommerce-MyAccount-navigation-link--downloads {
	display: none!important;
}
.woocommerce-MyAccount-navigation ul {
	text-align: center;
	margin: 0 0 40px 0;
}
.woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0 15px;
	margin: 0;
	font-weight: 700;
}
.woocommerce-MyAccount-navigation ul li a{
	color: #eb5b62;
}
.variations label {
	display: none;
}
p.cart-empty, p.return-to-shop {
	text-align: center!important;
}
.payment_methods li {
	list-style-type: none;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
	width:30px !important;
}
/* FOOTER
-------------------------------------------------------------- */
footer a:hover {
	color: #98c455 !important;
}
.error404 input[type="text"] {
	background: #fff;
    font-size: 16px;
    width: 500px;
    padding: 10px;
    line-height: 36px;
    height: 36px;
    border-radius:5px;
    margin: 5px 6px 16px 0;
}
#cookie-notice .cookie-notice-container{
	padding: 40px;
}
#cn-accept-cookie {
	background: #7cc8cb;
	padding: 10px 20px;
	color: #fff;
	border-radius: 5px;
}
#cn-accept-cookie:hover {
	background: #fff;
	color: #7cc8cb;
}
#cn-notice-text {
	font-size: 16px;
}
.gallery-item {
	margin-bottom:20px!important;
}
.gallery-caption {
	background:#fff;
	padding:10px;
}