.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: 'Open Sans', 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;
}
#main_header{
background-color:#000000;
}
#main_header .container{
padding:0;
}
#main_logo{
margin-bottom:-60px;
z-index:100;
position:relative;
}
#main_menu_container{
}
#main_menu_container a{
color:#fff;
font-weight:bold;
text-transform:uppercase;
margin:0 10px;
padding-bottom:2px;
border-bottom:3px solid transparent;
}
#main_menu_container a:hover{
border-color:#dc232e;
text-decoration: none;
}
#social_media{
}
#social_media a{
display:inline-block;
height:30px;
width:30px;
background-color:#fff;
text-align:center;
line-height: 30px;
border-radius:15px;
color:#000;
}
#social_media a:hover{
color:#dc232e;
}
.navbar-toggler{
background-color:#dc232e;
}
#front_page_first_part{
margin-top:50px;
margin-bottom:50px;
}
#front_page_accroche{
font-size:45px;
font-weight:bold;
border-right:5px solid #dc232e;
line-height: 60px;
}
#front_page_content{
font-size:14px;
}
.front_image{
height:350px;
background-size:cover;
background-position:center center;
}
.front_texte{
height:350px;
color:#fff;
padding-top:50px;
}
.front_texte h2{
font-size:24px;
font-weight:bold;
}
.front_texte h2:before{
content:"<";
margin-right:10px;
}
#front_texte_1{
background-color:#000;
color:#fff;
}
#front_texte_1:hover,
#front_texte_2:hover,
#front_texte_3:hover{
text-decoration: none;
}
#front_texte_2{
background-color:#dc232e;
color:#fff;
}
#front_texte_2 h2{
font-weight:normal;
text-align:center;
margin-top:40px;
}
#front_texte_2 h2:before{
content:"";
margin:0;
}
#front_texte_2 p{
font-size:34px;
text-align:center;
margin-top:20px;
}
#front_texte_3{
background-color:#939598;
color:#fff;
}
footer{
margin-top:100px;
background-color:#dc232e;
color:#fff;
padding:40px 0;
position:relative;
}
footer a,
footer a:hover,
footer a:focus{
color:#fff;
font-weight:bold;
}
#footer_social_media{
display: inline-block;
}
#footer_social_media a{
display:inline-block;
height:30px;
width:30px;
background-color:#fff;
text-align:center;
line-height: 30px;
border-radius:15px;
color:#dc232e;
}
#footer_social_media a:hover{
color:#000;
}
footer .copyright{
font-size:11px;
margin:10px 0 0 0;
}
footer #decoration{
display:block;
position:absolute;
right:0;
bottom:0;
}
#front_map{
margin-top:50px;
background-image:url(//www.restaurant-altipiano.fr/wp-content/themes/custom_arthesis/images/map.jpg);
background-repeat: no-repeat;
background-size:cover;
background-position: center center;
min-height:300px;
}
#front_map_adresse{
background-color:#dc232e;
color:#fff;
font-weight:bold;
padding-top:30px;
padding-bottom:30px;
margin-top:50px;
margin-bottom:50px;
}
#header_slider .carousel-item{
height:400px;
width:100%;
background-size:cover;
background-position:center center;
}
.thumb_link_container{
margin-bottom:10px;
}
.thumb_link{
border:2px solid #403d4d;
display:block;
}
.thumb_link.active{
border-color:#dc232e;
}
#gallery_prev,
#gallery_next{
background-color:#dc232e;
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 #dc232e;
margin:0 0 20px 0;
padding:0 0 0 20px;
}
.btn{
color:#fff;
background-color:#dc232e;
}
@media screen and (min-width: 1400px) {
}
@media screen and (min-width: 1200px) {
#main_menu_container{
position:absolute;
bottom:0;
}
#social_media{
position:absolute;
bottom:5px;
}
}
@media screen and (max-width: 1200px) {
#main_logo{
margin:0 0 10px 0;
}
}
@media screen and (max-width: 992px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (max-width: 768px) {
#social_media{
margin-bottom:10px;
}
#main_menu{
margin:20px 0;
}
#main_menu li{
padding:5px 0;
}
#main_menu li a{
margin:0;
}
#front_page_accroche{
border-right:0;
border-bottom:5px solid #dc232e;
padding-bottom:20px;
margin-bottom:20px;
font-size:30px;
line-height:35px;
}
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}