﻿.zones {
	margin-left: 15px;
	margin-right: 15px;
}

.grid {
	margin-left: 15px;
	margin-right: 0px;
}

.bloc-gutter-sizer{
	width: 15px;
}

.bloc-sizer,
.bloc {
	width: calc(95% / 3);
	margin-bottom: 15px;
	/*transition: width 0.2s, height 0.2s;*/
}

@media only screen and (min-width: 900px) and (max-width: 1499px) {
	.bloc-sizer,
	.bloc {
		width: calc(95% / 2);
	}
}

@media only screen and (max-width: 899px) {
	.bloc-sizer,
	.bloc {
		width: calc(100% - 15px);
	}
}


.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
	max-height: 90% !important;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
	max-height: calc(100% - 20px) !important;
	/*overflow-y: scroll !important;
	overflow:inherit;*/
}

.modal-body-scroll {
	overflow-y: scroll !important;
}


@media (min-width: 992px) {
	.modal-lg,
	.modal-xl,
	.modal-xxl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

@media (min-width: 1700px) {
	.modal-xxl {
		max-width: 1500px;
	}
}

.wrapper {
	width: 100%;
}

.bloc_flexrow {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
}

.petit_bouton {
	margin-right: 5px;
}

.checkbox label:after,
.radio label:after {
	content: '';
	display: table;
	clear: both;
}

/*

	CASE A COCHER SUR LE BLOC 9 : PIECES DEMANDEES

*/

.checkbox .cr,
.radio .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: .25em;
	width: 1.3em;
	height: 1.3em;
	margin-right: .5em;
}

.radio .cr {
	border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
	position: absolute;
	font-size: .8em;
	line-height: 0;
	top: 50%;
	left: 20%;
}

.radio .cr .cr-icon {
	margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
	display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
	opacity: .5;
    padding-left:5px;
}

.spaced input[type="radio"] {
    margin-right: 5px; 
}

.bg-bloc-laureat {
    background-color: #23a3be;
}

.aptitude:hover{
    cursor:pointer;
    background-color:rgb(211, 211, 211) !important;
}

.pagerstyle td{
    padding-top:10px;
    padding-left:10px;
}
.pagerstyle a {
    background-color: #17a2b8;
    color:#fff;
    padding: 2px 8px 2px 8px;
    margin-right:4px;
    border-radius:0.2rem;
    text-decoration:none;
}

.pagerstyle span {
    background-color :whitesmoke;
    font-weight:bold;
    color: #17a2b8;
    padding: 2px 8px 2px 8px;
    margin-right: 4px;
    border-radius: 0.2rem;
}

.alterne_couleur:nth-child(odd){
	background-color: #eeeeee;
}

/*.select-wrapper {
	margin: auto;
	max-width: 600px;
	width: calc(100% - 40px);
}

.select-pure__select {
	align-items: center;
	background: #f9f9f8;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
	color: #363b3e;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	justify-content: left;
	min-height: 44px;
	padding: 5px 10px;
	position: relative;
	transition: 0.2s;
	width: 100%;
}

.select-pure__options {
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
	color: #363b3e;
	display: none;
	left: 0;
	max-height: 221px;
	overflow-y: scroll;
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 5;
}

.select-pure__select--opened .select-pure__options {
	display: block;
}

.select-pure__option {
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	box-sizing: border-box;
	height: 44px;
	line-height: 25px;
	padding: 10px;
}

.select-pure__option--selected {
	color: #e4e4e4;
	cursor: initial;
	pointer-events: none;
}

.select-pure__option--hidden {
	display: none;
}

.select-pure__selected-label {
	background: #5e6264;
	border-radius: 4px;
	color: #fff;
	cursor: initial;
	display: inline-block;
	margin: 5px 10px 5px 0;
	padding: 3px 7px;
}

	.select-pure__selected-label:last-of-type {
		margin-right: 0;
	}

	.select-pure__selected-label i {
		cursor: pointer;
		display: inline-block;
		margin-left: 7px;
	}

		.select-pure__selected-label i:hover {
			color: #e4e4e4;
		}

.select-pure__autocomplete {
	background: #f9f9f8;
	border-bottom: 1px solid #e4e4e4;
	border-left: none;
	border-right: none;
	border-top: none;
	box-sizing: border-box;
	font-size: 16px;
	outline: none;
	padding: 10px;
	width: 100%;
}*/