@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Exo:wght@100;200;300;400;500;600;700;800;900&display=swap');

/********************************************************************************/
/****                                                       Main Site Styles    */
/****                                                                           */
/********************************************************************************/
body{
    background: #fff;
    font-family: 'Comfortaa';
}

.btn i{
    margin-right: 1em;
}

.anchor{
    position: relative;
    top: -100px;
}

.grecaptcha-badge{
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
}

.nav-cover.hidden{
    display: none;
}

.nav-cover{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}

.nav-close{
    font-size: 3em;
    max-width: 100%;
    color: #fff;
    z-index: 999999;
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
    pointer-events: none;
}

.nav-close.hidden{
    opacity: 0;
    display: none;
}

.nav-close > div{
    max-width: 1024px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.nav-close i{
    width: 63px;
    padding: 10px;
    position: relative;
    top: 10px;
    cursor: pointer;
    pointer-events: all;
}

.nav{
    position: fixed;
    background: #0f466d;
    z-index: 99999;
    width: 60%;
    right: 0;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    height: 100%;
    padding: 3em;
    margin-right: -100%;
    overflow: hidden;
}

.nav .nav-house{
    width: 54em;
    margin-top: 3em;
    margin-bottom: 3em;
    position: absolute;
    right: -340px;
    opacity: 0.1;
}

.nav h3{
    font-family: 'Exo';
    font-weight: bold;
    font-size: 2.5em;
    margin:0;
}

.nav h3:first-child{
    margin-bottom: 0.5em;
}

.nav a{
    text-decoration: none;
    color: #fff;
}

.nav a:hover{
    text-decoration: underline;
    color: #94bbd7;
}

.nav .nav-links{
    z-index: 9999999;
    position: relative;
}

.nav ul{
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
}

.nav ul li{
    list-style: none;
}

.nav .nav-social{
    font-size: 2em;
    margin-top: 0.5em;
    margin-left: 4px;
}

.header{
    background: url(../img/sdb-header-cover.jpg) no-repeat center center;
    background-blend-mode: multiply;
    background-color: #76b9bd;
    background-size: cover;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.header .nav-bar{
    max-width: 1024px;
    flex-basis: 100%;
}

.header.sticky{
    padding-top: 70px;
}
.header.sticky .nav-bar{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: url(../img/sdb-header-cover-blurred.jpg) no-repeat top center;
    background-size:cover;
    max-width: 100%;
    justify-content: center;
    padding-bottom: 1em;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 25%);
}

.header.sticky .nav-bar > div{
    max-width: 1024px;
}

.header .nav-bar > div{
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: 1em;
}

.header .nav-bar .sdb-logo img{
    height: 50px;
}

.header .nav-bar .sdb-menu{
    color: #fff;
    font-size: 2em;
    vertical-align: middle;
    padding: 10px;
    cursor: pointer;
}

.header .cover-logo{
    z-index: 1 ;
    max-width: 1024px;
    flex-basis: 100%;
    overflow: hidden;
}

.header .cover-logo > div{
    display: flex;
    align-content: center;
    justify-content: center;
}

.header .cover-logo img{
    height: 500px;
    margin: 6em 0em;
}

#soidabord .block-1{
    background:#65baaf;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 3em 0em;
}

#soidabord .block-1 > .row{
    max-width: 1024px;
}

#soidabord .block-1 .block-1-subtitle{
    font-weight: bold;
    font-size: 2.65em;
    color:#0f466d;
    display: flex;
    align-items: center;
}

#soidabord .block-1 .block-1-subtitle p{
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

#soidabord .block-1 .block-1-twig{
    display: flex;
    justify-content: center;
}

#soidabord .block-1 .block-1-twig img{
    height: 25em;
}

#soidabord .block-1 .block-1-text{
    font-size: 1.2em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#soidabord .block-1 .block-1-text p{
    flex-basis: 100%;
    padding: 0;
    margin: 0;
}

#soidabord .block-1 .block-1-text p:first-child{
    margin-bottom: 1em;
}

#soidabord .block-1 .block-1-text .btn{
    background: #4a4f54;
    color: #fff;
    font-weight: bold;
    padding: 0.75em 1.25em;
    border-radius: 1.15em;
    flex-basis: 100%;
    margin-top: 2em;
}

#soidabord .block-1 .block-1-text .btn:hover{
    background: #676d72;
}

#soidabord .block-2{
    background: url(../img/block-2-bg.jpg) no-repeat center center;
    background-size: cover;
    max-width: 100%;
    display: flex;
    min-height: 400px;
    justify-content: center;
    align-items: center;
}

#soidabord .block-2 > .row{
    max-width: 1024px;
    width: 100%;
}

#soidabord .block-2 .block-2-quote{
    display: flex;
    justify-content: end;
}

#soidabord .block-2 .block-2-quote p{
    border: 5px solid #4a4f54;
    padding: 1em;
    width: 480px;
    font-size: 2em;
}

#soidabord .block-3{
    background:#fff;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 3em 0em;
    overflow: hidden;
}

#soidabord .block-3 > .row{
    max-width: 1024px;
    position: relative;
}

#soidabord .block-3 h2{
    font-family: 'Exo';
    font-weight: bold;
    color:#0f466d;
    font-size: 3em;
    margin-bottom: 0.75em;
}

#soidabord .block-3 p{
    font-size: 1.2em;
}

#soidabord .block-3 .services{
    margin: 2em 0em;
    z-index: 2;
    position: relative;
}

#soidabord .block-3 .services .card{
    background: #0f466d;
    color: #fff;
    text-align: center;
    font-weight: 100;
    margin: 0em 1em;
    border: 0;
    border-radius: 10px;
    font-size: 0.8em;
}

#soidabord .block-3 .services .card img{
    width: 130px;
    padding: 1em;
    margin: 0 auto;
}

#soidabord .block-3 .services .card-body{
    padding-top: 0em;
    padding-bottom: 2em;
}

