/*
 Theme Name:   Responsive Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     responsive
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

@import url("../responsive/style.css");

body{
	background: url("/wp-content/themes/responsive-child/images/bgtop.png") repeat-x scroll 0 0 #f5f5f2;
	font-family: 'Century Gothic', 'Muli', sans-serif;
    font-size: 12px;
	color: black;
    line-height: 1.2;
}

/************************ STYLES HOME ONLY */

* {
    margin: 0;
}

html, body.home {
    height: 100%;
}

.home .neopage{
    height: 100%;
}

.home #container {
    min-height: 100%;
    margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}

.home #footer, .home .push {
    height: 200px; /* '.push' must be the same height as 'footer' */
}

.home #footer_widget{
    display: block;
}

.home #footer_widget #text-2 {
    float: none;
    margin: 0;
    width: 100%;
}

.home #footer_widget #text-2 .widget-wrapper{
    background: transparent;
    border: medium none;
    padding: 0;
    margin: 0;
}

.home #footer-wrapper div {
    margin: 0;
}


.home #header::before, .home #header::after {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    bottom: -1px;
    content: "";
    left: -50%;
    position: absolute;
    right: 100%;
    top: 0;
}

.home #header::after {
    left: 100%;
    right: -50%;
}

.home #header {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    display: inline-block;
    padding: 20px 0;
    position: relative;
}

/************************ END */

#footer_widget{
    display: none;
}

body.page-id-23{
    background: url("/wp-content/themes/responsive-child/images/bgtopcontact.jpg") no-repeat scroll center top #f5f5f2;
}

.page-id-23 #wrapper {
    margin-top: 280px;
}

#wrapper{
    padding: 0;
}

.neopage{
    overflow-x:hidden;
}

.hentry h1, .breadcrumb-list {
    display: none;
}

.hometext {
    color: black;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
}

.line1 {
    border-bottom: 1px solid #000000;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.line2 {
    border-bottom: 1px solid #000000;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.155em;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-bottom: 5px;
}

.socialicons {
    text-align: center;
    display: block;/*inline-block*/
}

.socialicons .socic {
    margin: 0 5px;
    width: 30px;
}

.socialicons .bline {
    background: url("/wp-content/themes/responsive-child/images/bline01.png") repeat-x scroll center 14px transparent;
    display: inline-block;
    height: 30px;
    width: 100%;
}

.socialicons > p {
    font-size: 20px;
    margin: 20px 0 10px;
    text-transform: uppercase;
    line-height: normal;
}

#footer_widget .textwidget {
    text-align: center;
}

#wrapper{
	background-color: transparent;
	border: medium none;
	border-radius: 0;
}

.skip-container{
    padding: 0;
}

#header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 120px;
    margin: 0;
    padding: 20px 0 0;
    width: 100%;
}

.main-nav {
    clear: both;
    float: right;
    margin-top: -60px;
}

.menu, .menu a:hover, ul.menu > li:hover{
	background-color: transparent;
	background-image: none;
}

.menu a{
	border-left: none;
	text-shadow: none;
	color: black;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 0;
	margin: 0 0.9em;
}

.menu a:hover{
	color: black;
}

.menu .current_page_item a, .menu .current-menu-item a, .page-id-38 .menu .menu-item-46 > a, .page-id-40 .menu .menu-item-46 > a{
	background-color: transparent;
	border-bottom: 3px solid #000000;
}

.menu ul{
	left: 12px;
}

.menu li li, .menu li li:hover {
	background: none no-repeat scroll 0 0 rgba(0, 0, 0, 0.75) !important;
	border: medium none;
}

.main-nav .menu li li a{
	color: #cccccc;
	border: medium none;
	margin: 0;
}

.main-nav .menu li li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
    border: medium none;
    color: #ffffff;
}

#content-full{
    margin-top: 0;
}

.zonetxt{
    text-align: justify;
}

h2{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}

.floatimg {
    float: left;
    margin: 0 30px 10px 0;
}

.bottomline {
    background: none repeat scroll 0 0 #ffffff;
    display: inline-block;
    position: relative;
    padding: 20px 0;
}

.bottomline:before, .bottomline:after {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    content: "";
    left: -50%;
    position: absolute;
    right: 100%;
    top: 0;
}
.bottomline:after {
    left: 100%;
    right: -50%;
}

.bottomline .floatimg div {
    float: left;
    margin: 0 0 0 20px;
}

.bottomline .zonetxt p {
    margin-top: 0;
}

