@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Roboto+Condensed:300,400&amp;display=swap);
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #7f8c8d
}

.wrapper {
    padding: 0
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif
}

.light {
    font-weight: 300!important
}

.btn,
a,
img,
li {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

p {
    color: #7f8c8d
}

a {
    text-decoration: none!important;
    outline: 0;
    color: #3498db
}

a:hover {
    color: #3498db
}

.orange, .primary_color {
    color: #3498db
}

.bg_orange {
    background: #3498db
}

.shape_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2
}

.image_slider {
    background-repeat: no-repeat!important;
    background-position: center center!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    width: 100%;
    min-height: 600px
}

.overlay_slider {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .55)
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 3
}

.carousel-item .description p {
    color: #fff;
    font-size: 17px;
    line-height: 30px
}

.carousel-content h1 {
    font-size: 45px;
    font-weight: 300;
    letter-spacing: 1px
}

.carousel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.image_slider {
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 16s
}

.image_slider:nth-child(1) {
    animation-name: kenburns-1;
    z-index: 3
}

.image_slider:nth-child(2) {
    animation-name: kenburns-2;
    z-index: 2
}

.image_slider:nth-child(3) {
    animation-name: kenburns-3;
    z-index: 1
}

@keyframes kenburns-1 {
    0% {
        opacity: 0
    }
    5% {
        opacity: 1
    }
    95% {
        transform: scale3d(1.2, 1.2, 1.2) translate3d(69px, -2px, 0);
        animation-timing-function: ease-in;
        opacity: 1
    }
    100% {
        transform: scale3d(1.7, 1.7, 1.7) translate3d(-11px, -12px, 0);
        opacity: 0
    }
}

@keyframes kenburns-2 {
    0% {
        opacity: 0
    }
    5% {
        opacity: 1
    }
    95% {
        transform: scale3d(1.2, 1.2, 1.2) translate3d(69px, -2px, 0);
        animation-timing-function: ease-in;
        opacity: 1
    }
    100% {
        transform: scale3d(1.7, 1.7, 1.7) translate3d(-11px, -12px, 0);
        opacity: 0
    }
}

@keyframes kenburns-3 {
    0% {
        opacity: 0
    }
    5% {
        opacity: 1
    }
    95% {
        transform: scale3d(1.2, 1.2, 1.2) translate3d(69px, -2px, 0);
        animation-timing-function: ease-in;
        opacity: 1
    }
    100% {
        transform: scale3d(1.7, 1.7, 1.7) translate3d(-11px, -12px, 0);
        opacity: 0
    }
}

.bg-header {
    -webkit-transition: all .5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all .5s ease;
    background-color: rgba(0, 0, 0, .55)
}

header {
    -webkit-transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .5s linear;
    -webkit-animation: nav-bar-slide-in .3s ease-out;
    animation: nav-bar-slide-in .3s ease-out
}

.bg-custom {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.nav-down {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: nav-bar-slide-in .3s ease-out;
    animation: nav-bar-slide-in .3s ease-out
}

.nav-up {
    -webkit-transform: translateY(-100%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-animation: nav-bar-slide-in .3s ease-out;
    animation: nav-bar-slide-in .3s ease-out
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(52, 152, 219, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important
}

.navbar-toggler {
    border-color: rgba(52, 152, 219, 1)!important;
    outline: 0!important
}

@keyframes nav-bar-slide-in {
    0 % {
        -webkit-transform: translateY(-100 %);
        transform: translateY(-100 %)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.dropdown-menu {
    border-radius: 0;
    top: 63px;
    background: rgba(0, 0, 0, .55)
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none
}

.dropdown-item,
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding-right: 40px;
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 1px
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #3498db
}

.navbar-dark .navbar-nav .active>.nav-link {
    font-weight: 600
}

.link_block a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.block_danger .vc_column-inner {
    position: relative
}

#second_section {
    position: relative;
    z-index: 10
}

#contact_info_inner .vc_column-inner,
#ref_block,
.block_danger .vc_column-inner {
    padding: 40px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 40px 20px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 40px 20px rgba(0, 0, 0, .05);
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#ref_section a:hover,
.block_danger .vc_column-inner:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

#ref_section a:hover {
    background-color: #e8991a
}

.block_danger h2 {
    color: #3498db;
    font-size: 25px;
    font-weight: 300;
    padding-top: 12px;
    text-transform: uppercase;
}

.block_danger a {
    color: #3498db
}

.first {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: #3498db;
    letter-spacing: 2px
}

.border_title {
    display: inline-block;
    position: relative
}

.border_title:before,
.first:before {
    display: inline-block;
    content: "";
    border-bottom: 2px solid #3498db;
    position: absolute;
    top: 50%;
    width: 80px;
    margin-top: -1px;
    left: -60%
}

.border_title:before {
    left: -30%!important
}

.border_title:after {
    right: -30%!important
}

.border_title:after,
.first:after {
    display: inline-block;
    content: "";
    border-bottom: 2px solid #3498db;
    position: absolute;
    top: 50%;
    width: 80px;
    margin-top: -1px;
    left: auto;
    right: -60%
}

#ref_section a,
.download {
    background: #3498db;
    color: #fff;
    padding: 12px 15px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    display: inline-block;
    margin: 5px 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6)
}

#ref_section p {
    font-size: 18px
}

.slick-slide img {
    display: block;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all .8s ease-in-out
}

.slick-initialized .slick-slide {
    outline: 0!important
}

.left_arrow_slick,
.right_arrow_slick {
    position: absolute;
    top: 50%;
    padding: 0;
    border: 0;
    cursor: pointer;
    right: 0
}

.left_arrow_slick .fa,
.right_arrow_slick .fa {
    color: #6d8190;
    font-size: 25px;
    opacity: .8
}

.right_arrow_slick {
    right: -50px
}

.left_arrow_slick {
    left: -50px
}

#top_banner {
    min-height: 400px;
    position: relative
}

