/* TEXT */
    html{
        height:100%;
    }
    body{
        margin:0;
        padding:0;
        width:100%;
        height: 100%;
        background-color: white;
        font-size:1em;
        color:#3f3f3f;
        font-family: 'Raleway',Arial, sans-serif;
        font-weight: normal;
        text-decoration: none;
        cursor: default;
        max-width: 100%;
    }
    a{
        color:#49494b;
        text-decoration:underline;
        cursor: pointer;
    }
    h1,h2,h3,h4{
        font-weight: normal;
        margin: 0px;
        padding:0px;
    }
    i{
        color:#fff;
    }
    section{
        width: 100%;
        z-index:2; 
        position: relative;
    }
    strong{
       font-weight: bold;
    }
    header{
        width: 100%;
        z-index: 100;
        height: 50px;
        margin: 0px 0px 10px 0px;
    }
    textarea{
       font-family: 'Raleway',Arial, sans-serif
    }
	#main{
		opacity: 0;
	}
	#main2{
		margin: 0px 5px 0px 5px;
	}
	.general{
        min-height: 100%;
    }
    .cadre{
        width: 360px;
    }
/*TEXT*/
    .t_a_c{
        text-align: center;
    }
/*LINK*/
    .link_wallo{
        color:#49494b;
    }
    .link_wallo:hover{
        color:#BF1E2E;
    }
    .link_ap3{
        color:#49494b;
    }
    .link_ap3:hover{
        color:#1d3e81;
    }
    .link2{
        color:#FFDE16;
    }
    .link2:hover{
        color:#fff;
    }
    .link_cirep{
        color:#49494b;
    }
    .link_cirep:hover{
        color:#4bb58e;
    }
/*LOGO*/
    .logo_cirep{
        margin: 20px;
        max-width:250px;
        height: auto;
    }
    .wallopoly_logo{
        margin:20px;
        max-width: 300px;
        height: auto;
    }

    .ap3_logo{
        margin:20px;
        max-width: 100px;
        height: auto;
    }
/*FONT*/
    .font_7{
        font-size: 0.7em;
    }
    .font_8{
        font-size: 0.8em;
    }
    .font_9{
        font-size: 0.9em;
    }
    .font_10{
        font-size: 1em;
    }
    .font_11{
        font-size: 1.1em;
    }
    .font_12{
        font-size: 1.2em;
    }
    .font_13{
        font-size: 1.3em;
    }
    .font_14{
        font-size: 1.4em;
    }
    .font_15{
        font-size: 1.5em;
    }
    .font_20{
        font-size: 2.0em;
    }
    .font_25{
        font-size: 2.5em;
    }
/*COULEUR*/
    .red_color{
        color:#BF1E2E;
    }
    .red_bg{
        background-color:#BF1E2E;
    }
    .yellow_color{
        color:#FFDE16;
    }
    .yellow_bg{
        background-color:#FFDE16;
    }
    .grey_color{
        color:#49494b;
    }
    .grey_bg{
        background-color: #49494b;
    }
	.blue_color{
	    color: #106ebe;
	}
    .white_color{
        color: #FFFFFF;
    }
    .white_bg{
        background-color: #FFFFFF;
    }
    .black_color{
        color:#000000;
    }
    .black_bg{
        background-color: #000000;
    }
    .green_color{
        color:#00FF00;
    }
    .green_bg{
        background-color: #00FF00;
    }
    .wallopoly_color{
        color:#BF1E2E;
    }
    .wallopoly_bg{
        background-color:#BF1E2E;
    }
    .cirep_color{
        color:#4bb58e; 
    }
    .cirep_bg{
       background-color:#4bb58e;
    }
    .ap3_color{
        color:#1d3e81;
        font-family: 'Bitter', Arial, Helvetica, sans-serif;
    }
    .ap3_bg{
        background-color:#1d3e81;
        font-family: 'Bitter', Arial, Helvetica, sans-serif;
    }
    .ap3_color2{
        color:#1899D6;
        font-family: 'Bitter', Arial, Helvetica, sans-serif;
    }
    .ap3_bg2{
        background-color:#1899D6;
    }
    .admin_color{
        color:#49494b;
    }
    .admin_bg{
       background-color:#49494b;  
    }
    .user_color{
        color:#E87B0C;
    }
    .user_bg{
        background-color:#E87B0C; 
    }
/*OPAC - DISPLAY*/
    .opac_0{
        opacity: 0;
    }
    .no_display{
        display:none;
    }
