*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html{
    background-color: #000000;
}
body{
    min-height: 100vh;
    background: linear-gradient(135deg, #20466a, #000104);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
html, body {
    margin: 0;
    padding: 0; 
    top: 0;
    left: 0;
    width: 100%; 
    scroll-behavior: smooth;
}
.overflow{
    overflow: hidden;
}
a, h1, h2, h3, .h5, .mb-2, span, label {
    color: #ffffff;
    margin: 0;
}
h1{
    font-family: "redonda", sans-serif;
    font-weight: 700!important;
    font-style: normal;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 2.3rem;
}
.article-h1{
    font-size: 2rem;
    line-height: 2.3rem;
}
h2{
    font-family: "redonda", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.8rem;
}
h3{
    font-family: "redonda", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 1.5rem;
}
p{
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    margin-bottom: 1rem;
}
.bold{
    font-weight: bold;
}
.top{
    margin-top: 50px!important;
}
.bottom{
    margin-bottom: 20px!important;
}
.fixed{
    position: fixed;
}
.fixed-botton{
    position: fixed;
    bottom: 0;
}
.flex{
    display: flex;
}
.block{
    display: block;
}
.center{
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.fullw{
    width: 100%;
}
.fullh{
    height: 100vh;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.spacer{
    display: flex;
    width: 100%;
    height: 100px;
}
.bg-video {
    position: fixed;
    top: 0; left: 0;
    width: 100%; 
    height: 100%;
    object-fit: cover;
}
.overlay {
    background: linear-gradient(135deg, rgba(32, 70, 106, 0.75), rgba(0, 1, 4, 0.75));
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.navbar {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.navbar-toggler{
    border: none!important;
}
.nav-link{
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
}
div.container-fluid{
    padding: 0px 20px 0px 20px;
}
.cover-container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
}
.logo-title {
    max-width: 400px;
    width: 90%;
    height: auto;
    margin-bottom: 1rem;
}
.cover-text {
    color: #ffffff;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.cover-buttons .btn {
    font-family: "redonda", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.1rem;
    padding: 0.75rem 1.5rem;
    border-radius: 30px;
    text-transform: uppercase;
}
.button-fixed {
    font-family: "redonda", sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    max-width: 250px;
}
#button {
    font-family: "redonda", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 3px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    font-family: redonda;
}
.social-links {
    width: 100%;
    gap: 15px;
}
.social-links a {
    color: white;
    font-size: 1.7rem;
    transition: transform 0.2s;
    padding: 5px;
}
.social-links a:hover {
    transform: scale(1.2);
}
.btn-outline-light:hover{
    color: #000000!important;
}
#main{
    max-width: 90%;
    align-items: center;
}
#main_scroll{
    max-width: 90%;
    align-items: center;
}
#optin{
    padding: 30px;
}
#mc_embed_shell{
    max-width: 800px;
}
#mc_embed_signup{
    border-radius: 12px;
    clear:left; 
    width: 100%;
}
mc_embed_signup_scroll{
    display: grid;
}
.mc-address-fields-group{
    display: flex;
}
.mc-field-group{
    display: flex;
    border: 1px solid #ffffff;
    border-radius: 50px;
    margin-bottom: 10px;
}
input::placeholder{
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
}
#mce-EMAIL, #mce-MMERGE1, #mce-MMERGE2, #mce-MMERGE3, #mce-MMERGE4{
    width: 100%;
    background: none;
    border-radius: 50px;
    border: none;
    padding: 10px 10px 10px 20px;
    color: #ffffff;
}
#rgpd{
    width: 100%;
    padding: 10px;
    font-size: 14px;
    opacity: 0.5;
}
.legals{
    width: 100%;
}
.legals p a, .legals p{
    color: #a6a6a6!important;
    font-size: 14px;
}
#mce-success-response{
    color: white;
    font-size: 14px;
    padding: 5px;
}
#button{
    font-size: 14px;
}
#visit{
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 50px;
}
#return{
    padding: 25px;
}
#mc-embedded-subscribe, #button{
    font-family: "redonda", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 30px;
    text-transform: uppercase;
    background-color: #0d6efd;
    color: #ffffff; 
    border:none;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 0.75rem 2.5rem;
    border-radius: 30px;
}
#mc-embedded-subscribe::value{
    font-weight: 800;
}
#mc-embedded-subscribe:hover, #button:hover{
    cursor: pointer;
    opacity: 0.8;
}
.iframe-asc-container{
    margin: auto;
    width: 95%;
    border-radius: 1rem;
}
.top-bar{
    padding-top: 60px;
}
.section{
    padding: 100px 10px 25px 10px;
    min-height: 80vh;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    justify-content: space-around;
}
.post-card{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.1);
    border-radius:1rem;
    padding:1.8rem;
    height:100%;
    transition:transform .2s;
}
.post-card:hover{
    transform:translateY(-4px);
}  
.post-card .text-muted{
    color:#9ca3af!important;
}
.btn-modern{
    font-family: "redonda", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding:.6rem 1.4rem;
    border-radius:30px;
    text-transform:uppercase;
}
.btn-modern:hover{
    transform:scale(1.05);
    color: #000000!important;
}  
#footer{
    width: 100%;
    padding: 50px;
}
.btn-lg{
    background-color: #214094!important;
}
.categorie{
    padding-bottom: 40px;
}
.article-focus{
    border: 2px solid #FF4046;
}
.article-pinned{
    border: 2px solid #0d6efd;
}
#article-header{
    margin-top: 50px;
}
.article-header{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.1);
    border-radius:1rem;
    padding:2.5rem 2rem 1.5rem;
    backdrop-filter:blur(8px);
}
.article-header h1{
    font-family:"redonda", sans-serif;
    font-weight: 800;
    font-style: normal;
    margin-bottom:.8rem;
}
.article-header .meta{
    color:#9ca3af;
    font-size:.9rem;
}
.article-body{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.1);
    border-radius:1rem;
    padding:2rem;
    margin-top:1.5rem;
    backdrop-filter:blur(8px);
}
.article-body h2,.article-body h3{
    font-family:redonda;
    margin-top:1.6rem;
    margin-bottom:0.6rem;
}
.article-body p{
    line-height:1.7;
    margin-bottom:1.2rem;
}
.article-body ul li{
    color: #ffffff;
}
.article-body img{
    max-width:100%;
    border-radius:.8rem;
    margin:1.4rem 0 .2rem;
}
.image-credit{
    font-size:.8rem;
    color:#9ca3af;
    text-align:center;
    margin-bottom:1.2rem;
}
.article-body ul{
    list-style:square;
    padding-left:1.2rem;
}
.share-bar span{
    color:#e5e7eb;
    font-size:.95rem;
}
.share-bar a{
    color:#e5e7eb;
    font-size:1.3rem;
    margin-right:.8rem;
    transition:opacity .2s;
}
.share-bar a:hover{
    opacity:.7;
}
.article-nav a{
    font-weight: 200;
    color:#e5e7eb;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:.4rem;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.article-nav a:hover{
    text-decoration:underline;
}
.hyper-link{
    font-weight: 700;
    text-decoration: underline;
}
.hyper-link:hover{
    opacity: .5;
}
.a-la-une, .pinned{
    width: fit-content;
    position: absolute;
    align-self: flex-end;
    padding: 5px 10px;
    border-radius: .5rem;
    transform: translate(15px, -15px);
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: .9rem;
}
.pinned{
    background-color: #0d6efd;
}
.a-la-une{
    background-color: #FF4046;
}
.article-focus h3, .article-pinned h3{
    max-width: 70%;
}
.image-credit{
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.shareBox{
    padding-top: 20px;
    display:flex; 
    align-items:center; 
    gap:10px; 
}
#shareButton{
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    padding:8px 16px; 
    border:2px solid #ffffff; 
    border-radius:2rem; 
    background:none; 
    color:#ffffff; 
    cursor:pointer;
}
#shareButton:hover{
    opacity: .8;
}
/*RESPONSIVE*/
@media only screen and (max-width: 880px) {
    #mc_embed_signup{
        padding: 50px 15px 0px 15px;
    }
    #visit{
        position: inherit;
        right: inherit;
        padding: 50px;
    }
    .section{
    min-height: inherit;
    justify-content: inherit;
    }
    .categorie{
        font-size: 1.3rem;
    }
}
@media only screen and (max-width: 500px) {
    .logo-title{
        width: 100%;
    }
    .cover-text{
        font-size: 1rem;
    }
    #button{
        font-size: 1rem;
        padding: 0.75rem 1rem;
    }
    #shareButton{
        font-size: .9rem;
    }
    #shareButton a{
        font-size: 22px!important;
    }
    #footer{
        padding: 25px;
    }
}