#soidabord .block-3 .sdb-house{
    position: absolute;
    top: 0;
    right: -600px;
    width: 700px;
}

#soidabord .block-4{
    background:#0f466d;
    color:#fff;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 3em 0em;
    overflow: hidden;
}

#soidabord .block-4 > .row{
    max-width: 1024px;
    position: relative;
    display: flex;
    justify-content: end;
}

#soidabord .block-4 h2{
    font-family: 'Exo';
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 0.75em;
}

#soidabord .block-4 p{
    font-size: 1.2em;
    font-weight: 100;
}

#soidabord .block-4 p b{
    text-transform: uppercase;
    color: #7bbc9a;
    font-weight: bold;
}

#soidabord .block-4 .block4-twig{
    position: absolute;
    top: -2060px;
    left: -510px;
}

#soidabord .block-4 .block4-leaves{
    width: 200px;
    margin-right: 4em;
}

#soidabord .block-4 .block4-leaf{
    width: inherit;
}

#soidabord .block-4 .block4-accreditation{
    display: flex;
    flex-wrap: nowrap;
    border: 4px solid #fff;
    padding: 2em;
    margin-top: 3em;
}

#soidabord .block-4 .lys{
    height: 50px;
    margin-right: 1em;
}

#soidabord .block-4 .block4-accreditation .block4-accreditation-text h3{
    font-family: 'Exo';
    margin-bottom: 0.5em;
    font-size: 1.2em;
}

#soidabord .block-4 .block4-accreditation .block4-accreditation-text p{
    font-size: 1em;
    margin-bottom: 0;
}

#soidabord .block-4 .block4-accreditation .btn{
    background: #7bbc9a;
    color: #000;
    font-weight: bold;
    padding: 0.75em 1.25em;
    border-radius: 1.15em;
    flex-basis: 100%;
    margin-top: 0.5em;
}

#soidabord .block-4 .block4-accreditation .btn:hover{
    background: #69977f;
}

#soidabord .block-5{
    background: url('../img/sdb-block5-bg.jpg') no-repeat center center;
    background-size: cover;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 3em 0em;
    overflow: hidden;
    min-height: 400px;
}

#soidabord .block-5 > .row{
    max-width: 1024px;
    position: relative;
    display: flex;
}

#soidabord .block-6{
    background:#fff;
    color:#000;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 3em 0em;
}

#soidabord .block-6 > .row{
    max-width: 1024px;
    position: relative;
    display: flex;
    justify-content: end;
}

#soidabord .block-6 h2{
    font-family: 'Exo';
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 0.75em;
    color: #0f466d;
}

#soidabord .block-6 .block6-line{
    background: #0f466d;
    height: 10px;
    border-radius: 10px;
    width: 100%;
    margin-top: -1.75em;
    margin-bottom: 1em;
}

#soidabord .block-6 .team-picture{
    position: absolute;
    top: -180px;
    right: 0;
    background: #fff;
    border-radius: 400px;
    padding: 2em;
}

#soidabord .block-6 .team-picture img{
    width: 350px;
    border-radius: 400px;
}

#soidabord .block-6 .team-name{
    color: #0f466d;
    font-size: 2.5em;
    font-weight: bold;
    margin: 0;
}

#soidabord .block-6 .team-title{
    color: #0f466d;
    margin-top: -0.5em;
    font-size: 0.9em;
    font-style: italic;
}

#soidabord .block-6 p{
    font-size: 1.2em;
}

#soidabord .block-6 .team-bio-1{
    margin-top: 2em;
}

#soidabord .block-6 .team-links{
    display: flex;
    flex-wrap: nowrap;
}

#soidabord .block-6 .team-links a:first-child{
    margin-right: 1em;
}

#soidabord .block-6 .team-links a:last-child{
    margin-left: 1em;
}

#soidabord .block-6 .btn{
    background: #4a4f54;
    color: #fff;
    font-weight: bold;
    padding: 0.75em 1.25em;
    border-radius: 1.15em;
    flex-basis: 100%;
    margin-top: 2em;
}

#soidabord .block-6 .btn:hover{
    background: #676d72;
}

.block-7{
    background: url('../img/sdb-block7-bg2.jpg') no-repeat center center;
    background-size: cover;
    color: #162629;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 3em 0em;
    overflow: hidden;
    min-height: 550px;
    font-size: 1.2em;
}

.block-7 > .row{
    max-width: 750px;
    position: relative;
    display: flex;
    text-align: center;
}

.block-7 > .row > div{
    border: 6px solid #212529;
    padding: 4em;
    backdrop-filter: blur(12px);
    background: rgb(111 178 137 / 30%);
}

.block-7 h2{
    font-family: 'Exo';
    font-weight: bold;
    font-size: 3em;
}

.block-7 form{
    width: 100%;
}

.block-7 form input,
.block-7 form select,
.block-7 form textarea{
    border: 0;
    background: rgb(33 37 41 / 70%);
    backdrop-filter: blur(10px);
    color: #fff;
    margin-bottom: 1em;
    height: 3em;
}

.block-7 form textarea{
    height: 8em;
}

.block-7 form input::placeholder,
.block-7 form select::placeholder,
.block-7 form textarea::placeholder{
    color: #5a928b;
}

.block-7 form .select-wrapper{
    position: relative;
}

