/*
font-family: 'Roboto', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Nanum Gothic', sans-serif;
font-family: 'Arimo', sans-serif;
font-family: 'Noto Sans KR', sans-serif;
font-family: 'Heebo', sans-serif;
*/

body{
    background: url(../images/bg/turn-on.jpg) no-repeat center fixed; 
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
    font-family: 'Roboto', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Nanum Gothic', sans-serif;*/
    /*font-family: 'Arimo', sans-serif;*/
    /*font-family: 'Noto Sans KR', sans-serif;*/
    /*font-family: 'Heebo', sans-serif;*/
}

img.picto-choix {
    width: 30px;
    margin-right: 10px;
    /*display: none;*/
    /*    display: block;
        margin: 0 auto;*/
}

div.bloc-choix {
    padding: 8px 20px;
    margin-bottom: 5px;
}

div.bloc-choix:hover {
    cursor: pointer;
}

span.span-choix label {
    margin-left: 10px; 
    font-size: 1.2em;
}

div.bloc-choix input {
    display: none;
}

.selected {
    color: white;
    background-color: green;
    font-weight: bold;
    border-radius: 30px;
    box-shadow: 1px 1px 6px lightgreen;
}

div.card-positionnement div.card-header {
    background: url(../images/bg/bg-top.png) bottom left #6190FF no-repeat;
    height: 200px;
    border-bottom: none;
    padding-left: 350px;
}

div.card-positionnement div.card-header p,
div.card-positionnement div.card-header h2 {
    margin-top: 20px;
    font-size: 1.2em;
    color: white;
}
div.card-positionnement div.card-header h2 {
    font-size: 2.4em;
}

div.card-positionnement div.card-body {
    background: url(../images/bg/bg-bottom.png) top left no-repeat;
    
}

div.card-positionnement div.card-body div.comments {
    font-style: normal;
    font-size: 1.4em;
    text-align: center;
    color: darkslateblue;
}