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

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/**

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:100%;
}

h1#otravista{
    float:left;
    width:150px;
    max-width: 30%;
    margin-left:10px;
    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;
}

div.rs{
    float:right;
    padding-right: 70px;
}

div#menu_container div.rs{
    float:none;
    width: 100%;
    text-align: center;
}

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

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

div.rs > a > svg path, div.rs > a > svg polygon, 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;
}

/****************NAV****************/

#page.menu-ouvert {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

span.menu-bouton{
    display: block;
    width:70px;
    height:70px;
    position: absolute;
    right: 0px;
    top:0px;
    background:url(assets/images/responsive-n.png) no-repeat center bottom #fff;
    -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
    background-size: 100% auto;
    z-index:99;
}

span.menu-bouton.bouton-ouvert{
    background:url(assets/images/responsive-n.png) no-repeat center top #fff;
    background-size: 100% auto;
}

#menu_container{
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #464646;
    width: 100%;
    height: 100%;
    position: fixed;
    padding-top:70px;
    z-index: 50;
    top:0px;
    right: -100%;
    -o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
    z-index: 50;
}

#menu_container.ouvert{
    right: 0;
}

ul.sub-menu{
    display: none;
}

ul.sub-menu.sub-ouvert{
    display: block;
}

ul#menu-navigation-principale li a{
    font-size:13px;
    letter-spacing: 5px;
    font-weight: 100;
    color:white;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding:15px;
    display: block;
    text-align: center;
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
    border-bottom:1px solid #565656;
}

ul#menu-navigation-principale li ul a{
    text-transform: none;
    padding:10px 15px;
    font-weight: 500;
    letter-spacing: 5px;
    font-size:13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    background-color:#3a3a3a;
    border-bottom:1px solid #464646;
}

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

div.custom-slide.homepage {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    left: 0px;
    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: 80%;
    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: 65%;
    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:#1a171b;
    font-size:5vh;
    line-height: 4vh;
    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: 20px;
    padding-left: 0.5%;
    padding-right: 0.5%;
    right: 10px;
    position: absolute;
    height: 580px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    top: 0px;
    z-index: 5;
}

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%;
}

@media screen and (max-width: 600px) {
    div.custom-slide div.hover{
        width:100%;
    }

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

    div.custom-slide div.text_slide h2 > svg{
        display: none;
    }
}

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

section#content{
    width: 90%;
    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%;
    margin:auto;
    background-color:#9c9e9f;
    margin-top:-17px;
    position: relative;
    z-index: 1;
}

div#services{
    margin-top:50px;
    margin-bottom:50px;
}

div#services > div{
    width:100%;
		max-width: 400px;
		margin:auto;
    height:200px;
    border-bottom: 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;
    cursor:pointer;
}

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.a_propos{
	max-width: 800px;
	margin: auto;
	margin-bottom: 50px;
}

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

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

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%;
}

.flipper {
    width: 100%;
    height: 100%;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
	position: absolute;
    width: 100%;
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
    cursor: pointer;
}

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

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

@media screen and (max-width: 550px) {
    div#services > div{
        width:80%;
        margin:auto;
        height:170px;
        border-bottom: 1px solid #9c9e9f;
        border-right: 0px 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;
        cursor:pointer;
    }

    div#services div:last-child, div#services div:nth-child(2){border-right: 0px;}
    div#services div:nth-child(3), div#services div:nth-child(4){border-bottom: 1px solid #9c9e9f;}
    div#services div:last-child{border-bottom:0px;}
    div#services{ margin-top:20px }
}

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

section#contact{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    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-top:20px;
    display: block;
}

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

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

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

footer#colophon{
    width: 100%;
    margin: auto;
    background-color:#e3e4e4;
    padding-bottom:80px;
    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: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    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-top:10px;
    padding-right: 0px;
    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:#1a171b;
    padding:10px 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;
    -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;
    width:150px;
}

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;
    margin-top:10px;
}

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

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

div.header_page{
    width: 100%;
    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 > 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:#000;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

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

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

div.entry-content iframe{
    width: 100%;
    height: 200px;
}

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: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;
}

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

p.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);
}

p.call_to_single > span{
    color:#55bbb2;
}

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

@media screen and (max-width: 650px) {
    div.single_content > div.gallery_single {
        width: 100%;
        float: none;
    }
    div.single_content > div.gallery_single figure {
        margin: 0px;
        padding: 0px;
        width: 33.3333%;
        display: inline-block;
        height: auto;
        padding: 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    p.titre_description > svg{display: none;}
    p.titre_description{margin:auto; text-align: center;}
    div.single_content > div.single_container{
        width:100%;
        float:none;
        text-align: center;
    }
    p.call_to_single{text-align: center;}

}

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

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

@media screen and (max-width: 650px) {
    div.creation_content > a{
        width: 100%;
        max-width: 500px;
    }
}

@-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 > 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: table;
    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{
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:5%;
}

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

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: 100%;
    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:#000;
    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:5px;
    cursor: pointer;
}

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

div.content_membre {
    width: 90%;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: auto;
}

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

div.item_membre{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    bottom:0px;
    left:-100%;
    display: block;
    -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{
    width: 100%;
position: absolute;
z-index: 1;
bottom: 0px;
left: 0px;
height: 400px;
}

div.image > div{
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 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:auto;
    margin-top:20px;
}

div.content_membre > h2 > svg{
    display: none;
}

div.text_container > h1{
    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: 5px;
}

a.caractere {
	position: relative;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	display: block;
	margin: auto;
	width: 100%;
	margin-top: 40px;
}

a.ddc {
	position: relative;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	display: block;
	margin: auto;
	width: 100%;
	margin-top: 15px;
	padding:5px;
	width: 200px;
	background-color:#55bbb2;
}

a.caractere > img{
    margin-left: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 > div.apropos_image{
	background-size:cover;
	background-position: center;
	width:90%;
	margin: auto;
}

div.apropos > div.apropos_container > div.apropos_texte{
	width:90%;
	margin: auto;
	padding:5% 0px;
	-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;
}