@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;700&family=Barlow+Semi+Condensed:wght@400;700&display=swap");
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html {
font-size: 62.5%;
font-family: 'Josefin Sans';
font-weight: 300;
}
body {
font-size: 1.35rem;
font-size: clamp(1.2rem, 3vw, 1.6rem);
padding: 6.5rem 0 0;
background: #FFF;
color: #0f0b07;
max-width: 100vw;
overflow-x: hidden;
}
html.no-js {
margin-top: 0 !important;
}
#wpadminbar {
opacity: .1;
transition: top .3s ease;
top: -30px;
}
#wpadminbar:hover {
opacity: 1;
top: 0;
}
h1,
h2,
h3 {
font-family: 'Barlow Semi Condensed';
font-weight: 700;
color: #ff8000;
font-size: 6rem;
font-size: clamp(4rem, 5.5vw, 6rem);
}
h1 {
margin: 1rem 0 2rem;
color: #0f0b07;
}
h2 {
font-size: 4rem;
font-size: clamp(3rem, 4vw, 4rem);
}
h3 {
font-size: 2.2rem;
font-size: clamp(2rem, 3.5vw, 2.2rem);
}
#main-menu {
background: #FFF;
color: #0f0b07;
align-items: center;
box-shadow: 0 0 .4rem rgba(0, 0, 0, .1), 0 0 .8rem rgba(0, 0, 0, .05);
-webkit-transition: all .3s ease .15s;
-moz-transition: all .3s ease .15s;
transition: all .3s ease .15s;
background: #FFF;
box-shadow: 0 0 .5rem rgba(0, 0, 0, .2);
}
#main-menu nav.navbar {
width: 100%;
}
#main-menu .dropdown-menu {
padding: 0;
border-radius: 0 0 .4rem .4rem;
overflow: hidden;
}
#main-menu .dropdown-item {
padding: .5rem 1rem;
font-family: 'Barlow Semi Condensed';
color: #0f0b07;
font-size: 1.7rem;
background: #FFF;
-webkit-transition: all .3s ease .15s;
-moz-transition: all .3s ease .15s;
transition: all .3s ease .15s;
}
#main-menu .dropdown-item:hover {
color: #ff8000;
}
#main-menu .current-menu-item>.dropdown-item {
color: #FFF;
background: #ff8000;
}
#logo {
display: block;
min-width: 15rem;
max-width: 20rem;
margin: 0 auto;
padding: 0;
background: url(//www.jean-latour.com/wp-content/themes/jeanlatour/none) 50% 50% no-repeat;
background-size: contain;
height: 4.5rem;
-webkit-transition: all .3s ease .15s;
-moz-transition: all .3s ease .15s;
transition: all .3s ease .15s;
}
#reseaux-sociaux span.title {
display: none;
}
#reseaux-sociaux a {
display: block;
padding: 0 .25rem;
margin: 0 .5rem;
}
#main-menu .nav-link {
padding: .5rem 1rem;
font-family: 'Barlow Semi Condensed';
font-weight: 400;
color: #0f0b07;
font-size: 2.2rem;
transition: all .3s ease;
}
#main-menu li.active .nav-link,
#main-menu .nav-link:hover {
color: #ff8000;
}
body #main-menu .navbar {
padding: 1rem 1rem;
-webkit-transition: padding .3s ease .15s;
-moz-transition: padding .3s ease .15s;
transition: padding .3s ease .15s;
}
body.scrolled #main-menu.headerresize .navbar {
padding: 0.25rem 1rem;
}
body #main-menu input {
font-size: .9em;
}
#footer {
position: relative;
background: #ff8000;
margin: 3rem 0 0;
color: #FFF;
line-height: 1.1;
font-size: 1.1em;
padding: 1.5rem 0;
}
#footer a {
color: #0f0b07;
}
#footer2 {
text-align: center;
}
#footer3 {
text-align: right;
}
#main-container {
flex-grow: 1;
}
#content_wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
min-height: calc(100vh - 6.5rem);
}
#content_wrapper:after {
content: '';
display: block;
height: 7rem;
width: 7rem;
background: url(//www.jean-latour.com/wp-content/themes/jeanlatour/img/arrondi-haut.svg) 100% 0 no-repeat;
background-size: contain;
position: absolute;
top: 0;
right: 0;
z-index: 1031;
}
#footer:after {
content: '';
display: block;
height: 6rem;
background: url(//www.jean-latour.com/wp-content/themes/jeanlatour/img/arrondi-bas.svg) 0 0 no-repeat;
background-size: contain;
position: absolute;
top: -5.9rem;
left: 0;
right: 0;
}
#backtotop {
background: #ff8000;
;
color: #0f0b07;
}
#backtotop {
position: absolute;
top: -4rem;
right: 0;
z-index: 100;
font-size: 2rem;
padding: .5rem;
box-shadow: 0 0 .4rem rgba(0, 0, 0, .1);
}
footer>div.container-fluid>#backtotop {
right: 3.2rem;
}
#backtotop>span {
display: none;
}
.container,
.container-fluid {
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: stretch;
}
.row {
flex-grow: 1;
}
.equalheight {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}
.equalheight>[class*='col-'] {
display: flex;
flex-direction: column;
}
.equalheight.align-items-start>[class*='col-'] {
place-self: stretch;
}
.equalheight>[class*='col-']>div,
.equalheight>[class*='col-']>div>div {
height: 100%;
}
.equalheight>[class*='col-']>div>div.nrv-texte {
height: auto;
}
.fa,
.fas,
.far {
font-family: fontawesome;
font-style: normal;
}
.container-fluid,
.container {
position: relative;
}
.col {
position: relative;
z-index: 1;
}
#wrapper {
overflow: hidden;
transition: all .3s ease;
width: 100vw;
}
.navbar-nav .nav-link {
padding: .5rem 1rem;
}
img {
max-width: 100%;
height: auto;
}
#galerie,
body.home .liste_articles,
body.home .liste_clients,
body.home .liste_certifications {
position: relative;
margin: 0 auto 2.5rem;
width: 100%;
}
body.home .liste_certifications {
margin-top: 2.5rem;
}
.ekko-lightbox-nav-overlay a span,
.ekko-lightbox-nav-overlay a:last-child span,
#galerie .slick-arrow,
body.home .liste_linkedin .slick-arrow,
body.home .liste_articles .slick-arrow,
body.home .liste_clients .slick-arrow {
display: block;
width: 3rem;
height: 5rem;
position: absolute;
top: 50%;
left: 1.5rem;
margin: -2.5rem 0 0;
background: url(//www.jean-latour.com/wp-content/themes/jeanlatour/img/prev.svg) 50% 50% no-repeat;
background-size: contain;
z-index: 1;
text-indent: -100rem;
overflow: hidden;
border: none;
border-radius: 0;
outline: none;
}
body.home .liste_linkedin .slick-arrow,
body.home .liste_clients .slick-arrow {
left: -3rem;
}
.ekko-lightbox-nav-overlay a:last-child span,
#galerie .slick-next,
body.home .liste_linkedin .slick-next,
body.home .liste_articles .slick-next,
body.home .liste_clients .slick-next {
left: auto;
right: 1.5rem;
background-image: url(//www.jean-latour.com/wp-content/themes/jeanlatour/img/next.svg);
}
.ekko-lightbox-nav-overlay a span {
position: relative !important;
left: auto !important;
right: auto !important;
top: auto !important;
flex: 0 0 3rem;
color: transparent;
margin: 0 auto 0 0 !important;
}
.ekko-lightbox-nav-overlay a:last-child span {
margin: 0 0 0 auto !important;
}
body.home .liste_linkedin .slick-next,
body.home .liste_clients .slick-next {
right: -3rem;
}
body.home .liste_articles .item {
display: block;
width: 100%;
padding: 45vw 0 0;
position: relative;
height: 0;
background: url(//www.jean-latour.com/wp-content/themes/jeanlatour/none) 50% 50% no-repeat;
background-size: cover;
}
body.home .liste_articles .item + .item {
display: none;
}
body.home .liste_articles.slick-initialized .item + .item {
display: block;
}
body.home .liste_articles .item>div {
display: block;
position: absolute;
padding: 1.6rem 1.7rem 1.7rem;
bottom: 3rem;
min-width: 40rem;
max-width: 37.5%;
border-radius: 1.5rem;
background: rgba(15, 11, 7, .7);
color: #ff8000;
font-weight: 400;
right: 5rem;
opacity: 1;
}
body.home .liste_articles.slick-initialized .item>div {
right: 0;
opacity: .1;
transition: right .6s ease-in .4s, opacity .4s ease .4s;
}
body.home .liste_articles .item.slick-current>div {
right: 5rem;
opacity: 1;
}
body.home .liste_articles h2 {
font-weight: 700;
margin: 0 0 .6rem;
line-height: 1.2;
color: #FFF;
left: 2rem;
position: relative;
transition: all .55s ease .55s;
font-size: clamp(2.6rem, 3.8vw, 3.6rem);
}
body.home .liste_articles h2>a {
text-decoration: none;
color: inherit;
}
body.home .liste_articles h2>a:hover {
text-decoration: none;
color: #ff8000;
}
body.home .liste_articles h2>a>span {
display: block;
font-weight: 700;
font-size: clamp(1.4rem, 1.3vw, 2.4rem);
}
body.home .liste_articles .item.slick-current h2 {
left: 0;
}
.liste_posts .item{
display: flex;
}
.liste_posts .item>div{
position: relative;
border: 1px #DDD solid;
padding: 0 0 1.5rem;
}
.liste_posts a{
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.liste_posts a>span{
display: none;
}
#certifications {
background: #0f0b07;
color: #FFF;
padding: 2.5rem 0;
margin: 2.5rem auto;
}
.liste_linkedin .item,
.liste_certifications .item,
.liste_clients .item {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 0 1.5rem;
outline: none;
text-align: center;
width: 100%;
}
.liste_certifications .img,
.liste_clients .img {
display: block;
margin: 0 auto 1.5rem;
position: relative;
width: 100%;
height: 0;
padding: 100% 0 0;
background: #FFF;
border-radius: 1.5rem;
overflow: hidden;
}
.liste_certifications .img a,
.liste_clients .img a,
.liste_clients .img>span {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 1rem;
left: 1rem;
right: 1rem;
bottom: 1rem;
}
.liste_clients .img a,
.liste_clients .img>span {
background: url(//www.jean-latour.com/wp-content/themes/jeanlatour/none) 50% 50% no-repeat;
background-size: contain;
margin-bottom: 3rem;
}
.liste_clients .img a>span,
.liste_clients .img>span>span {
display: block;
position: absolute;
bottom: -3rem;
left: 1.5rem;
right: 0;
color: #FFF;
background: rgba(0, 0, 0, .9);
padding: .5rem 1.5rem;
text-align: center;
font-size: 1.1rem;
line-height: 1.1;
min-height: 2.5rem;
border-radius: 2rem .4rem .4rem;
}
.alignright {
float: right;
margin-left: 1rem;
}
.alignleft {
float: left;
margin-right: 1rem;
}
.aligncenter {
display: block;
margin: 1rem auto;
}
#presentation img {
max-width: 35%;
max-width: clamp(20rem, 35%, 55rem);
}
#presentation hr+.row img {
max-width: 100%;
}
#main-container ul {
display: block;
padding: 0;
margin: .5rem 0;
}
#main-container ul>li {
list-style: none;
position: relative;
margin: 1.25rem 0 1.25rem 1.5rem;
padding: 0 0 0 2.5rem;
text-indent: 0;
}
#main-container ul>li:before {
content: '';
display: inline-block;
position: relative;
margin-right: .5rem;
vertical-align: middle;
width: 1.45rem;
height: 1.3rem;
background: #ff8000;
border-radius: 50% .4rem .4rem;
}
body.page-id-339 #main-container ul>li:before {
background: #0f0b07;
width: 1.12rem;
height: , 95rem;
}
hr {
display: block;
width: 100%;
height: 1px;
position: relative;
border: none;
clear: both;
margin: 2.5rem auto;
margin: clamp(2.5rem, 3.5vh, 5rem) auto;
}
hr:before {
content: '';
display: block;
width: 15rem; height: .1rem;
background: #ff8000;
position: absolute;
top: 0;
left: 50%;
margin-left: -7.5rem; }
iframe {
max-width: 100%;
}
iframe.gmap {
width: 100%;
height: 60vh;
max-height: 60rem;
}
.form-control {
font-size: 1.4rem;
}
.form-check-input {
margin-right: 1rem;
}
span.wpcf7-list-item-label {
margin: 0 0 0 .5rem;
}
.form-check {
padding-left: .5rem;
}
input[type="submit"] {
font-size: 1.6rem;
font-weight: 700;
display: block;
text-align: center;
width: 100%;
}
#filtre .btn {
font-size: 1.4rem;
margin: .25rem .25rem .25rem 0;
}
#filtre .btn+.btn {
margin: .25rem;
}
#filtre .btn.off {
color: #ff8000;
background-color: #FFF;
border-color: #ff8000;
}
#liste_realisations {
margin: 1.5rem 0;
}
#liste_realisations .item {
position: relative;
width: 33.333%;
padding: 0 1.5rem;
}
#filtre .btn:after {
font-family: 'dashicons';
color: #FFF;
font-size: 2rem;
display: inline-block;
margin: 0 0 0 1rem;
line-height: 1;
vertical-align: bottom;
}
#filtre .btn.off:after {
color: #DDD;
}
body.single-realisations h3.marches span,
body.single-realisations h3.domaines span {
position: relative;
display: inline-block;
margin: 0 3rem 0 0;
}
body.single-realisations h3.marches span:before,
body.single-realisations h3.domaines span:before,
#liste_realisations .item:before,
#liste_realisations .item .domaines span:before {
font-family: 'dashicons';
color: #FFF;
font-size: 2rem;
display: block;
position: absolute;
top: 0;
right: 1rem;
padding: 0 .5rem;
z-index: 1;
background: rgba(0, 0, 0, .9);
border-radius: .4rem;
}
body.single-realisations h3.marches span:before,
body.single-realisations h3.domaines span:before {
display: inline-block;
position: relative;
}
body.single-realisations h3.domaines span:before,
#liste_realisations .item .domaines span:before {
background: rgba(255, 128, 0, .9);
}
#liste_realisations .item .domaines span:before {
position: relative;
right: auto;
}
body.single-realisations h3.marches span.particuliers:before,
#filtre .btn[data-filter="particuliers"]:after,
#liste_realisations .item.particuliers:before {
content: "\f102";
}
body.single-realisations h3.marches span.professionnels:before,
#filtre .btn[data-filter="professionnels"]:after,
#liste_realisations .item.professionnels:before {
content: "\f338";
}
body.single-realisations h3.marches span.institutionnels:before,
#filtre .btn[data-filter="institutionnels"]:after,
#liste_realisations .item.institutionnels:before {
content: "\f16a";
}
body.single-realisations h3.domaines span.sol-pmr:before,
#filtre .btn[data-filter="sol-pmr"]:after,
#liste_realisations .item .domaines span.sol-pmr:before {
content: "\f538";
}
body.single-realisations h3.domaines span.peinture-interieure-protection-murale:before,
#filtre .btn[data-filter="peinture-interieure-protection-murale"]:after,
#liste_realisations .item .domaines span.peinture-interieure-protection-murale:before {
content: "\f100";
}
body.single-realisations h3.domaines span.peinture-exterieure:before,
#filtre .btn[data-filter="peinture-exterieure"]:after,
#liste_realisations .item .domaines span.peinture-exterieure:before {
content: "\f176";
}
#liste_realisations .item .domaines {
display: flex;
position: absolute;
top: 3.5rem;
right: 1rem;
}
#liste_realisations .item .domaines span {
display: block;
margin: 0 0 0 .5rem;
}
#liste_realisations .item a {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
#liste_realisations .item>div {
margin: 1.5rem auto;
border: 1px #DDD solid;
}
#liste_realisations .item .img {
display: block;
width: 100%;
padding: 64% 0 0;
background: #EEE url(//www.jean-latour.com/wp-content/themes/jeanlatour/none) 50% 50% no-repeat;
background-size: cover;
}
#liste_realisations .item .desc {
padding: 0 1.5rem;
}
#liste_realisations .item h2 {
font-size: 2rem;
font-weight: 400;
color: #0f0b07;
margin: 0;
}
#liste_realisations .item .type_client {
display: block;
position: absolute;
top: 0;
left: 0;
color: #FFF;
background: rgba(0, 0, 0, .9);
padding: .5rem 1.5rem;
font-size: 1.15rem;
line-height: 1.1;
min-height: 2.5rem;
border-radius: .4rem .4rem 2rem;
}
body.single-realisations h1 {
margin: 0;
}
body.single-realisations h1+h2 {
margin: -1rem 0 2.5rem;
}
#galerie {
background: #0f0b07;
}
#galerie .slick-track {
display: flex;
align-items: stretch;
align-content: stretch;
}
#galerie .item {
display: flex;
align-content: center;
height: auto;
align-items: center;
justify-content: center;
padding: .3rem .4rem;
}
#galerie .item div {
display: block;
border-radius: .5rem;
max-height: 45rem;
max-height: clamp(25rem, 45vh, 45rem);
overflow: hidden;
}
.slick-dots {
position: absolute;
bottom: -2rem;
left: 0;
right: 0;
text-align: center;
}
.slick-dots>li:before {
content: none !important;
}
.slick-dots>li {
display: inline-block !important;
margin: 0 .5rem !important;
padding: 0 !important;
line-height: 1.5rem;
}
.slick-dots button {
display: block;
text-indent: -100rem;
overflow: hidden;
width: 1.5rem;
height: 1.5rem;
border-radius: 50%;
background: #FFF;
border: 1px #ff8000 solid;
outline: none;
transition: all .3s ease;
}
.slick-dots .slick-active button,
.slick-dots button:hover {
background: #ff8000;
}
body.page-template-certifications .certification {
margin: 2.5rem auto;
padding: 1.5rem 0;
}
body.page-template-certifications .certification.odd {
background: #0f0b07;
color: #FFF;
}
body.page-template-certifications .certification>div>div {
align-items: center;
}
body.page-template-certifications .certification img {
margin: 1rem auto;
display: block;
}
.modal-header {
height: 0;
border: none;
padding: 0;
}
.modal-header .close {
position: absolute;
right: 1.5rem;
top: 0rem;
color: #ff8f00;
font-size: 5rem;
line-height: 1;
outline: none;
text-shadow: 0 0 0.3rem rgba(0, 0, 0, .6);
z-index: 2;
opacity: 1;
}
.liste_linkedin iframe {
max-height: 75vh;
max-height: clamp(200px, calc(95vh - 60px), 1000px);
}
.equipe .description,
.equipe .photo {
width: 100%;
padding-right: 15px;
padding-left: 15px;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
flex: 0 0 100%;
max-width: 100%;
position: relative;
z-index: 1;
-ms-flex-order: 1;
order: 1;
}
.equipe .photo {
-ms-flex-order: 0;
order: 0;
}
.equipe .photo img {
clear: both;
display: block;
margin: 1rem auto;
}
.liste_posts{
margin: 5rem auto;
}
.liste_posts .thumb{
background: #ffcc99 url() 50% 50% / cover no-repeat;
padding: 48% 0 0;
}
.liste_posts .extrait{
font-size: clamp(1rem, 2.4vw, 1.4rem);
padding: 0 1.5rem;
margin: 0 0 .6rem;
line-height: 1.2;
}
.liste_posts h2{
font-size: clamp(2rem, 3vw, 3rem);
font-weight: 700;
margin: 0 0 .6rem;
padding: 0 1.5rem;
line-height: 1.1;
left: 2rem;
}
@media (min-width: 576px) {
.equipe .description {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
-ms-flex-order: 0;
order: 0;
}
.equipe .photo {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
-ms-flex-order: 1;
order: 1;
}
.equipe:nth-of-type(2n) .description {
-ms-flex-order: 1;
order: 1;
}
.equipe:nth-of-type(2n+1) .photo {
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 992px) {
.liste_certifications>div {
-ms-flex: 0 0 14.285%;
flex: 0 0 14.285%;
max-width: 14.285%;
}
}