.c_explication
{
	text-align: justify;
	margin:10px;
}


.cl_bouton{
    background-color: #4c98af;
    border: 0;
    color: #fff;
    padding: 5px 20px;
    font-size: 1.3rem;
    cursor: pointer;
    border-radius: 7px;
    vertical-align: top;
    margin: 10px 0 10px 5px;
}

#search_word_id{border:1px dotted #030303;background-color:#b0cfd9;padding:0;padding-left:40px;background-image:url(images/write_login-bg.png);background-repeat:no-repeat;width:310px;text-transform:uppercase;letter-spacing:2px;line-height:32px;vertical-align:middle;font-size:17pt;height:32px;}

._titre
{
width: 100%;
font-size:2rem;
padding:0;
margin:0;
font-family: Arial;
font-weight: 900;
color:#4e8b9f;
letter-spacing: -1px; 
}


._s_titre
{
font-size:1.5rem;
padding:0;
margin:0;
font-family: Arial;

}

.c_font_14
{
	font-size: 1.4rem!important;;
}

.c_mot_select 
{
    border: 0px solid #95927b;
    background-color: #b2b09f;
    border-radius: 5px;
    padding: 5px 11px;
    margin: 5px;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
    font-size: 1.3rem;
}

.c_mot_select:hover
{
    background-color: #e1e0d2;
}

.c_tous_les_mots
{
    background-color: #a0cede!important;
}
.c_tous_les_mots:hover
{
    background-color: #a0cede!important;
}


.c_mot_select_tous
{

    background-color: #83b4c4!important;

    cursor: pointer;

}

.c_mot_select_tous:hover
{
    background-color: #83b4c4;
}

.c_mots_lies
{
	background: #cecaaa!important;
}

.verificateur_mot_absent,.verificateur_mot_present{

	padding:10px;
	margin:5px 10px 0px 10px;
	font-family:Verdana,Helvetica;
	font-size:1.7rem;
	text-align:center;
	border-radius:10px;
}

.verificateur_mot_present{background:#b0cfd9;color:black;}
.verificateur_mot_absent{background:#FFDFBD;color:red}

@media (min-width: 480px) {
._titre{font-size: 3rem;}	
.cl_bouton{margin:0 0 0 5px;}
}

@media (min-width: 760px) {
	.c_explication{margin:10px 50px 10px 50px}
	.verificateur_mot_absent,.verificateur_mot_present{margin:5px 50px 0px 50px;}
}