/*
input[type="radio"] { display: none; }
input[type="radio"] + label {
  font-weight: 400; font-size: 14px;
}
input[type="radio"] + label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #ffffff;
}
input[type="radio"] + label span { background-color: #fff; }
input[type="radio"]:checked + label { color: #333; font-weight: 700; }
input[type="radio"]:checked + label span {
  background-color: #ff8800;
  border: 2px solid #ffffff;
  box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}
input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.24s linear;
  -o-transition: background-color 0.24s linear;
  -moz-transition: background-color 0.24s linear;
  transition: background-color 0.24s linear; }
  */

/*   html, body {
    height: 100%;
    width: 100%;
    margin: 0;
 }
  body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222;
 }
  .custom-radios div {
    display: inline-block;
 }*/
.custom-radios input[type="radio"] {
    display: none;
}
.custom-radios input[type="radio"] + label {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}
.custom-radios input[type="radio"] + label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 25px;
}
.custom-radios input[type="radio"] + label span img {
    opacity: 0;
    transition: all 0.3s ease;
}
.custom-radios input[type="radio"]#color-1 + label span,
.custom-radios input[type="radio"].A + label span {
    background-color: #ffdd33;
}
.custom-radios input[type="radio"]#color-2 + label span,
.custom-radios input[type="radio"].B + label span {
    background-color: #ff9933;
}
.custom-radios input[type="radio"]#color-3 + label span,
.custom-radios input[type="radio"].C + label span {
    background-color: #cc3333;
}
.custom-radios input[type="radio"]#color-4 + label span,
.custom-radios input[type="radio"].D + label span {
    background-color: #660066;
}
.custom-radios input[type="radio"]:checked + label span img {
    opacity: 1;
}
.custom-radios input[type="radio"]:checked + label {
    font-weight: 700;
}
/*
.custom-radios input[value="A"] + label span { background-color: rgb(255, 0, 0); }​
.custom-radios input[value="B"] + label span { background-color: rgb(75, 78, 240); }​
.custom-radios input[value="C"] + label span { background-color: rgb(211, 198, 19); }​
.custom-radios input[value="D"] + label span { background-color: rgb(48, 202, 61); }​
*/

.course__text_details p {
    font-family: "Montserrat", sans-serif;
    color: rgb(45, 45, 45);
    text-decoration: none;
    white-space: normal;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 17px;
    border-color: rgb(123, 126, 133);
    transform-origin: 50% 50% 0px;
    opacity: 1;
    transform: translate(0px);
    visibility: visible;
}

.une-question {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    padding: 5px 5px 5px 25px;
    border-radius: 15px;
    background-color: #99cc33;
}

.sidebar-widget h4 {
    background-color: #0773b7;
    border-left: #f1c40f 5px solid;
    color: #fff;
    padding: 0 0 0 5px;
}
/*
.sidebar-widget h4::before {
  position: absolute;
  left: -1px;
  content: url('https://www.prenezlesfeuilles.com/images/icon-05.png');
} */

@media (max-width: 768px) {
    .valider .valid-full {
        width: 100%;
    }
}

.laterale {
    background-color: #ffffff;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
    border-bottom: 1px solid #f6f6f6;
    padding-left: 28px;
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
}