.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: 'Lato', serif;
color:#000;
font-size:18px;
height:100%;
background-color:#fff;
}
img{
max-width:100%;
}
button:active,
button:focus,
a:active,
a:focus{
outline:none;
}
#wrapper {
height: auto !important;
margin: 0 auto -130px;
min-height: 100%;
}
.push{
height:130px;
}
.admin-bar #main_header{
margin-top:32px;
}
#header_slider{
box-shadow:0 2px 20px 2px rgba(0,0,0,0.2);
}
#header_slider .carousel-item{
height:100vh;
max-height:1080px;
width:100%;
}
#header_slider .carousel-item .carousel_bg {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:1000;
background-position:center center;
background-size:cover;
}  #header_slider .carousel_text{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
line-height:40px;
font-size:28px;
font-weight:bold;
width:50%;
color:#fff;
}
#header_left img,
#header_right img{
max-height:90px;
}
#main_header{
padding:10px 0;
background-color: #010101;
z-index:100000;
}
.home #main_header{
transition: all 0.3s linear;
background-color: transparent;
padding:20px 0;
}
.home #main_header.solid_background{
background-color: #010101;
padding:5px 0;
}
.home #main_header.solid_background img{
transition: all 0.3s linear;
max-height:70px;
}
#main_menu_container{ padding:0;
}
#main_menu a{
color:#fff;
padding:5px 15px;
display:inline-block;
font-weight:700;
text-transform: uppercase;
}
#main_menu a:hover,
#main_menu a:focus{
text-decoration: none;
}
#main_menu a::after{
content: " ";
display: block;
position: relative;
width: 100%;
bottom: 0;
height: 3px;
background-color: transparent;
}
#main_menu a:hover::after,
#main_menu a:focus::after,
#main_menu > .selected a::after{
background-color: #0070c0;
}
#main_menu .dropdown-menu{
background-color: #010101;
border: none;
border-radius: 0;
padding:0;
min-width:250px;
}
#main_menu .dropdown-menu li{
line-height: 30px;
}
#main_menu .dropdown-menu a{
width:100%;
color:#fff;
font-size:16px;
}
#main_menu .dropdown-menu a:hover,
#main_menu .dropdown-menu a:focus,
#main_menu .dropdown-menu .selected a{
color:#fff;
background-color: #0070c0;
}
#home_slogan{
font-size:60px;
font-style: italic;
margin:0;
position:absolute;
top: 50%;
left:50%;
transform: translate(-50%,-50%);
width:100%;
max-width: 800px;
z-index:50000;
color:#fff;
text-align:center;
text-shadow:0 0 10px rgba(0,0,0,0.8);
}
#full_mega_container{
margin-top:100px;
}
.home #full_mega_container{
margin-top:0;
}
#full_mega_container h2,
.h2{
font-size:40px;
line-height: 50px;
margin:0;
}
.fa-chevron-down{
color:#0070c0;
}
#premier_bloc,
#quatrieme_bloc,
#septieme_bloc{
margin-top:50px;
margin-bottom:50px;
}
#premier_bloc_texte,
#deuxieme_bloc_texte,
#troisieme_bloc_texte{
text-align: justify;
}
#deuxieme_bloc,
#cinquieme_bloc{
background-position: center center;
background-size:cover;
color:#fff;
padding-top:75px;
padding-bottom:75px;
box-shadow:0 2px 20px 2px rgba(0,0,0,0.2);
}
#troisieme_bloc{
background-color:#e9e9e9;
padding-top:50px;
padding-bottom:50px;
}
#troisieme_bloc ul{
list-style:none;
padding:0;
}
#troisieme_bloc ul li {
padding-left:30px;
background-image: url(//www.impact-players.org/wp-content/themes/custom_arthesis/images/puce_liste_v2.png);
background-position:top left;
background-repeat: no-repeat;
margin-bottom:20px;
}
#cinquieme_bloc{
background-size:cover;
}
#sixieme_bloc{
padding-top:75px;
padding-bottom:75px;
background-color:#e9e9e9;
}
#huitieme_bloc{
padding-top:75px;
padding-bottom:75px;
background-color:#e9e9e9;
}
.left_right_texte{
min-height:350px;
text-align: justify;
position:relative; }
.column_content{ }
.left_right_texte h3,
.column_content h3{
color:#0070c0;
font-weight:bold;
font-size:24px;
}
.left_right_texte_inner{
position:absolute;
top:50%;
left:25px;
right:25px;
transform:translateY(-50%);
}
.left_right_image{
background-size:cover;
}
.column_content_image img{
width:125px;
}
.column_content_image{
margin:20px 0;
}
.floating_column{
padding-top:10px;
border-radius: 10px;
box-shadow:0 2px 20px 2px rgba(0,0,0,0.2);
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(238,238,238,1) 95%, rgba(221,221,221,1) 100%);
border-bottom:10px solid #0070c0;
}
#huitieme_bloc .column_content_image{
height:400px;
margin-top:0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-size:cover;
background-position: top center;
}
#huitieme_bloc .floating_column{
padding:0;
}
#huitieme_bloc .column_content_texte{
color:#000;
text-align:justify;
}
.huitieme_sous_titre,
.huitieme_accroche{
color:#0070c0;
font-style: italic;
}
#huitieme_bloc .column_content_texte ul{
padding:0 20px;
}
#page-content a{
color:#0070c0;
font-weight:bold;
}
#page-content a:hover,
#page-content a:focus{
color: #0070c0;
}
footer{ background-image:url(//www.impact-players.org/wp-content/themes/custom_arthesis/images/footer.png);
background-size:cover;
height:600px;
background-position: center center;
position: relative;
}
footer a,
footer a:hover,
footer a:focus{
color:#fff;
text-decoration: none;
}
footer #copyright{
font-size:11px;
position:absolute;
bottom:0;
left:0;
padding:10px;
color:#fff;
z-index:1000;
}
#footer_link{
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
z-index:100;
}
#footer_top{
background:#fff;
line-height: 70px;
font-weight: bold;
font-size: 20px;
text-transform: uppercase;
}
#footer_top img{
margin-right:30px;
}
#footer_top span{
color:#0070c0;
}
#header_right{
padding-top:10px;
}
#header_right li{
list-style:none;
display: inline-block;
}
.alignleft{
float:left;
margin-right:10px;
margin-bottom:10px;
}
.alignright{
float:right;
margin-left:10px;
margin-bottom:10px;
}
#banniere_page_no_image h1{
font-size:50px;
text-align:center;
}
#contact_page_contact_form input,
#contact_page_contact_form textarea{
border:none;
border-radius:0;
background-color:#d9d9d9;
color:#333d45;
}
#contact_page_contact_form input.wpcf7-submit{
background-color:#0070c0;
color:#fff;
width:100%;
}
@media screen and (min-width: 1400px) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
#full_mega_container{
margin-top:150px;
}
}
@media screen and (min-width: 992px) {
}
@media screen and (max-width: 768px) {
.home #main_header{
background-color:#010101;
}
.navbar-toggler{
margin-left:20px;
}
#home_slogan,
#banniere_page h1,
#banniere_page_no_image h1{
font-size:40px;
}
#main_menu{
line-height: 26px;
padding-top:10px;
padding-bottom:10px;
background-color:#010101;
}
#main_menu .dropdown-menu{
margin-top:0;
background:none;
}
#container_main_menu{
margin-top:10px;
}
#main_menu a{
width:100%;
}
.left_right_image{
min-height:300px;
}
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 500px) {
}
@keyframes zoomSlider {
from {
transform: scale(1);
}
to {
transform: scale(1.25);
}
}