
/* css to modify fullpage default propreties */

.d-sm-none{
    display: block;
}
.d-sm-block{
    display: none;
}

/* Fonts */

@font-face {
    font-family: "Open sans bold";
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: "Open sans semi-bold";
    src: url(../fonts/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: "Open sans regular";
    src: url(../fonts/OpenSans-Regular.ttf);
}

/* css for styling */

body {
    font-size: 14px;
}

header {
    width: 40%;
    position: fixed;
    top: 15px;
    z-index: 99;
}
.head-container{
    padding: 0 138px;
    width: 100%;
}
.alert{
    width: calc(100vw - 20px);
    float: right;
    margin: 10px 10px 10px 0px;
    z-index: 30000;
}
header img {
    width: auto;
    height: fit-content;
}
h1 {
    font-size: 2.6em;
}
h1 .text_span{
    font-size: 0.8em;
}
img {
    width: 70%;
    display: block;
}

.img-slide3 {
    width: 100%;
}
.form-check-input {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px!important;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    height: 20px;
}

#section2 img{
    margin: 2rem auto;
}

.form-check-input:active, .form-check-input:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.form-check-input:checked {
    background-color: #198136;
    border: 1px solid #adb8c0;
    color: white;
}
.section {
    text-align: center;
    padding: 138px;
    min-height: 100vh;
    padding-bottom: 0;
    position: relative;
}
.slide_content{
    height: 100%;
}

h1 {
    font-family: "Open sans bold";
    color: #198136;
    text-align: left;
}

.card_video {
    margin: 0;
    padding: 10px;
    align-items: center;
}

.card_video_file:focus {
    outline: none;
}

.video_file {
    margin: auto;
    width: 100%;
    height: 100%;
}

.content_card_img img {
    position: relative;
    left: 9%;
    width: 40%;
}

.card_choice {
    padding: 0 auto;
    position: relative;
}
.card_choice img{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-height: 60%;
    max-width: 77%;
    width: auto;
}

.choice {
    position: relative;
    padding-top: 0;
}

.choice_item_savoir {
    text-decoration: none;
    color: #fff;
    background: #39485E;
    border-radius: 31px;
    border: none;
}

.choice_item_savoir:hover {
    color: #fff;
    text-decoration: none;
    background-color: #F0386B;
    transition: 400ms;
}

.choice_item_savoir:focus{
    color: #fff;
    text-decoration: none;
}

.choice_item_adherer {
    text-decoration: none;
    color: #39485E;
    background: #FFFFFF;
    border: 2px solid #39485E;
    border-radius: 31px;
    z-index: 10;
}

.choice_item_adherer:hover {
    background-color: #39485E;
    color: #fff;
    transition: 400ms;
    text-decoration: none;
}

.choice_item_adherer:focus{
    text-decoration: none;
}

h2 {
    font-family: "Open sans bold";
    font-size: 2em;
    color: #39485E;
    padding: 0 1rem;
}

.slide3_h2 {
    margin-top: 0.5rem;
    font-style:italic ;
    text-align: center;
}

.card_paragraph {
    font-family: "Open sans semi-bold";
    color: #39485E;
    font-size: 1.2em;
}
.slide3_p {
    text-align: left;
}

/* ----------------------------------------------------- */

.chevron {
    text-align: center;
    font-size: 25px;
    color: #39485E;
    text-decoration: none;
}

.chevron_container {
    position: absolute;
    left: 50%;
    bottom: 20px;
}

.chevron_container.top {
    top: 20px;
    bottom: auto;
    z-index: 30000;
}


.chevron_first {
    animation: bounce 1500ms infinite ease-in-out;
}

@keyframes bounce {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-150%);
    }
    100% {
        transform: translateY(0px);
    }
}
/* ----------------------------------------------------- */

.footer_content {
    width : 100%;
    position:absolute;
    bottom: 0;
    left: 0;
    background-color: #198136;
    color: #ffffff;
    font-family: "Open sans semi-bold";
    height: 3.5rem;
    vertical-align: middle;
}

.footer_content a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    top: 1rem;
}

.footer_content a:nth-child(2){
    float: right;
    padding: 0 10px;
}

/* ----------------------------------------- */

.text_span {
    font-family: "Open sans semi-bold";
    color: #F03888;
}
.green_span {
    color :#198136;
}

.pink_span {
    color :#F0386B;
}
.underline_span {
    text-decoration: underline;
}

/* -------------------------------------------------- */

#mentions_link:hover {
    cursor: pointer;
}
/* The Modal (background) */
.modal_custom {
    display: none;
    position:relative;
    z-index: 900;
    transform: translateY(-87vh);
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.2);
}

/* Modal Content/Box */
.modal_custom_content {
    color: black;
    background-color: #fefefe;
    margin: 7% auto;
    padding: 10px;
    border: 1px solid #888;
    width: 80%;
    height: 90%;
    overflow: auto;
}

.modal_custom_content a {
    top : 0;
    color: #198136;
}

/* The Close Button */
.close {
color: rgb(148, 148, 148);
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}


/* ----------------------------------------------------- */

