/*
 * Theme Name: Enfold Arozarena
 * Description: <strong>A superflexible and responsive Business Theme by Kriesi</strong> - <br/> Update notifications available on twitter and facebook:<br/> <a href='http://twitter.com/kriesi'>Follow me on twitter</a><br/> - <a href='http://www.facebook.com/pages/Kriesi/333648177216'>Join the Facebook Group</a>
 * Version: 1.0.2
 * Author: Kriesi
 * Author URI: http://www.kriesi.at
 * License: Themeforest Split Licence
 * License URI: -
 * Theme URI: www.kriesi.at/themes/enfold/
 * Template: enfold
 */

/* enfold */

.home div#av_section_1 .special_amp {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit!important;
}
.avia-slideshow li img {
    border-radius: 0;
}
.sub-menu span {
    text-transform: uppercase;
}
footer .container {
    text-align: center;
}
#socket .copyright {
    float: inherit;
}
#top footer .copyright a:hover {
    text-decoration: underline;
}

/* ration iframe youtube */

.flex_column {
    position: relative;
}
.flex_column .avia-video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.flex_column .avia-video .avia_video,
.flex_column .avia-video .avia-iframe-wrap iframe,
.flex_column .avia-video .avia-iframe-wrap object,
.flex_column .avia-video .avia-iframe-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* formulaire de contact */

.main_color textarea::placeholder,
.main_color input::placeholder {
    opacity: 0.9;
    color: black;
}

/* Appliquer à tous les champs de type input et textarea */
input::placeholder,
textarea::placeholder {
    opacity: 0.9;
}

/* Pour les navigateurs WebKit (Chrome, Safari, Edge) */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 0.9;
}

/* Pour Firefox */
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 0.9;
}

/* Pour IE (si supporté encore dans ton projet) */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 0.9;
}

.av-recaptcha-area iframe {
    margin: -15px 0;
}

.avia_textblock a {
    border-bottom: 1px solid #000;
}
.avia_textblock.next a::after {
    content: ">";
    left: 5px;
    position: relative;
}
#top #footer .social_bookmarks {
    height: inherit;
}
#top #footer .social_bookmarks li.avia_social_iconfont {
    width: 100%;
    margin: 10px 0;
}
.widget li.avia_social_iconfont {
    clear: inherit;
}
#top #wrap_all .av-social-link-facebook a {
    color: #fff;
    background-color: #37589b;
    border-radius: 4px;
}
#top #wrap_all .av-social-link-instagram a {
    color: #fff;
    background-color: #a67658;
    border-radius: 4px;
}
#top #wrap_all .av-social-link-youtube a {
    color: #fff;
    background-color: #a72b1d;
    border-radius: 4px;
}
#top #wrap_all .av-social-link-linkedin a {
    color: #fff;
    background-color: #419cca;
    border-radius: 4px;
}
#top #footer .social_bookmarks .avia_hidden_link_text {
    display: block;
    position: absolute;
    color: black;
    white-space: nowrap;
    left: 40px;
    top: 1px;
}

/* responsive */

@media only screen and (min-width: 768px) {

    .sub-menu .avia-menu-text {
        text-transform: uppercase;
        letter-spacing: inherit;
    }

}

@media only screen and (max-width: 767px) {

}

@media only screen and (min-width: 990px) {
    #top #wrap_all .av-special-heading .av-special-heading-tag {
        font-weight: 400;
    }
}