.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:#000;
font-size:16px;
height:100%;
background-color:#fff;
}
img{
max-width:100%;
}
#wrapper {
height: auto !important;
margin: 0 auto -16px;
min-height: 100%;
}
.push{
height:16px;
}
#header_left a{
line-height:100px;
display:inline-block;
}
#header_right img{
display:inline-block;
margin:0 2px;
}
#header_right{
line-height:100px;
}
#header_center{
color:#4b1e1e;
font-size:33px;
font-weight:300;
line-height:100px;
}
#header_center span{
line-height:40px;
display:inline-block;
}
#main_menu{
margin:0 auto;
z-index:2000;
}
#main_menu > li{
margin:0 40px;
text-transform:uppercase;
}
#main_menu > li > a{
border-top:10px solid transparent;
padding-top:10px;
text-decoration: none;
line-height:26px;
color:#fff;
font-weight:bold;
}
#main_menu > li > a:hover,
#main_menu > li.selected > a{
border-color:#e33321;
}
#main_menu .dropdown-menu{
border-radius: 0;
width:300px;
text-transform:none;
padding:0;
margin-top:7px;
}
#main_menu .dropdown-menu li{
border-bottom:1px solid #eee;
}
#main_menu .dropdown-menu li:last-child{
border-bottom:none;
}
#main_menu .dropdown-menu a{
color:#333;
background-color:#fff;
display:inline-block;
width:100%;
padding:10px 10px;
}
#main_menu .dropdown-menu a:hover,
#main_menu .dropdown-menu a:focus{
background-color:#e33321;
color:#fff;
text-decoration: none;
}
.carousel-item{
height:60vh;
width:100%;
}
.carousel-item .carousel_bg {
width: 100%;
height: 100%;
background-position:center center;
background-size:cover;
}
.carousel-item .carousel_bg{
animation-name: zoomSlider;
animation-duration: 8s;
animation-timing-function:linear;
}
.carousel-item .fade_effect{
width:100%;
height:100%;
background-color:rgba(0,0,0,0.5);
}
.carousel-caption{
top:10%;
bottom:10%;
left:10%;
right:50%;
text-align:left;
}
.carousel-caption h2{
font-size:40px;
color:#00a0e0;
}
.carousel-caption p{
font-size:30px;
font-weight:100;
}
.read_more{
background-color:#fff;
padding:10px 40px;
line-height:20px;
border-radius:20px;
color:#00a0e0;
font-size:18px;
display:inline-block;
text-decoration: none;
text-transform: uppercase;
}
.read_more:hover{
background-color:#00a0e0;
color:#fff;
text-decoration: none;
}
#front_page_social{
margin-top:5px;
font-size:20px;
color:#000;
}
#front_page_social span{
margin-right:20px;
}
#front_page_social a{
color:#000;
}
#front_page_accroche{
margin-top:40px;
font-size:40px;
font-weight:300;
}
.front_bloc_image{
padding:0;
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
min-height:300px;
}
.front_bloc_texte{
padding:0 0 20px 0;
min-height:300px;
}
.front_bloc_texte h3{
font-size:20px;
}
.front_bloc_texte:before{
width: 25px;
height: 50px;
display:block;
content:" ";
position:absolute;
}
.front_bloc_texte.text_style_0,
.front_bloc_texte.text_style_1{
padding-top:55px;
}
.front_bloc_texte.text_style_2,
.front_bloc_texte.text_style_3{
padding-top:25px;
text-align:right;
}
.front_bloc_texte .front_bloc_link{
display:inline-block;
padding:5px 10px;
border-radius:5px;
color:#fff;
line-height:14px;
font-size:12px;
background-color:#333;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
}
.front_bloc_texte.text_style_0 h3{
color: #00a0e0;
}
.front_bloc_texte.text_style_0:before{
background-color: #00a0e0;
transform: skew(-45deg);
top:0;
left:40px;
}
.front_bloc_texte.text_style_0 .front_bloc_link{
background-color: #00a0e0;
}
.front_bloc_texte.text_style_1 h3{
color: #e33321;
}
.front_bloc_texte.text_style_1:before{
background-color: #e33321;
transform: skew(45deg);
top:0;
right:40px;
}
.front_bloc_texte.text_style_1 .front_bloc_link{
background-color: #e33321;
}
.front_bloc_texte.text_style_2 h3{
color: #a63a8b;
}
.front_bloc_texte.text_style_2:before{
background-color: #a63a8b;
transform: skew(45deg);
bottom:0;
left:40px;
}
.front_bloc_texte.text_style_2 .front_bloc_link{
background-color: #a63a8b;
}
.front_bloc_texte.text_style_3 h3{
color: #ddda1a;
}
.front_bloc_texte.text_style_3:before{
background-color: #ddda1a;
transform: skew(-45deg);
bottom:0;
right:40px;
}
.front_bloc_texte.text_style_3 .front_bloc_link{
background-color: #ddda1a;
}
#front_page_main_block1{
background-image:url(//www.gebati.fr/wp-content/themes/custom_arthesis/images/front_page_main_block1.jpg);
background-position: center center;
background-size: cover;
padding-top:50px;
padding-bottom:100px;
color:#fff;
margin-top:50px;
}
#front_page_main_block1 h2{
font-size: 40px;
font-weight:300;
text-align:center;
margin-bottom:50px;
}
#front_page_main_block1 h2 strong{
color:#00a0e0;
}
#front_page_main_block1_text{
line-height:40px;
margin-bottom:30px;
}
#front_page_chiffres{
padding-top:20px;
padding-bottom:20px;
}
#front_page_chiffres h2{
font-weight:300;
}
.front_page_chiffres_chiffre{
font-size:80px;
font-weight:900;
line-height:100px;
}
.front_page_chiffres_titre{
font-size:20px;
text-transform: uppercase;
font-weight:300;
}
#front_page_number_0{
color:#ddda1a;
}
#front_page_number_1{
color:#a63a8b;
}
#front_page_number_2{
color:#00a0e0;
}
#front_page_number_3{
color:#e33321;
}
#front_page_main_block2{
background-image:url(//www.gebati.fr/wp-content/themes/custom_arthesis/images/front_page_main_block2.jpg);
background-position: center center;
background-size: cover;
height:300px;
}
#top_footer img{
max-height:45px;
margin:10px 10px;
}
#map_footer{
color:#fff;
padding-top:50px;
padding-bottom:10px;
line-height: 40px;
background-color:#a63a8b;
}
#map_footer address{
margin:0;
}
#map_footer .copyright{
margin-top:50px;
}
#map_footer .copyright a{
color:#fff;
font-size:10px;
}
#banniere_page{
min-height:40px;
background-color:#333;
}
.thumb_link_container{
margin-bottom:10px;
}
.thumb_link{
border:2px solid #403d4d;
display:block;
}
.thumb_link.active{
border-color:#e33321;
}
#gallery_prev,
#gallery_next{
background-color:#e33321;
color:#fff;
font-weight:bold;
font-size:40px;
width:100%;
text-align:center;
line-height:20px;
margin-bottom:20px;
}
#gallery_prev:hover,
#gallery_prev:focus,
#gallery_next:hover,
#gallery_next:focus{
background-color:#333;
}
#banniere_page{
padding:0;
margin-bottom:20px;
}
.main_content h1{
font-size:34px;
font-weight:bold;
border-left:5px solid #e33321;
margin:0 0 20px 0;
padding:0 0 0 20px;
}
.btn{
color:#fff;
background-color:#e33321;
}
#footer_adresse a{
color:#fff;
}
#contact_page_contact_form .wpcf7-submit{
background-color:#e33321;
border:1px solid #e33321;
color:#fff;
width:100%;
text-align:center;
}
#contact_page_contact_form .wpcf7-submit:hover,
#contact_page_contact_form .wpcf7-submit:focus{
color:#e33321;
background-color:#fff;
}
@media screen and (min-width: 1400px) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
.carousel-caption{
right:10%;
}
#main_menu > li > a{
color:#333;
}
#main_menu > li{
margin:0 10px;
text-align:center;
}
}
@media screen and (min-width: 992px) {
#full_mega_container{
margin-top:-40px;
}
}
@media screen and (max-width: 768px) {
.front_bloc_texte{
min-height: 250px;
}
.carousel-caption{
top:5%;
bottom:5%;
left:5%;
right:5%;
}
#main_menu .dropdown-menu{
max-width: 100%;
border:none;
width:100%;
}
#main_menu > li > a {
border-top:none;
padding-top: 0;
padding-bottom: 0;
line-height: auto;
}
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
@keyframes zoomSlider {
from {
transform: scale(1);
}
to {
transform: scale(1.25);
}
}