.bottomline .floatimg {
    float: right;
    margin: 30px 0 0;
}

.contactform {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 75%;
    padding: 0 30px 0 0;
}

.contactform input[type="text"], 
.contactform input[type="email"], 
.contactform textarea,
.col-contact-form input[type="text"],
.col-contact-form input[type="email"],
.col-contact-form textarea {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Century Gothic",sans-serif;
    font-size: 13px;
    padding: 10px;
    width: 100%;
}

.contactinfo .socialicons {
    background: url("/wp-content/themes/responsive-child/images/bline01.png") repeat scroll center -15px transparent;
    text-align: center;
    width: 90%;
}

.contactinfo .socialicons .bline {
    margin: -28px 0 0;
    width: 35px;
}

.contactinfo {
    float: right;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    width: 25%;
}

.contactphone {
    background: url("/wp-content/themes/responsive-child/images/icon_phone.png") no-repeat scroll center top transparent;
    border-bottom: 1px solid #000000;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    padding: 25px 0 8px;
}

.contactfax {
    background: url("/wp-content/themes/responsive-child/images/icon_fax.png") no-repeat scroll center top transparent;
    border-bottom: 1px solid #000000;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    padding: 25px 0 8px;
    margin-top: 10px;
}

.gallery img{
    border: medium none;
}

body .gallery-item {
    float: left;
    margin: 0 1.5% 3%;
    width: 30%;
    max-height: 300px;
    max-width: 300px;
    overflow: hidden;
}
.attachment-thumbnail {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-filter: gray;
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}


.attachment-thumbnail:hover {
    cursor: pointer;
    filter: none;
    -webkit-filter: none;
}

div hr {
    background: none repeat scroll 0 0 #000000;
    clear: none;
    color: #000000;
    width: auto;
}

ul.tag {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 60%;
}

.tag li {
    float: left;
    font-size: 15px;
    list-style: inside none square;
    padding: 5px 0;
    text-transform: uppercase;
    width: 50%;
}

.black-btn, a.button, input[type="reset"], input[type="button"], input[type="submit"] {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    text-shadow: none;
    padding: 10px 15px;
    text-transform: uppercase;
}
.black-btn:hover, a.button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover{
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #cccccc;
}

h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.txtright p {
    font-size: 15px;
}

.bld-unl {
    border-bottom: 3px solid #000000;
    font-weight: 600;
    padding-bottom: 10px;
}

/*#rfwbs_slider{
    opacity: 0.95;
}*/

body.home.rfwbs-active{
    padding: 0;
}

.copyright {
    text-align: center;
    line-height:1px;
    width: 100%;
}

.gallery {
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.gallery .gallery-caption {
    background: none repeat scroll 0 0 #7E7E7E;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    display: none;
    float: right;
    font-size: 12px;
    font-weight: 600;
    height: 60px;
    margin: -300px 0 0;
    padding: 23px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
opacity: 0.7;
}

.gallery-item:hover .gallery-caption {
    display: block;
}

dt {
    margin-bottom: 0;
    margin-top: 0;
    max-height: 300px;
}

.wpcf7-form > p {
    margin: 15px 0 0;
}

.socic {
    margin-bottom: 10px;
    margin-top: 30px;
}

@media screen and (max-width: 850px) {

    .contactform{
        width: 100%;
    }

    .contactinfo{
        float: none;
        width: 100%;
    }

    .zonetxt, .floatimg{
        float: none;
        width: 100%;
        text-align: center;
        margin:20px 30px 20px 0;
    }

    .bottomline .floatimg div {
        display: inline-block;
        float: none;
        margin: 0 10px 30px;
        max-width: 24%;
    }

    ul.tag {
        width: 100%;
    }

}

@media screen and (max-width: 650px) {
    .js .main-nav {
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #999999;
        float: none;
    }
    .menu li li {
        background: #ffffff !important;
    }
    .js .main-nav .menu {
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.75);
        top: 41px;
    }
    .js .main-nav .menu li a {
        border-bottom: medium none;
    }
    .js .main-nav #responsive_current_menu_item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #000;
        cursor: pointer;
        display: block;
        font-size: 16px;
        font-weight: 500;
        height: 40px;
        padding: 10px 40px 10px 10px;
    }
    .js .main-nav a#responsive_menu_button {
        background: url("/wp-content/themes/responsive/core/images/select-icons.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
        height: 40px;
    }
    .js .main-nav a#responsive_menu_button.responsive-toggle-open {
        background: url("/wp-content/themes/responsive/core/images/select-icons.png") no-repeat scroll 0 -41px rgba(0, 0, 0, 0);
    }
    body .gallery-item {
        margin: 0 0 20px;
        width: 100%;
    }
    .main-nav .menu li li a:hover {
        color: #444444;
        border-bottom: medium none;
    }
    .js .main-nav .menu li a:hover, .js .main-nav .menu li li a:hover {
        background-color: transparent !important;
        background-image: none;
        -webkit-filter: none;
        filter: none;
    }

    .bld-unl{
        border-bottom: none;
        padding: 0;
    }

    #wrapper .gallery .gallery-item {
        display: inline-block;
        float: none;
        max-width: 300px;
    }

    .gallery {
        margin: 0 auto 18px;
        text-align: center;
    }
}

