@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

main {
  min-width: 320px;
  /*max-width: 800px;*/
  padding: 0px;
  margin: 0 auto;
  background: #fff;
  width: 100%
}

#recrutement section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

.input-tab {
  display: none;
}
#contact #mod #lig input{
	display: block !important;
}
#contact #content1 #mod #lig .input {
    position: relative;
    float: left;
    width: 200px;
    height: auto;
    padding: 5px;
}
#contact #bt-envoyer #mod #lig_2 label{
	width: 336px;
}
label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 13px;
  text-align: center;
  color: #282d33;
  border: 1px solid transparent;
  text-transform:uppercase;
  font-weight: bold;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']:before {
  content: '\f1e7';
}

label[for*='2']:before {
  content: '\f19d';
}

label[for*='3']:before {
  content: '\f19c';
}

label[for*='4']:before {
  content: '\f1a9';
}

label:hover {
  color: #bc2840;
  cursor: pointer;
}

input:checked + label {
  color: #bc2840;
  /*border: 1px solid #ddd;
  border-top: 2px solid #e9e9e9;
  border-bottom: 1px solid #fff;*/
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 650px) {
  label {
    font-size: 0;
  }

  label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}





/************** page recrutement ****/




#recrutement #mod #lig label {
    position: relative;
    float: left;
    text-align: left;
    width: 32%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    font-size: 12px;
    color: #777777;
    font-weight: bold;
	padding-left:2px;

}



#recrutement #content2 #mod #lig label,
#cv #content2 #mod #lig label {
    width: 93%;

}

#recrutement #content2 #mod #lig .input-recrutement,
#cv #content2 #mod #lig .input-recrutement {
    width: 93%;

}


#recrutement #mod #lig_2 label ,
#cv #mod #lig_2 label {
    position: relative;
    float: left;
    text-align: left;
    width: 32%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    font-size: 10px;
    color: #777777;
    font-weight:normal;
	padding-left:2px;

}
#recrutement #mod #lig_2 .button ,
#cv #mod #lig_2 .button {
        float: right;
    margin-right: 25px;
    background: #b31129;
    text-transform: uppercase;
    border-radius: 0;
    padding: 14px;
    font-weight: normal;

}
#recrutement #mod #lig .input-recrutement ,
#cv #mod #lig .input-recrutement {
	    width: 55%;
    height: 30px;
    padding: 5px;

}

#recrutement #mod #lig ,
#cv #mod #lig {
    position: relative;
    float: left;
    text-align: left;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    height: auto;
}

#recrutement .tit ,
#cv .tit {
	text-transform: uppercase;
    width: 100%;
    display: block;
    overflow: hidden;
}

.part1_etablissment {
	width:30%;
	float:left;
}

.part1_etablissment #lig:nth-child(2){
	margin-left:25px !important;
}

.tier-moin {
	width: 30% !important;
    float: left !important;
}
.tier {
	width: 33% !important;
    float: left !important;
}

.deux-tier {
	width:70% !important;
	float:left;
}

.demi {
	width:50%;
}

.pub {
	    width: auto !important;
    float: left !important;
	padding-right: 2px;
}
.input-recrutement-radio {
	    width: auto !important;
    float: left !important;
	margin-top:10px;
}

.input-recrutement-checkbox {
	        width: 20px !important;
    height: 20px !important;
    margin-right: 15px;
    float: left !important;
	margin-top:10px;
}

.deux-tier #lig {
	width:49% !important;
	float:left;
	padding-top:0px !important;
}

.form-element,.form-element-experience{
	display:none;
}

.securite {
	    width: auto !important;
		float: right !important;
}

.securite label{
	display:none;
}


.securite img {
	display: block;
    float: left;
    margin-right: 5px;
}


#recrutement #mod #lig_2 ,
#cv #mod #lig_2 {
	width:100%;
	    display: block;
    float: left;
}


#bt_add_etude,#bt_add_experience,#bt_add_certification {
	width: 35px;
    height: 35px;
	color:#fff;
	background:#bc2840;
	text-align:center;
	font:30px Arial, Helvetica, sans-serif;
	cursor:pointer;
	float:right;
	    margin-right: 22px;
}

.sep-etudes {
    border-top: 1px #ccc solid;
	width:100%;
	height:1px;
	display: block;
    overflow: hidden;
}
.alert {
    padding: 20px;
    background-color:darkred; /* Red */
    color: white;
    margin-bottom: 15px;
    margin-top: 20px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}

.alert.success {
    background-color: #4CAF50;
}








/***************************/
