/*
Theme Name: Decoday
Theme URI: 
Description: A great theme for WP // Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus a neque sed nisi sodales elementum at ac libero. Maecenas molestie consequat velit.
Author: Renaud Guillou & Bruno Paolin
Version: 2.1.8
Creation Theme: BP && RG
License: WTFPL
License URI: http://www.wtfpl.net
*/

/* Date 18 Janvier 2018 - 12h30 */

@font-face {
  font-family: 'Barlow-Medium';
  src: url('fonts/Barlow-Medium/Barlow-Medium.eot?#iefix') format('embedded-opentype'),  
  url('fonts/Barlow-Medium/Barlow-Medium.woff') format('woff'), 
  url('fonts/Barlow-Medium/Barlow-Medium.ttf')  format('truetype'), 
  url('fonts/Barlow-Medium/Barlow-Medium.svg#Barlow-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'Barlow-Regular';
  src: url('fonts/Barlow-Regular/Barlow-Regular.eot?#iefix') format('embedded-opentype'),  
  url('fonts/Barlow-Regular/Barlow-Regular.woff') format('woff'), 
  url('fonts/Barlow-Regular/Barlow-Regular.ttf')  format('truetype'), 
  url('fonts/Barlow-Regular/Barlow-Regular.svg#Barlow-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Regular';
  src: url('fonts/Raleway/Raleway-Regular.eot?#iefix') format('embedded-opentype'),  
  url('fonts/Raleway-Regular/Raleway-Regular.woff') format('woff'), 
  url('fonts/Raleway-Regular/Raleway-Regular.ttf')  format('truetype'), 
  url('fonts/Raleway-Regular/Raleway-Regular.svg#Raleway-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*@font-face {

	font-weight:normal;
	font-style:normal;
	font-family:'feathericons';
	src:url('fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('fonts/feathericons/feathericons.eot?#iefix-8is7zf') 
	format('embedded-opentype'),url('fonts/feathericons/feathericons.woff?-8is7zf') 
	format('woff'),url('fonts/feathericons/feathericons.ttf?-8is7zf') 
	format('truetype'),url('fonts/feathericons/feathericons.svg?-8is7zf#feathericons') 
	format('svg')

}*/

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

html {
	box-sizing: border-box;
	font-size: 100%;
}
*, *:before, *:after {
	box-sizing: inherit;
}

body {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light',
	'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	position: relative;
	font-size: 1em; /* soit 16px */
	line-height: 1.5;
	font-weight: 400;
	color: #000;
	background-color: #fff;
}

/* Typographie */
/*------------------------*/
h1, .h1-like,
h2, .h2-like,
h3, .h3-like,
h4, .h4-like,
h5, .h5-like,
h6, .h6-like,
#uwpqsf_id .uform_title 
 {
	font-weight: 300;
	color: #000;
	line-height: normal;
	margin: 0 0 0.625em 0;
	font-family: 'Barlow-Medium';
}

h1, .h1-like {
	font-size: 2em;
	text-transform: uppercase;
}

h2, .h2-like, #uwpqsf_id .uform_title  {
	font-size: 2.7em;
}
h3, .h3-like {
	font-size: 1.5em;
}
h4, .h4-like {
	font-size: 1.25em;
}
h5, .h5-like {
	font-size: 1.125em;
	text-transform: uppercase;
}
h6, .h6-like {
	font-size: 1em;
}
p {
	font-family: 'Raleway-Regular';
	margin: 0 0 0.625em;
	font-size: 1em;
}


/* links */
/*------------------------*/

a {
	text-decoration: none;
	color: #053d56;
}

a:hover {
	text-decoration: underline;
	color: #c38f15;
}




/* table */
/*---------------------------*/
table {
	width: 100%;
	margin: 0.625em 0;
	table-layout: fixed;
	border-collapse: collapse;
}
tr,
td,
th {
	vertical-align: middle;
}
thead th {
	padding: 0.625em 0;
	border-bottom: 2px solid #c1c1c4;
	text-align: left;
	font-weight: 700;
}
tbody td {
	padding: 0.625em;
	border-bottom: 1px solid #c1c1c4;
}
tbody tr:nth-child(even) {
	background: #E7E7E7;
}


/* Forms */
/* -----------------------------------------------------*/
form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
input,
label,
select {
    display: block;
    font-family: 'Raleway-Regular';
    font-size: 1em;
}

select {
    border: 1px solid #000;
    padding: 5px;
}



label {
    margin-bottom: .35938em;
    font-weight: 700;
    cursor: pointer;

}

label.required:after {
    content: " *";
}

textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
select[multiple="multiple"] {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: .71875em;
    padding: .625em;
    border: 1px solid #000;
    border-radius: 0;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 1em;
    background-color: #fff;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

textarea:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
select[multiple="multiple"]:hover,
p.mailpoet_paragraph input[type=email]
 {
    border-color: #ceced0;
}

textarea:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
select[multiple="multiple"]:focus {
    border-color: #053d56;
    outline: none;
    box-shadow: 0 0 5px rgb(5, 61, 86);
}

textarea {
    resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: .71875em;
}

input[type="file"] {
    width: 100%;
    margin-bottom: .71875em;
    padding-bottom: .23958em;
}
input[type="submit"] {
   cursor: pointer;
}
select {
    width: auto;
    margin-bottom: .71875em;
    max-width: 100%;
}

fieldset, .form .grid-card {
    margin: 0;
    padding: 1.4375em;
    border: 1px solid #e8e8e9;
    border-radius: 0;
    background: #fafafa;
}

::-webkit-input-placeholder {
    color: #c8c9ca;
}

:-moz-placeholder {
    color: #c8c9ca;
}

::-moz-placeholder {
    color: #c8c9ca;
}

:-ms-input-placeholder {
    color: #c8c9ca;
}
/*input[id="nom"], input[id="prenom"] {
    display: inline-block;
    width: 75%;
}
 label[for="nom"], label[for="prenom"] {
    display: inline-block;
    width: 20%;
}


/* */

div.search form {
    position: relative;

}

div.search input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: -39px;
    text-indent: -99999px;
    background-color: transparent;
    top: 1px;
    width: 60px;
    z-index: 10;
    border: 0;
}




/* Grouping content */
/*------------------------*/

img,
audio,
video {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	width: auto;	
}
img:not(.custom-logo) {border: solid 1px #dddddd;}
audio {
	min-height: 35px;
}

figure {
	margin: 0;
}
/* browsehappy */
/*------------------------*/
.browsehappy {
	background-color: #5ab1ab;
	color: #324b4b;
	padding: 20px;
	margin: 20px 0;
	border:10px solid;
	text-align: center;
}
.browsehappy a {
	color: #fff;
	text-decoration: underline;
}
.browsehappy a:hover {
	color: #fff;
	text-decoration: none;
}

/* iframe responsive */
/*------------------------*/
.box-iframe {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.box-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* buttons */
/*------------------------*/
.btn, .wpcf7-submit, .mailpoet_submit, .uwpqsf_submit [type="submit"]  {
	position: relative;
	display: inline-block;
	background-color: #053D56;
	color: #fff;
	border:none;
	border-radius: 3px;
	padding: 0 1.25em;
	line-height: 2.5;
	white-space: nowrap;
	font-family: 'Raleway-Regular';

}

.uwpqsf_submit [type="submit"]:hover {
    background-color: #f4e08d;
}

.btn:hover, .mailpoet_submit  {

	text-decoration: none;

}

.btn--small {
	font-size: 0.75em;
}
.btn--large {
	font-size: 1.5em;
}

.btn--secondary {
	color: #fff;
	background-color: #f36;
	border: 2px solid #f36;
}


/*--------------------------------------------*/
/* GRID CSS */
/*--------------------------------------------*/

.grid:before,
.grid:after {
	display: block;
	content: '';
	clear: both;
}


.grid {
	margin-left: -10px;
	margin-right: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

#header .grid {
	display: block;
}
[class*="col-"] {
	width: 100%;
}
.grid [class*="col-"], .grid [class*="search"] {

	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-m-1 {
	width: 8.333%;
}
.col-m-2 {
	width: 16.667%;
}
.col-m-3 {
	width: 25%;
}
.col-m-4 {
	width: 33.333%;
}
.col-m-5 {
	width: 41.667%;
}
.col-m-6 {
	width: 50%;
}
.col-m-7 {
	width: 58.333%;
}
.col-m-8 {
	width: 66.667%;
}
.col-m-9 {
	width: 75%;
}
.col-m-10 {
	width: 83.333%;
}
.col-m-11 {
	width: 91.667%;
}
.col-m-12 {
	width: 100%;
}


.order-m-1 {
	order: 1;
}
.order-m-2 {
	order: 2;
}
.order-m-3 {
	order: 3;
}
.order-m-4 {
	order: 4;
}
.order-m-5 {
	order: 5;
}
.order-m-6 {
	order: 6;
}
.order-m-7 {
	order: 7;
}
.order-m-8 {
	order: 8;
}
.order-m-9 {
	order: 9;
}
.order-m-10 {
	order: 10;
}
.order-m-11 {
	order: 11;
}
.order-m-12 {
	order: 12;
}


.offset-m-1 {
	margin-left: 8.333%;
}
.offset-m-2 {
	margin-left: 16.667%;
}
.offset-m-3 {
	margin-left: 25%;
}
.offset-m-4 {
	margin-left: 33.333%;
}
.offset-m-5 {
	margin-left: 41.667%;
}
.offset-m-6 {
	margin-left: 50%;
}
.offset-m-7 {
	margin-left: 58.333%;
}
.offset-m-8 {
	margin-left: 66.667%;
}
.offset-m-9 {
	margin-left: 75%;
}
.offset-m-10 {
	margin-left: 83.333%;
}
.offset-m-11 {
	margin-left: 91.667%;
}
.offset-m-12 {
	margin-left: 100%;
}

/* grid tablet view */
@media (min-width: 481px) {
	.col-t-1 {
		width: 8.333%;
	}
	.col-t-2 {
		width: 16.667%;
	}
	.col-t-3 {
		width: 25%;
	}
	.col-t-4 {
		width: 33.333%;
	}
	.col-t-5 {
		width: 41.667%;
	}
	.col-t-6 {
		width: 50%;
	}
	.col-t-7 {
		width: 58.333%;
	}
	.col-t-8 {
		width: 66.667%;
	}
	.col-t-9 {
		width: 75%;
	}
	.col-t-10 {
		width: 83.333%;
	}
	.col-t-11 {
		width: 91.667%;
	}
	.col-t-12 {
		width: 100%;
	}



	.order-t-1 {
		order: 1;
	}
	.order-t-2 {
		order: 2;
	}
	.order-t-3 {
		order: 3;
	}
	.order-t-4 {
		order: 4;
	}
	.order-t-5 {
		order: 5;
	}
	.order-t-6 {
		order: 6;
	}
	.order-t-7 {
		order: 7;
	}
	.order-t-8 {
		order: 8;
	}
	.order-t-9 {
		order: 9;
	}
	.order-t-10 {
		order: 10;
	}
	.order-t-11 {
		order: 11;
	}
	.order-t-12 {
		order: 12;
	}
	


	.offset-t-1 {
		margin-left: 8.333%;
	}
	.offset-t-2 {
		margin-left: 16.667%;
	}
	.offset-t-3 {
		margin-left: 25%;
	}
	.offset-t-4 {
		margin-left: 33.333%;
	}
	.offset-t-5 {
		margin-left: 41.667%;
	}
	.offset-t-6 {
		margin-left: 50%;
	}
	.offset-t-7 {
		margin-left: 58.333%;
	}
	.offset-t-8 {
		margin-left: 66.667%;
	}
	.offset-t-9 {
		margin-left: 75%;
	}
	.offset-t-10 {
		margin-left: 83.333%;
	}
	.offset-t-11 {
		margin-left: 91.667%;
	}
	.offset-t-12 {
		margin-left: 100%;
	}

}/* end of grid tablet view */


/* grid desktop view */
@media (min-width: 769px) {
	.col-d-1 {
		width: 8.333%;
	}
	.col-d-2 {
		width: 16.667%;
	}
	.col-d-3 {
		width: 25%;
	}
	.col-d-4 {
		width: 33.333%;
	}
	.col-d-5 {
		width: 41.667%;
	}
	.col-d-6 {
		width: 50%;
	}
	.col-d-7 {
		width: 58.333%;
	}
	.col-d-8 {
		width: 66.667%;
	}
	.col-d-9 {
		width: 75%;
	}
	.col-d-10 {
		width: 83.333%;
	}
	.col-d-11 {
		width: 91.667%;
	}
	.col-d-12 {
		width: 100%;
	}


	.order-d-1 {
		order: 1;
	}
	.order-d-2 {
		order: 2;
	}
	.order-d-3 {
		order: 3;
	}
	.order-d-4 {
		order: 4;
	}
	.order-d-5 {
		order: 5;
	}
	.order-d-6 {
		order: 6;
	}
	.order-d-7 {
		order: 7;
	}
	.order-d-8 {
		order: 8;
	}
	.order-d-9 {
		order: 9;
	}
	.order-d-10 {
		order: 10;
	}
	.order-d-11 {
		order: 11;
	}
	.order-d-12 {
		order: 12;
	}



	.offset-d-1 {
		margin-left: 8.333%;
	}
	.offset-d-2 {
		margin-left: 16.667%;
	}
	.offset-d-3 {
		margin-left: 25%;
	}
	.offset-d-4 {
		margin-left: 33.333%;
	}
	.offset-d-5 {
		margin-left: 41.667%;
	}
	.offset-d-6 {
		margin-left: 50%;
	}
	.offset-d-7 {
		margin-left: 58.333%;
	}
	.offset-d-8 {
		margin-left: 66.667%;
	}
	.offset-d-9 {
		margin-left: 75%;
	}
	.offset-d-10 {
		margin-left: 83.333%;
	}
	.offset-d-11 {
		margin-left: 91.667%;
	}
	.offset-d-12 {
		margin-left: 100%;
	}
}/* end of desktop tablet view */

/* 
/* helpers */
/*------------------------*/
.v-top {
	vertical-align: top;
}
.v-middle {
	vertical-align: middle;
}
.v-bottom {
	vertical-align: bottom;
}

.txt-right {
	text-align: right;
}

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

.txt-center {
	text-align: center;
}


.txt-light {
	color: #fff;
}
.txt-medium {
	color: #ddd;
}
.txt-dark {
	color: #333;
}

.bg-light {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.bg-medium {
	background-color: #d8d8d8;
	padding-top: 40px;
	padding-bottom: 40px;
}
.bg-dark {
	background-color: #324b4a;
	padding-top: 40px;
	padding-bottom: 40px;
}
.center-box {
	float: none!important;
	margin-left: auto!important;
	margin-right: auto!important;
}

.round-box {
	border-radius: 50%;
}

.ul-clean {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
}



.overlay {
	background-color: rgba(0,0,0,0.7);
	padding: 140px 0;
}
/*
m = margin
a, t, b = all, top, bottom
n, s, m, l = none, small, medium, large
*/

.man {
	margin: 0!important;
}
.mas {
	margin: 20px!important;
}
.mam {
	margin: 40px!important;
}
.mal {
	margin: 60px!important;
}


.mtn {
	margin-top: 0!important;
}
.mts {
	margin-top: 20px!important;
}
.mtm {
	margin-top: 40px!important;
}
.mtl {
	margin-top: 60px!important;
}


.mbn {
	margin-bottom: 0!important;
}
.mbs {
	margin-bottom: 20px!important;
}
.mbm {
	margin-bottom: 40px!important;
}
.mbl {
	margin-bottom: 60px!important;
}


/*--------------------------------------------*/
/* CONTENT */
/*--------------------------------------------*/
 .wrap {
 	max-width: 1200px;
 	width: 100%;
 	padding-left: 10px;
 	padding-right: 10px;
 	margin-left: auto;
 	margin-right: auto;
 	position: relative;
 }



/* header */
/*------------------------*/
#header { /* ou [id="header"] qui vaut 10*/
	/*background-color: #212121;*/
/*	    margin-bottom: 1.1em;*/
}

/* logo */
/*------------------------*/
.logo {
    max-width: 100%;
    padding-left: 10px;
    float: left;
}

.logo img {
    min-width: 190px;
    max-width: 190px;
}
.logo span {
    text-indent: -99999px;
    color: white;
    display: none;
}

.logo a {
    display: inline-block;
    width: 100%;
}
.logo h1 {
    text-align: center;
        padding: 15px 0 15px;

  }      

/* description */
/*------------------------*/
.site-description {

	display: none;

}


/* nav */
/*------------------------*/

/* Top Menu */
.menu.top { 

	background: #003761;
	opacity: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}



.menu.bottom {
	 opacity: 1;
}
.menu.top.menu-collapse {
	opacity: 1;
	height: auto;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li {
    margin-right: -0.25em;
}
.menu a {
	display: block;
	padding: 1em;
	text-align: center;
	color: #080101;
}

.menu a:hover {
	color: #c38f15;
}

.menu.bottom.right li:hover {
    width: 100%;
    color: #000;
}

/* Breadcrumb */
/*--------------------------------------------*/


#breadcrumb {
    border-top: solid 1px #e9ecef;
    border-bottom: solid 1px #e9ecef;
    max-width: unset;
/*    background-color: #ddd;*/
    margin-top: 20px;
}

#breadcrumb .grid {
    margin: 0;
}


#breadcrumb nav {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}

.breadcrumb a {
    	color: #080101;
}

/* Burger */
/*------------------------*/
.btn-menu {
	position: absolute;
	top: 10px;
	left: 10px;
	color: black;
	font-size: 2.8em;
}

/* Search Tools */
/*------------------------*/
.today, #uwpqsf_id .uform_title  {
	color: #fff;
	font-size: 2em;
	padding-top: 20px;
	font-weight: unset!important;
    text-align: center;
    margin: auto 0 30px 0px !important;
}

#uwpqsf_id .uwpqsf_class {
    margin-bottom: 5px;
    clear: unset;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: -0.25em;
    width: 100%!important;
}

#uwpqsf_id .uwpqsf_submit {

    margin-bottom: 0px;
    margin-top: 15px;
}


.search.tool {
	   
   display: none;

}

.search input {
  
    margin-bottom: 0;
    
}
.search.active {
    display: inline-block;
    position: relative;
}

.search button {
    border: none;
    background: none;
    position: absolute;
    right: 0px;
    padding: .666em;
}


/* Mon Compte */
/*------------------------*/
.mon-compte {
    position: absolute;
    top: 10px;
    right: 10px;
    color: black;
}


.mon-compte:hover {

	 color: #efd153a8;

}
.mon-compte .fa-3x {
    font-size: 2.8em;
}

/*Homepage */
/*------------------------*/
.bg_pop img { width: 100%; } 
.bg_pop article { padding-bottom: 70px; position: relative; padding-top: 10px; }
.bg_pop article .btn { position: absolute; bottom: 15px; top: auto; }


/* main */
/*------------------------*/
.research_main { margin: 0px auto; max-width: 1200px; z-index: 10!important; } 
.research_main form { background-color: #b9b9b9; } 
.research_main form { padding-bottom: 30px; margin: 0px; align-items: center; } 
.banner-app {	background-image: url('/wp-content/themes/decoday/images/banner2.jpg'); padding : 0; }
.banner, .banner-app { background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; background-position: 68% 50%; }
.submit { margin-top: 0.938em; }

/*newsletter*/
/*------------------------*/

section.bottom .grid {
    justify-content: center;
}

/*Card & Box*/
section.bottom .card {
    border: 0;
}

section.bottom .card-body {
    position: relative;
    padding-bottom: 70px;
}

section.bottom .card-body .btn {
    position: absolute;
    bottom: 20px;
    top: auto;
}

section.bottom .box img {
    width: 380px;
    height: 202px;
}

.box {
  transition: box-shadow .3s;
  border: 1px solid #ccc;
}

/*création effet ombrage*/
.box:hover {
  box-shadow: 3px 4px 11px #053d56cc; 
}

.box a:hover {
    text-decoration: none;
}


/* SLider */

.carousel-item img {	width: 100%; 

}
/*.carousel-inner { max-width: 1180px; max-height: 425px; }*/


.carousel-caption {
    right: 10%;
    bottom: 20%;
    left: 10%;
    padding-bottom: 10px;
    background-color: #00000047;
    width: 80%;
}
.carousel-item a:hover {
   
   text-decoration: none;

}

.carousel-caption h5, .carousel-caption p {
    color: #fff;
    text-shadow: 2px 2px 1px black;
    font-size: 1.6em;
}
.carousel-caption h5, .carousel-caption p {
        margin: 10px 0 3px;
}

.carousel-control-next, .carousel-control-prev {

	display: none;


}

/* Service */
/*********************/

.bg_services h2.title {
    color: #fff;
    text-align: center;
}


/* WP Contact Form 7 // wpcf7 */

span.wpcf7-form-control-wrap {
    width: 100%;
}

 span.wpcf7-list-item.first {

    margin: 0 0 15px;
}

.wpcf7 small {
    float: right;
}

span.wpcf7-form-control-wrap.mailpoetsignup-875 label, span.wpcf7-form-control-wrap.mailpoetsignup-875 span {

    display: inline-block;
}


.wpcf7-submit {

	margin-top: 0.938em;

}

/*--------------------------------------------*/
/* Contact page */
/*--------------------------------------------*/

.courrier {
    background: transparent url(/wp-content/themes/decoday/images/banner2_desktop.jpg) no-repeat -703px -11px;
    /* background-size: cover; */
}

.courrier .grid-card {
    background: #054767;
    color: #fff;
    margin: 20px;
    padding: 20px;
}

.courrier .grid-card h2 {
    color: #fff;
}

/* H0mepage Widget */

.home h2.widgettitle, .home .textwidget {
    text-align: center;
}

/*--------------------------------------------*/
/* Contact page - mailpoet_page */
/*--------------------------------------------*/

.single-mailpoet_page #content, .single-mailpoet_page .sidebar {
    max-width: 1200px;
    margin: 0 auto;
        margin-bottom: 0px;
}
.single-mailpoet_page .sidebar {
    margin-bottom: 35px;
}


/*--------------------------------------------*/
/* Single Moodboard */
/*--------------------------------------------*/

[class*="tax-"] img {

		width: 100%;


}
/* Social  */



.social  {
  
    margin-right: 0.938em;

}

.social {
    font-family: barlow-medium;
    font-style: italic;
}



.social span  {
  
    margin-right: 0.938em;

}

.social a {
  
    margin-right: 10px;

}


.social span, .social a {
    display: inline-block;
    vertical-align: middle;
}


.categories section li {
    display: inline-block;
    float: none!important;
    margin-left: -0.25em;
}


/* */

[class*="tax-"] .ul-clean.right li {
    display: inline-block;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #a9adae;
}

[class*="tax-"] .ul-clean.right li:hover {
    opacity: 0.7;
}

[class*="tax-"] .ul-clean.right a:hover {
    text-decoration: none;
}



.intro {
    margin: 0 auto;
}

.intro .sort-by {
    float: right;
}


/* footer */
/*------------------------*/
#footer {
    background-color: #ddd;
    border: solid #adadad;
    padding: 20px 0;
    text-align: center;
    border-width: 1px 0px 1px;
}


#footer small {
	text-align: center;
}