/*MARGIN et PADDING*/
    .margin_auto{
        margin:auto !important;
    }
    .margin_0{
        margin: 0px !important;
    }
    .margin_5{
        margin:5px !important;
    }
    .margin_10{
        margin: 10px !important;
    }
    .margin_15{
        margin: 15px !important;
    }
    .margin_20{
        margin: 20px !important;
    }
    .margin_30{
        margin:30px !important;
    }
    .margin_40{
        margin:40px !important;
    }
    .margin_up_down_10{
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .margin_up_down_20{
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .margin_up_down_30{
        margin-top: 30px !important;
        margin-bottom: 30px !important;    
    }
    .margin_left_right_20{
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
	.margin_top_5{
        margin-top: 5px !important;
    }
    .margin_top_10{
        margin-top: 10px !important;
    
}
    .margin_top_20{
        margin-top: 20px !important;
    }
    .margin_top_30{
        margin-top: 30px !important;
    }
    .margin_top_40{
        margin-top: 40px !important;
    }
    .margin_left_5{
        margin-left: 5px !important;
    }
    .margin_left_10{
        margin-left: 10px !important;
    }
	.margin_left_20{
        margin-left: 20px !important;
    }
	.margin_left_30{
        margin-left: 30px !important;
    }
    .margin_right_5{
        margin-right: 5px !important;
    }
    .margin_right_10{
        margin-right: 10px !important;
    }
    .margin_bottom_5{
        margin-bottom:5px !important; 
    }
    .margin_bottom_10{
        margin-bottom:10px !important; 
    }
    .margin_bottom_20{
        margin-bottom:20px !important; 
    }
    .padding_5{
        padding: 5px !important;
    }
    .padding_10{
        padding: 10px !important;
    }
    .padding_20{
        padding: 10px !important;
    }
    .padding_top_10{
        padding-top: 10px !important;
    }
    .padding_top_20{
        padding-top: 20px !important;
    }
    .padding_bottom_10{
        padding-bottom: 10px !important;
    }
    .padding_bottom_20{
        padding-bottom: 20px !important;
    }
/*WIDTH*/
	.w_130{
		width: 130px;
	}
	.w_132{
		width: 132px;
	}
	.w_140{
		width: 140px;
	}
	.w_150{
		width: 150px;
	}
/*FLEX*/
    /*DIRECTION*/
    .flex_row{
        display: flex;
		flex-direction: row;
		display:-webkit-flex;
		-webkit-flex-direction: row;
    }
    .flex_column{
        display: flex;
		flex-direction: column;
		display:-webkit-flex;
        -webkit-flex-direction:column;
    }
    /*ESPACE*/
    .flex_jc_center{
        display: flex;
        display:-webkit-flex;
        justify-content: center;
        -webkit-justify-content: -webkit-center;
    }
    .flex_jc_space_around{
        display: flex;
        justify-content:space-around;
		display:-webkit-flex;
        -webkit-justify-content:space-around;
    }
    .flex_jc_space_between{;
		display: flex;
        justify-content:space-between;
	 	display:-webkit-flex;
        -webkit-justify-content:space-between;
    }
    .flex_jc_start{
        display: flex;
		justify-content:flex-start;
        display:-webkit-flex;
        -webkit-justify-content:flex-start;
    }
    .flex_jc_end{
        display: flex;
        display:-webkit-flex;
        justify-content:flex-end;
        -webkit-justify-content:flex-end;
    }
    /*ALIGNEMENT*/
    .flex_align_center{
        display: flex;
        align-items: center;
		 display:-webkit-flex;
        -webkit-align-items:center;
    }
    /*PASSE A LA LIGNE*/
    .flex_wrap{
        display: flex;
        flex-wrap: wrap;
		display:-webkit-flex;
        -webkit-flex-wrap:wrap;
    }
/*BUTTON*/
    .pointeur{
        cursor: pointer;
    }
    .selected{
        color: #fff!important;
    }
    .btn_style_ap3,.btn_style_wallopoly,.btn_style_cirep,.btn_style_user,.btn_style_admin,.btn_style_vert,.btn_style_rouge,.btn_style_bleu,.btn_style_orange,.btn_style_rose{
        font-size: 0.8em;
        font-family: 'Raleway',Arial, sans-serif;
        letter-spacing:2px;
        padding: 12px 15px;
        cursor:pointer;
        outline: none;
        display: inline-block;
        text-align:center;
        text-decoration: none;
        text-transform: uppercase;
        text-rendering: optimizelegibility;
        -webkit-transition:0.2s background linear;
            -moz-transition:0.2s background linear;
                transition:0.2s background linear;
        -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-background-clip: padding;
            -moz-background-clip: padding;
                background-clip: padding-box;
        -webkit-appearance: none;
    }
	.btn_table{
		padding: 5px 10px !important;
	}
    .btn_style_wallopoly{
        color:#BF1E2E;
        background: transparent;
        border: 1px solid #BF1E2E;  
    }
    .btn_style_wallopoly:hover{
        color:#fff;
        background:#BF1E2E;
        border: 1px solid #BF1E2E;
    }
    .btn_style_wallopoly i{
        color:#BF1E2E;
    }
    .btn_style_wallopoly:hover i{
        color: #fff
    }
    .btn_style_ap3{
        color:#1d3e81;
        background: transparent;
        border: 1px solid #1d3e81;  
    }
    .btn_style_ap3:hover{
        color:#fff;
        background:#1d3e81;
        border: 1px solid #1d3e81;
    }
    .btn_style_ap3 i{
        color:#1d3e81;
    }
    .btn_style_ap3:hover i{
        color: #fff
    }
    .btn_style_cirep{
        color:#4bb58e;
        background: transparent;
        border: 1px solid #4bb58e;  
    }
    .btn_style_cirep:hover{
        color:#fff;
        background:#4bb58e;
        border: 1px solid #4bb58e;
    }
    .btn_style_cirep i{
        color:#4bb58e;
    }
    .btn_style_cirep:hover i{
        color: #fff
    }
    .btn_style_user{
        color:#E87B0C;
        background: transparent;
        border: 1px solid #E87B0C;  
    }
    .btn_style_user:hover{
        color:#fff;
        background:#E87B0C;
        border: 1px solid #E87B0C;
    }
    .btn_style_user i{
        color:#E87B0C;
    }
    .btn_style_user:hover i{
        color: #fff
    }
    .btn_style_admin{
        color:#49494b;
        background: transparent;
        border: 1px solid #49494b;  
    }
    .btn_style_admin:hover{
        color:#fff;
        background:#49494b;
        border: 1px solid #49494b;
    }
    .btn_style_admin i{
        color:#49494b;
    }
    .btn_style_admin:hover i{
        color: #fff
    }
    .btn_style_vert {
        color: #00B228;
        background: #fff;
        border: 1px solid #00B228;
    }
     .btn_style_vert:hover{
        color: #fff;
        background: #00B228;
        border: 1px solid #00B228;
    }
    .btn_style_vert i{
        color:#00B228;
    }
    .btn_style_vert:hover i{
        color: #fff
    }
	.btn_style_rose {
        color: #FC256F;
        background: #fff;
        border: 1px solid #FC256F;
    }
     .btn_style_rose:hover{
        color: #fff;
        background: #FC256F;
        border: 1px solid #FC256F;
    }
    .btn_style_rose i{
        color:#FC256F;
    }
    .btn_style_rose:hover i{
        color: #fff
    } 
	.btn_style_orange {
        color: #f90;
        background: #fff;
        border: 1px solid #f90;
    }
     .btn_style_orange:hover{
        color: #fff;
        background: #f90;
        border: 1px solid #f90;
    }
    .btn_style_orange i{
        color:#f90;
    }
    .btn_style_orange:hover i{
        color: #fff
    } 
    .btn_style_rouge {
        color: #BF1E2E;
        background: #fff;
        border: 1px solid #BF1E2E;
    }
    .btn_style_rouge:hover{
        color: #FFFFFF;
        background: #BF1E2E;
        border: 1px solid #BF1E2E;
    }
    .btn_style_rouge i{
        color:#BF1E2E;
    }
    .btn_style_rouge:hover i{
        color: #fff
    }
	.btn_style_bleu {
        color: #106ebe;
        background: #fff;
        border: 1px solid #106ebe;
    }
    .btn_style_bleu:hover{
        color: #FFFFFF;
        background: #106ebe;
        border: 1px solid #106ebe;
    }
    .btn_style_bleu i{
        color:#106ebe;
    }
    .btn_style_bleu:hover i{
        color: #fff
    }
    .btn_style_4 {
        color: #3f3f3f;
        background: #fff;
        border: 1px solid #1EA176;
    }
    .btn_style_4:hover{
        color: #FFFFFF;
        background: #1EA176;
    }
    .btn_style_2 i,.btn_style_3 i{
        color: #3f3f3f;
    }
    .btn_style_2:hover i,.btn_style_3:hover i{
        color: #fff;
    } 
    .btn_header{
        color: #fff;
        padding-top: 5px;
    }
    .btn_header:hover i{
        color: #e5e5e5;
        cursor: pointer;
    }
/*INPUT*/
    .label_title{
        margin-top: 10px;
        font-size: 0.8em;
        font-family: 'Raleway',Arial, sans-serif;
    }
    input[type='date']{
       font-size: 1em;
       font-family: 'Raleway',Arial, sans-serif;
    }
/*TABLE*/
	.table{
		overflow-y: auto;
		padding: 5px;
	}
	.table_100{
		max-height: 100px;
		overflow-y: auto;
		padding: 5px;
	}
	.table_200{
		max-height: 200px;
		overflow-y: auto;
		padding: 5px;
	}
	.table_400{
		max-height: 400px;
		overflow-y: auto;
		padding: 5px;
	}
    .design_table {
        width:100%;
        font-size: 0,95em;
        border-collapse: collapse;
        margin-bottom:10px;
        background-color:#fff;
    }
	.design_table tr{
		margin: -1px;
	}
    .design_admin{
       border-color:#49494b !important; 
    }
    .design_admin .selected{
        background-color: #49494b !important;
        border-color:#49494b !important;   
        color: #fff!important;
    }
	.design_wallopoly{
       border-color:#BF1E2E !important; 
    }
    .design_wallopoly .selected{
        background-color: #BF1E2E !important;
        border-color:#BF1E2E !important;   
        color: #fff!important;
    }
 	.design_wallopoly,.design_wallopoly td,.design_wallopoly tr{
        border-color:#BF1E2E !important; 
    }
    .design_ap3,.design_ap3 td,.design_ap3 tr{
        border-color:#1d3e81 !important; 
    }
    .design_ap3 .selected{
        background-color: #1d3e81 !important;
        border-color:#1d3e81;   
        color: #fff!important;
    }
	.design_cirep,.design_cirep td,.design_cirep tr{
        border-color:#4bb58e !important; 
    }
    .design_cirep .selected{
        background-color: #4bb58e !important;
        border-color:#4bb58e;   
        color: #fff!important;
    }
    .design_user,.design_user td,.design_user tr{
        border-color:#E87B0C !important; 
    }
    .design_user .selected{
        background-color: #E87B0C !important;
        border-color:#E87B0C;   
        color: #fff!important;
    }
    .design_table tr {
        border:solid;
        border-width:1px;
    }
    .design_table td {
        font-size: 0,95em;
        padding: 8px;
        border-width:0px;
    }
/*BORDER BOX*/
	.wallopoly_box{
		border:solid;
        border-width:1px;
		border-color:#BF1E2E !important;  
		padding: 5px;
	}
	.admin_box{
		border:solid;
        border-width:1px;
		border-color:#49494b !important;  
		padding: 5px;
	}
	.cirep_box{
		border:solid;
        border-width:1px;
		border-color:#4bb58e !important;  
		padding: 5px;
	}
	.ap3_box{
		border:solid;
        border-width:1px;
		border-color:#1d3e81 !important;  
		padding: 5px;
	}
/*LOADING*/
	.loader_box{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0px;
	}
	.loader {
	  display: inline-block;
	  font-size: 4rem; /* Change this to resize the loader */
	  animation: 2s rotate infinite linear;
	  width: 1em;
	  height: 1em;
	}	
	.loader circle {
	  fill: transparent;
	  stroke-width: 0.07em;
	  stroke-dasharray: 2.3525em 0.4705em;
	  animation: 1.3s strokeDashArray infinite linear, 24s infinite linear;
	}
	.loader_user circle {
	  stroke: #E87B0C;
	}
	.loader_ap3 circle {
	  stroke: #1d3e81;
	}
	.loader_wallopoly circle {
	  stroke: #BF1E2E;
	}
	.loader_cirep circle {
	  stroke: #4bb58e;
	}
	.loader_admin circle {
	  stroke: #49494b;
	}
	@keyframes rotate {
	  from {
		transform: rotate(0deg);
	  }

	  to {
		transform: rotate(360deg);
	  }
	}

	@keyframes strokeDashArray {
	  from {
		stroke-dasharray: 2.3525em 0.4705em;
		stroke-dashoffset: 0;
	  }

	  10% {
		stroke-dasharray: 2.3525em 0.4705em;
		stroke-dashoffset: 0;
	  }

	  50% {
		stroke-dasharray: 0.001em 2.825em;
		stroke-dashoffset: -2.826em;
	  }

	  60% {
		stroke-dasharray: 0.001em 2.825em;
	  }

	  to {
		stroke-dasharray: 2.3525em 0.4705em;
		stroke-dashoffset: -2.826em;
	  }
	}
	.message{
        display: inline-block;
        min-height: 20px;
        text-align: center;
		width: 100%;
    }
/*MSG
    #message{
        display: inline-block;
        min-height: 20px;
        text-align: center;
    }
    #msg{
        display: none;
    }
    #msg_info,.msg_info{
        margin:10px;
        font-size: 0.9em;
        flex:1;
        max-width: 320px;
    }
    .frame_msg{
        text-align: center;
        max-width: 300px;
        display: flex;
        display:-webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        overflow-y: auto;
    }
*/
