html {
    min-height: 100%;
}
body{
    min-height: 100%;
    font-size: 16px;
	font-family: "Source Sans Pro",Arial,Helvetica;
	color: #000;
	line-height: 1.4;
	text-align: center;
	margin:0px;
	height: 100%;
    background: #fff url('../images/bg.png') repeat-x bottom left;
}
.mobile-only{
    display: none;
}
.content{
	max-width: 65%;
	margin: 0 auto;
}
#infos_inscription{
	font-size: 24px;
	font-weight:400;
	color:#333333;
	font-weight:400;
	text-align: center;
}

#infos_inscription span.span_gras{
	font-size:30px;
	font-weight:700;
}
#div_header{
	background-image: url('../images/bandeau-logos.png'), url('../images/bg-bandeau.png');
	/*background-image: url('../images/bg-bandeau.png'), url('../images/bandeau-logos.png');*/
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain, cover;
    background-size: contain, cover !important;
	width: 100%;
	height:160px;
	color:#fff;
	font-size: 26px;
	font-weight:400;
	padding:20px 0;
}

#content{
	width:80%;
	margin:auto;
	/*background-color:#F0F0F0;*/
	padding: 0 5px 1px;
}
#div_page{
	padding-top:10px;
}
#index_bg{
	background:#fff url('../images/header_index.png') no-repeat 0 125px;
	background-size:cover;
	height:400px;
	padding-top:200px;
}
#div_page_listing{
	width:80%;
	margin:0 auto;
	padding: 30px 40px 40px;
}
#icon_export_listing{
	font-size:50px;
	position:relative;
	top:35px;
}
#limiteur_grid{
	position:relative;
	top:-170px
}
.form_footer{
	padding-bottom:40px;
}
.content{
	text-align: left;
}
.bloc_soiree{
	width:350px;
	height: 450px;
	margin: 0px 10px 30px;
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	box-shadow: 0px 2px 5px #444; 
}

.image_soiree{
	width:350px;
	height:330px;
	background-size: 340px 340px;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.text_soiree{
	color:#005ca8;
	padding:3px 5px 5px;
	background-color:#fff;
	transition:margin-top 0.5s;
}
.text_soiree span.theme_soiree{
	font-size: 1.4em;
	line-height: 1em;
}
.text_soiree span.date_soiree{
	color:#e42544;
	line-height: 20px;
}
.text_soiree .description_soiree{
	height:250px;
}
a{
	text-decoration: none;
	color: inherit;
}
a:focus{
	outline:0;
}
a.lien_bleu {
    color: #d31f43;
    text-decoration: none;
    font-weight: 400;
}
a.lien_bleu:hover {
    color: #d31f43;
}
h1{
	color:#333333;
	font-weight: 300;
	font-size: 34px;
}
h1 span.span_gras{
	font-weight: 700;
}
.infos{
	color:#e92332;
}
.rouge{
	color:#d31e43;
}
.formulaire{
	background-color: #f0f0f0;
}
fieldset {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    text-align: center;
}
fieldset p {
    clear: both;
    margin: 0 0 10px;
    text-align: left;
}
fieldset p label {
    float: left;
    margin-right: 0.5em;
    border-bottom: 1px dotted #333333;
    padding: 0.15em 0.3em;
}
legend{
	display: block;
	width: 100%;
	padding: 0;
	font-size: 28px;
	font-weight: 700;
	line-height: inherit;
	color: #333333;
	border: 0;
	text-align:center;
}
hr {
    padding: 0;
    margin: 10px 0;
    border: 0;
    width: 250px;
    height: 25px;
    border-top: 4px solid #ccc;
    background: url(../images/arrow.png) center top no-repeat;
    background-size: 36px;
    display: inline-table;
}
label {
    display: inline-block;
    margin-bottom: 5px;
}
fieldset p label, form .input_text, form .input_text_focus, fieldset p select {
    width: 48%;
}
.required{
    color: #D2021F;
}
.radio_label_inline {
    white-space: nowrap;
    display: block;
    float: left;
    padding-left: 0.2em;
    padding-right: 0.2em;
    margin-right: 0.2em;
}

form .input_text,form .input_text_focus,fieldset p select{
	min-width: 20em;
	border: 1px solid #BBBBBB;
	border-radius: 0.4em;
	padding: 0.15em 0.3em;
	line-height: 1.6;
    box-sizing: border-box;
}
fieldset p select{
	height: 27px;
	width: 49%;
}
form .input_text_focus{
	background-color: #DFDFDF;
}
#block_invitation{
	clear:both;
	padding-top: 0.3em;
}
.form_btn_submit{
    color: #d31f43;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin: 0 auto;
    padding: 0.5em 1.5em;
    border-radius: 0.2em;
    text-transform: uppercase;
    white-space: normal;
    text-align: center;
    cursor: pointer;
    border: 1px solid #d31f43;
    background-color: #fff;
    transition:background-color 0.2s;
}
.form_btn_submit:hover{
    background-color: #d31f43;
    color: #fff;
}
.btn_bloc{
	margin: 0 auto;
    width: 200px;
    color:#fff;
    padding: 0.5em 1.5em;
    text-transform: uppercase;
    white-space: normal;
    text-align: center;
    background-color: #1362ad;
}
.btn_grise{
	background-color: #a2a2a2;
}
.center{
	text-align: center !important;
}
.pe_additional_badge_del {
    text-align: right;
    clear: both;
    margin-top: -1.5em;
    margin-bottom: 1em;
}
.pe_additional_badge_del a {
    font-size: 0.8em;
    color: #D2021F;
    font-weight: normal;
}
.div_frame{
	margin:30px 0;
}
.table_listing{
	border-collapse:collapse;
}