#footer .grid {
    align-items: center;
}

#footer::after {




}

#totop {
	color: #053d56;
	padding: 5px;
	position: fixed;
	z-index: 3000;
	bottom: 10px;
	right: 10px;
	display: none; /*cf app.js pour affichage au scroll vers le bas */

}


[id*="menu-footer-bas-"] {
 
    padding: 0;
    margin: 0 0 20px;
	width: 100%;
}


[id*="menu-footer-bas-"] li {
    list-style: none;
    text-align: center;
    display: inline-block;
    color: black;
}

[id*="menu-footer-bas-"] a, [id*="menu-footer-bas-"] a:hover {
    padding: 0 7.5px;
}

[id*="menu-footer-bas-"] a:hover {
    text-decoration: none;
}


ul#menu-footer-bas-milieu a {
    color: #053D56;
}

#menu-footer-bas-gauche-container a:hover {
    text-decoration: none;
}

[id*="menu-footer-bas-"] .fa {
    font-size: 2.6rem;
}


[id*="menu-footer-bas-"] .current {
	color: #fff;
	background-color: #d35f60;
}



/*page "nos services" en vue mobile*/
/*---------------------*/
.bg_services article {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #053D56;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    min-height: 310px;
    max-height: 360px;
    width: 48%;
    background: #fff;
    text-align: center;
    cursor: pointer;
}


