/*
Theme Name: Otra Vista
Description: Site Otra Vista
Author: Caractère-Advertising
*/


/* =Reset default browser 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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0px;
	vertical-align:top;
}

h1, h2, h3, h4, h5, h6 {
	clear: none;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

sup{
	vertical-align: super; font-size: 50%;
}

a{
	outline:none;
	color:#009bd5;
}

.clear{
	clear:both;
}

/**

font-family: 'Oxygen', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Permanent Marker', cursive;


@keyframes underline {
    0% { background-position: -100% center; }
    20% { background-position: 10% center; }
    80% { background-position: 60% center; }
    100% { background-position: 200% center; }
}

@keyframes bg_size {
    0% { background-size: 2500px auto; }
    20% { background-size: 2480px auto; }
    80% { background-size: 2450px auto; }
    100% { background-size: 2430px auto; }
}

animation-duration: 4s;
animation-name: underline;
animation-iteration-count: infinite;
animation-direction: alternate;

-webkit-transition: all ease-out 300ms;
-moz-transition: all ease-out 300ms;
-o-transition: all ease-out 300ms;
transition: all ease-out 300ms;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;

-ms-transform: translateY(-50%);
-webkit-transform:  translateY(-50%);
transform: translateY(-50%);

**/

@-webkit-keyframes scale-in-hor-left{0%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}100%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@keyframes scale-in-hor-left{0%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}100%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}

@-webkit-keyframes scale-out-hor-left{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}100%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@keyframes scale-out-hor-left{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}100%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}

@-webkit-keyframes kenburns-top{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transform-origin:50% 16%;transform-origin:50% 16%}100%{-webkit-transform:scale(1.10) translateY(-15px);transform:scale(1.10) translateY(-15px);-webkit-transform-origin:top;transform-origin:0 0}}@keyframes kenburns-top{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transform-origin:50% 16%;transform-origin:50% 16%}100%{-webkit-transform:scale(1.10) translateY(-15px);transform:scale(1.10) translateY(-15px);-webkit-transform-origin:0 0;transform-origin:0 0}}

@-webkit-keyframes bg-pan-left{0%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes bg-pan-left{0%{background-position:100% 50%}100%{background-position:0 50%}}

/*****************FIN RESET******************/

html{
    width:100%;
    height:100%;
    font-family: 'Oxygen', sans-serif;
}

body{
    height:100%;
    margin:auto;
    position: relative;
    width: 100%;
}

#page {
    width: 100%;
    height: 100%;
    position: relative;
}

header{
    background-color:white;
    position: absolute;
    z-index: 2;
    height: 70px;
    width:100%;
}

div.container{
    position: relative;
    margin:auto;
    width:90%;
}

h1#otravista{
    float:left;
    width:150px;
    height: 150px;
}

h1#otravista .svg_otra11, h1#otravista_footer .svg_otra11{
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
    -ms-transform-origin: 50% 50%; /* IE 9 */
}

h1#otravista:hover .svg_otra11, h1#otravista_footer:hover .svg_otra11{
    -webkit-animation:spin 8s linear infinite;
    -moz-animation:spin 8s linear infinite;
    animation:spin 8s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { transform:rotate(360deg); } }

h1#otravista > a, h1#otravista > a > svg{
    width:100%;
    height: 100%;
    display: block;
}

#menu_container{
    float:right;
}

div.rs{
    float:right;
    margin-left:5%;
}

div.rs > a{
    display: inline-block;
    height: 70px;
    width: auto;
}

div.rs > a > svg{
    height: 100%;
    width: auto;
    max-width: 30px;
}

div.rs > a > svg path, div.rs > a > svg polygon, div.rs > a > svg path, div.rs > a > svg rect{
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
    fill:#C5C5C7;
}

div.rs > a:hover > svg path, div.rs > a:hover > svg polygon, div.rs > a:hover > svg rect{
    fill:#55bbb2;
}