#top_banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #f7f7f7e8, rgba(255, 255, 255, 0) 50%);
    display: block
}

.breadcrumb-container.theme5 a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase
}

#init_content p {
    font-size: 18px;
    text-align: justify
}


#init_content ul {

     list-style-type: none;
     padding: 0
}

#init_content li {

     font-size: 18px;
}

#init_content li:before {

    content: "";
    background: #3498db;
    font-weight: bold;
    display: inline-block;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}

.his-name:before {
    display: inline;
    content: url(http://www.studitel.tn/wp-content/uploads/2019/09/his-name.png);
    height: 100%;
    position: relative;
    vertical-align: bottom;
    top: 5px
}

strong {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700
}

#init_content .blank_page {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-align: right;
    display: block
}

#init_content .blank_page:before {
    font-family: FontAwesome;
    content: "\f054";
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    font-weight: 300;
    font-size: 13px
}

#top_banner h1 {
    text-align: center;
    color: #3498db;
    font-size: 45px;
    text-transform: uppercase
}

#reglementation .col-md-10 {
    border-top: 1px solid #eee;
    border-top: 1px solid #eee;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.col_reg:hover .col-md-10:not(:hover) {
    opacity: .2
}

#reglementation .download {
    float: right
}

#reglementation .download:active,
#reglementation .download:focus,
#reglementation .download:hover {
    background: #b5b5ba;
    color: #fff
}

#reglementation p {
    font-size: 17px;
    text-align: justify
}

#cgv h2 {
    font-weight: 300;
    color: #3498db;
    font-size: 25px
}

.mc4wp-form {
    position: relative;
    max-width: 50%;
    display: block;
    margin: 0 auto
}

.mc4wp-form-fields input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: rgba(238, 238, 238, .74);
    border: 0;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
    color: #7f8c8d;
    background-image: none;
    background-clip: padding-box;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: 0
}

.mc4wp-form-fields button[type=submit] {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 11px 20px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 0;
    background: #f39c12;
    color: #fff;
    outline: 0
}

.mc4wp-response {
    position: absolute;
    left: 0;
    right: 0;
    display: block
}

.mc4wp-response p {
    font-size: 14px!important;
    text-align: center!important;
    color: #27ae60
}

#info h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    color: #3498db;
    font-size: 25px
}

#info li {
    line-height: 30px;
    font-size: 18px
}

#wrapper-footer {
    background: #151515;
    padding: 60px 0 30px;
    color: #7f8c8d;
    margin-top: 60px;
    border-top: 8px solid #3498db
}

#wrapper-footer .col-md-4 {
    border-right: 1px dashed rgba(255, 255, 255, .2);
    text-align: center
}

#wrapper-footer .col-md-4:last-child {
    border: 0
}

#wrapper-footer h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    color: #3498db;
    font-size: 25px
}

#wrapper-footer li {
    color: #7f8c8d;
    line-height: 35px
}

#wrapper-footer ul {
    margin: 0
}

#wrapper-footer p {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

#wrapper-footer .fa {
    padding-right: 10px
}

.load-more__btn {
    display: inline-block;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    background: #f39c12;
    padding: 10px 40px;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif
}

.load-more__btn:focus,
.load-more__btn:hover {
    background: #b5b5ba;
    color: #fff
}

#all_references img {
    min-height: 160px
}

.wpcf7 {
    width: 100%;
    color: #7f8c8d
}

.wpcf7 input.wpcf7-text,
.wpcf7 select {
    border: none;
    width: 100%;
    background-color: rgba(238, 238, 238, .74);
    font-size: 15px;
    color: #7f8c8d
}

