/* 
*  Document   : style_generation_clef
*  Created on : 14 nov. 2013, 11:51:46
*  Author     : tdupuy
*  Version    : 2
*  Description:
*        Style appliqués aux feuilles : 
* - index.php
**/

a
{
	text-decoration: none;
}

span 
{
	display:block;
}

input[type='button']
{
	/* Css hack :
		- Safari 6-
		- Chrome 28-
		- Opera 14+ */
	[;width : 75px;];
	display:block;
	margin:auto;
}

input[type='submit']
{
	[;width : 100px;];
	display: block;
	margin : auto;
}

#login+#pwd
{
	margin-bottom: 10px;
}

#form_style>span 
{
	font-size:18pt;
}

#form_style>span+p>span
{
	font-size: 15pt;
}

p
{
	font-size: 13pt;
}

p#mdp_oublie
{
	font-size:12px;
	margin: 0px;
	padding: 0px;
	margin-left: 265px;
	margin-top: 0px;
}

fieldset
{
    color:grey;
    margin-right: 20px;
    display: block;
}

#login fieldset label 
{
    color:black;
}

fieldset p.info_etape 
{
    line-height: 30px;
    color: black;
    font-weight: normal;
    margin-top: 0px; 
    margin-bottom: 0px;
    margin-left : 0px;
}

#login p
{
    margin-bottom: 0;
}

#mode_emploi ul
{
    margin: 0;
    padding-left: 12px;
}

.boutons
{
    text-align: center;
}

input.btn_accueil_oui
{
    display: inline-block;
    padding-right: 8px;
    padding-left:9px;
    margin-right: 15px;
}
input.btn_accueil_non
{
    display: inline-block;
}

#support
{
    display:block;
    margin-right: 2%;
    margin-top: 10px;
}

#boutons_mon_compte
{
   text-align: center;
}

#boutons_mon_compte input
{
    display : inline;
    margin-right : 10px;
}

.boutons_accueil_suiv #support
{
    margin-top: 10px;
    display:inline;
    float:right;
}

.boutons_accueil_suiv #retour
{
    margin-top: 10px;
    display:inline;
}

#btn_acces_formation
{
    width:auto;
    display:inline;
}

.main_map{
    text-align: center;
    position:relative;
}

.main_map #map{
    height: 425px;
}

.main_map #map svg{
    transform: scale(0.6); */
    -webkit-transform: scale(0.6);
    margin-left: -14%;
    margin-top: -28%;
    display: block;
}

#finded_ssti{
    list-style: none;
    max-height: 130px;
    overflow: hidden;
    margin-top: 0;
}

#finded_ssti a.select_ssti{
    background-color: #FEBC47;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    margin-right: 20px;
    padding: 4px;
    margin-bottom: 5px;
}
#finded_ssti a.select_ssti:hover{
    background-color: #E77035;
    cursor: pointer;
}

#liste_ssti{
    position:relative;
}

#liste_ssti h4{
    margin-top: 35px;
}

.div_btn_support{
    text-align: right;
    display: inline-block;
    width: 95%;
}

.div_btn_support .btn_support{
    display: inline;
}

#dom_tom_region{
    border: 1px solid #aaa;
    background-color: #ddd;
    border-radius: 6px;
    display: block;
    width: 90px;
    font-size: 0.9em;
    position: absolute;
    top: 310px;
}

#dom_tom_region:hover{
    cursor: pointer;
}

.scroll {
    top:0;
    display: none;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    z-index: 9;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: bounce 0.7s ease-in-out infinite;
    -moz-animation:    bounce  0.7s ease-in-out infinite;
    animation:         bounce 0.7s ease-in-out infinite;
    position: absolute;
}

.scroll:hover{
    cursor:pointer;
}


.container-scroll-top{
    top: 35px;
}

.container-scroll-down{
    top : 175px;
}

.container-scroll{
    width: 100%;
    height: 20px;
    position:absolute;
}

.container-scroll .scroll-top.scroll{
    top:0;
    display: none;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0;
    width: 13px;
    height: 13px;
    border-bottom: 0px solid #000;
    border-right: 0px solid #000;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    z-index: 9;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: bounce 0.7s ease-in-out infinite;
    -moz-animation:    bounce  0.7s ease-in-out infinite;
    animation:         bounce 0.7s ease-in-out infinite;
    position: absolute;
}

@keyframes bounce{
     from {top: 0px;}
     50%  {top: 3px;}
     to   {top: 0px;}
}