.block-7 form .select-wrapper i{
    color: #558981;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.block-7 form .select-wrapper select:invalid,
.block-7 form .select-wrapper option:first-of-type {
    color: #5a928b;
}

.block-7 form .select-wrapper option {
    color: #fff;
}


.block-7 form .btn{
    background: #212529;
    color: #fff;
    font-weight: bold;
    padding: 0.75em 1.25em;
    border-radius: 1.15em;
    width: 100%;
    margin-top: 2em;
}

.block-7 form .btn:hover{
    background: #243e43;
}

.block-7 .contact-merci{
    background: #212529;
    border-radius: 20px;
    padding: 1em;
    font-weight: bold;
    color: #fff;
}

.block-7 .contact-merci.hidden{
    display: none;
}

.block-7 .fa-compass{
    font-size: 1.25em;
}

.footer{
    background: #212529;
    color: #fff;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 3em 0em;
    flex-wrap: wrap;
}

.footer > .row{
    max-width: 1024px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.footer h5{
    font-size: 1.2em;
    font-weight: 500;
    font-family: 'Exo';
    color: #537473;
    margin-top: 1.5em;
}
.footer a{
    color: #fff;
    display: block;
    text-decoration: none;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-size: 0.9em;
}

.footer a:hover{
    text-decoration: underline;
    color: #8da0a4;
}

.footer-col{
    padding-left: 1.5em;
}

.footer .footer-social{
    display: flex;
}

.footer .footer-social a{
    color: #537473;
    margin-right: 0.5em;
    font-size: 2em;
    margin-top: 0.25em;
}

.footer .copy{
    text-align: center;
    border-top: 1px solid #4a4f54;
    margin-top: 2em;
    width: 100%;
    max-width: 100%;
    padding-top: 1em;
    font-size: 12px;
    font-weight: 100;
    color: #5c958f;
}

/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
/* Mobile Styles :: Accueil
/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
@media screen and (max-width: 1024px) {
    .nav-close > div{
        max-width: 768px;
    }

    .header .nav-bar{
        max-width: 768px;
    }

    .header.sticky .nav-bar > div{
        max-width: 768px;
    }

    .header .cover-logo {
        max-width: 768px;
    }

    #soidabord .block-1 > .row,
    #soidabord .block-2 > .row,
    #soidabord .block-3 > .row,
    #soidabord .block-4 > .row,
    #soidabord .block-5 > .row,
    #soidabord .block-6 > .row,
    .footer > .row{
        max-width: 768px;
    }

    #soidabord .block-1 .block-1-subtitle {
        font-size: 2em;
    }

    #soidabord .block-2 .block-2-quote p {
        width: 380px;
    }

    #soidabord .block-3 .sdb-house {
        right: -350px;
        opacity: 0.2;
        z-index: 1;
    }

    #soidabord .block-4 .block4-leaves {
        width: 140px;
    }

    #soidabord .block-4 .block4-twig {
        top: -1880px;
        left: -400px;
    }

    #soidabord .block-6 .team-picture img {
        width: 320px;
    }

    .footer .copy{
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .nav {
        width: 100%;
    }

    .nav-close > div{
        max-width: 425px;
    }

    .nav h3 {
        font-size: 2.5em;
    }

    .header .nav-bar{
        max-width: 425px;
    }

    .header.sticky .nav-bar > div{
        max-width: 425px;
    }

    .header .cover-logo {
        max-width: 425px;
    }

    #soidabord .block-1 > .row,
    #soidabord .block-2 > .row,
    #soidabord .block-3 > .row,
    #soidabord .block-4 > .row,
    #soidabord .block-5 > .row,
    #soidabord .block-6 > .row,
    .footer > .row{
        max-width: 425px;
    }

    #soidabord .block-1,
    #soidabord .block-3,
    #soidabord .block-4,
    #soidabord .block-6 {
        padding: 3em 2em;
    }

    #soidabord .block-1 .block-1-subtitle {
        flex-basis: 100%;
        text-align: center;
    }

    #soidabord .block-1 .block-1-twig {
        flex-basis: 100%;
    }

    #soidabord .block-1 .block-1-twig img {
        transform: rotate(90deg);
        margin-top: -7em;
        margin-bottom: -7em;
        height: 20em;
    }

    #soidabord .block-1 .block-1-text {
        flex-basis: 100%;
    }

    #soidabord .block-1 .block-1-text .btn{
        width: 100%;
    }

    #soidabord .block-2 .block-2-quote p {
        backdrop-filter: blur(10px);
        background: rgb(172 209 191 / 20%);
        text-align: center;
        width: 210px;
        font-size: 1.25em;
    }

    #soidabord .block-3 > .row > .col-10{
        flex: 1;
        width: 100%;
    }

    #soidabord .block-3 .services .card {
        flex-basis: 100%;
        margin-bottom: 2em;
    }

    #soidabord .block-4 > .row > .col-8{
        flex: 1;
        width: 100%;
    }

    #soidabord .block-4 h2 {
        margin-bottom: 4em;
    }

    #soidabord .block-4 .block4-leaves {
        position: absolute;
        transform: rotate(-90deg);
        top: 9em;
        left: 33%;
    }

    #soidabord .block-4 .block4-leaf {
        transform: rotate(90deg);
    }

    #soidabord .block-4 .leaf-4{
        display: none;
    }

    #soidabord .block-4 .block4-accreditation {
        text-align: left;
        flex-wrap: wrap;
    }

    #soidabord .block-4 .lys {
        flex-basis: auto;
        height: 110px;
        margin: 0 auto;
        margin-bottom: 1.5em;
    }

    #soidabord .block-6 .team-picture {
        position: relative;
        top: 0;
        right: 0;
        background: #fff;
        width: 290px;
    }

    #soidabord .block-6 .team-picture img {
        width: 210px;
    }

    #soidabord .block-6 > .row > .col-12{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #soidabord .block-6 .team-links {
        flex-wrap: wrap;
    }

    #soidabord .block-6 .team-links a:first-child {
        margin-right: 0;
    }

    #soidabord .block-6 .team-links a:last-child {
        margin-left: 0;
    }

    .block-7{
        margin-top: 4em;
        padding: 0em 2em;
    }

    .block-7 > .row {
        max-width: 425px;
        padding: 3em 0em;
    }

    .block-7 > .row > div {
        padding: 1em;
    }

    .block-7 form{
        margin-bottom: 4em;
    }

    .footer{
        padding: 1em 0em;
        text-align: center;
    }

    .footer > .row {
        flex-wrap: wrap;
    }

    .footer .footer-logo{
        display: none;
    }

    .footer .footer-col{
        flex-basis: 100%;
        padding: 0;
    }

    .footer .footer-social {
        display: flex;
        justify-content: space-between;
        width: 80px;
        margin: 0 auto;
        margin-top: 2em;
    }

    .footer .footer-social a{
        margin: 0;
    }
}


@media screen and (max-width: 425px) {

    .nav-close > div{
        max-width: 320px;
    }

    .nav h3{
        font-size: 1.5em;
    }

    .nav ul{
        margin-bottom: 1em;
    }

    .nav ul li {
        font-size: 0.8em;
    }

    .header .nav-bar{
        max-width: 320px;
    }

    .header.sticky .nav-bar > div{
        max-width: 320px;
    }

    .header .cover-logo {
        max-width: 320px;
    }

    #soidabord .block-1 > .row,
    #soidabord .block-2 > .row,
    #soidabord .block-3 > .row,
    #soidabord .block-4 > .row,
    #soidabord .block-5 > .row,
    #soidabord .block-6 > .row,
    .block-7 > .row,
    .footer > .row{
        max-width: 320px;
    }

    #soidabord .block-1 .block-1-twig img {
        margin-top: -4em;
        margin-bottom: -4em;
        height: 16em;
    }

    #soidabord .block-2{ 
        background-position-x: -160px;
    }

    #soidabord .block-2 .block-2-quote {
        justify-content: right;
        font-size: 1em;
    }

    #soidabord .block-2 .block-2-quote p{
        width: 195px;
    }

    #soidabord .block-3 h2 {
        text-align: center;
    }

    #soidabord .block-4 h2 {
        font-size: 2.35em;
        text-align: center;
    }

    #soidabord .block-4 .block4-leaves {
        top: 6em;
        left: 5.5em;
    }

    #soidabord .block-4 h2 {
        margin-bottom: 5.5em;
    }

    #soidabord .block-4 .block4-accreditation
    {
        padding: 1em;
    }

    #soidabord .block-6 .team-name {
        font-size: 2em;
    }

    .block-7 {
        padding: 0;
    }

    .block-7 > .row {
        max-width: 100%;
        padding: 0em;
    }

    .block-7 > .row > div {
        border: none;
        padding: 4em 1em;
    }

    .block-7 form{
        margin-bottom: 1em;
    }
    
}

@media screen and (max-width: 325px) {
    #soidabord .block-2 {
        background-position-x: -223px;
    }
}

@media (orientation: landscape) {
    .nav{
        overflow-y: scroll;
    }
  }


/********************************************************************************/
/****                                                       Page : A Propos     */
/****                                                                           */
/********************************************************************************/
#sdb-apropos .header{
    background: url(../img/apropos/block-1-header2.jpg) no-repeat;
    min-height: 250px;
    align-content: start;
    background-position-y: -450px;
}

#sdb-apropos .header.sticky .nav-bar{
    background: url(../img/apropos/block-1-header2-blurred.jpg) no-repeat top center;
}