.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type=color],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=datetime],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=month],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=search],
.wpcf7 input[type=submit],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=time],
.wpcf7 input[type=url],
.wpcf7 input[type=week],
.wpcf7 select,
.wpcf7 textarea {
    height: 3.125rem;
    margin-bottom: 0;
    margin-top: 15px;
    border-radius: 0;
    font-weight: 300
}

.label_p,
.wpcf7 label {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    transition: top .2s;
    color: #7f8c8d
}

.label_p {
    top: 0
}

.wpcf7 label {
    top: 40px;
    z-index: 2;
    left: 25px
}

.wpcf7 p {
    font-size: 16px;
    color: #7f8c8d
}

.wpcf7 textarea {
    height: 120px;
    margin-bottom: 20px;
    border: 0;
    background: rgba(238, 238, 238, .74)
}

.wpcf7 label.has-value {
    top: 5px;
    font-size: 11px;
    color: #f39c12
}

::-webkit-input-placeholder {
    color: #7f8c8d!important;
    opacity: 1
}

:-moz-placeholder {
    color: #7f8c8d!important;
    opacity: 1
}

::-moz-placeholder {
    color: #7f8c8d!important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #7f8c8d!important;
    opacity: 1
}

.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input:focus[type=color],
.wpcf7 input:focus[type=date],
.wpcf7 input:focus[type=datetime-local],
.wpcf7 input:focus[type=datetime],
.wpcf7 input:focus[type=email],
.wpcf7 input:focus[type=file],
.wpcf7 input:focus[type=month],
.wpcf7 input:focus[type=number],
.wpcf7 input:focus[type=range],
.wpcf7 input:focus[type=search],
.wpcf7 input:focus[type=submit],
.wpcf7 input:focus[type=tel],
.wpcf7 input:focus[type=text],
.wpcf7 input:focus[type=time],
.wpcf7 input:focus[type=url],
.wpcf7 input:focus[type=week],
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    box-shadow: none!important;
    border: 0;
    background: rgba(238, 238, 238, .74)
}

.wpcf7 input[type=submit] {
    color: #3498db;
    border: 1px solid #3498db!important;
    padding: 10px 20px;
    display: inline-block;
    margin: 0 auto;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px;
}

.wpcf7 input[type=submit]:hover {
    background: #3498db;
    color: #fff;
    border-color: #3498db
}

.last_footer a {
    color: #7f8c8d
}

.last_footer li {
    display: inline-block
}

.last_footer {
    font-size: 12px
}

.last_footer li:after {
    content: " | ";
    padding: 0 8px
}

.last_footer li:last-child:after {
    content: " "
}

#page_info iframe {
    border: 5px solid rgba(204, 204, 204, .64)!important
}

.wpcf7 label span {
    color: #dc3545
}

.red {
    color: #dc3545
}

#error-404-wrapper {
    padding: 150px 0 60px
}

#error-404-wrapper h1 {
    font-weight: 300;
    color: #f39c12
}

body.error404 .bg-header {
    background: #222
}

.widget_archive,
body.error404 #searchform {
    display: none
}

@media (min-width:1024px) {
    #all_references img {
        min-width: 160px;
        min-height: 160px
    }
    .again_top {
        margin-top: -50px
    }
    .slick-slide img {
        filter: gray;
        -webkit-filter: grayscale(1);
        -webkit-transition: all .8s ease-in-out
    }
    .slick-slide img:hover {
        filter: none;
        -webkit-filter: grayscale(0);
        -webkit-transform: scale(1.01)
    }
    #all_references img {
        filter: gray;
        -webkit-filter: grayscale(1);
        -webkit-transition: all .8s ease-in-out
    }
    .colorfull {
        filter: none!important;
        -webkit-filter: grayscale(0)!important
    }
}

@media (max-width:768px) {
    .vc_row.vc_column-gap-35>.vc_column_container {
        padding: 0
    }
    .carousel-content h1 {
        font-size: 30px
    }
    body,
    html {
        overflow-x: hidden
    }
    .border_title:after,
    .border_title:before,
    .first:after,
    .first:before {
        display: none
    }
    .right_arrow_slick {
        right: 0
    }
    .left_arrow_slick {
        left: 0
    }
    .image_slider {
        animation: none!important
    }
    .shape_bottom {
        display: none
    }
    #reglementation .download {
        float: none;
        display: table;
        margin: 0 auto
    }
    #reglementation .col-md-10 {
        margin-bottom: 50px
    }
    #reglementation .col-md-10 img {
        padding-bottom: 20px;
        display: block;
        margin: 0 auto
    }
    #wrapper-footer {
        padding: 25px 0
    }
    #wrapper-footer .col-md-4 {
        margin-top: 25px;
        border-right: 0
    }
    .last_footer {
        font-size: 10px
    }
    .breadcrumb-container {
        display: none
    }
    #top_banner h1 {
        font-size: 30px
    }
    .mc4wp-form {
        max-width: 100%
    }
    .wpcf7 .wpcf7-form label {
        font-size: 13px
    }
}