.onelinkgal .gallery-item { display: none; width: 100%; margin: 0;}
.onelinkgal .gallery-item:first-child { display: block; }

.onelinkgal {
    float: left;
    margin: 0 1% 20px;
}

.gallery img {
    margin: 0;
}

/* 02 06 2017 */
.wp-caption.alignleft {
    margin: 2px !important;
}
.wp-caption {
    padding: 0 !important;
    padding-top: 5px !important;
}

/* CUSTOM GALERIE */

/* Désactive la 1er image voir ligne 405 ( -2 > -3 ) baguetteBox.js */
/*#baguette-img-0 {
    display: none !important;
}*/
/*
.gallery {
    display: inline-block;
    text-align: center;
    margin: auto;
    position: relative;
    max-width: 300px;
    overflow: hidden;
    max-height: 300px;
    margin-bottom: 3px;
}
body .gallery-item {
    width: 100% !important;
}
.gallery-icon img { min-height: 300px; }
.gallery .gallery-caption {
    margin: 0 !important;
    top: 0;
    position: absolute;
}


#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease; }
#baguetteBox-overlay.visible {
    opacity: 1; }
#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%; }
#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: sans-serif; }
#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px; }

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }
#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out; }
#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out; }

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0; }
    50% {
        margin-left: -30px; }
    100% {
        margin-left: 0; } }

@keyframes bounceFromRight {
    0% {
        margin-left: 0; }
    50% {
        margin-left: -30px; }
    100% {
        margin-left: 0; } }

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0; }
    50% {
        margin-left: 30px; }
    100% {
        margin-left: 0; } }

@keyframes bounceFromLeft {
    0% {
        margin-left: 0; }
    50% {
        margin-left: 30px; }
    100% {
        margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px; }

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease; }
.baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9); }
.baguetteBox-button#next-button {
    right: 2%; }
.baguetteBox-button#previous-button {
    left: 2%; }
.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px; }
.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0; }

.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1); } }

@keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1); } }
*/

/* 09/11/2018 */


.socic {
    text-align: center;
}
.socic strong{
    text-transform: uppercase;
}
.col-contact-form .socialicons {
    background: url("/wp-content/themes/responsive-child/images/bline01.png") repeat scroll center -15px transparent;
    text-align: center;
    width: 50%;
    margin: auto;
}
.contactadresse {
    text-transform: uppercase;
}

.col-contact-form h3 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
}

.col-contact-form h3 .bld-unl {
    padding-bottom: 5px;
    display: inline-block;
}

@media screen and (min-width: 651px) {
    body .display-mobile { display: none; }
    body .display-pc { display: block; }
}
@media screen and (max-width: 650px) {
    body .display-mobile { display: block; }
    body .display-pc { display: none; }
    body .span_1_of_4 {
        margin-top: 20px;
        border-top: 2px dotted #000;
        padding-top: 20px;
    }
}
@media screen and (max-width: 420px) {
    body .socialicons { width: 100%; }
}

/*  SECTIONS  */
.section-contact {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col-contact {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
}
.col-contact:first-child { margin-left: 0; }

/*  GROUPING  */
.group-contact:before,
.group-contact:after { content:""; display:table; }
.group-contact:after { clear:both;}
.group-contact { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_4_of_4 { width: 100%; }
.span_2_of_4 { width: 49.2%; }
.span_1_of_4 { width: 23.8%; text-align: center; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 650px) {
    .col-contact {  margin: 1% 0 1% 0%; }
    .span_4_of_4, .span_2_of_4, .span_1_of_4 { width: 100%; }
}