@media (max-width: 481px) {

	/* Header */
	/************/

	/* Logo */
/*	.logo img {
	    max-width: 60%;
	}
*/
.logo h1 {
    text-align: center;
    margin: 0;
/*    padding: 18px 0;*/
}
	.menu.top a {

		color: #fff;
	   
	}




	/* Caroussel */

	.carousel-indicators {
		display: none;
	}

	.carousel-item {

	    margin-bottom: 20px;

	}
	.carousel-caption {
	    right: 0;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    top: 0;
	    padding: 10px;
	    position: unset;
	    background-color: #053d56;
	}
.carousel-caption h5 {
    font-size: 1.1em;
    margin: 0 0 3px;
}
	.carousel-caption p {
		margin: 0;
		font-size: 1.3em;
		line-height: normal;
	}

}


/* tablet view -------------------------------*/

@media (min-width: 481px) {

	/* Logo*/
	/*------------------------*/

	.logo {
/*	    max-width: 150px;*/
	    padding-left: 10px;
	    float: left;
	}
	.logo img {
	   max-width: 180px;
	}

	.logo h1 {
    	margin: 0;
    	padding: 0;
    	text-align: left;
	}

	/* Caroussel */

	.carousel-caption {
		right: 5%;
		bottom: 22%;
		left: 5%;
		padding-bottom: 10px;
		background-color: #00000047;
		width: 90%;
	}


	/* nav */
	/*------------------------*/

	.menu {

	    font-family: 'Barlow-Medium';

	}

	.menu.top {
	    opacity: 1;
	    height: auto;
	    background-color: transparent;
	    opacity: 1;
	    height: auto;
	    background-color: transparent;
	    text-align: center;
	    float: none!important;

	}


	.menu.top ul {
		margin-bottom: 0;
	}
	.menu.top li {
		display: inline-block;
	}
	.menu.top li.current-menu-item a {
    	color: #053D56;
    	text-decoration: underline;
	}
	.menu.top a {
	    padding: 0.5em 0.8333em;
	}

	.menu.top a.current {
	    padding: 0.5em 0.8333em;
	    color: #053d56;
	    text-decoration: underline;
	}

	/* burger */
	/*------------------------*/
	.btn-menu { display: none; }

	/* Mon Compte */
	/*------------------------*/
	.mon-compte { top: 8px; }

	/* Breadcrumb */
	/*------------------------*/
	.breadcrumb {

	    padding: .75rem 0;
	
	}

	#breadcrumb {

	    margin-top: 10px;

	}

	/* Contact Form */
	/*------------------------*/
	.home span.wpcf7-form-control-wrap { width: calc(100% - 125px); }

	/* search */
	/*------------------------*/
	.today, #uwpqsf_id .uform_title { padding: 20px 15px 0; color: #fff; font-size: 2.250em; line-height: 1.2em; font-weight: normal!important; }
	.search.tool.active { padding-top: 10px; padding-left: 10%; float: right; padding-right: 70px; }	

	/* description*/
	/*------------------------*/
	.site-description {display: block; font-size: 0.8rem; }

	/*banner*/
	/*--------------*/
	#banner { background-image: url(/wp-content/themes/decoday/images/banner2_desktop.jpg); padding: 50px 0; background-size: cover; background-position: bottom; background-attachment: fixed; display: flex; align-items: center; } 
	.catagories #banner { background-image: url(/wp-content/themes/decoday/images/feuillage2.png); }

	/* Slider */
	/* ------------------------------*/
	span[class*="carousel-control-"] { height: 45px; background-size: 70% 60%; }


	.carousel-caption h5, .carousel-caption p {
	    color: #fff;
	    text-shadow: 2px 2px 1px black;
	    font-size: 1.6em;
	}


	/*bg div art. populaires*/
	/*------------------------*/
	.bg_pop { background-image: url('/wp-content/themes/decoday/images/feuillage2.png'); background-size: cover; padding: 40px 0 20px; color: #fff; position: relative; }
	.bg_pop:before { content: ''; position: absolute; background-color: #000000a1; right: 0; left: 0; top: 0; bottom: 0; }
	.bg_pop h2 { color: #fff; text-shadow: 2px 1px 4px black; font-family: barlow; }
	.bg_pop img, .bg_pop .btn { border: #f5f5f54f solid 1px; } 
	.pop { padding-top: 50px; }

	/* footer */
	/*------------------------*/
	#footer small {text-align: left; }

	/*page "nos services" en vue tablette*/
	/*------------------------------------------*/

	.bg_services { background-image: url(/wp-content/themes/decoday/images/bg_services2.png); background-repeat: no-repeat; background-size: cover; padding: 40px 0; }
	.bg_services article { margin-bottom: 20px; border-bottom: none; } 
 	.serv div { background-color: #fff; padding: 40px; height: 100% }

	/* page "Contact" en vue tablette*/
	/*-------------------------------------*/
	.contact label:first-child { padding: 0 10px 0 0; } 
	.contact label:nth-child(2) { padding: 0 0 0 10px; } 
	.contact label:first-child, .contact label:nth-child(2) { width: 50%; float: left; } 
	.contact label.status { margin-bottom: .71875em; text-align: center; } 
	.contact label .first { margin-right: 0.938em; } 
	.contact .wpcf7-submit { margin: 0.938em 0  0; }

	/* BACGROUND COLOR WITH OPACITY */
	/*--------------------------------*/

	.bgcolor { position: relative; }
	.bgcolor:after { content: ''; position: absolute; background-color: #000000a1; right: 0; left: 0; top: 0; bottom: 0; } 
	.home .bgcolor:after { background-color: transparent; }

	/* Footer */
	/*------------------------*/	
	[id*="menu-footer-bas-"] { margin-bottom: 0px; }

}
/* end of tablet view -----------------------*/



/* desktop view -------------------------------*/
@media (min-width: 769px) {	

	/* links */
	/*------------------------*/
	a {-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } 
	a:hover, a:active {/*color: #ff5781;*/ }

	/* buttons */
	/*------------------------*/
	.btn { -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } 
	.btn:hover, .mailpoet_submit:hover { color: #fff; background-color: #efd153a8; } 
	.btn:active { top: 1px; } 
	.btn--secondary:hover { color: #ededed; background-color: transparent; }
	
	/* logo */
	/*------------------------*/
	.logo img {max-width: 100%; } 
	.logo h1 { padding-top: 10px; }
	.logo a { -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
	.logo a:hover { opacity: 0.8; transform: scale(0.8); }

	/* nav */
	/*------------------------*/
	.menu.top a { padding: 0.5em 1.33333em; }
	.menu.top a:hover { text-decoration: underline; }


	/* Search */
	/*------------------------*/
	.today, #uwpqsf_id .uform_title {color: #fff; font-size: 3em; }
	#uwpqsf_id  .uwpqsf_class { width: 25%!important; }
	.search.active.tool { padding-left: 10px; float: right; padding-top: 20px; }


	/* mon compte */
	/*------------------------*/	
	.mon-compte { top: 18px; }


	/* Contact Form */
	/*------------------------*/
	.home span.wpcf7-form-control-wrap, .home .mailpoet_text { width: calc(100% - 125px); max-width: 590px; }

	/* mail Poet */
	p.mailpoet_paragraph { float: left; }
	.home p.mailpoet_paragraph input[type=email] { width: 580px; margin-right: 10px; }
	.home  form.mailpoet_form.mailpoet_form_php { display: inline-block; }


	/* Main */
	/*------------------------*/
	#banner { padding: 75px 0; }

	/* Caroussel */
	/*------------------------*/
	.carousel-caption {
	    bottom: 30%;
	    padding-bottom: 10px;
	    background-color: #00000047;
	    width: 70%;
	    margin: 0 auto;
	}
	.carousel-control-next, .carousel-control-prev { display: flex; }

	/* footer */
	/*------------------------*/
	#totop:hover { color: #f4c201; } 
	#footer i:hover { opacity: 0.5; }


}
/* end of desktop view -----------------------*/
/* desktop view pour la nav  /pt de rupture en + ----------*/

@media (min-width: 960px) {
  
	/* Header */
	/*------------------------*/

	.logo {
	width: 215px;
	}

	.logo img {

	  width: 180px;
	}


	nav.menu.top {
		width:auto;
		padding: 0;
	}	
	.menu.top ul {
	margin-top: 1.2em;
	}	


	.menu.top a {
	padding: 0.5em 0.8333em;

	}

	.search {
	/* width: 25%;*/
	}

	.search.active {
	    padding-left: 0;
	    width: calc(100% - 645px);
	    max-width: 420px;
	}
	
	/* Main */
	/*------------------------*/
	#banner {
	  
	  padding: 150px 0;
	  
	}
	 #banner {
	  
	  padding: 75px 0;
	  
	}

	.categories #banner:before {
	  
	 content: '';

	  
	}

	/* CSS pour l'état hover sur la page services.
	*/
	/*	.grid{ position:relative;margin:0 auto;padding:1em 0 4em;max-width:1000px;list-style:none;text-align:center} */
	.grid figure{position:relative;float:left;overflow:hidden;margin:10px 1%;min-width:320px;min-height: 310px;max-height:360px;width:48%;background:#fff;text-align:center;cursor:pointer}
	.grid figure img{position:relative;display:block;min-height:100%;max-width:100%;opacity:.8}
	.grid figure figcaption{padding:2em;color:#000;text-transform:uppercase;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}
	.grid figure figcaption::before,.grid figure figcaption::after{pointer-events:none}
	.grid figure figcaption,.grid figure figcaption>a{position:absolute;top:0;left:0;width:100%;height:100%}
	.grid figure figcaption>a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0}
	.grid figure h2{font-weight:300}
	.grid figure h2 span{font-weight:800}
	.grid figure h2,.grid figure p{margin:0}
	.grid figure p{letter-spacing:1px;font-size:68.5%}

	figure.effect-marley figcaption{text-align:right}
        figure.effect-marley p{position:absolute;right:30px;left:30px;padding:10px 0}
	figure.effect-marley p{bottom:60px;line-height:1.5;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
	figure.effect-marley h2{opacity:1;font-size: 2em;margin-top: 0.875em;;-webkit-transition:-webkit-transform .35s;transition:transform .35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}
	figure.effect-marley:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
	figure.effect-marley h2::after{position:absolute;top:100%;left:0;width:100%;height:4px;background:#000;content:'';-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}
	figure.effect-marley h2::after{opacity:1;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}
        figure.effect-marley p{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}
	figure.effect-marley:hover h2::after,figure.effect-marley:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}

	.effect-marley {
		padding: 7.688em;
	}

	.effect-marley p {
		color: #000;
	}
	.home p.mailpoet_paragraph input[type=email] {
	    width: 580px;
	    margin-right: 10px;
	}
        

}

@media screen and (max-width:50em){

	.grid figure {display:inline-block;float:none;margin:10px auto;width:100%}

}
