.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html{
height:100%;
}
body{
font-family: 'Roboto', sans-serif;
color:#333;
font-size:18px;
height:100%;
background-color:#fff;
}
header{
position:fixed;
width:100%;
z-index: 100;
left:0;
top:0;
}
.banniere{
background-color:rgba(255,255,255,0.8);
padding-top:20px;
padding-bottom:20px;
width:100%;
}
.numero_vert{
padding:30px 0 0 0;
}
#header_bg{
top:0;
width:100%;
height:100%;
z-index:-100;
}
img {
image-rendering: -webkit-optimize-contrast;
max-width:100%;
}
#wrapper {
height: auto !important;
margin: 0 auto -250px;
min-height: 100%;
}
.push{
height:250px;
}
#main_menu{
width: 100%;
float:none;
margin:0 auto;
display: block;
text-align: center;
}
.menu_container{
background-color: rgba(20,97,44,0.9);
width:100%;
}
#main_menu_container{
padding:0;
min-height: 38px;
background:transparent;
}
.carousel-caption{
bottom:20%;
width:50%;
left:25%;
right:25%;
}
.white_caption,
.green_caption{
width:50%;
float:left;
height:350px;
line-height:350px;
padding:0 50px;
}
.white_caption{
background-color:rgba(255,255,255,0.8);
color:#14612c;
text-align:right;
font-size:35px;
font-weight:bold;
}
.white_caption p,
.green_caption p{
line-height: 35px;
vertical-align: middle;
display: inline-block;
}
.green_caption{
background-color: rgba(20,97,44,0.9);
color:#fff;
text-align:left;
font-size:35px;
}
#main_menu > li{
width: 12.5%;
position: relative;
display: inline-block;
float: none;
}
#main_menu > li > a{
line-height:38px;
font-size:16px;
font-weight:700;
color:#fff;
padding:0 5px;
text-transform:uppercase;
text-decoration: none;
display: block;
}
#main_menu > li > a:hover,
#main_menu > li > a:focus,
#main_menu > li.selected > a,
#main_menu > li.show > a,
#main_menu .dropdown-menu > li > a:hover,
#main_menu .dropdown-menu > li > a:focus,
#main_menu .dropdown-menu > li.selected > a,
#main_menu .dropdown-menu > li.show > a {
background-color:#fff;
color:#14612c;
}
#main_menu>li>.dropdown-menu {
margin-top: 0;
border: none;
border-radius: 0;
background-color: #82bb25;
padding: 10px 0;
min-width:300px;
}
#main_menu>li>.dropdown-menu>li>a{
display: block;
color: #FFF;
font-size: 16px;
font-weight: 500;
padding: 5px 25px;
text-decoration: none;
text-transform: uppercase;
border-top:1px solid #9cdf29;
}
#main_menu>li>.dropdown-menu>li:first-child>a{
border-top:0;
}
li:hover>.dropdown-item {
background-color: #fff;
}
.dropdown-item {
padding:0;
}
.dropdown-submenu {
position: relative
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: 0;
margin-left: -10px;
border-radius: 0;
background: #ccc;
width: 100%;
}
.dropdown-submenu>.dropdown-menu>li>a {
display: block;
padding: 5px 15px;
color: #333;
font-weight: 500;
text-decoration: none;
} .dropdown-submenu.pull-left {
float: none
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.border {
border-top: solid 3px #666;
width: 100%;
margin-bottom: 5px;
}
.alignright{
float:right;
box-shadow: 0 0 5px #ccc;
margin:10px 0 15px 10px;
border:1px solid #ccc;
display:block;
}
.alignleft{
float:left;
box-shadow: 0 0 5px #ccc;
margin:10px 15px 10px 0;
border:1px solid #ccc;
display:block;
}
.aligncenter{
margin:10px auto;
box-shadow: 0 0 5px #ccc;
border:1px solid #ccc;
display:block;
}
footer{
background-color:#14612c;
color:#fff;
padding:40px 0;
height:250px;
}
.footer_elem{
height:150px;
}
.images_deco{
margin-bottom:30px;
}
#main_content_front_page{
background:url(//www.chieze.fr/wp-content/themes/custom_arthesis/images/bg_sub_header.png) #fff no-repeat top center;
}
#accroche_front_page,
#valeurs_front_page{
background:rgba(20, 97, 44, 0.4);
color:#fff;
padding-top:30px;
padding-bottom:30px;
}
#accroche_front_page p{
margin:0;
}
#accroche_front_page h1{
font-weight:normal;
font-size:32px;
}
#accroche_front_page span,
#sub_accroche_front_page p span{
color:#eb3944;
}
#sub_accroche_front_page{
padding-top:80px;
padding-bottom:50px;
font-size:20px;
color:#14612c;
}
#sub_accroche_front_page h2{
color:#14612c;
text-transform:uppercase;
font-size:30px;
font-weight:bold;
}
.separateur_front_page{
margin:20px 0;
}
#valeurs_front_page .icone{
height:160px;
}
#valeurs_front_page strong{
text-transform: uppercase;
font-size:18px;
}
#valeurs_front_page{
font-size:14px;
}
#engagements_front_page{
margin-top:40px;
background-color:#14612c;
padding:30px 0;
color:#fff;
}
#engagements_front_page h2{
color:#fff;
text-transform:uppercase;
font-size:30px;
font-weight:bold;
}
#engagements_front_page p span{
color:#eb3944;
}
#engagements_front_page .icone{
height:160px;
}
#chiffres_front_page{
background-color:#d5e2d9;
padding:40px 0;
}
#chiffres_front_page_txt{
color:#eb3944;
padding:50px 0;
font-weight:bold;
font-size:24px;
background:url(//www.chieze.fr/wp-content/themes/custom_arthesis/images/ligne_chiffres.png) no-repeat bottom center;
}
#chiffres_front_page .chiffres{
background-color:#82bb25;
color:#fff;
font-weight:bold;
line-height:20px;
padding-top:20px;
padding-bottom:20px;
margin-top:-5px;
text-transform:uppercase;
}
#chiffres_front_page .chiffres span{
font-size:40px;
line-height:46px;
}
#partenaires{
padding-top:30px;
padding-bottom:30px;
}
#partenaires h2,
#blog_front h2{
color:#14612c;
text-transform:uppercase;
font-size:30px;
font-weight:bold;
margin-bottom:15px;
}
#slider_partenaires .carousel-item img{
display: flex;
margin:0 auto;
max-height:150px;
}
.main_content{
font-size:16px;
}
.main_content h1{
color:#14612c;
font-size:36px;
margin-top:10px;
font-weight:bold;
}
.main_content h2{
color:#82bb25;
font-size:26px;
font-weight:bold;
}
.main_content h3{
font-size:20px;
font-weight:bold;
}
.main_content strong{
color:#14612c;
}
.main_content a{
color:#82bb25;
}
#link_devis{
background-color:#82bb25;
color:#fff;
font-size:16px;
padding-top:10px;
padding-bottom:10px;
margin-bottom:20px;
}
#link_devis p{
margin:0;
}
#link_devis .btn{
color:#fff;
background-color:#eb3944;
width:100%;
font-weight:bold;
margin-top:3px;
}
#link_devis .btn:hover{
background-color:#ffb900;
}
.google_map{
margin-bottom:20px;
}
.main_content .btn,
.pagination .page-link{
background-color:#82bb25;
cursor:pointer;
color:#fff;
font-weight:bold;
}
.main_content .btn:hover,
.main_content .btn:focus,
.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-item.active .page-link{
background-color:#14612c;
}
.devis{
border:1px solid #ccc;
padding-top:20px;
margin-bottom:20px;
box-shadow: 0 0 5px #ccc;
}
.mini_size{
font-size:11px;
}
.copyright{
font-size:11px;
}
.copyright a{
color:#fff;
}
#devis_float{
position: fixed;
top:200px;
right:0;
z-index:2000;
max-width:150px;
width:20%;
}
.post_blog{
padding-top:20px;
padding-bottom:10px;
margin-top:10px;
margin-bottom:10px;
box-shadow: 0 0 5px #ccc;
}
.post_blog .alignleft{
margin-top:0;
}
.blog_content{
padding-top:150px;
}
.date_blog{
font-size:12px;
font-weight:bold;
}
.date_blog_single{
color:#82bb25;
font-weight:bold;
}
.btn.home_blog{
margin-top:20px;
margin-bottom:20px;
}
#blog_front{
background-color:#82bb25;
padding-top:20px;
padding-bottom:10px;
}
#blog_front .post_blog{
background-color:#fff;
box-shadow: none;
}
#blog_front .post_blog img{
max-height:130px;
}
#blog_front .home_blog{
background-color:#14612c;
}
#blog_front .home_blog:hover{
color:#14612c;
background-color:#fff;
}
@media screen and (max-width: 1400px) {
}
@media screen and (min-width: 1200px) {
#sub_accroche_front_page{
width:950px;
}
#blog_front .post_blog{
min-height:250px;
}
}
@media screen and (max-width: 1200px) {
.white_caption{
font-size:30px;
padding:0 10px;
}
.white_caption p,
.green_caption p{
line-height: 30px;
}
.green_caption{
font-size:25px;
padding:0 10px;
}
#main_menu > li > a,
#main_menu > li > .dropdown-menu > li > a{
font-size:12px;
}
.carousel-caption{
bottom:0;
}
}
@media screen and (max-width: 992px) {
.white_caption{
font-size:25px;
}
.white_caption p,
.green_caption p{
line-height: 30px;
}
.green_caption{
font-size:20px;
}
#main_menu > li{
width:100%;
}
#blog_front .post_blog{
min-height:275px;
}
}
@media screen and (min-width: 992px) {
}
@media screen and (max-width: 768px) {
.blog_content{
padding-top:100px;
}
.post_blog img{
max-width:30%;
}
#wrapper {
margin: 0 auto -700px;
}
.push{
height:700px;
}
footer{
height:900px;
}
.footer_elem{
height:auto;
padding:1rem 0;
}
.footer_elem img{
max-height:150px;
}
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}