.float-right{
	float:right;
}

.align-horizontal-center{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.formationSection{
	width:100%;
	max-width: 1200px;
	height:auto;
	/*display:flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: auto;
	flex-wrap: wrap;
	column-gap: 20px;*/
}

.formationSection .formation-grid{
	width:100%;
	display:flex;
	flex-wrap: wrap;
}

.formationSection .formation-grid .formation-row{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 500px;
    height: auto;
    column-gap: 20px;
}

.formationSection .formation{
	width: calc( 50% - 10px);
    margin-bottom: 20px; 
}


.formationSection .formation .imageHolder{
	width: 100%;
    height: inherit;
    padding: 20px;
    box-sizing: border-box;
	margin: auto;
	position:relative;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}



.formationSection .formation .imageHolder img{
	width: 100%;
    height: 295px;
    object-fit: cover;
}

.formationSection .formation .imageHolder .innerImageHolder{
	position:absolute;
	width: 100%;
    height: 295px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formationSection .formation .imageHolder .titreFormation{
	width: 200px;
	height:60px;
	margin:auto;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    background:rgba(0,0,0,0.5);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:992px){
	.formationSection .formation-grid .formation-row {
	    column-gap: 0px;
	}

	.formationSection .formation {
	    width: 100%;
	    margin-bottom: 20px;
	}
}

.col-100{
	width:100%;
}

.col-50{
	width:50%;
	min-height:100px;
	height:auto;
	float:left;
	position:relative;
}

.column1_formation_color{
	background: #bc7963;
}

.column2_formation_color{
	background: #c58670;
}


.column1_formation_container{
	width:70%;
	margin-left:0%;
	margin-right:5%;
	float:right;
}

.column1_formation_details, .column2_formation_details{
	height:auto;
	box-sizing: border-box;
	padding:20px 0px;
}

.column1_formation_container .image_container{
	width:100%;
}

.column1_formation_container .image_container img{
	width:100%;
}

.column1_formation_container .text_container{
	width:100%;
	background:#FFFFFF;
	padding:20px;
	box-sizing: border-box;
}

.column2_formation_container{
	width:70%;
	margin-left:10%;
	margin-right:0%;
	float:left;
}

.column2_formation_container .text_container{
	width:100%;
	color:#FFFFFF;
	box-sizing: border-box;
	display:flex;
	justify-content: space-between;
	flex-direction: column;
}

#je_minscris {
    width: 170px;
    height: 40px;
    background: #000000;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    outline:none;
    text-transform: uppercase;
}

#telechargement_pdf {
    width: 270px;
    height: 40px;
    background: #000000;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    outline:none;
    text-transform: uppercase;
    cursor:pointer;
	font-family: 'Playfair Display', serif;
	font-weight:700;
}

#telecharger_pdf {
    width: 170px;
    height: 40px;
    background: #000000;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    outline:none;
}

#telechargement_form{
	display:none;
}

.certified{
	width:100px;
}

.certified img{
	width:100%;
}

@media screen and (max-width:992px){

	.col-50{
		width:100%;
		float:none;
	}

	.column1_formation_container, .column2_formation_container{
		width:70%;
		margin-left:0%;
		margin-right:0%;
		float:none;
		margin:auto;
	}	

}

/*
* Contactez nous
*/

.inner_details_contact {
    width: 280px;
    background: #bc7963;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 35px 20px;
}

.row_contact_details{
	width:100%;
	display: flex;
	justify-content: flex-start;
}

.row_contact_details .icon {
    width: 50px;
    font-size: 26px;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row_contact_details .text{
	width:calc( 100% - 65px);
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

.col-50a{
	width:45.5%;
	margin-right:1%;
	min-height:100px;
	height:auto;
	float:left;
	position:relative;
}

.col-50b{
	width:49.5%;
	margin-right: 0%;
	min-height:100px;
	height:auto;
	float:right;
	position:relative;
}

.col-30-form{
	width:30%;
	float:left;
	position:relative;
	box-sizing: border-box;
	padding: 20px;
}

.col-70-form{
	width:70%;
	float:left;
	position:relative;
	box-sizing: border-box;
}

.txt_content2 {
    width: 100%;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#envoi_btn_contact {
    width: 170px;
    height: 40px;
    background: #000000;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    outline:none;
}

textarea.form-control {
    height: auto;
}

input, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


textarea {
    overflow: auto;
    resize: vertical;
}

@media screen and (max-width: 992px){
	.col-50a, .col-50b{
		width:100%;
		margin-right: 0%;
		float:none;
	}

	.col-30-form, .col-70-form{
		width:100%;
		float:none;
	}

	.form-control{
		width:90%;
	}

	.resp_lg_padding_20 {
	    padding: 20px;
	}

	.inner_details_contact{
		width:100%;
	}
}