.table_listing td, .table_listing th{
	text-align: left;
	height:30px;
	padding:0 4px;
}
.table_listing td{
	border: 1px solid #B3B3B3;
}
.table_listing th{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.table_listing th:last-child{
	border-right:none;
}
.fond_gris{
	background-color: #f0f0f0;
} 
.fond_blanc{
	background-color: #fff;
} 
.table_titre{
	background-color: #d31f43;
	border: 1px solid #d31f43;
	color:#fff;
	height: 40px;
	cursor: pointer;
}
.titre{
	text-align: center;
	font-size:30px;
	color:#333333;
}
.icon_accompagnant{
	height: 24px;
	width: 24px;
	vertical-align: middle;
}
#add_accompagnant fieldset {
    padding-bottom: 5px !important;
}
.table_footer td{
	border:none !important;
}
#ajout_soiree{
	height:50px;
	width:50px;
	display:inline-block
}
#btn_add_soiree{
	position: absolute;
	padding : 0 15px 0 5px;
	top:0px;
	left:0px;
	vertical-align: middle;
	background-color: #1362ad;
	cursor: pointer;
}
#btn_add_soiree img{
	height:30px;
	width:30px;
	display:inline-block;
}
#btn_add_soiree span{
	color: #FFF;
	position: relative;
	top:-8px;
}
.depasse, .a_venir{
	height: 100%;
	width:100%;
	position: absolute;
	top:0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:-5px;
}
.depasse{
	background-color: #272822;
	opacity:0.5;
}
.depasse_text, .cloture_text{
	color:#FFF;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 100px;
	height: 100px;
	width:100%;
	position: absolute;
	top:95px;
	opacity:0.8;
}
.depasse_text{
	background-color: #1362ad;
}
.cloture_text{
	background-color: #ff6005;
}
.a_venir_text{
	color:#FFF;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 30px;
	height: 30px;
	width:100%;
	position: absolute;
	background-color: #1362ad;
	top:0px;
}
.opaque{
	opacity:0.7;
}
#tableSortable{

	table-layout: fixed;
}
#tableSortable td{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.img_delete_acc{
	height:18px;
	width:18px;
	float:right;
	margin: 7px 15px 0px;
}
.img_add_acc{
	height:20px;
	width:20px;
	float:left;
}
.partenaire_grid {
    /*height: 100px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
}
.partenaire_grid > div{
    /*flex : 0 0 25%;*/
    height: 100px;
    width: 30%;
    /*border: 1px dotted purple;*/
}

#pole-emploi {
    background: url(../images/logo-pole-emploi.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
#gen {
    background: url(../images/logo-gen.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
#mulhouse {
    background: url(../images/logo-mulhouse.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 100px;
}
#anssi {
    background: url(../images/logo-anssi.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 100px;
}
#europtimist {
    background: url(../images/logo-europtimist.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    /*width: 100px;*/
}
#technopole-mulhouse {
    background: url(../images/logo-technopole-mulhouse.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    /*width: 200px;*/
}
#ofp {
    background: url(../images/logo_ofp.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
/*-------------Media Queries--------------*/
@media screen and (min-width: 950px) and (max-width: 1300px) {
    #content,#div_header {
        /*max-width: 60%;*/
    }
    #div_header{
        /*background-size: 100% auto !important;*/
    }
    .content {
        max-width: initial;
        width: 100%;
    }
}

@media screen and (max-width: 950px) {
    .mobile-only{
        display: initial;
    }
    #content,#div_header {
        /*max-width: 50%;*/
        width: 100%;
        padding: 0;
    }
    .content{
        width: 90%;
        max-width: initial;
    }
    #div_header{
        /*background-size: 100% auto !important;*/
        height: 100px;
    }
    .partenaire_grid > div{
        /*flex : 0 0 25%;*/
        height: 75px;
        width: calc(50% - 20px);
        margin: 10px;
        order: -1;
        /*border: 1px dotted purple;*/
    }
    #strasbourg {
        order: 2;
    }
}
@media screen and (max-width: 600px) {

    #div_header{
        /*background-size: 100% auto !important;*/
        /*height: 50px;*/
        -webkit-background-size: auto 64%, cover !important;
        background-size: auto 64%, cover !important;
    }
    #infos_inscription{
        font-size: 16px;
    }
    #infos_inscription span.span_gras {
        font-size: 18px;
    }
    legend {
        font-size: 22px;
    }
    hr {
        width: 150px;
        border-top: 3px solid #ccc;
        background: url(../images/arrow.png) center top no-repeat;
        background-size: 24px;
    }
    fieldset p {
        margin: 0;
    }
    fieldset p label {
        border: 0;
    }
    form .input_text, form .input_text_focus, fieldset p select {
        min-width: 100%;
    }
}
@media screen and (max-width: 360px) {
    .partenaire_grid > div{
        /*flex : 0 0 25%;*/
        height: 65px;
        width: calc(100% - 20px);
        margin: 10px;
        order: -1;
        /*border: 1px dotted purple;*/
    }
    #strasbourg {
        order: -1;
    }
}