#sdb-apropos .block-1{
    background:#fff;
    color:#000;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 3em 0em;
    flex-wrap: wrap;
}

#sdb-apropos .block-1 > .row{
    max-width: 1024px;
    position: relative;
    display: flex;
    justify-content: start;
    width: 100%;
    flex-basis: 100%;
}

#sdb-apropos .block-1 h1{
    font-family: 'Exo';
    font-size: 3em;
    font-weight: bold;
    color: #0f466d;
}

#sdb-apropos .block-1 .block1-line{
    background: #0f466d;
    height: 10px;
    border-radius: 10px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 4em;
}

#sdb-apropos .block-1 .section-title{
    padding-top: 1em;
    font-family: 'Exo';
    font-size: 2em;
    font-weight: 500;
}

#sdb-apropos .block-1 .section-text{
    font-size: 1.2em;
}

#sdb-apropos .block-1 .word-cloud{
    display: flex;
    justify-content: center;
    align-content: center;
}

#sdb-apropos .block-1 .word-cloud img{
    width: 400px;
    margin: 4em 0em;
}

#sdb-apropos .block-1 .mission{
    margin: 0;
    padding: 0;
}

#sdb-apropos .block-1 .mission .mission-img{
    border-radius: 20px;
    width: 320px;
}

#sdb-apropos .block-1 .mission .col{
    position: relative;
}

#sdb-apropos .block-1 .mission .mission-overlap{
    position: absolute;
    top: 11em;
    left: 8em;
    box-shadow: -4px -2px 9px rgb(0 0 0 / 40%);
}

#sdb-apropos .block-1 .vision .container{
    padding: 0;
}

#sdb-apropos .block-1 .vision .section-title{
    border-top: 0;
}

#sdb-apropos .block-1 .vision-head{
    border-radius: 40px;
    width: 100%;
}


/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
/* Mobile Styles :: A Propos
/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
@media screen and (max-width: 1024px) {
    #sdb-apropos .block-1 > .row{
        max-width: 768px;
    }

    #sdb-apropos .block-1 .mission .mission-img{
        width: 260px;
    }

    #sdb-apropos .block-1 .mission .mission-overlap{
        position: relative;
        top: 30px;
        left: 0;
        box-shadow: none;    
    }
}

@media screen and (max-width: 768px) {

    #sdb-apropos .block-1 > .row{
        max-width: 425px;
    }

    #sdb-apropos .block-1 {
        padding: 3em 2em;
    }

    #sdb-apropos .block-1 .mission .mission-img {
        width: 260px;
        margin: 0 auto;
        display: block;
    }

    #sdb-apropos .block-1 .mission .mission-overlap {
        position: absolute;
        top: 10em;
        left: 50%;
        box-shadow: -4px -2px 9px rgb(0 0 0 / 40%);
        right: 0em;
        width: 190px;
        transform: translateX(-50%);
    }

    #sdb-apropos .block-1 .word-cloud {
        margin-top: 6em;
    }
}

@media screen and (max-width: 425px) {

    #sdb-apropos .block-1 {
        overflow-x: hidden;
        padding: 3em 1em;
    }

    #sdb-apropos .block-1 > .row{
        max-width: 320px;
    }

    #sdb-apropos .block-1 .vision-head {
        border-radius: 40px;
        width: 600px;
        position: relative;
        left: -100px;
    }

    #sdb-apropos .block-1 .section-text {
        font-size: 1em;
    }
}


/********************************************************************************/
/****                                                     Page : Formations     */
/****                                                                           */
/********************************************************************************/
#sdb-formations .header{
    background: url(../img/sdb-header-cover.jpg) no-repeat top center;
    min-height: 250px;
    align-content: start;
}

