/* ----------------------
Stylesheet Guide
-------------------------

FONTS
GENERAL STYLES
MAIN MENU
PAGE STRUCTURE
FORMS
SIDEBAR DROPDOWN MENU
SIDEBAR
BLOG
COMMENTS
GALLERY AND PROJECTS
GOOGLE MAP - INFO BARS
FOOTER
SOCIAL ICONS
DV GALLERY
CONTACT FORM 7
MEDIA

*/

/* ================= FONTS ================== */

@font-face {
    font-family: 'ralewaybold';
    src: url('fonts/raleway-bold-webfont.eot');
    src: url('fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-bold-webfont.woff') format('woff'),
         url('fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-regular-webfont.woff') format('woff'),
         url('fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ================= GENERAL STYLES ================== */

html,
body {
    margin: 0;
    padding: 0;
}
body {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 30px;
    margin-top: 0px;
    line-height: 1;
}
.show {
    display: block !important;
}
.hide {
    display: none !important;
}
.clear {
    clear: both;
}
p {
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 0px;
    word-spacing: 0.15em;
}
/*p:last-child {
    margin-bottom: 0px;
}*/
a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
strong {
    letter-spacing: 0.01em;
}
hr {
    height: 1px;
    width: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 0px;
    margin-left: 0px;
    clear: both;
    outline: none;
    border: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin: 0 0 40px;
    width: 100%;
}
table th {
    text-align: left;
}
dl {
    line-height: 1.5;
}
pre {
    padding: 10px;
}
address {
    margin-bottom: 30px;
}
.flex-img {
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
blockquote {
    margin: 40px 0px;
    padding: 40px 40px 40px 100px;
    position: relative;
}
blockquote:before {
	width: 61px;
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
    margin: 0px;
    z-index: 1;
    content: '';
}
blockquote:after {
	content: '"';
	position: absolute;
	font-size: 100px;
    font-style: normal;
	line-height: 1;
	text-align: center;
	top: 50%;
	left: 17px;
    margin: -20px 0px 0px 0px;
    z-index: 2;
}
blockquote p {
    display: inline;
    margin: 0px;
    line-height: 1.5;
}
blockquote cite {
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    display: block;
    margin-top: 15px;
    text-align: right;
}
blockquote cite:before {
    content: "â€";
}
blockquote,i,em {
    font-style: italic;
}
label {
    line-height: 1;
    margin-bottom: 10px !important;
    display: block;
    font-weight: 700;
}
.label {
    padding: 10px 15px 10px 15px;
    display: inline-block;
}
.ext-link img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.ext-link {
    background-position:center center;
    background-repeat:no-repeat;
    outline: none !important;
    display: block;
    -webkit-backface-visibility: hidden;
}
.ext-link img {
    -webkit-transition:opacity 0.4s ease-in-out;
    -moz-transition:opacity 0.4s ease-in-out;
    -o-transition:opacity 0.4s ease-in-out;
    -ms-transition:opacity 0.4s ease-in-out;
    transition:opacity 0.4s ease-in-out;
    opacity: 1;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
}
.ext-link:hover img {
    opacity: 0.1;
}

/* ================= MAIN MENU  ================== */
.logo {
    float: left;
    padding-left: 40px;
    padding-right: 40px;
}
.logo img {
    width: auto;
    height: 123px;
    max-width: 100%;
    vertical-align: bottom;
    margin: 0px;
}
.logo a {
    outline: none !important;
}
.nav-container {
    margin: 0px auto;
    z-index: 99;
    max-width: 1400px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    pointer-events: none;
}
.toggleMenu {
    display: none;
    list-style: none;
    padding: 15px 40px 15px 40px;
    margin: 0px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    font-weight: 700;
    background-image: url("images/menu-noir.png");
    background-repeat: no-repeat;
    background-position: right 40px center;
    outline: none !important;
    text-transform: uppercase;
    border-top:1px solid rgba(255, 255, 255, 0.1);
    border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
.toggleMenu:hover {
    text-decoration: none;
}
.nav {
    list-style: none;
    *zoom: 1;
    padding: 0px 40px;
    margin: 0;
    line-height: 110px;
    z-index: 9999;
    float: right;
}
.nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    z-index: 99999;
    line-height: 30px;
}
.nav a {
    padding: 5px 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none !important;
}
.nav li.menu-item:last-child {
    height: 7.9rem;
    display: flex;
    align-items: center;
}
.nav li.menu-item:last-child a {
    display: flex;
    align-items: center;
    height: 3em;
    background-color: #58ac3d;
    transition: all 0.2s ease-in-out;
    border-top: none;
} 
.nav li.menu-item:last-child a {
    color: #fff;   
} 
.nav li.menu-item:last-child:hover a{
    background-color: #336323;
    border-top: none
}
.nav ul li a {
    padding: 10px 20px 10px 20px;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > a {
    display: block;
}
.nav li ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
    padding-top: 0px;
}
.nav li li a {
    display: block;
    position: relative;
    z-index: 100;
}
.nav li li li a {
    z-index: 200;
}
.nav li li a:hover,
.nav li li li a:hover {
    padding-left: 25px;
}
/* ================= PAGE STRUCTURE ================== */
.mail-now, .presentation {
    line-height: 1;
    background: -webkit-linear-gradient(left, #58ac3d, #58ac3d 60px, #262626 60px, #262626);
    background-color: #262626;
}
.mail-now span {
    background-image: url(images/mail2.png);
    background-position: 9px center;
}
.presentation span {
    background-image: url(images/zoom.png);
    background-size: 1.7em;
    background-position: 9px center;
}
.notre_equipe span {
    background-image: url(images/people-group-solid.png);
    background-size: 2em;
    background-position: 8px center;
}
#page-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
}
.page-block-left h1,.page-block-left h2,.page-block-left h3,.page-block-left h4,.page-block-left h5,.page-block-left h6 {
    padding: 15px 20px;
    margin-right: -40px;
    margin-bottom: 40px;
}
.page-block-left img {
    max-width: 100%;
}
#left-bg,#right-bg {
    position:fixed;
    height:100%;
    top:0;
    z-index:-1;
}
#left-bg {
    left:0;
}
#right-bg {
    right:0;
}
#site-container {
    position: relative;
}
#main-site-container {
    position: relative;
}
#fullwidth-logo-bg {
    position:absolute;
    height:123px;
    top:0;
    left: 0px;
    z-index:-1;
    width: 650px;
}
.page-block {
    width: 100%;
    max-width: 1400px;
    position: relative;
    margin: 0px auto 0px auto;
    overflow: hidden;
    padding: 0px;
    z-index: 1;
}
.page-block-full {
    width: 100%;
}
.page-block-left {
    float: left;
    width: 400px;
}
.page-block-right {
    float: right;
    margin-bottom: 2rem;
}
.page-block-inner {
    padding: 40px;
}
.page-title-container {
    display: flex;
    align-items: flex-end;
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    z-index: 1;
}
#page-title-bg {
    position: absolute;
    left: 0px;
    top:0px;
    height: 100%;
    z-index: 2;
}
#page-title-text{
    width: 100%;
    margin: 0px auto;
    max-width: 1400px;
    display: block;
}
.no-title-padding {
    padding: 0px !important;
}
.full-h1 {
    margin-left: 0px !important;
}
#page-title-text h1{
    margin: 0px 40px 0px 0px;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    padding: 30px 40px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.no-title-padding h1{
    display: block !important;
    width: 100% !important;
}
#post-date-border {
    height: 80px;
    width: 100%;
    z-index: -1;
}
.post-with-date {
    margin-top: -80px;
}
/* ================= FORMS ================== */
input,
textarea {
    width: 100%;
    display: block;
    margin: 0px 0px 40px 0px;
    padding: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    word-spacing: 0.1em;
    letter-spacing: 0.01em;
}
input:focus,
textarea:focus,
select:focus {
    outline: none !important;
}
input[type="submit"] {
    margin-top: 15px;
}
input[type="checkbox"],input[type="radio"] {
    width: auto;
    margin: 5px 0px;
    padding: 0px;
}
textarea {
    height: 140px;
    margin-bottom: 25px !important;
}
.button,input[type="submit"],.blogpager .previous a,.blogpager .next a {
    width: auto;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin: 0px;
    outline: none;
    padding: 15px 20px 15px 20px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    word-spacing: 0.1em;
    letter-spacing: 0.01em;
}
.search-button {
    background-image: url('images/search.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.searchbox .button {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 50px;
}
.searchbox {
    width: 100% !important;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
}
.searchbox input[type="text"].searchtext {
    width: 70% !important;
    float: left;
    border-right: none !important;
    height: 50px;
    margin-bottom: 0px;
}
.searchbox .button {
    width: 30% !important;
    float: right;
    position: absolute;
    top: 0;
    margin: 0px;
}
.readmore-button {
    word-spacing: 0.1em;
    letter-spacing: 0.01em;
    padding: 10px 0px;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    display: inline-block;
    outline: none !important;
}
.readmore-button:hover {
    padding: 10px 15px;
}
.form-box {
    margin-top: 40px;
}
.page-block-left input,
.page-block-left textarea {
    background-color: rgba(255,255,255,0.1);
}
/* ================= SIDEBAR DROPDOWN MENU ================== */
.widget_nav_menu div {
    margin: 0px;
    line-height: 1;
}
.widget_nav_menu div ul {
    margin: -12px 0px -12px 0px;
    padding: 0px;
    list-style: none !important;
}
.widget_nav_menu div ul li {
    margin:0px;
    padding: 0px;
    border:none !important;
}
.widget_nav_menu div ul li a {
    position: relative;
    display: inline-block;
    padding: 0px;
    outline: none;
    text-decoration: none;
    width: auto;
    margin: 12px 0px 12px 0px;
    -webkit-transition:color 0.2s ease-in-out;
    -moz-transition:color 0.2s ease-in-out;
    -o-transition:color 0.2s ease-in-out;
    -ms-transition:color 0.2s ease-in-out;
}
.widget_nav_menu div ul li a:hover {
    outline: none;
}
.widget_nav_menu div ul ul {
    display: none;
    margin: 12px 0px;
    padding-left: 10px;
}
.widget_nav_menu div ul ul li {
    margin-bottom: 0px;
}
.widget_nav_menu div > ul > li > a.has-sub,.widget_nav_menu div ul > li > a.has-sub2 {
    background-position: 100% 75%;
    background-repeat:no-repeat;
    padding-right: 30px;
}
.widget_nav_menu div > ul > li > a.has-sub {
    background-image: url('images/down.png');
}
.widget_nav_menu div > ul > li > a.has-sub2 {
    background-image: url('images/up.png');
}
/* ================= SIDEBAR ================== */
.sidebar-box {
    margin-bottom: 40px;
}
.sidebar-box:last-child {
    margin-bottom: 0px;
}
.sidebar-list li a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
}
.widget_oriel-projectcats-widget ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_archive ul,
.widget_recent-posts ul,
.widget_rss ul,
#recentcomments {
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}
.widget_oriel-projectcats-widget ul li,
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_recent_comments ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_recent-posts ul li,
.widget_rss ul li,
.recentcomments {
    padding-left: 0px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.widget_oriel-projectcats-widget ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_recent-posts ul li:last-child,
.widget_rss ul li:last-child,
.recentcomments:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.widget_oriel-projectcats-widget ul .children,
.widget_recent_entries ul .children,
.widget_categories ul .children,
.widget_recent_comments ul .children,
.widget_pages ul .children,
.widget_meta ul .children,
.widget_archive ul .children,
.widget_recent-posts ul .children,
.widget_rss ul .children {
    padding-top: 12px;
    margin-top:12px;
    margin-left:12px;
}
.widget_oriel-projectcats-widget ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_archive ul li a:hover,
.widget_recent-posts ul li a:hover,
.widget_rss ul li a:hover,
.recentcomments a:hover {
    text-decoration: none;
}
/* calendar widget */

#wp-calendar {
    width: 100%;
    margin-bottom: -10px !important;
    margin-top: -10px !important;
}
#footer-widgets #wp-calendar {
    opacity: 0.5;
}
#wp-calendar caption {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 15px;
}
#wp-calendar thead {
    font-size: 12px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