div#menu_container > ul{
    text-align: right;
}

div#menu_container > ul > li{
    display: inline-block;
    position: relative;
}

div#menu_container > ul > li.lang-item{
	padding:20px 0px;
}

div#menu_container > ul a{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size:12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    color:#3e3d40;
    padding:25px 15px;
    text-decoration: none;
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

div#menu_container > ul > li.lang-item > a{
	padding:5px;
	background-color:#C5C5C7;
}
div#menu_container > ul > li.lang-item.current-lang > a{
	background-color:#55bbb2;
	color:white;
}

@media screen and (max-width: 1250px) {
	div#menu_container > ul a{
		font-size: 1vw;
		letter-spacing: 0.08vw;
	}
}


div#menu_container > ul a:hover{
    color:#55bbb2;
}

ul.sub-menu{
    position: absolute;
    display: none;
}

/********CUSTOM SLIDE***********/

div.custom-slide.homepage {
    width: 95%;
    height: 96%;
    position: relative;
    overflow: hidden;
    left: 2.5%;
    z-index: 1;
}

body.logged-in div.custom-slide.homepage{
    height: calc(96% - 32px);
}

div.custom-slide > div{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all ease-out 1500ms;
    -moz-transition: all ease-out 1500ms;
    -o-transition: all ease-out 1500ms;
    transition: all ease-out 1500ms;
}

