* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    white-space: normal;
}

html {
    height:100%;
}

body {
    background-color: white;
    font-family:  gilbert, sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    /* color: #4b575f; */
    color: black;
    height:100%;
    padding-bottom: 50px;
}

.hidden {
    display: none;
}



.required{
    color : red;
}



@media all and (max-width: 599px) and (min-width: 320px) {
    .cadre-solu {
        border: 3px solid black;
        padding: 0px 20px;
        width: min-content;
        margin: auto;
        box-shadow: -10px 10px 0 -3px #E67167, -10px 10px black;
        background-color: white;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute; 
        text-align: center;        
    }
    
    .titre-solu {
        font-family: gilbert, sans-serif;
        font-size: 5em;
        margin-top:-18px;
        margin-bottom:-15px;
    }
    
    .titre {
        font-family: gilbert, sans-serif;
        font-size: 2em;
        color: #00C389;
    }
    
    /* label:after {content:" *";color:#00C389;} */

    .div-logo-ul {
        position:absolute;
        top: 5%;
        left:5%;
    }    

    .logo-ul {
        width:150px;
    }

    .div-fond {
        position: relative;
        height: 80%;
        width: 100%;
        text-align: center;
        background-image: url(../img/so.lu.png);
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }

    .chevron {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -110%);
    }
  }

@media all and (min-width: 600px) {
    .cadre-solu {
        border: 3px solid black;
        padding: 0px 20px;
        width: min-content;
        margin: auto;
        box-shadow: -10px 10px 0 -3px #E67167, -10px 10px black;
        background-color: white;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute; 
        /* margin-top: -5%; */
        z-index:998;
        text-align: center;        
    }

    .titre-solu {
        font-family: gilbert, sans-serif;
        font-size: 10em;
        margin-top:-35px;
        margin-bottom:-25px;
    }

    .titre {
        font-family: gilbert, sans-serif;
        font-size: 2em;
        color: #00C389;
    }
    /* label:after {content:" *";color:#00C389;} */

    .div-logo-ul {
        position:absolute;
        top: 5%;
        left: 5%;
    }

    .logo-ul {
        width:215px;
    }    

    .div-fond {
        position: relative;
        height: 75%;
        width: 100%;
        text-align: center;
        background-image: url(../img/FondFichier1.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }

    .chevron {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -110%);
    }
}

.btn-primary {
    color: white;
    border-color: #b51621;
    background: #b51621;
}

.btn-primary:hover {
    border-color: #710e15;
    background: #710e15;
}

a {
    color: #b51621;
}

a:hover, a:focus {
    color: #710e15;
    text-decoration: none;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #b51621;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #b51621;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #b51621;
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #721c24;
}

.card {
    background-color: white;
    border: 0;
}

.card-titre {
    font-family: gilbert, sans-serif;
    font-size: 1.5em;
    color: #00C389;
}

.form-titre {
    font-family: gilbert, sans-serif;
    font-size: 1.5em;
    color: #00C389;
}

.abel_radio {
	font-weight: bold;
}

.validate-btn {
    font-family: gilbert, sans-serif;
    background-color: #00C389;
    color: #fff;
    border: 0;
    width: 100%;
    font-size: 1.5em;
}

.validate-btn:hover {
    font-family: gilbert, sans-serif;
    background-color: #00A372;
    color: #fff;
    border: 0;
    width: 100%;
    font-size: 1.5em;
}

.container {
    padding-bottom:30px;
}

 /* The Modal (background) */
 .modale {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index:999;
  }
  
  /* Modal Content/Box */
  .modale-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 3px solid black;    
    box-shadow: -10px 10px 0 -3px #00C389, -10px 10px black;
    background-color: white;
    width: 40%;
  }
  
  /* The Close Button */
  .closed {
    color: #00C389;
    float: right;
    font-size: 28px;
    font-weight: bold;
    font-family: gilbert, sans-serif;
    display: block;
    opacity: 1;
    position:relative;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  } 