.bord {
    box-sizing: border-box;
    border: solid thin #000;
}

.orange_bord_blanc {
    display: inline-block;
    font-family: Hobo;
    color: var(--color-orange);
    position: relative;
    background: transparent;
    z-index: 0;
}
/* add a single stroke */
.orange_bord_blanc:before {
    content: attr(title);
    white-space: pre;
    position: absolute;
    -webkit-text-stroke: 10px white; 
    z-index: -1;
}

.fond_bleu {
    background: url('../images/fond_jouez.svg') no-repeat; 
    background-size:100% 100%;    
}

.page {
    padding-top: 1rem;
}

.logo_pied{
    float: left;
    background-color: white;
    height: 70px;
    line-height: 63px;
    vertical-align: middle;
    text-align: center;
    padding: 0px 10px;
    margin-right: 10px;
}

.logo_pied > img {
    vertical-align: middle;
}

.retour_pied {
    position: absolute;
    top: -32px;
    right: 32px;
    background-color: var(--color-fond-trans);
    font-size: 2rem;
    text-align: center;
    padding: 4px 12px;
}

.temoignage {
    margin-top: 96px !important;
}

.temoignage h1 {
    margin: 0 10%;
}

.temoignage p {
    background-color: var(--color-fond-trans);
    padding: 8px 10%;
    margin-bottom: 16px;
    font-size: 2rem;
}

.temoignage audio, .temoignage > .audioplayer, .temoignage .diaporama, .temoignage > img {
    margin-left: 10%;
    width: 80%;
}

.temoignage > h1 {
    display: inline-block;
    font-family: OverlockItalic;
    background-color: var(--color-orange);
    color: white;
    margin-bottom: 16px;
    padding: 0 4px;
    font-size: 2.5rem;
}

h2 {
    text-align: center;
    background-color: var(--color-fond-trans);
    font-size: 1.1rem;
}

/* JOUEZ */
.jouez {
    position: relative;
    background-color: var(--color-fond-trans);
}

.jouez > p {
    font-size: 45px;
    line-height: 1.1;
}

.jouez > table, .jouez > .resultat {
    /*padding: 0px 3%;*/
    font-size: 48px;
    text-align: center;
    margin: auto;
}

.jouez > table > tbody > tr > td:nth-child(1) {
    text-align: left;
    padding-right: 30px;
}

.jouez > table > tbody > tr > td:nth-child(2) {
    text-align: center;
    padding-right: 30px;
}

.jouez > table > tbody > tr > td:nth-child(3) {
    color: white;
    width: 100px;
    text-align: right;
    background-image: url(../images/fond_valider.png);
    background-size: 100% 100%;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.15;
    padding: 10px 40px 20px;
    text-align: center;
}

.titre {
    color: white;
    background-image: url(../images/fond_titre.png);
    background-size: 100% 100%;
    font-size: 82px;
    font-weight: bold;
    width: auto;
    margin: auto;
    line-height: 1.15;
    padding: 10px 40px 20px;
}

.bouton {
    color: white;
    background-image: url(../images/fond_bouton.png);
    background-size: 100% 100%;
    font-size: 62px;
    font-weight: bold;
    width: auto;
    margin: auto;
    line-height: 1.15;
    padding: 10px 40px 20px;
    text-align: center;
}

.bouton:active, .bouton:hover,
.jouez > table > tbody > tr > td:nth-child(3):active, .jouez > table > tbody > tr > td:nth-child(3):hover {
    cursor: pointer;
    background-image: url(../images/fond_bouton_on.png);
}

.message {
    position: absolute;
    top: 10%;
    left: 5%;
    right: 5%;
    background-color: cornflowerblue;
    text-align: center;
    font-size: 3rem;
    font-family: ArchivoNarrow;
    padding: 1rem;
    border-radius: 1rem;
    border: blue solid 0.25rem;
}

.message > h1 {
    font-family: ItaliaStencil;
    padding: 0;
    margin-top: -1.25rem;
    border-radius: 1rem;
    background-color: white;
    width: 75%;
}

.message > a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
}

.reponse {
    display: inline-block;
    vertical-align: baseline;
} 

.inputs {
    margin-top: 0.4rem;
    font-size: 2.75rem;
    border-width: 0.1em;
    border-style: solid;
    text-align: center;
    width: 2rem;
    margin-left: 1rem;
    padding: 0.1rem 0;
}

.la_lettre {
    border-color: #e68638;
}
/* FIN JOUER */

/* AVANT APRES */
.avant_apres {
    position: relative;
    background-color: var(--color-fond-trans);
    margin-top: 140px !important;
}

.avant_apres > .titre_aa {
    position: relative;
    text-align: center;
    top: -40px;
    margin-bottom: -40px;
}

.avant_apres > .titre_aa > h1 {
    background: url('../images/fond_observatoire.svg') no-repeat; 
    background-size:100% 100%;    
    color: white;
    font-family: Hobo;
    font-size: 2.1rem;
    padding: 1.4rem;
}

.avant_apres > section {
    padding: 0% 10% 1rem 10%;
    line-height: 2rem;
    font-size: 2rem;
}

.avant_apres > section p {
    padding: 1rem 0;
}

.photo_avant_apres {
    position: relative;
    width: 100%;
}

.photo_avant_apres > .avant {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 50%;
}

.photo_avant_apres > .avant_apres_barre {
    position: absolute;
    top: 0;
    left: 49.9%;
    width: 0.2%;
    height: 100%;
    background-color: var(--color-titre);
}

.photo_avant_apres > .avant_apres_barre > img {
    position: absolute;
    left: -32px;
    bottom: 0;
    width: 64px;
    background-color: var(--color-titre);
    border-radius: 50%;
}

/* DRAG'N DROP IMAGE */
.div_dnd_img {
    background-color: var(--color-fond-trans);
    padding: 16px 10px;
    font-size: 2rem;
}

.div_dnd_img p {
    padding: 16px 10%;
}

.dnd_img > table {
    width: 100%;
    text-align: center;
}

.dnd_img td {
    width: 25%;
    vertical-align: bottom;
}

.dnd_img .dnd_tr_drag {
    height: 75px;
}
/*
.dnd_img .drag > h1 {
    font-size: 3em;
}
*/
.dnd_img .drop {
    position: relative;
    height: 100px;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}

/* DRAG'N DROP SON */
.div_dnd_son {
    background-color: var(--color-fond-trans);
    padding: 16px 10% 0 10%;
    font-size: 2rem;

}
.dnd_son > table {
    width: 100%;
    text-align: center;
}

.dnd_son td {
    width: 33%;
}

.dnd_tr_gagne {
    line-height: 0px;
    opacity: 0;
    font-size: 2rem;
    vertical-align: middle;
    color: cadetblue;
    transition: opacity 1s;
}

.dnd_tr_drag {
    height: 200px;
}

.drag {
    display: inline-block;
    /*position: fixed;*/
}

.drag > img {
    border: white solid 5px;
    border-radius: 50%;
}

.drag > h1 {
    position: relative;
    bottom: 1rem;
    color: white;
    background-color: var(--color-titre);
    font-family: OverlockItalic;
    text-align: center;
    font-size: 2rem;
}


.drop {
    position: relative;
    height: 135px;
    width: 135px;
    left: 50%;
    transform: translateX(-50%);
}

.zone_drop {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    /*background-color: red;*/
    opacity: 0.5;
}

.drop > audio {
    display: none;
}

