/* CSS Document */
html, body{
	scroll-behavior: smooth;
}
.section-contenu {
    display: none;
}

.btn-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    background: #f2f1f1;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    width: 100%;
    outline: none;
    border: none;
}

    .btn-section h2 {
        margin: 0 !important;
        padding: 15px;
        text-align: left;
        color: #223654;
        font-size: 16px !important;
    }

    .btn-section span {
        font-size: 30px;
        font-weight: bolder;
        color: #095797;
        padding-right: 45px;
    }

.section {
    border: 2px solid #f2f1f1;    
    margin-bottom: 10px;
}

.section-contenu {
    padding: 0.7em 1em;
}
.section-contenu h2{
	font-size:1.30rem;
	padding:10px 0 0 0;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-left: 20px;
    user-select: none;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c5cad2;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.switch input:checked + .slider {
    background-color: #2196F3;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
    outline: 1px solid #000;

}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.afficher-contenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
	margin-bottom: 10px;
}

    .afficher-contenu p {
        color: #095797;
        font-weight: bold;
        font-size: 14px;
    }

.couleur-mots {
    color: #f0830e;
}

.couleur-mots-2 {
    color: #54c0d6;
}

.couleur-secondaire-mots {
    color: #23c7c9;
}



@media only screen and (max-width: 600px) {
    .btn-section h2 {
        font-size: 16px !important;
        padding: 20px;
    }
}
