.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: 'Maven Pro', sans-serif;
color:#666666;
font-size:16px;
height:100%;
background-color:#c4ccd1;
}
img{
max-width:100%;
height:auto;
}
#wrapper {
height: auto !important;
margin: 0 auto -300px;
min-height: 100%;
}
.push{
height:300px;
}
#main_header{
padding-top:20px;
padding-bottom:20px;
background:#252b2f;
}
#main_header .container{
padding:0;
}
#main_menu a{
color:#fff;
font-size:18px;
padding:5px 15px;
line-height: 24px;
display:inline-block;
font-weight:700;
text-transform: uppercase;
}
#main_menu a:hover,
#main_menu a:focus,
#main_menu > .selected a{
text-decoration: none;
color:#6f7f89;
}
#main_menu .dropdown-menu{
background-color:#6f7f89;
border: none;
border-radius: 0;
margin-top:10px;
padding:0;
min-width:250px;
}
#main_menu .dropdown-menu a{
width:100%;
color:#fff;
font-weight:normal;
font-size:16px;
}
#main_menu .dropdown-menu a:hover,
#main_menu .dropdown-menu a:focus,
#main_menu .dropdown-menu .selected a{
color:#3f74a1;
background-color: #fff;
}
#header_slider .carousel-item{
height:450px;
width:100%;
}
#header_slider .carousel-item .carousel_bg {
width: 100%;
height: 100%;
background-position:center center;
background-size:cover;
position:relative;
}
#header_slider .carousel-item .carousel_bg{
animation-name: zoomSlider;
animation-duration: 8s;
animation-timing-function:linear;
}
#header_slider .carousel-item .fade_effect{
width:100%;
height:100%;
}
#header_slider .carousel_text{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
line-height:40px;
font-size:34px;
font-weight:bold;
width:50%;
color:#fff;
text-transform: uppercase;
}
#full_mega_container h2,
.h2{
font-weight:normal;
color:#252b2f;
text-transform: uppercase;
font-size:30px;
text-align:center;
}
#full_mega_container h2::after,
.h2::after{
display:block;
content:" ";
background-color:#f90f08;
width:85px;
height:3px;
margin:10px auto 30px auto;
}
#accroche_home_container{
}
#accroche_home_container p:last-child{
margin:0;
}
#accroche_home_container_logos img{
margin:20px 20px;
max-width:200px;
max-height:50px;
display:inline-block;
}
.home_prestation_image{
height:120px;
width:100%;
background-repeat: no-repeat;
background-size:cover;
background-position:center center;
position: relative;
}
.home_prestation_image img{
max-height:120px;
}
.home_prestation_title{
text-transform: uppercase;
font-size:20px;
color:#fff;
}
.home_prestation_title a{
color:#fff;
}
.home_prestation_description{
min-height:200px;
}
#home_prestation{
background-color: #252b2f;
border-bottom:20px solid #f90f08;
}
#full_view{
}
#full_view img{
max-height:450px;
}
#gallery_full{
max-height:450px;
}
#gallery_full_container{
line-height:450px;
}
#gallery_prev,
#gallery_next{
background-color: #336699;
padding:20px;
border-radius:0;
color:#fff !important;
}
#gallery_prev:hover,
#gallery_next:hover,
#gallery_prev:focus,
#gallery_next:focus{
background-color:#fff;
color:#336699 !important;
}
#gallery_full_titre{
line-height:34px;
}
.navigation_gallery{
line-height:450px;
}
.thumb_link{
border:2px solid transparent;
display:inline-block;
}
.thumb_link.active{
border-color:#336699;
}
#gallery_full_titre{
font-weight:bold;
}
#banniere_page{
height:350px;
background-size:cover;
background-position:center center;
background-repeat: no-repeat;
}
#page-content h1{
font-weight:bold;
color:#252b2f;
}
#page-content h1::after{
display:block;
content:" ";
background-color:#f90f08;
width:85px;
height:5px;
margin:10px 0 30px 0;
}
#page-content a{
color:#3f74a1;
font-weight:bold;
}
#page-content a:hover,
#page-content a:focus{
color:#fff;
}
#page-content{
text-align: justify;
}
#home_seconde_accroche{
min-height:400px;
background-size:cover;
background-position: center center;
color:#fff;
font-size:26px;
}
footer{
}
#footer{
background-color:#6f7f89;
color:#fff;
}
footer a,
footer a:hover,
footer a:focus{
color:#fff;
}
#footer .footer_contact_elem{
line-height:20px;
}
#footer .footer_contact_elem strong{
line-height:40px;
font-size:20px;
text-transform: uppercase;
color:#fff;
}
footer .copyright{
font-size:11px;
color:#fff;
background-color:#f90f08;
}
footer .copyright a,
footer .copyright a:hover,
footer .copyright a:focus{
color:#fff;
}
footer #footer_map{
background-image:url(//www.dom.fr/wp-content/themes/custom_arthesis/images/footer.png);
background-size:cover;
background-position:center center;
}
input.wpcf7-form-control,
textarea.wpcf7-form-control{
border:none;
border-radius:0;
background-color:#eee;
color:#333;
}
input.wpcf7-submit{
background-color:#f90f08;
color:#fff;
width:100%;
}
.alignleft{
float:left;
margin-right:25px;
margin-bottom:10px;
border-radius: 5px;
}
.alignright{
float:right;
margin-left:25px;
margin-bottom:10px;
border-radius: 5px;
}
@media screen and (min-width: 1400px) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
#banniere_page_metier, #banniere_page{
height:250px;
}
.metiers_ligne_photo_block,
.metiers_ligne_logo_block{
border:none;
min-height:200px;
}
#accroche_home_gauche{
font-size:20px;
}
}
@media screen and (min-width: 992px) {
}
@media screen and (max-width: 768px) {
#main_menu_container{
background-image:none;
padding:10px;
}
#container_main_menu{
margin-top:10px;
}
#main_menu a{
width:100%;
}
#slider_partenaires .carousel-item img{
margin:10px 0;
}
#gallery_full_container{
line-height: initial;
}
.navigation_gallery{
line-height: 150px;
}
#accroche_home_gauche{
border:none;
}
#accroche_home_gauche_inner{
width:100%;
}
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (max-width: 500px) {
}
@keyframes zoomSlider {
from {
transform: scale(1);
}
to {
transform: scale(1.25);
}
}