#sdb-formations .header.sticky .nav-bar{
    background: url(../img/sdb-header-cover-blurred.jpg) no-repeat top center;
}

#sdb-formations .block-1{
    background:#fff;
    color:#000;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 3em 0em;
    flex-wrap: wrap;
}

#sdb-formations .block-1 > .row{
    max-width: 1024px;
    position: relative;
    display: flex;
    justify-content: start;
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 6em;
    border-top: 1px solid #ccc;
    padding-top: 2em;
}

#sdb-formations .block-1 > .row:first-child,
#sdb-formations .block-1 > .row:nth-child(2) {
    margin-bottom: 3em;
    border-top: 0;
}


#sdb-formations .block-1 h1{
    font-family: 'Exo';
    font-size: 3em;
    font-weight: bold;
    color: #0f466d;
}

#sdb-formations .block-1 .enligne p{
    background: #ccc;
    border-radius: 10px;
    padding: 1em;
}

#sdb-formations .block-1 .categories{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    margin-bottom: 1em;
}

#sdb-formations .block-1 .categories .btn{
    background: #212529;
    border-radius: 50px;
    color: #fff;
}

#sdb-formations .block-1 .categories .btn:hover{
    background: #243e43;
}

#sdb-formations .block-line{
    background: #0f466d;
    height: 10px;
    border-radius: 10px;
    width: 100%;
    margin-top: 0;
}

#sdb-formations .block-1 .services{
    margin: 2em 0em;
    z-index: 2;
    position: relative;
}

#sdb-formations .block-1 .services .card{
    background: #0f466d;
    color: #fff;
    text-align: center;
    font-weight: 100;
    margin: 0em 1em;
    border: 0;
    border-radius: 10px;
    font-size: 0.8em;
}

#sdb-formations .block-1 .services .card img{
    width: 130px;
    padding: 1em;
    margin: 0 auto;
}

#sdb-formations .block-1 .services .card-body{
    padding-top: 0em;
    padding-bottom: 2em;
}

#sdb-formations .block-1 .prof {
    margin: 0;
    padding: 0;
    margin-top: 1.5em;
}

#sdb-formations .block-1 .prof .prof-img {
    border-radius: 20px;
    width: 320px;
    margin: 0 auto;
    display: block;
    margin-bottom: 2em;
}

#sdb-formations .block-1 .prof .col{
    position: relative;
}

#sdb-formations .block-1 .prof .prof-overlap{
    position: absolute;
    top: 11em;
    left: 8em;
    box-shadow: -4px -2px 9px rgb(0 0 0 / 40%);
}

#sdb-formations .block-1 .block1-accreditation{
    display: flex;
    border: 4px solid #0f466d;
    padding: 1em;
}

#sdb-formations .block-1 .block1-accreditation img{
    width: 60px;
    height: 70px;
}

#sdb-formations .block-1 .block1-accreditation h3{
    font-size: 1.2em;
}

#sdb-formations .block-1 .block1-accreditation-text{
    padding-left: 1em;
}

#sdb-formations .block-1 .firstresponders{
    margin: 0;
    padding: 0;
}

#sdb-formations .block-1 .firstresponders-img{
    border-radius: 25px;
    margin-bottom: 2em;
    width: 100%;
    margin-top: 1em;
}


/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
/* Mobile Styles :: Formations
/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
@media screen and (max-width: 1024px) {
    #sdb-formations .block-1 > .row{
        max-width: 768px;
    }

    #sdb-formations .block-1 .prof .prof-img {
        width: 290px;
    }

    #sdb-formations .block-1 .prof .prof-overlap {
        top: 11em;
        left: 4em;
    }
}

@media screen and (max-width: 768px) {

    #sdb-formations .block-1 > .row{
        max-width: 425px;
    }

    #sdb-formations .block-1 {
        padding: 3em 0em;
    }

    #sdb-formations .block-1 .services .card {
        flex-basis: 100%;
        margin: 0;
        margin-bottom: 2em;
    }

    #sdb-formations .block-1 .prof .prof-overlap {
        top: 8em;
        left: 11em;
        width: 240px;
    }

    #sdb-formations .block-1 .block1-accreditation {
        margin-bottom: 3em;
    }
}

@media screen and (max-width: 425px) {

    #sdb-formations .block-1 {
        padding: 3em 0em;
    }

    #sdb-formations .block-1 > .row{
        max-width: 320px;
    }

    #sdb-formations .block-1 .block1-accreditation {
        display: block;
    }

    #sdb-formations .block-1 .block1-accreditation img {
        width: 50px;
        height: 60px;
        margin: 0 auto;
        display: block;
        margin-bottom: 1em;
    }

    #sdb-formations .block-1 .prof .prof-img {
        margin-bottom: 4em;
    }

    #sdb-formations .block-1 .prof .prof-overlap {
        top: 11em;
        left: 2.5em;
        width: 240px;
    }
}



/********************************************************************************/
/****                                                      Page : Retraites     */
/****                                                                           */
/********************************************************************************/
#sdb-retraites .header{
    background: url(../img/retraites/block-1-bgb.jpg) no-repeat right;
    min-height: 250px;
    align-content: start;
    background-position-y: -230px;
}