#wp-calendar tbody td {
    text-align: center;
    padding: 8px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#wp-calendar tbody td a {
    text-decoration: underline;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    text-align: right;
}
#wp-calendar tfoot #prev {
    padding-top: 10px;
}
.tagcloud {
    position: relative;
    display: inline-block;
}
.tagcloud a {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 7px 5px 7px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    border-left: 3px solid rgba(255, 255, 255, 0.1);
}
.tagcloud a:hover {
    text-decoration: none;
}
/* ================= BLOG ================== */
.temoignage  .blogimage {
    background: none!important;
}
.blogcontainer {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0px 0px 40px 0px;
    padding: 0;
    vertical-align: bottom;
}
.blogcontainer:last-child {
    margin-bottom: 0px;
}
.blogcontainer h4{
    margin-bottom: 15px;
}
.blogcontainer p {
    margin-bottom: 35px;
}
.blogcontainer p.postdate {
    line-height: 1;
    font-style: italic;
    margin: 0px 0px 35px 0px;
}
.blogcontainer .button{
    margin: 0px;
}
.postcontent {
    float: right;
    width: 60%;
    padding: 40px;
    position: relative;
}
.postcontent.withoutfimage {
    width: 100% !important;
}
.gallerycontent.withoutfimage {
    width: 100% !important;
}
.blogimage {
    position: absolute;
    left:0;
    top:0;
    width: 40%;
    height: 100%;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}
