.footer_inner .copyrights {
    text-align: center !important;
}


/* MAPS */

.home-map iframe {
    width: 100%;
    height: 200px;
    margin-bottom: -60px;
}


/* Parallax Effect */

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* /Parallax Effect */

.formations-nav-wrapper h3 {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.left-sidebar .formations-nav-wrapper h3 {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}


/* films */

.films>h2 {
    text-align: center;
    font-weight: bold;
    color: #111;
    font-size: 2em;
}

.films .elements {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.films .element {
    min-width: 200px;
    width: 24%;
    margin: .5%;
    position: relative;
    height: fit-content;
}

.films .element img {
    border: 2px solid #aaa;
    border-radius: 5px;
    transition: .3s;
}

.films .element::before {
    /*   content: 'Version francaise'; */
    position: absolute;
    width: 100%;
    height: 40%;
    z-index: 22;
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    left: 0;
}

.films .element img:hover {
    border: 2px solid #0b4c81;
}

.films .element h3 {
    text-align: center;
    font-weight: bold;
    color: #0b4c81;
}


/* ar.form */

.nav>li>a {
    font-weight: bold !important;
}

.negative-margin-top {
    margin-top: -1em;
    margin-bottom: 2em;
}

.nivo-caption .title2 {
    padding: .5em !important;
}

.ar-form>h1 {
    color: #f5f5f5;
}

.ar-form>h1::after {
    background-color: #f5f5f5;
}

select {
    padding: .3em .5em;
    background-color: #f5f5f5;
    width: 100%;
    border-color: #f5f5f5;
    color: #222;
}

select {
    font-weight: bold;
}

.ar-form {
    background-color: steelblue;
    padding: 2em;
}

.ar-form .form-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.ar-form .form-content>div {
    width: 45%;
    min-width: 300px;
}

.ar-form .form-content div div {
    margin: 1em;
}

.ar-form .form-content div>div h4 {
    color: #eee;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}

.ar-form .submit {
    padding: .9em 1em;
    background: linear-gradient(135deg, #eee 5%, transparent 5%, transparent 7%, #eee 7%);
    background-size: 600% 600%;
    background-position: 0% 60%;
    color: var(--main-color);
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 1em;
    display: block;
    min-width: 150px;
    border-radius: 5px;
    margin-left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.ar-form .submit:hover {
    animation: bg_in ease-out;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    color: var(--orange);
    background-position: 0% 25%;
}

@keyframes bg_in {
    0 {
        background-position: 0% 60%;
    }
    100% {
        background-position: 0% 25%;
    }
}

.text-image-wrapper {
    background-color: #fafafa;
}

.dark-title {
    background-color: #00000077;
    padding: .5em 1em;
}


/* cards */

.cards-image {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.cards-image:hover {
    opacity: 0.9;
}

.cards-title {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    color: #444;
}

.cards {
    background-color: #e6ebee !important;
}

.fancy-title:is(h1, h2, h3, h4, h5, h6) {
    font-weight: bold;
    color: var(--main-color);
    position: relative;
    text-align: center;
}

.fancy-title:is(h1, h2, h3, h4, h5, h6)::before {
    content: '';
    width: 10%;
    height: 2px;
    background-color: var(--main-color);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -5px;
}

.page-content .main-content p {
    margin-left: initial;
}

.area-padding .container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.html_block iframe {
    width: 100%;
    height: 250px;
}