#sdb-retraites .header.sticky .nav-bar{
    background: url(../img/retraites/block-1-bgb-blurred.jpg) no-repeat top center;
}

#sdb-retraites .block-1{
    background:#fff;
    color:#000;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 3em 0em;
    flex-wrap: wrap;
}

#sdb-retraites .block-1 > .row{
    max-width: 1024px;
    position: relative;
    display: flex;
    justify-content: start;
    width: 100%;
    flex-basis: 100%;
}

#sdb-retraites .block-1 h1{
    font-family: 'Exo';
    font-size: 3em;
    font-weight: bold;
    color: #0f466d;
}

#sdb-retraites .block-1 .block1-line{
    background: #0f466d;
    height: 10px;
    border-radius: 10px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 4em;
}

#sdb-retraites .block-1 .retraites-wrapper{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
}

#sdb-retraites .block-1 .retraites-wrapper img{
    width: 250px;
    border-radius: 25px;
    height: min-content;
}

#sdb-retraites .block-1 .retraites-wrapper .retraites-text{
    padding-left: 2em;
}

#sdb-retraites .block-1 .card-wrapper{
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    width: 100%;
    margin-top: 4em;
}

#sdb-retraites .block-1 .card-wrapper .card{
    width: 400px;
    background: #7bbc9a;
    border-radius: 25px;
    border: 0;
    padding: 2em;
}

#sdb-retraites .block-1 .card-wrapper .card i{
    font-size: 6em;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #2d4e3d;
}

#sdb-retraites .block-1 .card-wrapper .card h2{
    font-family: 'Exo';
    font-size: 2em;
    color: #2d4e3d;
    font-weight: bold;
    text-align: center;
}



/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
/* Mobile Styles :: Retraites
/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
@media screen and (max-width: 1024px) {
    #sdb-retraites .block-1 > .row{
        max-width: 768px;
    }

    #sdb-retraites .block-1 .card-wrapper .card {
        width: 340px;
    }
}

@media screen and (max-width: 768px) {

    #sdb-retraites .header {
        background-position-x: -1060px;
    }

    #sdb-retraites .block-1 > .row{
        max-width: 425px;
    }

    #sdb-retraites .block-1 {
        padding: 3em 0em;
    }

    #sdb-retraites .block-1 .retraites-wrapper {
        display: block;
    }

    #sdb-retraites .block-1 .retraites-wrapper img {
        margin: 0 auto;
        display: block;
        margin-bottom: 2em;
    }

    #sdb-retraites .block-1 .retraites-wrapper .retraites-text {
        padding-left: 0em;
    }

    #sdb-retraites .block-1 .card-wrapper {
        flex-wrap: wrap;
    }

    #sdb-retraites .block-1 .card-wrapper .card {
        width: 100%;
        flex-basis: 100%;
        margin-bottom: 2em;
    }
}

@media screen and (max-width: 425px) {

    #sdb-retraites .block-1 {
        padding: 3em 0em;
    }

    #sdb-retraites .block-1 > .row{
        max-width: 320px;
    }
}



/********************************************************************************/
/****                                                    Page : Partenaires     */
/****                                                                           */
/********************************************************************************/
#sdb-partenaires .header{
    background: url(../img/sdb-block5-bg.jpg) no-repeat center center;
    min-height: 250px;
    align-content: start;
}

#sdb-partenaires .header.sticky .nav-bar{
    background: url(../img/sdb-block5-bg-blurred.jpg) no-repeat top center;
}

#sdb-partenaires .block-1{
    background:#fff;
    color:#000;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 3em 0em;
    flex-wrap: wrap;
}

#sdb-partenaires .block-1 > .row{
    max-width: 1024px;
    position: relative;
    display: flex;
    justify-content: start;
    width: 100%;
    flex-basis: 100%;
}

#sdb-partenaires .block-1 h1{
    font-family: 'Exo';
    font-size: 3em;
    font-weight: bold;
    color: #0f466d;
}

#sdb-partenaires .block-1 .categories{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    margin-bottom: 1em;
}

#sdb-partenaires .block-1 .categories .btn{
    background: #212529;
    border-radius: 50px;
    color: #fff;
}

#sdb-partenaires .block-1 .categories .btn:hover{
    background: #243e43;
}

#sdb-partenaires .block-line{
    background: #0f466d;
    height: 10px;
    border-radius: 10px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 2em;
}

#sdb-partenaires .section-title{
    border-top: 1px solid #ccc;
    padding-top: 1em;
    font-family: 'Exo';
    font-size: 2em;
    font-weight: 500;
}

#sdb-partenaires .section-text{
    font-size: 1.2em;
}

#sdb-partenaires .bio{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#sdb-partenaires .bio-pictures{
    text-align: center;
}

#sdb-partenaires .bio-pic{
    width: 260px;
    border-radius: 400px;
    border: 4px solid #e1e1e1;
    margin-bottom: 1em;
}

#sdb-partenaires .bio-pic.small{
    width: 200px;
}

#sdb-partenaires .bio-pic.smaller{
    width: 160px;
}

#sdb-partenaires .bio-text{
    margin-left: 3em;
}

#sdb-partenaires .bio-text h2{
    color: #0f466d;
}

#sdb-partenaires .block-1 .bio-text h3{
    margin-bottom: 1em;
}

#sdb-partenaires .bio-text h4{
    color: #6e6e6e;
    margin-bottom: 2em;
    font-size: 1em;
}

#sdb-partenaires .block-hypnose h2{
    font-family: 'Exo';
    font-weight: 700;
    color: #0f466d;
    font-size: 2.5em;
}

#sdb-partenaires .social{
    display:flex;
    justify-content: space-between;
    width: 70px;
    margin-bottom: 1em;
}