.blogimage a{
    position: absolute;
    left:0;
    top:0;
    width: 100.1%;
    height: 100%;
    opacity: 0;
    -webkit-transition:opacity 0.4s ease-in-out;
    -moz-transition:opacity 0.4s ease-in-out;
    -o-transition:opacity 0.4s ease-in-out;
    -ms-transition:opacity 0.4s ease-in-out;
    transition:opacity 0.4s ease-in-out;
    background-position:center center;
    background-repeat:no-repeat;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}
.right-img .blogimage a,.right-img .blogimage,.right-img .dv-galleryimage{
    left: inherit;
    right: 0px;
}
.right-img .postcontent,.right-img .dv-gallerycontent{
    float: left;
}
.blogimage a:hover{
    opacity: 0.9;
}
.blogpager {
    width:100%;
    position:relative;
    display:inline-block;
    vertical-align:bottom;
    margin: 0px;
}
.blogpager .previous a,.blogpager .next a {
    margin: 0px !important;
}
.previous {
    float:left;
    width:50%;
    padding:0px;
}
.next {
    float:right;
    width:50%;
    text-align:right;
    padding:0px;
}
.subtitle-bar {
    padding: 0px 40px;
    margin: 0px;
    height: 80px;
}
.subtitle-bar p {
    padding-left: 40px;
    margin: 0px;
    line-height: 80px;
}
.subtitle-bar .dateicon {
    padding-left: 40px;
    background-image: url('images/date.png');
    background-position: left center;
    background-repeat: no-repeat;
}
.blogmetadata {
    padding: 40px;
    margin: 0px 0px 30px 0px;
}
.blogmetadata p {
    margin-bottom: 0px;
}
.blogmetadata a:hover {
    text-decoration: none;
}
/* ================= COMMENTS ================== */
.comments_block {
    margin-bottom: -30px;
}
.comments {
    margin-top:30px;
    margin-bottom:0px;
}
.comments p {
    margin-bottom:40px !important;
}
.comments .meta {
    margin-bottom:10px !important;
    font-weight: 700;
}
.comments_content {
    padding-top:10px;
    position:relative;
}
.commentlist,
.comments_block .children {
    list-style: none !important;
    padding: 0px !important;
    margin: 0px;
}
.comments_block .children li {
    background-image: url(images/reply.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 60px;
}
.comments_block .children li ul li {
    background-image: none;
    padding-left: 0px;
}
.comments_block .fn {
    font-style: normal;
}
/* ================= GALLERY AND PROJECTS ================== */
.gallerycontainer {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0px 0px 40px 0px;
    padding: 0;
    vertical-align: bottom;
}
.gallerycontainer:last-child {
    margin-bottom: 0px;
}
.gallerycontainer h4{
    margin-bottom: 30px;
}
.gallerycontainer p {
    margin-bottom: 35px;
}
.gallerycontainer p.postdate {
    line-height: 1;
    font-style: italic;
    margin: 0px;
}
.gallerycontainer .button{
    margin: 0px;
}
.gallerycontent {
    float: right;
    width: 40%;
    padding: 40px;
    position: relative;
}
.galleryimage {
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    top:0;
    width: 60%;
    height: 100%;
    vertical-align: bottom;
}
.galleryimage a{
    position: absolute;
    left:0;
    top:0;
    width: 100.1%;
    height: 100%;
    opacity: 0;
    -webkit-transition:opacity 0.4s ease-in-out;
    -moz-transition:opacity 0.4s ease-in-out;
    -o-transition:opacity 0.4s ease-in-out;
    -ms-transition:opacity 0.4s ease-in-out;
    transition:opacity 0.4s ease-in-out;
    background-position:center center;
    background-repeat:no-repeat;
    vertical-align: bottom;
}
.right-img .galleryimage a,.right-img .galleryimage{
    left: inherit;
    right: 0px;
}
.right-img .gallerycontent{
    float: left;
}
.galleryimage a:hover{
    opacity: 0.9;
}
/* ================= FOOTER ================== */
#footer {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 2em;
    vertical-align: bottom;
    width: 100%;
    z-index: 9;
}
#footer p {
    color: #fff;
}
.footer-info {
    margin: 0 auto;
    padding: 0 40px;
    vertical-align: bottom;
    width: fit-content;
}
.footer--logo img {
    width: 308px;
}
.footer--top.container {
    width: 100%;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 900px) {
    .footer--top.container {
        justify-content: initial;
        align-items: center;
        flex-direction: column;
    }
    .footer--top.container div {
        margin-right: 0;
    }
    .footer--logo {
        margin-bottom: 2em;
    }
}
.footer--top .box-social ul {
    list-style: none;
}
.footer--top div {
    margin-right: 3em;
}
.credits {
    display: inline-block;
    font-size: 13px;
    line-height: 60px;
    margin: 0;
    /* opacity: 0.7; */
    padding: 0;
}
.credits p{
    line-height: 60px;
    margin-bottom: 0;
}
/* ================= SOCIAL ICONS ================== */
.social-icons {
    list-style-type: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    float: right;
}
.social-icons li {
    float: left;
    display: block;
    margin: 0px 0px 0px 20px;
    padding: 0;
    line-height: 60px;
}
.social-icons li img {
    width: 16px;
    height: auto;
    vertical-align: middle;
    opacity: 0.5;
}
.social-icons li img:hover {
    opacity: 1;
}
.social-icon {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.social-icon:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
/* ================= WORDPRESS ================== */
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft {
    margin: 0px 30px 40px 0px;
}
img.alignright {
    margin: 0px 0px 40px 30px;
}
img.aligncenter {
    margin-bottom: 40px;
}
img.alignnone {
    float: none;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image,
img.alignnone,
img.alignright,
img.aligncenter,
img.alignleft {
    max-width: 100% !important;
    height: auto;
}
.wp-caption {
    max-width: 100% !important;
    margin-bottom: 30px;
}
.wp-caption img {
    max-width: 100% !important;
    margin-bottom: 30px;
}
.wp-caption-text {
    margin-top: -20px;
}
.gallery-caption {} .bypostauthor {} .sticky p {
    font-weight: bold;
}
.message {
    margin-top: 21px;
}
.form-allowed-tags {
    font-size: 12px;
}
.page-block-left select {
    padding: 5px !important;
    max-width: 100% !important;
}
.post-password-form {
    margin-bottom: 30px;
}
.gallery-item img {
    margin-bottom: 30px;
}
.wp-audio-shortcode {
    margin-bottom: 30px;
}
embed,
iframe {
    max-width: 100%;
}
/* ================= DV GALLERY ================== */
.dv-galleryimage a {
    -webkit-transform: translateX(0%) !important;
    -moz-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
}
.dv-gallerycontent-inner > .dvh4,.dv-readmore-button,.latest-dvgalleries  > figcaption > div > .dvh5,.dv-previous a,.dv-next a {
    font-weight:normal !important;
}
.dvsquare > a {
    background-image:none !important;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.dvsquare > a:hover img {
    opacity: 1 !important;
}
/* ================= CONTACT FORM 7 ================== */
div.wpcf7-mail-sent-ok,div.wpcf7-mail-sent-ng,div.wpcf7-spam-blocked,div.wpcf7-validation-errors {
	border-width: 0px 0px 0px 3px !important;
    padding: 20px;
    margin:30px 0px 0px 0px;
}
span.wpcf7-not-valid-tip {
	margin-top: -25px;
}
.wpcf7-form p {
    margin: 0px;
}
.wpcf7-form select {
    margin-bottom: 30px;
    padding: 15px;
}
.wpcf7-form-control {
    width: 100%;
}
.submit{
    margin-bottom: 50px;
}
/* ================= MEDIA ================== */
@media only screen and (max-width: 1024px) {
    .main-icon-container {
        margin-left: 0px;
        margin-right: 0px;
    }
    #page-title-bg,#fullwidth-logo-bg {
        display: none;
        width: auto;
    }
    #page-title-text h1 {
        margin-left: 0px !important;
    }
    .logo {
        width:100%;
    }
    .logo img{
        height: auto;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-image: url("images/downArrow-noir.png");
        background-repeat: no-repeat;
        background-position: right 40px center;
    }
    .nav li li .parent {
        background-image: url("images/downArrow-noir.png");
        background-repeat: no-repeat;
        background-position: right 40px center;
    }
    .nav li li .parent:hover {
        background-image: url("images/downArrow-noir.png");
        background-repeat: no-repeat;
        background-position: right 40px center;
    }
    .nav {
        float: none;
        line-height: 40px;
        padding: 0px;
    }
    .nav ul li:first-child {
        margin-top: 0px;
    }
    .nav ul li:last-child {
        margin-bottom: 0px;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
    .nav > li.hover > ul,
    .nav li li.hover ul {
        position: static;
    }
    .nav li li a:hover,.nav li li li a:hover {
        border-left: none;
        padding-left:40px;
    }
    .nav a,.nav ul li a {
        padding: 10px 40px;
    }
    .nav a,.nav > .activelink > a,.nav > li > a:hover {
        border-top:none;
    }
    .nav ul li ul li a {
        background-color:rgba(255,255,255,0.1);
    }
    .page-block-left {
        float: right;
        width: 100% !important;
    }
    .page-block-right {
        float: left;
        width: 100% !important;
    }
    .page-block-left h1,.page-block-left h2,.page-block-left h3,.page-block-left h4,.page-block-left h5,.page-block-left h6 {
        margin-right: 0px;
    }
    #left-bg,#right-bg {
        display: none !important;
    }
    #main-site-container {
        min-height: 0px !important;
        padding-bottom:0px !important;
    }
    #footer {
        position: relative !important;
        height: auto !important;
    }
}
@media only screen and (max-width: 768px) {
    .postcontent,.gallerycontent {
        float:none;
        width: 100%;
    }
    .blogimage,.galleryimage {
        position: relative !important;
        width: 100%;
        height: 250px;
    }
}
@media only screen and (max-width: 640px) {
    #page-title-text h1{
        padding: 20px 40px;
    }
    h1{
        font-size: 34px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 24px;
    }
    blockquote p {
        font-size: 17px;
    }
    .faq dt:after {
        font: bold 45px/30px Sans-Serif;
        padding: 30px;
        width: 30px;
        height: 30px;
    }
    .faq dt, .faq dd {
        padding-left: 115px;
    }
    blockquote {
        padding-left:40px;
    }
    blockquote:before {
	   width: 10px;
    }
    blockquote:after {
	   content: '';
    }
    .blogimage,.galleryimage {
        height: 200px;
    }
}
@media only screen and (max-width: 480px) {
    #page-title-text{
        padding: 0px;
    }
    #page-title-text h1{
        display: block;
        width: 100%;
    }
    .logo {
        text-align: center;
    }
    .postcontent,.gallerycontent,.oriel-message {
        padding: 30px;
    }
    #footer {
        padding: 10px 0px;
    }
    .social-icons {
        float: left;
    }
    .social-icons li {
        margin: 0px 20px 0px 0px;
    }
    .social-icons li:last-child {
        margin: 0px;
    }
    .credits,.social-icons li {
        line-height: 40px;
    }
    .page-block-left .boxdirectories .dvgrid{height:auto !important;}
    .page-block-left .boxdirectories .dvgrid li{position: relative !important;left: 0px !important;top: 0px !important;float: left;margin: 0px 5px 10px !important;}
    .notre_equipe .size1_2, .notre_equipe .size1_3 {
        width: 100%;
    }
    .notre_equipe .pageElement {
        margin-bottom: 1rem;
    }
}
@media only screen and (max-width: 340px) {
    .subtitle-bar .dateicon {
        padding-left: 0px;
        background-image: none;
    }
}