div.custom-slide > div.slide_active{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

div.custom-slide div.hover{
    background: -moz-linear-gradient(-45deg,  rgba(140,201,165,0.8) 0%, rgba(85,187,178,0.8) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(140,201,165,0.8) 0%,rgba(85,187,178,0.8) 100%);
    background: linear-gradient(135deg,  rgba(140,201,165,0.8) 0%,rgba(85,187,178,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc8cc9a5', endColorstr='#cc55bbb2',GradientType=1 );
    height: 100%;
    width: 50%;
    position: absolute;
    z-index: 2;
    top:0px;
    left:0px;
}

/***div.custom-slide > div.slide_active div.hover{
    -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-moz-animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

div.custom-slide > div.slide_finish div.hover{
    -webkit-animation: scale-out-hor-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	-moz-animation: scale-out-hor-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: scale-out-hor-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}***/

div.custom-slide div.image{
    background-size:cover;
    background-position: center;
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top:0px;
    left:0px;
    -webkit-transform:scale(1.10) translateY(-15px);
    transform:scale(1.10) translateY(-15px);
    -webkit-transform-origin:0 0;
    transform-origin:0 0;
}

div.custom-slide div.slide_active div.image{
    -webkit-animation: kenburns-top 5000ms infinite;
	-moz-animation: kenburns-top 5000ms infinite;
	animation: kenburns-top 5000ms infinite;
}

div.custom-slide div.text_slide{
    width: 40%;
    height: calc(100% - 70px);
    position: absolute;
    left:5%;
    bottom:0px;
    z-index: 3;
    display: table;
    text-align: right;
}

div.custom-slide div.middle{
    display: table-cell;
    vertical-align: middle;
}

div.custom-slide div.text_slide h2{
    font-family: 'Permanent Marker', cursive;
    color:#3e3d40;
    font-size:4vw;
    line-height: 3vw;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    margin-bottom:30px;
    position: relative;
}

div.custom-slide div.text_slide h2 > svg{
    position: absolute;
    top:50%;
    left:103%;
    fill:#fff;
}

div.custom-slide div.text_slide p{
    color:white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: 300;
    font-size:16px;
    line-height: 24px;
}

a.bouton, span.bouton{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size:10px;
    letter-spacing: 5px;
    display: inline-block;
    padding:10px 20px 10px 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 24px;
    margin-top:30px;
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

a.bouton.blanc, span.bouton.blanc{
    background-color:white;
    color:#3e3d40;
}

a.bouton.noir, span.bouton.noir{
    background-color:#3e3d40;
    color:#fff;
}

a.bouton > svg, span.bouton > svg{
    width:20px;
    height: 23px;
    float:right;
    margin-left:10px;
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

a.bouton.blanc > svg{fill:#3e3d40;}
a.bouton.noir > svg{fill:#fff;}
a.bouton.blanc:hover > svg{fill:#fff;}
a.bouton.noir:hover > svg{fill:#fff;}
a.bouton.blanc:hover{background-color:#3e3d40; color:#fff;}
a.bouton.noir:hover{background-color:#55bbb2;}

#pager_slide {
    width: 1.5%;
    padding-left:0.5%;padding-right:0.5%;
    right: 0px;
    position: absolute;
    height: 96%;
    display: -webkit-box;   display: -ms-flexbox;   display: flex;
    -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    top: 0px;
}

body.logged-in #pager_slide{
    height: calc(96% - 32px);
}

#pager_slide > span{
    display: block;
    width: 12px;
    height: 12px;
    border:3px solid #c6c7c8;
    background-color:#c6c7c8;
    margin: auto;
    margin-top:5px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#pager_slide > span.active{
    display: block;
    border:3px solid #c6c7c8;
    background-color:#fff;
}

div.scroll{
    position: relative;
    z-index: 3;
    width: 50px;
    height: 50px;
    margin: auto;
    background-color: white;
    -ms-transform: translateY(-50%);
    -webkit-transform:  translateY(-50%);
    transform: translateY(-50%);
}

div.scroll > svg{
    height: 80%;
    width: 80%;
    padding: 10%;
}

/***************NOS SERVICE*************/

section#content{
    max-width: 1180px;
    margin: auto;
    text-align: center;
}

section#content > h2{
    color:#9c9e9f;
    font-size:12px;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: inline-block;
    margin: auto;
    padding:5px 25px;
    text-align: center;
    background-color:white;
    position: relative;
    z-index: 2;
    font-weight: 100;
    font-family: 'Poppins', sans-serif;
}

span.line_title{
    display: block;
    height: 1px;
    width: 100%;
    background-color:#9c9e9f;
    margin-top:-17px;
    position: relative;
    z-index: 1;
}

div#services{
    margin-top:50px;
    margin-bottom:50px;
    display: -webkit-box;   display: -ms-flexbox;   display: flex;
    -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap;
    justify-content:space-between;
    -webkit-box-pack: space-between; /* justify-content */
}

div#services > div{
    width:25%;
    height:170px;
    border-right: 1px solid #9c9e9f;
    text-decoration: none;
    color:inherit;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

div#services div:last-child{border-right: 0px;}

div#services div h3{
    text-transform: uppercase;
    font-size:18px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color:#3e3d40;
    line-height: 20px;
    font-weight: 100;
}

div#services div svg{
    width:90%;
    max-width: 70px;
    max-height: 70px;
    height: auto;
    margin: auto;
}

div#services div svg path{
    fill:rgb(140,201,165);
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

div#services div:hover svg path{
    fill:#3e3d40;
}

div#services_dupp{
    padding-bottom:50px;
}

div#services_dupp > svg{
    width:100%;
    height: auto;
    max-width: 150px;
    max-height: 150px;
    fill:#3e3d40;
}

div#services_dupp div.description_service{
    max-width: 800px;
    margin: auto;
}

div#services_dupp div.description_service h2{
	font-family: 'Permanent Marker', cursive;
	font-size:30px;
	line-height: 30px;
	color:#3e3d40;
	margin-bottom:15px;
}

div#services_dupp{
    font-size:15px;
    line-height: 24px;
    color:#3e3d40;
}