#sdb-partenaires .social a{
    font-size: 2em;
    color: #212529;
    margin-right: 0.25em;
}

#sdb-partenaires .block-hypnose-header{
    background: url(../img/partenaires/block-hypose-bg.jpg) no-repeat center center;
    background-size: cover;
    max-width: 100%;
    display: flex;
    min-height: 250px;
    justify-content: center;
    align-items: center;
}

#sdb-partenaires .block-hypnose-header > .row{
    max-width: 1024px;
    width: 100%;
}

#sdb-partenaires .block-hypnose{
    background:#ccc;
    color:#000;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 3em 0em;
    flex-wrap: wrap;
}

#sdb-partenaires .block-hypnose > .row{
    max-width: 1024px;
    position: relative;
    display: flex;
    justify-content: start;
    width: 100%;
    flex-basis: 100%;
}

#sdb-partenaires .service-description{
    background: #fff;
    border-radius: 25px;
    padding: 2em;
    margin-bottom: 3em;
}

#sdb-partenaires .service-description .btn{
    display: block;
    width: 100%;
    background: #212529;
    color: #fff;
    border-radius: 10px;
    padding: 0.5em;
    margin-top: 1.5em;
}

#sdb-partenaires .service-description .btn:hover{
    background: #243e43;
}

#sdb-partenaires .service-description .btn i{
    margin-right: 0.5em;
}

#sdb-partenaires .modal{
    z-index: 9999;
}

#sdb-partenaires .modal.show{
    background: rgba(0,0,0,0.5);
}

#sdb-partenaires .modal .modal-dialog{
    max-width: 700px;
}

#sdb-partenaires .modal .modal-header{
    background: #fff;
    border: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-bottom: 0;
}

#sdb-partenaires .modal .modal-header h3{
    font-family: 'exo';
    font-size: 1.5em;
    font-weight: bold;
}

#sdb-partenaires .modal .modal-header .btn-close{
    position: relative;
    top: -4px;
}

#sdb-partenaires .modal .modal-content{
    border: 0;
    padding: 1em 3em;
    border-radius: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}


/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
/* Mobile Styles :: Partenaires
/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
@media screen and (max-width: 1024px) {
    #sdb-partenaires .block-1 > .row,
    #sdb-partenaires .block-hypnose > .row{
        max-width: 768px;
    }
}

@media screen and (max-width: 768px) {

    #sdb-partenaires .block-1 > .row,
    #sdb-partenaires .block-hypnose > .row{
        max-width: 425px;
    }

    #sdb-partenaires .block-1,
    #sdb-partenaires .block-hypnose {
        padding: 3em 0em;
    }

    #sdb-partenaires .bio {
        display: block;
    }

    #sdb-partenaires .bio-pic {
        width: 200px;
        margin: 0 auto;
        display: block;
        margin-bottom: 2em;
    }

    #sdb-partenaires .bio-text {
        margin-left: 0;
    }

    #sdb-partenaires .block-7 {
        margin-top: 0;
    }

    #sdb-partenaires .section-text {
        font-size: 1em;
    }
}

@media screen and (max-width: 425px) {

    #sdb-partenaires .block-1,
    #sdb-partenaires .block-hypnose {
        padding: 3em 0em;
    }

    #sdb-partenaires .block-1 > .row,
    #sdb-partenaires .block-hypnose > .row{
        max-width: 320px;
    }
}



/********************************************************************************/
/****                                                   Page : Notre Equipe     */
/****                                                                           */
/********************************************************************************/
#sdb-equipe .header{
    background: url(../img/sdb-block5-bg.jpg) no-repeat center center;
    min-height: 250px;
    align-content: start;
}

#sdb-equipe .header.sticky .nav-bar{
    background: url(../img/sdb-block5-bg-blurred.jpg) no-repeat top center;
}

#sdb-equipe .block-1{
    background:#fff;
    color:#000;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 3em 0em;
    flex-wrap: wrap;
}

#sdb-equipe .block-1 > .row{
    max-width: 1024px;
    position: relative;
    display: flex;
    justify-content: start;
    width: 100%;
    flex-basis: 100%;
}

#sdb-equipe .block-1 h1{
    font-family: 'Exo';
    font-size: 3em;
    font-weight: bold;
    color: #0f466d;
}

#sdb-equipe .block-1 .block1-line{
    background: #0f466d;
    height: 10px;
    border-radius: 10px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 4em;
}

#sdb-equipe .section-title{
    border-top: 1px solid #ccc;
    padding-top: 1em;
    font-family: 'Exo';
    font-size: 2em;
    font-weight: 500;
}

#sdb-equipe .section-text{
    font-size: 1.2em;
}

#sdb-equipe .bio{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#sdb-equipe .bio-pictures{
    text-align: center;
}

#sdb-equipe .bio-pic{
    width: 260px;
    border-radius: 400px;
    border: 4px solid #e1e1e1;
    margin-bottom: 1em;
}

#sdb-equipe .bio-pic.small{
    width: 200px;
}

#sdb-equipe .bio-pic.smaller{
    width: 160px;
}

#sdb-equipe .bio-text{
    margin-left: 3em;
}

#sdb-equipe .bio-text h2{
    color: #0f466d;
}

#sdb-equipe .block-1 .bio-text h3{
    margin-bottom: 1em;
}

#sdb-equipe .bio-text h4{
    color: #6e6e6e;
    margin-bottom: 2em;
    font-size: 1em;
}

#sdb-equipe .block-2{
    background:#ccc;
    color:#000;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 3em 0em;
    flex-wrap: wrap;
}

#sdb-equipe .block-2 > .row{
    max-width: 1024px;
    position: relative;
    display: flex;
    justify-content: start;
    width: 100%;
    flex-basis: 100%;
}

#sdb-equipe .block-3{
    background:#fff;
    color:#000;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 3em 0em;
    flex-wrap: wrap;
}