/* ================= TRICKS ================== */
.content-column.one_third .testimonial,
.slider-container .testimonial,
.noTitle h4,
.page-block-right .latestposts-widget,
.page-block-left #latestnews500195020,
.page-block-left .clear-carousel { display: none; }

/*==================18-09-15==============*/
.PostDescription{
    margin-bottom: 30px;
}
.searchResults{float:none;width:100%;}
.blogPostDetail p:last-child{margin-bottom:30px}
/*.glaleriePhoto #left-bg{ display:none;}*/
.pContact .page-block-right .testimonial{display:none;}
.map > div{width:100% !important;background:#f5f5f5;margin-bottom:30px !important;}
/*.glaleriePhoto .latest-dvgalleries{float:left;width:48%;margin:0 1% 20px;}
.glaleriePhoto .latest-dvgalleries > figcaption {
    background-color:  #f5f1f0;
    min-height: 285px;
}
.glaleriePhoto .tagcloud {margin:0 2%;}
.glaleriePhoto .tagcloud a {
    background-color:  #f5f1f0;
    font-size: 18px !important;
    padding: 15px 25px;
    float: left;
    cursor: pointer;
    margin: 0 1px 1px 0 !important;
    transition: all 0.2s ease-in-out 0s;
    width: auto;
    color:#6c7476;
}
.glaleriePhoto .tagcloud a:hover{
    background: #58ac3d;
    color: #ffffff;
}
.glaleriePhoto .pager a{
    border: medium none !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    margin: 0;
    outline: medium none !important;
    padding: 15px 20px !important;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 0.2s ease-in-out 0s;
    width: auto;
    word-spacing: 0.1em;
    background-color: #58ac3d;
    color:#fff;
}
.glaleriePhoto .pager a:hover, .glaleriePhoto .pager .pager_current_page{ background:#1b1b1b;
}*/


.col-xs-12{
    float: left;
    width: 100%;
    padding: 15px;
}
.col-sm-6{
     float: left;
    width: 50%;
    padding: 15px;
}
.col-md-3{
     float: left;
    width: 25%;
    padding: 15px;
}
.col-md-9{
     float: left;
    width: 75%;
    padding: 15px;
}

.alert-cookie{
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
    background-color: #000000;
    text-align: center;
    color:#ffffff;
    z-index: 999;
    padding: 20px;
}

.alert-cookie a{
   color:#ffffff;
   text-decoration: underline;
}

.alert-cookie button{
   background-color:#58ac3d;
   color:#ffffff;
}


.carret > a{
    position: relative;
}

.carret > a:after{
    right:0 ;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #ffffff;
    border-width: 6px;
    margin-top: -6px;
}

.pPortfolio #page-title-bg{
    display: none;
}