div#services div div.text_services {
    position: absolute;
    left: 0px;
    font-size: 13px;
    line-height: 21px;
    width: 100%;
    height: 100%;
    padding: 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color:white;
    background: -moz-linear-gradient(-45deg,  rgba(140,201,165,1) 0%, rgba(85,187,178,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(140,201,165,1) 0%,rgba(85,187,178,1) 100%);
    background: linear-gradient(135deg,  rgba(140,201,165,1) 0%,rgba(85,187,178,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc8cc9a5', endColorstr='#cc55bbb2',GradientType=1 );
}

div.service_front{
    width: 100%;
    top:50%;
    -ms-transform: translateY(-50%);
    -webkit-transform:  translateY(-50%);
    transform: translateY(-50%);
}

div.text_services > p{
    position: absolute;
    top:50%;
    -ms-transform: translateY(-50%);
    -webkit-transform:  translateY(-50%);
    transform: translateY(-50%);
    width: 90%;
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg); -ms-transform: rotateY(180deg); -webkit-transform: rotateY(180deg);
	}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg); -ms-transform: rotateY(180deg); -webkit-transform: rotateY(180deg);
}

/*************CALL TO CONTACT**************/

section#contact{
    display: -webkit-box;   display: -ms-flexbox;   display: flex;
    -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap;
    justify-content:center;
    -webkit-box-pack: center; /* justify-content */
    -webkit-box-align: center; /* align-items */
    align-items:center;
    padding-top:50px;
    padding-bottom:50px;
    background:url(assets/images/bg_contact.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    margin-top:50px;
}

section#contact a.bouton{
    margin-top:0px;
    margin-left:50px;
}

section#contact h2{
    font-family: 'Permanent Marker', cursive;
    font-size:30px;
    line-height: 30px;
    color:#3e3d40;
}

section#contact h2 span, section#contact h2 strong{
    color:#fff;
}

/************FOOTER********/

footer#colophon{
    width: 95%;
    margin: auto;
    background-color:#e3e4e4;
    padding-bottom:50px;
    margin-bottom:25px;
    position: relative;
}

h1#otravista_footer{
    margin: auto;
    text-align: center;
    -ms-transform: translateY(-50%);
    -webkit-transform:  translateY(-50%);
    transform: translateY(-50%);
    margin-top:100px;
    width: 150px;
    height: 150px;
}

div.nav_footer{
    display: -webkit-box;   display: -ms-flexbox;   display: flex;
    -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    -webkit-box-pack: center; /* justify-content */
    -webkit-box-align: center; /* align-items */
    padding-bottom:30px;
    border-bottom:1px solid #c6c7c8;
    max-width: 80%;
    margin: auto;
    margin-bottom:50px;
    margin-top:-50px;
}

div.nav_footer > div.rs{
    margin-left:5%;
    float:none;
}

div.nav_footer > div.rs > a > svg path, div.nav_footer > div.rs > a > svg polygon, div.nav_footer > div.rs > a > svg rect{
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
    fill:#3e3d40;
}

div.nav_footer > div.rs > a:hover > svg path, div.nav_footer > div.rs > a:hover > svg polygon, div.nav_footer > div.rs > a:hover > svg rect{
    fill:#55bbb2;
}

#menu_container_footer ul{
    text-align: center;
}

#menu_container_footer ul > li{
    display: inline-block;
    position: relative;
}

#menu_container_footer ul a{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size:12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    color:#3e3d40;
    padding:25px 15px;
    text-decoration: none;
     -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

#menu_container_footer ul a:hover{
    color:#55bbb2;
}

div.newsletter{
    text-align: center;
}

div.newsletter h2{
    font-family: 'Permanent Marker', cursive;
    font-size:30px;
    line-height: 30px;
    color:#3e3d40;
}

div.newsletter p.no_pub{
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size:12px;
    margin-top:2px;
    margin-bottom:30px;
}

div.newsletter h2 span, div.newsletter h2 strong{
    color:#55bbb2;
}

