#logo {
    height: 200px;
}

body {

    font-family: 'Open Sans', sans-serif;
}

.content {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.content-main {
    flex: 1;
}

.navbar-toggler{
    border-color: #FFFFFF;
}

.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(255,102,203, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.masthead {
    height: 100vh;
    min-height: 500px;
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url('../image/Cairo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 50px;
}

.title-masthead {
    font-size: 4rem;
}

#contact_message {
    height: 300px;
}
.blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

.italic {
    font-style: italic;
}

ul {
    list-style-type: none;
}

footer {
    background-color: #333333;
}

.btn-cta {
    color: #fff;
    background-color: #2ead9e;
    border-color: #2ead9e;
}

.btn-cta:hover {
    color: #fff;
    background-color: #d2a722;
    border-color: #d2a722;
}
.btn-cta2 {
    color: #fff;
    background-color: #d2a722;
    border-color: #d2a722;
}

.btn-cta2:hover {
    color: #fff;
    background-color: #2ead9e;
    border-color: #2ead9e;
}

hr.divider {
    max-width: 4rem;
    border-width: 0.2rem;
    border-color: #2ead9e;
}

section.pricing {
    background: #007bff;
    background: linear-gradient(to right, #0062E6, #33AEFF);
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.btn-grad-men {background: #007bff;
    background: linear-gradient(to right, #0062E6, #33AEFF);}

.btn-grad-women {background: #CC95C0;
    background: linear-gradient(to right, #CC95C2, #DBD4B4);}

#choice-ar, #choice-coran {
    border: dashed 4px #FFFFFF;
}

#info-visiteur {
    border: dashed 4px #AA3333;
}

.box {
    border: 1px solid #CCC;
    padding: 40px 25px;
    background: #FFF;
    max-width: 400px;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}
.box.ofh {
    overflow: hidden;
}

.cross-shadow-ribbon {
    position: absolute;
    background: #2ead9e;
    top: -15px;
    padding: 10px;
    margin-left: 15px;
    color: #FFF;
    border-radius: 0 0 2px 2px;
}
.cross-shadow-ribbon:before {
    content: "";
    position: absolute;
    left: -15px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 15px solid #2ead9e;
    border-left: 15px solid transparent;
}

.scrollme {
    overflow-x: auto;
}


@media (min-width: 480px) {

    .video {
        width: 640px;
        height: 360px;
    }
}

@media only screen and (max-width: 480px)  {
    h1 {
        font-size: 28px;
    }

    .title-masthead {
        font-size: 2rem;
    }

    .masthead-h3 {
        font-size: 18px;
    }

    .lead {
        font-size: 14px;
    }

    .masthead-container {
        margin-top: 2rem;
    }

    .video {
        width: 320px;
        height: 180px;
    }

}
.position-relative {
    position: relative;
}
.ring {
    color: #1c4c5b;
    position: absolute;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.4);
    text-align: center;
}
.ring, .ring:after {
    box-sizing: border-box;
}
/*.ring {*/
/*    display: inline-block;*/
/*    width: 80px;*/
/*    height: 80px;*/
/*}*/
.ring:after {
    content: " ";
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 6.4px solid currentColor;
    border-color: currentColor transparent currentColor transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    margin: 2px auto;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