.home .slider-filter-text{
    display: none;
}

.elementPicture img{vertical-align: middle; }

#gallery_347{
    margin-bottom: 20px;
}
#gallery_347 img{
    max-width: 170px;
}


.elementDiaporama{
    max-height: 600px;
    overflow: hidden;
}

/* @screen-md */
@media (min-width: 992px) {
    .posLeft{
        float: left;
    }
    .size1_2{
        width: 50%;
        padding: 0 15px;
    }
    .clearfix{
        clear: both;
    }
    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table;
    }
    .clearfix:after {
        clear: both;
    }
}
.diaporamaSimpleSlideshow { margin: 20px 0; }
.diaporamaSlide { background: #eee; }
.diaporamaControlPrev, .diaporamaControlNext {
	padding: 20px;
	margin-top: -30px;
	cursor: pointer;
	line-height: 1;
	background: rgba(0,0,0,.4);
	border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.diaporamaControlNext {
	border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
}
.diaporamaControlPrev:hover {
	padding-left: 30px;
	background: rgba(0,0,0,.7);
}
.diaporamaControlNext:hover {
	padding-right: 30px;
	background: rgba(0,0,0,.7);
}
.diaporamaSimpleSlideshow > div > span {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}
.diaporamaSimpleSlideshow .diaporamaControlPrev::before,
.diaporamaSimpleSlideshow .diaporamaControlNext::before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.diaporamaSimpleSlideshow .diaporamaControlPrev::before { content: '<'; }
.diaporamaSimpleSlideshow .diaporamaControlNext::before { content: '>'; }
.diaporamaSimpleSlideshow .diaporamaDots > div {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	line-height: 9px;
	background: #fff;
}
.diaporamaSimpleSlideshow .diaporamaDots > div::before, .diaporamaSimpleSlideshow .diaporamaDots > div::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -20px;
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-bottom: 30px solid #fff;
}
.diaporamaSimpleSlideshow .diaporamaDots > div::after {
	left: auto;
	right: -20px;
	border-left: none;
	border-right: 20px solid transparent;
}
.diaporamaSimpleSlideshow .diaporamaDots span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	cursor: pointer;
	text-indent: -9999px;
	border: 1px solid rgb(150,150,150);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.diaporamaSimpleSlideshow .diaporamaDots span:hover,
.diaporamaSimpleSlideshow .diaporamaDots span.diaporamaDotActive { background: rgba(150,150,150,.6); }
.diaporamaExtra > div {
	display: inline-block;
	padding: 10px;
	color: #222;
	text-align: left;
	background: rgba(255,255,255,.8);
}
.diaporamaExtraMiddleLeft,
.diaporamaExtraMiddleRight,
.diaporamaExtraMiddleCenter {
	padding: 0 70px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.diaporamaExtraTopLeft,
.diaporamaExtraTopRight,
.diaporamaExtraTopCenter { padding: 10px; }
.diaporamaExtraBottomLeft,
.diaporamaExtraBottomRight,
.diaporamaExtraBottomCenter { padding: 10px 10px 40px; }

.diaporamaExtraTopCenter,
.diaporamaExtraBottomCenter,
.diaporamaExtraMiddleCenter,
.diaporamaExtra.diaporamaExtraTopCenter > div,
.diaporamaExtra.diaporamaExtraBottomCenter > div,
.diaporamaExtra.diaporamaExtraMiddleCenter > div { text-align: center; }

.diaporamaExtraTopRight,
.diaporamaExtraMiddleRight,
.diaporamaExtraBottomRight { text-align: right; }
.diaporamaExtra strong { display: block; }

/*SUPPORT*/
.logo img {
    /* height: auto!important; */
    width: 308px;
    object-fit: contain;
    margin-top: 15px;
}

.home #slider-filter{
    background: none;
    height: auto;
}

.visuelPromo {
    margin-bottom: 2em;
}

.visuelPromo img {
    max-width: 100%;
    object-fit: cover;
}

@media screen and (min-width: 500px) {
    .visuelPromo img {
        max-width: 50%;
    }
    .page-title-container {
        height: 498px;
    }
}