div.newsletter input{
    background:none;
    border:0px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size:10px;
    letter-spacing: 5px;
    display: inline-block;
    padding:10px 25px;
    width:150px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 24px;
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

div.newsletter input[type="text"], div.newsletter input[type="email"]{
    background-color:white;
    color:#3e3d40;
    text-align: center;
}

div.newsletter input[type="submit"]{
    background-color:#55bbb2;
    color:#fff;
    cursor: pointer;
    width:200px;
}

div.newsletter input[type="submit"]:hover{
    background-color:#3e3d40;
}

/***************PAGE*************/

div.header_page{
    width: 95%;
    margin: auto;
    padding-top:150px;
    padding-bottom:150px;
    background-image:-moz-linear-gradient(-45deg,#a8d6bb,#55bbb2,#a8d6bb);
    background-image:-webkit-linear-gradient(-45deg,#a8d6bb,#55bbb2,#a8d6bb);
    background-image:linear-gradient(-45deg,#a8d6bb,#55bbb2,#a8d6bb);
    background-size: 200% 100%;
	-webkit-animation: bg-pan-left 3s infinite alternate both;
	-moz-animation: bg-pan-left 3s infinite alternate both;
	animation: bg-pan-left 3s infinite alternate both;
}

div.header_page.page{
    padding-bottom:50px;
}

div.header_page.page_simple{
	background-size:cover;
	height: 60%;
	padding-top:0px;
	padding-bottom:0px;
	background-position: center;
	position: relative;
	z-index: 1;
}

div.header_page > p{
    text-align: center;
    color:#fff;
    margin-top:5px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

div.header_page h1{
    font-family: 'Permanent Marker', cursive;
    font-size:48px;
    line-height: 48px;
    color:#3e3d40;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

div.vimeo_iframe{
    max-width: 80%;
    width:920px;
    margin: auto;
    margin-top:-100px;
}

div.vimeo_iframe > iframe{
    width: 100%;
    height: 500px;
}

div.list_category{
    color:#9c9e9f;
    text-align: center;
    text-transform: uppercase;
    font-size:12px;
    font-family: 'Poppins', sans-serif;
    padding-top:30px;
}

div.list_category > span{
    font-weight: 400;
    font-size:10px;
    letter-spacing: 5px;
    display: inline-block;
    margin:0px 5px;
    padding:10px 20px 10px 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 24px;
    background-color:#eceded;
    color:#3e3d40;
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

div.single_content{
    max-width: 1024px;
    width:90%;
    margin: auto;
    padding:50px 0px;
}

div.single_content > div.gallery_single{
    width:20%;
    float:left;
}

div.single_content > div.gallery_single.page{
    margin-top:-100px;
}

div.single_content > div.gallery_single figure, div.single_content > div.gallery_single img{
    margin:0px;
    padding: 0px;
    width: 100%;
    display: block;
    height: auto;
}

div.single_content > div.gallery_single img{
    margin-bottom:15px;
}

div.single_content > div.single_container{
    width:75%;
    float:right;
}

div.single_simple_container{
	max-width: 700px;
	padding:5%;
	margin: auto;
	margin-top:-20%;
	position: relative;
	z-index: 5;
	background-color:white;
}

p.titre_description{
    font-weight: 300;
    color:#9c9e9f;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size:12px;
    letter-spacing: 5px;
    position: relative;
    margin:25px 0px 25px -12%;
}

p.titre_description > svg{
    fill:#9c9e9f;
    height: 100%;
    margin-bottom:-3px;
}

nav.post_link{
    text-align: center;
    padding:50px 0px;
}

nav.post_link > span{
    display: inline-block;
    margin:0px 20px;
    font-weight: 800;
}

nav.post_link > a{
    color:#9c9e9f;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
}

nav.post_link > a + a{
    border-left:2px solid #3e3d40;
    margin-left:20px;
    padding-left:20px;
}

/************ENTRY CONTENT**********/

div.entry-content{
    font-size:15px;
    line-height: 24px;
}

div.entry-content p, div.entry-content ul, div.entry-content table{
    margin-bottom:20px;
}

div.entry-content h1{
    font-size:48px;
    line-height: 48px;
    color:#55bbb2;
    font-family: 'Permanent Marker', cursive;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

div.entry-content h2{
    font-size:24px;
    line-height: 24px;
    color:#3e3d40;
    font-family: 'Permanent Marker', cursive;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

div.entry-content td, div.entry-content th{
	border:1px solid #ccc;
	padding: 5px;
}

div.entry-content h3{
    font-size:18px;
    line-height: 18px;
    color:#9c9e9f;
    font-family: 'Permanent Marker', cursive;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

div.entry-content h1, div.entry-content h2, div.entry-content h3, div.entry-content h4{
    margin-bottom:10px;
}

div.entry-content * + h1, div.entry-content * + h2, div.entry-content * + h3, div.entry-content * + h4{
    margin-top:35px;
}

div.entry-content > ul > li{
    list-style-image: url(assets/images/list.jpg);
    margin-left:20px;
    margin-bottom:5px;
}

/************CALLTO SINGLE**********/

.call_to_single{
    margin-top:75px;
    text-align: right;
    font-size:24px;
    line-height: 24px;
    color:#3e3d40;
    font-family: 'Permanent Marker', cursive;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.call_to_single strong{
    color:#55bbb2;
}

.call_to_single a.bouton{
    margin-top:15px;
}

/************CREATION***********/

nav.filtre_creation{
    padding:25px 0px;
    text-align: center;
}

nav.filtre_creation > a{
    text-decoration: none;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size:10px;
    letter-spacing: 5px;
    display: inline-block;
    padding:10px 20px 10px 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 24px;
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
    background-color: #fff;
    color: #3e3d40;
    margin:0px 10px;
    cursor: pointer;
}

nav.filtre_creation > a:hover{
    background-color: #3e3d40;
    color: #fff;
}

div.creation_content{
    width: 90%;
    max-width: 1180px;
    margin: auto;
    margin-top: -75px;
    display:-webkit-box;
  display:-webkit-flex;
  display:-webkit-flexbox;
  display:-moz-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
    -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap;
}

div.creation_content > a{
    width: calc(33.3333% - 20px);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin:10px;
    position: relative;
    background-color:#3e3d40;
    text-decoration: none;
    color:inherit;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

@-webkit-keyframes creation_show{
    0%{
        display: none;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }
    1%{
        display: table;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }
    100%{
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }
}
@keyframes creation_show{
    0%{
        display: none;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }
    1%{
        display: table;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }
    100%{
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }
}

div.creation_content > a.show{
    display: table;
    -webkit-animation: creation_show 2s ease-out both;
	-moz-animation: creation_show 2s ease-out both;
	animation: creation_show 2s ease-out both;
}

div.creation_content > a.hide{
    display: none;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

div.creation_content > a:nth-child(3n+1), div.creation_content > a:nth-child(3n+3){
    margin-top:-25px;
}

div.creation_content > a > img{
    display: block;
    width:100%;
    position: relative;
    z-index: 1;
    height: auto;
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

div.creation_content > a > div.hover{
    display: block;
    position: absolute;
    width:100%;
    height: 100%;
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 2;
}

div.creation_content > a > div.hover > div.middle{
    padding-top:15%;
    display: block;
    text-align: center;
}

div.creation_content > a > div.hover span.bouton{
    margin-top:15px;
}

div.creation_content > a:hover > img{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    opacity: 0.1;
}

div.creation_content > a:hover > div.hover{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

div.creation_content > a > div.hover h2{
    font-size:24px;
    line-height: 24px;
    color:#fff;
    padding:0px 5%;
    font-family: 'Permanent Marker', cursive;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

a.more_creations{
    display: none;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    letter-spacing: 5px;
    padding: 10px 20px 10px 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    line-height: 24px;
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
    background-color: #3e3d40;
    color: #fff;
    margin: 0px auto;
    margin-top:50px;
    cursor: pointer;
    text-align: center;
    max-width: 200px;
}

a.more_creations.show{
    display: block;
}

a.more_creations:hover{background-color:#55bbb2;color:#fff}

/************CONTACT*************/

ul.contact-form li.itemContact{
    border:0;padding:0;margin:0;background:none;display:block;margin-bottom:2%;list-style-type:none;margin-left:0;padding-left:0;
}

.entry-content ul li.clear{
    clear:both;border:0;padding:0;margin:0;background:none;list-style-type:none;
}

li.liLeft{float:left;width:49%}
li.liRight{float:right;width:49%}
li.liFull{clear:both;width:100%}

li.liText input,li.liText textarea{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background:none;
    border:0;
    padding:0;
    margin:0;
    font-size:15px;
    font-weight:300;
    background-color:#fff;
    color:#4e4c4c;
    width:100%;
    padding:10px;
    margin-top:5px;
    border:1px solid #c6c7c8;
    font-family: 'Oxygen', sans-serif;
}

li.liText input::-webkit-input-placeholder{color:#6d6d6d}
li.liText input:-moz-placeholder{color:#6d6d6d;opacity:1}
li.liText input::-moz-placeholder{color:#6d6d6d;opacity:1}
li.liText input:-ms-input-placeholder{color:#6d6d6d}

li.liSubmit input{
    display: block;
    border:0px;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    letter-spacing: 5px;
    padding: 10px 20px 10px 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    line-height: 24px;
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
    background-color: #3e3d40;
    color: #fff;
    margin: 0px auto;
    margin-top:50px;
    cursor: pointer;
    text-align: center;
    width: 200px;
}

li.liSubmit input:hover{background-color:#55bbb2;color:#fff}
ul.contact-form > li > span > input.wpcf7-not-valid{border:1px solid red}
span.wpcf7-not-valid-tip,div.wpcf7-validation-errors{text-align:center;color:red;font-size:13px}
div.screen-reader-response > ul{display:none}
div.screen-reader-response{color:#6d6d6d;text-align:center}
div.wpcf7-mail-sent-ok{text-align:center;color:green}
ul.contact-form{margin-top:20px}
div.g-recaptcha > div{
    margin: auto;
}

/***********EQUIPE**********/

div.header_equipe{
    width: 95%;
    margin: auto;
    padding-top:150px;
    background-image:-moz-linear-gradient(-45deg,#a8d6bb,#55bbb2,#a8d6bb);
    background-image:-webkit-linear-gradient(-45deg,#a8d6bb,#55bbb2,#a8d6bb);
    background-image:linear-gradient(-45deg,#a8d6bb,#55bbb2,#a8d6bb);
    background-size: 200% 100%;
	-webkit-animation: bg-pan-left 3s infinite alternate both;
	-moz-animation: bg-pan-left 3s infinite alternate both;
	animation: bg-pan-left 3s infinite alternate both;
    position: relative;
}

div.header_equipe > p{
    text-align: center;
    color:#fff;
    margin-top:5px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

div.header_equipe h1{
    font-family: 'Permanent Marker', cursive;
    font-size:48px;
    line-height: 48px;
    color:#3e3d40;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

ul.membre_equipe {
    padding: 25px 0px;
    text-align: center;
    list-style-type: none;
    position: relative;
    z-index: 2;
}

ul.membre_equipe > li{
    text-decoration: none;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size:10px;
    letter-spacing: 5px;
    display: inline-block;
    padding:10px 20px 10px 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 24px;
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
    background-color: #fff;
    color: #3e3d40;
    margin:0px 10px;
    cursor: pointer;
}

ul.membre_equipe > li:hover, ul.membre_equipe > li.active{
    background-color: #3e3d40;
    color: #fff;
}

div.content_membre {
    width: 30%;
    text-align: left;
    top: 20%;
    position: absolute;
    z-index: 2;
    left: 50%;
}

div.container_full_team{
    position: relative;
    width:100%;
    height: 700px;
    overflow: hidden;
}

div.item_membre{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    bottom:0px;
    left:-100%;
    display: none;
    display: -webkit-box;   display: -ms-flexbox;   display: flex;
    -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap;
    align-items: center;
    -webkit-transition: all ease-out 500ms;
    -moz-transition: all ease-out 500ms;
    -o-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
}

div.item_membre.show{
    left:0px;
}

div.item_membre div.image{
    height: 100%;
    width: 60%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
}

div.image > div{
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

div.image > div.image_2{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

div.image:hover > div.image_2{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

div.image:hover > div.image_1{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

div.content_membre > h2{
    font-weight: 300;
    color:#9dffc5;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size:12px;
    letter-spacing: 5px;
    position: relative;
    margin:25px 0px 25px -22%;
}

div.content_membre > h2 > svg{
    fill:#9dffc5;
    height: 100%;
    margin-bottom:-3px;
}

div.text_container > h1{
    text-align: left;
    font-size:36px;
    margin-bottom:15px;
}

div.text_container > p{
    font-size:15px;
    font-weight: 300;
    line-height: 24px;
    color:#fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

div.text_container > ul{
    margin-top:25px;
}

div.text_container > ul > li{
    text-decoration: none;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    letter-spacing: 5px;
    display: inline-block;
    padding: 10px 20px 10px 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
    background-color: #fff;
    color: #3e3d40;
    margin-right: 10px;
}

a.caractere {
    position: absolute;
    bottom: 10px;
    right: 15px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
}

a.caractere > img{
    margin-left:10px;
}

a.ddc {
    position: absolute;
    bottom: 10px;
    left: 15px;
		padding:5px;
    text-decoration: none;
    color: white;
		background-color:#55bbb2;
    text-transform: uppercase;
    font-size: 10px;
}

/*********MISE A JOUR FEVRIER 2018**********/

div.apropos{
	max-width: 1024px;
	margin: auto;
}

div.apropos > div.apropos_container{
	width: 100%;
	margin:50px 0px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content:center;
  -moz-justify-content:center;
  -ms-justify-content:center;
  justify-content:center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

div.apropos > div.apropos_container:nth-child(even) > div.apropos_image{ order: 1; }
div.apropos > div.apropos_container:nth-child(even) > div.apropos_texte{ order: 2; text-align: left;}
div.apropos > div.apropos_container:nth-child(odd) > div.apropos_image{ order: 2; }
div.apropos > div.apropos_container:nth-child(odd) > div.apropos_texte{ order: 1; text-align: right;}

div.apropos > div.apropos_container > div.apropos_image{
	background-size:cover;
	background-position: center;
	width:48%;
	margin: 1%;
}

div.apropos > div.apropos_container > div.apropos_texte{
	width:48%;
	margin: 1%;
	padding:5%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

div.apropos_texte h2, div.apropos_texte h1{
    font-size:38px;
    line-height: 35px;
    margin-bottom:20px;
    color:#55bbb2;
    font-family: 'Permanent Marker', cursive;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

div.apropos_texte p, div.apropos_texte ul{
	margin-bottom:15px;
	font-size: 15px;
	line-height: 24px;
}

/****************COOKIE************/

div#cookieBox{
    width:100%;
    background-color:#d9dadb;
    color:#2e2d30;
    text-align: center;
    font-size:13px;
    font-weight: 300;
    padding:10px 0px;
}

div#cookieBox.hide{
    display: none;
}

div#cookieBox p{
    font-family: 'Poppins', sans-serif;
}

div#cookieBox h3{
    font-family: 'Permanent Marker', sans-serif;
}

div#cookieBox p > a{
    background-color: #2e2d30;
    color: #fff;
    cursor:pointer;
    padding:5px 10px;
    text-transform: uppercase;
		text-decoration: none;
}

p.legal{
    background-color:#2e2d30;
    color:#9c9e9f;
    font-size:8px;
    padding-left:15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
}

p.legal > a{
    text-decoration: none;
    color:#9c9e9f;
}