#sdb-equipe .block-3 > .row{
    max-width: 1024px;
    position: relative;
    display: flex;
    justify-content: start;
    width: 100%;
    flex-basis: 100%;
}



/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
/* Mobile Styles :: Partenaires
/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
@media screen and (max-width: 1024px) {
    #sdb-equipe .block-1 > .row,
    #sdb-equipe .block-2 > .row,
    #sdb-equipe .block-3 > .row{
        max-width: 768px;
    }
}

@media screen and (max-width: 768px) {

    #sdb-equipe .block-1 > .row,
    #sdb-equipe .block-2 > .row,
    #sdb-equipe .block-3 > .row{
        max-width: 425px;
    }

    #sdb-equipe .block-1,
    #sdb-equipe .block-2,
    #sdb-equipe .block-3 {
        padding: 3em 0em;
    }

    #sdb-equipe .bio-pic.small {
        display: none;
    }

    #sdb-equipe .bio {
        flex-wrap: wrap;
    }

    #sdb-equipe .bio-text {
        margin-left: 0;
    }
}

@media screen and (max-width: 425px) {

    #sdb-equipe .block-1,
    #sdb-equipe .block-2,
    #sdb-equipe .block-3{
        padding: 3em 0em;
    }

    #sdb-equipe .block-1 > .row,
    #sdb-equipe .block-2 > .row,
    #sdb-equipe .block-3 > .row{
        max-width: 320px;
    }

    #sdb-equipe .section-text {
        font-size: 1em;
    }
}



/********************************************************************************/
/****                                                  Page : Merci Contact     */
/****                                                                           */
/********************************************************************************/

#soidabord.contact-merci .header{
    min-height: 450px;
    align-content: flex-start;
}

#soidabord.contact-merci .merci-message{
    background: #65baaf;
    border-radius: 20px;
    padding: 2em;
    margin-bottom: 2em;
    font-weight: bold;
    color: #000;
    margin-top: 7em;
    box-shadow: 4px 4px 2px rgb(0 0 0 / 30%);
}

#soidabord.contact-merci .merci-message > div{
    margin-top: 1.5em;
    text-align: center;
}

#soidabord.contact-merci .merci-message > div a{
    text-decoration: none;
    color: #0f466d;
}

/********************************************************************************/
/****                                                       Temp Site Styles    */
/****                                                                           */
/********************************************************************************/
#soidabord-temp{
    background: url(../img/page_bg.jpg) no-repeat;
    background-size: auto;
    background-position: 80%;
}

#soidabord-temp .wrapper{
    background: #fff;
    width: 450px;
    border-radius: 15px;
    position: absolute;
    right: 10%;
    top: 25%;
    transform: translateY(-25%);
    font-family: 'Comfortaa';
    padding: 1em 2em;
}

#soidabord-temp .logo{
    width: 180px;
    margin: 0 auto;
    display: block;
    padding-top: 1em;
}

#soidabord-temp .overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ccc;
    background-image: linear-gradient(to bottom right, #abd9aa, #3f868a);
    opacity: 0.6;
}

#soidabord-temp .text-block{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

#soidabord-temp .text-block h2{
    font-size: 25px;
    border-top: 1px solid #0f466d;
    border-bottom: 1px solid #0f466d;
    padding: 1em 0em;
    margin-bottom: 1em;
}

#soidabord-temp .text-block p{
    font-size: 14px;
    margin-bottom: 1.5em;
}

#soidabord-temp button#contact{
    background: #366485;
    color: #fff;
    box-shadow: none;
    border: 0;
    padding: 1em;
    border-radius: 25px;
    margin-bottom: 1.5em;
}

#soidabord-temp button#contact:hover{
    background:#3f868a;
}

#soidabord-temp .social{
    flex: 100%;
    display: flex;
    justify-content: center;
}

#soidabord-temp .social .btn-social{
    font-size: 30px;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 10px;
    color: #3f868a;
}

#soidabord-temp .social .btn-social:hover{
    color:#366485;
}

#soidabord-temp .copy{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    color: #4e5c5f;
    font-size: 11px;
}

#soidabord-temp #countdown{
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 1em;
}

#soidabord-temp #countdown ul{ 
    padding:0;
    margin:0;
}

#soidabord-temp #countdown li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 10px;
    text-transform: uppercase;
}
  
#soidabord-temp #countdown li span {
    display: block;
    font-size: 3.5rem;
    line-height: 75px;
}

.modal.fade .modal-dialog{
    transform: translate(-100px,0px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-backdrop {
    background-color: transparent;
 }

 #soidabord-temp #subscribemodal .modal-dialog{
     top: 35%;
 }

 #soidabord-temp #subscribemodal .modal-content{
    font-family: 'Comfortaa';
    border-radius: 15px;
    padding: 1em;
    box-shadow: 5px 5px 0px rgb(0 0 0 / 50%);
    border: 2px solid rgba(0,0,0,0.1);
}

#soidabord-temp #subscribemodal .modal-title{
    font-weight: bold;
}

#soidabord-temp #subscribemodal .modal-title i{
    margin-right: 10px;
}

#soidabord-temp #subscribemodal .modal-body input{
    width: 100%;
    border-radius: 40px;
    border: 2px solid #3f868a;
    padding: 10px 15px;
    background: #d7d7d7;
}

#soidabord-temp #subscribemodal .modal-body .btn-subscribe{
    width: 100%;
    background: #366485;
    margin-top: 1em;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1em;
}

@media screen and (max-width: 425px) {

    #soidabord-temp .wrapper {
        width: 90%;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
    }

    #soidabord-temp #countdown {
        font-size: 7px;
    }
}

@media screen and (max-width: 375px) {
    #soidabord-temp #countdown ul{
        margin-left: -16px;
    }
}

@media screen and (max-width: 320px) {
    #soidabord-temp .logo {
        width: 130px;
    }
    
    #soidabord-temp #countdown ul{
        margin-left: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}