.contenuPage:not(#gabarit_mobile_contenuPage) {
	padding:0 4px 5px;
	display: grid;
	grid-gap: 0 4px;
	grid-template-columns: auto 300px;
	grid-auto-rows: minmax(0, auto);
	align-items: center;
	grid-template-areas: 'annonce_article indexBox_menu'
		'. indexBox_menu';
}

.contenuPage:not(#gabarit_mobile_contenuPage) article { position:relative; grid-area: annonce_article; align-self: start; }

.contenuPage:not(#gabarit_mobile_contenuPage) #colonneDroite { grid-area: indexBox_menu; align-self: start; }

.dn { display:none; }

.dvp_loader {
	display:inline-block;
	margin-left:10px;
	width: 14px;
	height: 14px;
	position:absolute;
	top:calc(50% - 7px);
	left:-36px;
	z-index:2;
	border: 3px solid #000;
	border-right-color: transparent;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	from { transform: rotate(0deg);   opacity: 0.4; }
	50%  { transform: rotate(180deg); opacity: 1.0; }
	to   { transform: rotate(360deg); opacity: 0.4; }
}

#gabarit_mobile_contenuPage { padding:0; }

article > section {
	background: #fff;
	border: 1px solid #d7d9db;
	padding: 20px;
	margin-top: 10px;
}

#gabarit_mobile_contenuPage article > section {
	background: #fff;
	border: 0;
	padding:0 10px;
	margin-top: 10px;
}

.DivQuestionContenuFAQ .bbcode_container pre {
	margin-left:0;
	font-size:.8rem;
}
.exerciceShowButton{
	display:inline-block;
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 20px 10px 20px;
	margin: 0 10px;
	text-decoration: none;
	cursor: pointer;
	margin-top:20px;
}

.exerciceShowButton:hover{
	text-decoration:none;
}
.DivQuestionContenuFAQ .bbcode_container,
.exerciceSolution .bbcode_container {
	margin-bottom:20px;
}
.DivQuestionContenuFAQ .bbcode_container table:first-child {
	width: calc(100% - 2px);
}
.exerciceSolution .bbcode_container table:first-child {
	width: calc(100% - 38px);
	/*margin-left:20px;*/
}
.exerciceSolution .bbcode_container table:first-child td:last-child {
	xpadding-right:16px !important;
}
.exerciceSolution .bbcode_container pre.bbcode_code {
	max-width: calc(100% - 50px);
	max-height:300px;
}
.DivQuestionContenuFAQ .bbcode_container pre.bbcode_code table tr td:first-child,
.exerciceSolution .bbcode_container pre.bbcode_code table tr td:first-child {
	border: 1px solid #a9d0df !important;
	border-right: 0 !important;
	-webkit-border-radius: 0.25rem 0 0 0.25rem;
	border-radius: 0.25rem 0 0 0.25rem;
	background-color: #c7efff;
}
.DivQuestionContenuFAQ .bbcode_container pre.bbcode_code table tr td:last-child pre,
.exerciceSolution .bbcode_container pre.bbcode_code table tr td:last-child pre {
	-webkit-border-radius: 0 .25rem .25rem 0 !important;
	border-radius: 0 .25rem .25rem 0 !important;
}
.DivQuestionContenuFAQ .bbcode_container pre.bbcode_code table tr td:first-child div,
.exerciceSolution .bbcode_container pre.bbcode_code table tr td:first-child div {
	padding: 0px 2px !important;
	margin: 0px 5px 0 5px !important;
	border:0 !important;
}

.form-control:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control::-webkit-input-placeholder { opacity: .5; font-size:.8rem; }
.form-control::-moz-placeholder { opacity: .5; font-size:.8rem; }
.form-control:-ms-input-placeholder { opacity: .5; font-size:.8rem; }
.form-control::-ms-input-placeholder { opacity: .5; font-size:.8rem; }
.form-control::placeholder { opacity: .5; font-size:.8rem; }

/* CHECKBOX */
.checkBlok .checkbox { display:inline-block; padding:0; margin:0; }
.checkBlok .checkbox label:after { content: ''; display: table; clear: both; }
.checkBlok .checkbox .cr {
    position: relative;
	top:4px;
    display: inline-block;
    border: 1px solid #abc9b2;
	color: rgba(4, 8, 2, 0.5);
	background-color: #fff;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: none;
    margin-right: .2em;
}
.checkBlok .checkbox .cr .cr-icon {
	position: absolute; line-height: 0; top: 37%; left: 20%;
}
.checkBlok .checkbox label input[type="checkbox"] {
	display: none;
}
.checkBlok .checkbox label input[type="checkbox"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg); opacity: 0; transition: all .3s ease-in;
}
.checkBlok .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
	font-size: 12px;
	left: 1px;
	top: 6px;
}
.checkBlok .checkbox label input[type="checkbox"]:disabled + .cr {
	opacity: .5;
}
/**********************/

.dvp_loader {
	width: 14px;
	height: 14px;
	border: 4px solid #5d8198;
	border-right-color: transparent;
	border-radius: 50%;
	box-shadow: 0 0 25px 2px #eee;
	animation: spin 1s linear infinite;
	position:absolute;
	top:3px;
	right:4px;
	z-index:10;
}

@keyframes spin {
	from { transform: rotate(0deg);   opacity: 0.4; }
	50%  { transform: rotate(180deg); opacity: 1.0; }
	to   { transform: rotate(360deg); opacity: 0.4; }
}

.encartExo,
.SommaireCompletFAQ,
.BarreNavigationFAQ {
	width: calc(100% - 9px) !important;
}
.encartExo {
	min-height:108px;
	margin-bottom: 30px;
}
.encartExo .DivLogo {
	width:100px;
	margin: 10px 0;
}
.encartExo .DivPresentationMoteur {
	margin-right:1px;
}
.encartExo .DivPresentationMoteur h1.TitreFAQ {
	font-size:1.5rem;
	margin-bottom:4px;
}
.encartExo .DivPresentationMoteur p.AuteursPageFAQ {
	padding-left: 103px;
	line-height:28px;
}
.encartExo .DivPresentationMoteur p.AuteursPageFAQ a.button {
	padding: 3px 15px;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	border-color:#c0c0c0;
	color: #4f4f4f !important;
	font-weight: normal;
}
#gabarit_mobile_contenuPage .DivPresentationMoteur a.button {
	width: 100%;
	display: block;
	margin: 0 0 20px;
	border-radius: 0;
	-webkit-border-radius: 0;
	text-align: center;
	border: 0;
}
.encartExo .input-group {
	width: calc(100% - 100px);
	margin-bottom:0 !important;
}
#gabarit_mobile_contenuPage .encartExo .input-group { width: 100%; }
.encartExo .input-group #divResultSearch {
    margin-right: 0;
	width:calc(100% - 124px);
}
#gabarit_mobile_contenuPage .encartExo .input-group #divResultSearch { width:calc(100% - 92px); }
.encartExo .input-group #resultSearch {
	width: 100%;
	height:auto;
	padding: 2px 10px 3px;
	-webkit-border-radius: .25rem 0 0 .25rem;
	border-radius: .25rem 0 0 .25rem;
	border-color:#c3d3da;
	background-position: 5px center;
	font-size:.8rem;
}
.encartExo .input-group #searchSubmit {
	width: 120px;
	top:0;
	-webkit-border-radius: 0 .25rem .25rem 0;
	border-radius: 0 .25rem .25rem 0;
	border:1px solid #658195;
	border-left:0;
	background: #8ba5b6;
	background: -moz-linear-gradient(top, #8ba5b6 0%, #658195 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ba5b6) color-stop(100%,#658195));
	background: -webkit-linear-gradient(top, #8ba5b6 0%,#658195 100%);
	background: -o-linear-gradient(top, #8ba5b6 0%,#658195 100%);
	background: -ms-linear-gradient(top, #8ba5b6 0%,#658195 100%);
	background: linear-gradient(to bottom, #8ba5b6 0%,#658195 100%);
	color: #fff;
	text-shadow: 1px 1px 0 #627a85;
	line-height: .95;
	font-size: .8rem;
}
#gabarit_mobile_contenuPage .encartExo .input-group #searchSubmit { width: 92px; }
.encartExo #resultats {
	width: calc(100% - 226px);
	padding: 0 0 10px;
	-webkit-border-radius: 0 0 .25rem .25rem;
	border-radius: 0 0 .25rem .25rem;
	background: #9cc5d033;
	border-color: #6fa2c0;
	margin-top:-1px;
	margin-left:105px;
}
.encartExo #resultats .rechercheEnCours {
	font-size:.9rem;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	color: #6fa2c0;
}
.encartExo #resultats ul {
	padding-left:25px;
	padding-right:25px;
	margin-top: 20px;
	margin-bottom:0;
}
.encartExo #resultats ul li.resultItem {
	margin:0;
	padding:0;
}
.encartExo #resultats ul li.resultItem .fas {
	font-size:.6rem;
}
.encartExo #resultats ul li.resultItem .fas,
.encartExo #resultats ul li.resultItem a.resultLink {
	margin-right:10px;
}
.encartExo #resultats ul li.resultItem div.positionnement {
	position:relative;
	top:-16px;
	left:20px;
	margin-right:20px;
}
.encartExo #resultats ul li.resultItem a.resultLink {
	xdisplay:inline-block;
	xmargin:-15px 0 0 20px;
	text-decoration: none;
	border-bottom: 0;
	font-weight: bold;
	font-size:.8rem;
}
.encartExo #resultats ul li.resultItem a.resultLink:hover {
	text-decoration: underline;
}
.encartExo #resultats ul li.resultItem img {
	margin-top:-1px;
}
.encartExo #resultats ul li.resultItem span.url {
	margin: 0;
	font-size:.7rem;
	font-style:normal;
}

.EditoFAQ {
	width: calc(100% - 11px);
	padding: 0;
	margin-bottom:30px;
	border-radius: .25rem;
	border-radius: .25rem;
	color: #243C47;
	background: none repeat scroll 0% 0% rgba(155, 177, 188, 0.3);
	background-image: none;
	border-color: rgb(155, 177, 188);
	font: 400 12px Verdana,sans-serif;
	text-align: justify;
}
.EditoFAQ p.edito {
	margin:20px;
}
.alert.mainteneur {
	width: calc(100% - 10px);
	margin-bottom:30px;
}

.SommaireCompletFAQ {
	border:1px solid #96B1BE;
	border-top:none;
	border-radius:.25rem;
	-moz-border-radius:.25rem;
	-webkit-border-radius:.25rem;
	margin-bottom:30px;
}
.SommaireFAQ{
	background: #96B1BE;
	background: -webkit-gradient(linear, left top, left bottom, from(#A9BFCA), to(#96B1BE));
	background: -moz-linear-gradient(top center, #A9BFCA, #96B1BE);
	background: -o-linear-gradient(top, #A9BFCA, #96B1BE);
	border-top-left-radius:.25rem;
	-moz-border-radius-topleft:.25rem;
	-webkit-border-top-left-radius:.25rem;
	border-top-right-radius:.25rem;
	-moz-border-radius-topright:.25rem;
	-webkit-border-top-right-radius:.25rem;
	text-shadow: rgba(53, 78, 105, 0.4) 0 1px 0;
}
.SommaireFAQ .TitreSommaireFAQ {
	width: calc(100% - 10px);
}
.SommaireCompletFAQ #gererExo {
	padding:4px 10px;
	padding-bottom:2px;
	border-bottom: 1px solid #97c5a6;
	position:relative;
	background: #def2e5;
	background: -moz-linear-gradient(top,  #def2e5 0%, #d5eadc 100%);
	background: -webkit-linear-gradient(top,  #def2e5 0%,#d5eadc 100%);
	background: linear-gradient(to bottom,  #def2e5 0%,#d5eadc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def2e5', endColorstr='#d5eadc',GradientType=0 );
	-moz-box-shadow: 0px -1px 5px 0px #768f79b3;
	-webkit-box-shadow: 0px -1px 5px 0px #768f79b3;
	-o-box-shadow: 0px -1px 5px 0px #768f79b3;
	box-shadow: 0px -1px 5px 0px #768f79b3;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#768f79b3, Direction=NaN, Strength=5);
}
.SommaireCompletFAQ .FormInline {
    display:inline-block;
}
.SommaireCompletFAQ .FormInline .mb-2 {
    margin-bottom:0 !important;
}
.SommaireCompletFAQ .FormInline input.mb-2,
.SommaireCompletFAQ .contenuSommaire form.creerSection input.mb-2 {
    height: calc(1.5em + 0.75rem);
	font-size: .8rem;
	width:auto;
}
.SommaireCompletFAQ .FormInline div.col-auto.checkbox {
    margin: -4px 10px 0;
}
.SommaireCompletFAQ .FormInline .col-auto.nodel,
.SommaireCompletFAQ .FormInline.fiDel {
    display:inline-block;
	position:absolute;
	top:4px;
	right:6px;
}
.SommaireCompletFAQ .FormInline div.col-auto button,
.SommaireCompletFAQ .FormInline input.button {
	margin:2px 0 0;
	line-height:18px;
	font-weight:normal;
	letter-spacing:.15rem;
}
.SommaireCompletFAQ .FormInline div.col-auto button {
    padding:2px 15px;
	border-color: #3a924d;
	background: #47b65f;
	background: -moz-linear-gradient(top, #47b65f 0%, #3c924e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47b65f) color-stop(100%,#3c924e));
	background: -webkit-linear-gradient(top, #47b65f 0%,#3c924e 100%);
	background: -o-linear-gradient(top, #f82323 0%,#3c924e 100%);
	background: -ms-linear-gradient(top, #47b65f 0%,#3c924e 100%);
	background: linear-gradient(to bottom, #47b65f 0%,#3c924e 100%);
}
.SommaireCompletFAQ .FormInline input.button {
	padding:2px 15px 3px;
	border-color: #DA0000;
	background: #f82323;
	background: -moz-linear-gradient(top, #f82323 0%, #c21717 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f82323) color-stop(100%,#c21717));
	background: -webkit-linear-gradient(top, #f82323 0%,#c21717 100%);
	background: -o-linear-gradient(top, #f82323 0%,#c21717 100%);
	background: -ms-linear-gradient(top, #f82323 0%,#c21717 100%);
	background: linear-gradient(to bottom, #f82323 0%,#c21717 100%);
}
.SommaireCompletFAQ .FormInline .col-auto.nodel input.button {
	padding:2px 15px 3px;
	color: #B0B0B0 !important;
	text-shadow:1px 1px 0px #fff;
	border-color: #C0DBBC;
	background: #dedede;
	background: -moz-linear-gradient(top, #dedede 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede) color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top, #dedede 0%,#ececec 100%);
	background: -o-linear-gradient(top, #dedede 0%,#ececec 100%);
	background: -ms-linear-gradient(top, #dedede 0%,#ececec 100%);
	background: linear-gradient(to bottom, #dedede 0%,#ececec 100%);
}
.SommaireCompletFAQ .contenuSommaire {
	padding:30px;
	padding-bottom: 20px;
}
#gabarit_mobile_contenuPage .SommaireCompletFAQ .contenuSommaire { padding:10px; }
.SommaireCompletFAQ .contenuSommaire ul {
	padding:0;
	margin-bottom:0;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC {
	position:relative;
	margin-bottom:20px;
	color:#4e6778;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC:last-child {
	margin-bottom:0;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC a.FlecheRemonterSection,
.DivQuestionTitreFAQ a.FlecheRemonterSection,
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC i.PlusMoins,
#gererExo i.PlusMoins {
	color: #658195;
	border: 1px solid #96b1be;
	background-color: #ebf0f3;
	font-size: .75rem;
	width: 22px;
	height: 22px;
	line-height: 21px;
	text-align: center;
	border-radius:22px;
	-moz-border-radius:22px;
	-webkit-border-radius:22px;
	-moz-box-shadow: 0px 0px 4px 0px #96b1be;
	-webkit-box-shadow: 0px 0px 4px 0px #96b1be;
	-o-box-shadow: 0px 0px 4px 0px #96b1be;
	box-shadow: 0px 0px 4px 0px #96b1be;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#96b1be, Direction=NaN, Strength=4);
	margin-right:12px;
}
#gererExo i.PlusMoins {
	margin-right:0;
}
#gabarit_mobile_contenuPage #gererExo i.PlusMoins {
	line-height:21px;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC i.PlusMoins.off,
#gererExo ul#faq i.PlusMoins.off {
	opacity:.3;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC a.FlecheRemonterSection,
.DivQuestionTitreFAQ a.FlecheRemonterSection {
	margin-top: 3px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #44813b;
	border: 1px solid #9cbd97;
	background-color: #d2ffcb;
	-moz-box-shadow: 0px 0px 4px 0px #9cbd97;
	-webkit-box-shadow: 0px 0px 4px 0px #9cbd97;
	-o-box-shadow: 0px 0px 4px 0px #9cbd97;
	box-shadow: 0px 0px 4px 0px #9cbd97;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#9cbd97, Direction=NaN, Strength=4);
}
#gabarit_mobile_contenuPage .SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC a.FlecheRemonterSection,
#gabarit_mobile_contenuPage .DivQuestionTitreFAQ a.FlecheRemonterSection {
	margin-top: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #44813b;
	border: 1px solid #9cbd97;
	background-color: #d2ffcb;
	-moz-box-shadow: 0px 0px 4px 0px #9cbd97;
	-webkit-box-shadow: 0px 0px 4px 0px #9cbd97;
	-o-box-shadow: 0px 0px 4px 0px #9cbd97;
	box-shadow: 0px 0px 4px 0px #9cbd97;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#9cbd97, Direction=NaN, Strength=4);
}
.DivQuestionTitreFAQ a.FlecheRemonterSection {
	float: none;
	display: inline-block;
	margin-right:6px;
	width:25px;
	height: 25px;
	color: #6e8da1;
	border: 1px solid #7393a8;
	background-color: #d9e6ee;
	-moz-box-shadow: 0px 0px 4px 0px #7e99ac;
	-webkit-box-shadow: 0px 0px 4px 0px #7e99ac;
	-o-box-shadow: 0px 0px 4px 0px #7e99ac;
	box-shadow: 0px 0px 4px 0px #7e99ac;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#7e99ac, Direction=NaN, Strength=4);
	text-shadow: 0 0 1px #fff;
}
.DivQuestionFAQ.nonVisible .DivQuestionTitreFAQ a.FlecheRemonterSection {
	float: none;
	display: inline-block;
	margin-right:6px;
	width:25px;
	height: 25px;
	color: #a16e6e;
	border: 1px solid #cc2f2f;
	background-color: #eed9d9;
	-moz-box-shadow: 0px 0px 4px 0px #ac7e7e;
	-webkit-box-shadow: 0px 0px 4px 0px #ac7e7e;
	-o-box-shadow: 0px 0px 4px 0px #ac7e7e;
	box-shadow: 0px 0px 4px 0px #ac7e7e;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#ac7e7e, Direction=NaN, Strength=4);
	text-shadow: 0 0 1px #fff;
}
.DivQuestionTitreFAQ a.FlecheRemonterSection i {
	top:1.2px;
	left:.5px;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC a.LienVide {
	width:18px;
	text-decoration:none;
	curoser:default;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC a.TitreFAQ1,
#gererExo ul#faq h3[role="expand"] {
	color:#4e6778;
	margin-left:6px;
}
#gabarit_mobile_contenuPage .SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC a.TitreFAQ1 { font-size:12px; }
#gererExo ul#faq h3[role="expand"] {
	line-height:0;
	margin:0;
	padding:0;
}
#gererExo ul#faq h3[role="expand"] span {
	font-size:.8rem;
	font-weight:bold;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC a.TitreFAQ1:hover {
	text-shadow: none;
	transition: none;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC ul.LienEnteteQuestionFAQSRC {
	margin:12px 0 25px 40px;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC ul.LienEnteteQuestionFAQSRC li.LienQuestionFAQSRC {
	margin-bottom:10px;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC ul.LienEnteteQuestionFAQSRC li.LienQuestionFAQSRC i.PlusMoins {
	font-size:.65rem;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC ul.description {
	border:1px solid #cbd3d7;
	margin-top:10px;
	margin-left:77px;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC ul.description li {
	margin: 10px;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC ul.description li i.fas {
	margin-right:6px;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC ul.description li.LienQuestionFAQSRC a.LienQuestionFAQSRC {
	color:#4e6778;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC ul.description li.LienQuestionFAQSRC a.LienQuestionFAQSRC:hover {
	background:none;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC ul.LienEnteteQuestionFAQSRC li.LienQuestionFAQSRC ul.description {
	margin-left:36px;
	margin-bottom:20px;
}
.SommaireCompletFAQ .contenuSommaire form.creerSection .input-group {
	margin-bottom: 0 !important;
}
.SommaireCompletFAQ .contenuSommaire form.creerSection .mb-2 button,
.SommaireCompletFAQ .contenuSommaire form.creerSection .mb-2 input.btn {
	margin: 0 0px auto;
	padding: 1px 15px 0;
	-webkit-border-radius: 0 .25rem .25rem 0;
	border-radius: 0 .25rem .25rem 0;
	border: 1px solid #658195;
	border-left: 0;
	background: #8ba5b6;
	background: -moz-linear-gradient(top, #8ba5b6 0%, #658195 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ba5b6) color-stop(100%,#658195));
	background: -webkit-linear-gradient(top, #8ba5b6 0%,#658195 100%);
	background: -o-linear-gradient(top, #8ba5b6 0%,#658195 100%);
	background: -ms-linear-gradient(top, #8ba5b6 0%,#658195 100%);
	background: linear-gradient(to bottom, #8ba5b6 0%,#658195 100%);
	color: #fff;
	text-shadow: 1px 1px 0 #627a85;
	font-weight:normal;
}

.SommaireCompletFAQ .contenuSommaire ul.listeExo {
	margin-top: 0;
	margin-bottom: 0;
	padding:0 0 10px;
	color: #4e6778;
}
.SommaireCompletFAQ .contenuSommaire ul.listeExo li a {
	color: #4e6778;
}
.SommaireCompletFAQ .contenuSommaire ul.listeExo li a:hover {
	background:none;
}
.SommaireCompletFAQ .contenuSommaire ul.listeExo li:last-child {
	margin-bottom:0;
}
.SommaireCompletFAQ .contenuSommaire ul.listeExo li img {
	margin-left:10px;
	margin-top:-2px;
}

form.deplacerSection {
	width: calc(100% - 6px);
}
.DivQuestionFAQ div.editPanel div.deplacer {
	margin: 30px 0;
}
.DivQuestionFAQ div.editPanel div.deplacer .input-group > .input-group-prepend {
	height: 28px;
}
form.deplacerSection .form-group .input-group > .input-group-prepend > .input-group-text {
	padding:0.25rem 1.5rem;
	font-size:.8rem;
	background: #ecf1f2;
	background: -moz-linear-gradient(top, #ecf1f2 0%, #bbccd8 100%);
	background: -webkit-linear-gradient(top, #ecf1f2 0%,#bbccd8 100%);
	background: linear-gradient(to bottom, #ecf1f2 0%,#bbccd8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf1f2', endColorstr='#bbccd8',GradientType=0 );
	color: #1b4765;
	text-shadow: 1px 1px 0px #ededed;
}
.DivQuestionFAQ div.editPanel div.deplacer .input-group > .input-group-prepend > .input-group-text,
.DivQuestionFAQ div.editPanel div.deplacer .input-group > input.editDeplacer {
	border: 1px solid #5e8198 !important;
	background: rgb(140,166,183) !important;
	background: -moz-linear-gradient(top, rgba(140,166,183,1) 0%, rgba(115,147,168,1) 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(140,166,183,1)), color-stop(100%,rgba(115,147,168,1))) !important;
	background: -webkit-linear-gradient(top, rgba(140,166,183,1) 0%,rgba(115,147,168,1) 100%) !important;
	background: -o-linear-gradient(top, rgba(140,166,183,1) 0%,rgba(115,147,168,1) 100%) !important;
	background: -ms-linear-gradient(top, rgba(140,166,183,1) 0%,rgba(115,147,168,1) 100%) !important;
	background: linear-gradient(to bottom, rgba(140,166,183,1) 0%,rgba(115,147,168,1) 100%) !important;
	color: #fff !important;
	text-shadow: 1px 1px 1px #1d364799 !important;
	font-weight:normal !important;
}
form.deplacerSection .form-group .input-group > .input-group-prepend > .input-group-text i {
	margin-top: -1px;
	margin-left:10px;
}
.DivQuestionFAQ div.editPanel div.deplacer .input-group > .input-group-prepend > .input-group-text i {
	font-size: .7rem;
	margin-left: 10px;
}
form.deplacerSection .form-group .input-group select {
	padding-top: 6px;
	line-height:0;
}
.DivQuestionFAQ div.editPanel div.deplacer .input-group select {
	height: 28px;
	padding: 3px 10px;
}
form.deplacerSection .form-group .input-group input.button,
.DivQuestionFAQ div.editPanel div.deplacer .input-group input.button {
	font-size:.8rem;
	line-height:1;
	background: #68be59;
	background: -moz-linear-gradient(top,  #68be59 0%, #338821 100%);
	background: -webkit-linear-gradient(top,  #68be59 0%,#338821 100%);
	background: linear-gradient(to bottom,  #68be59 0%,#338821 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68be59', endColorstr='#338821',GradientType=0 );
	border-color: #5eb36a;
	color:#fff;
	margin:0;
	padding: 0 20px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

div.BarreNavigationFAQ {
    position:relative;
	height:40px;
	border-top: 0;
    border-bottom: 0;
    padding-top: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
}
#gabarit_mobile_contenuPage div.BarreNavigationFAQ { height:auto; }
div.BarreNavigationFAQ.bas {
	margin-top:40px;
}
div.BarreNavigationFAQ div {
	position:absolute;
	top: 4px;
	padding:0;
}
#gabarit_mobile_contenuPage div.BarreNavigationFAQ div {
	position:relative;
	top: 0;
	padding-bottom:10px;
}
div.BarreNavigationFAQ div:first-child {
	left:0;
}
div.BarreNavigationFAQ div:last-child {
	right:0;
}
#gabarit_mobile_contenuPage div.BarreNavigationFAQ div:last-child {
	text-align:right;
}
div.BarreNavigationFAQ div a {
	padding:10px 15px;
	line-height:40px;
	background: #468ebb;
	background: -moz-linear-gradient(top,  #468ebb 0%, #216088 100%);
	background: -webkit-linear-gradient(top,  #468ebb 0%,#216088 100%);
	background: linear-gradient(to bottom,  #468ebb 0%,#216088 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#468ebb', endColorstr='#216088',GradientType=0 );
	border:1px solid #216088;
	color:#fff;
	-webkit-border-radius:.25rem;
	border-radius:.25rem;
}
div.BarreNavigationFAQ div a {
	position:relative;
	text-decoration:none;
}
#gabarit_mobile_contenuPage div.BarreNavigationFAQ div a {
	display:block;
	width:100%;
	line-height:0;
}
div.BarreNavigationFAQ div a i {
	position:relative;
	top:2px;
}
div.BarreNavigationFAQ div:first-child a i {
	margin-right:10px;
}
div.BarreNavigationFAQ div:last-child a i {
	margin-left:10px;
}

div.licence {
	width: 100% !important;
	margin-top:40px;
	font-size:.7rem;
	background:none;
	border: 1px dotted #31708f4d;
	color:#31708fb3;
}

#gabarit_mobile_contenuPage div.licence {
	margin-top:30px;
	font-size:.8rem;
}

.DivQuestionFAQ {
	-webkit-border-radius:.25rem;
	border-radius:.25rem;
	margin-bottom:30px;
	border:1px solid #7897ab;
	border-top:none;
	width:calc(100% - 9px);
	background:left top #fff;
}
.DivQuestionFAQ.nonVisible {
	border:1px solid #d96363;
	background:left top #fff;
	background: #f003;
}
.DivQuestionEnteteFAQ {
	-webkit-border-radius:.25rem .25rem 0 0;
	border-radius:.25rem .25rem 0 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.32);
}
#gabarit_mobile_contenuPage .DivQuestionEnteteFAQ { position:relative; }
.DivQuestionFAQ.nonVisible .DivQuestionEnteteFAQ {
	background: red;
}
.DivQuestionFAQ p.verrou {
	text-align:right;
	margin-right:20px;
	color:red;
	font-weight:bold;
}
.DivQuestionEnteteFAQ div.DivHautFAQ {
	margin-top:6px;
}
#gabarit_mobile_contenuPage .DivQuestionEnteteFAQ div.DivHautFAQ {
	margin-top:0;
	position:absolute;
	top:8px;
	right:8px;
}
.DivQuestionEnteteFAQ div.DivQuestionTitreFAQ div {
	display:inline-block;
	position:relative;
	top:2px;
}
.DivQuestionTitreFAQ {
	padding:0 0 1px;
	font-style:normal;
	color:#fff;
	line-height:28px;
}
.DivQuestionTitreFAQ i.fa-chevron-right {
	margin-right:5px;
}
.DivQuestionTitreFAQ .AQuestionFAQ {
	font-size:.8rem;
}
#gabarit_mobile_contenuPage .DivQuestionTitreFAQ .AQuestionFAQ {
	margin:8px 0;
}
.DivQuestionTitreFAQ .AQuestionFAQ:hover {
	color:inherit;
}
.DivQuestionTitreFAQ span.txtNonVisible {
	color: #000;
	text-shadow: none;
	margin-left:15px;
}
.DivQuestionTitreFAQ a.lienPropositionATraiter {
	color: #fff000;
	text-shadow: none;
	margin-left:15px;
}
.DivQuestionContenuFAQ {
	padding:20px 30px;
}
#gabarit_mobile_contenuPage .DivQuestionContenuFAQ {
	padding:20px 10px;
}
.DivQuestionFAQ .DivQuestionContenuFAQ .DateQuestions {
	font-size:.7rem;
}
#gabarit_mobile_contenuPage .DivQuestionFAQ .DivQuestionContenuFAQ .DateQuestions {
	margin-bottom:20px;
}
.DivQuestionFAQ p.LienDownloadFAQ {
	padding:0;
}
.DivQuestionFAQ p.LienDownloadFAQ a.exerciceShowButton {
	color: #254a24;
	text-align: center;
	font: bold .8rem Verdana,sans-serif;
	width: calc(100% - 40px);
	-webkit-border-radius:0;
	border-radius:0;
	margin-top: 0;
	margin-right: -1px;
	background: #bbe9c2;
	border: 1px solid #87c880;
	border-left:0;
	border-right:0;
}
#gabarit_mobile_contenuPage .DivQuestionFAQ p.LienDownloadFAQ a.exerciceShowButton { width:100%; }
.DivQuestionFAQ p.LienDownloadFAQ a.exerciceShowButton.afficherSolution {
	color: #003382;
	background: #00861466;
}
.DivQuestionFAQ div.moderationExo {
	padding: 0 20px 10px;
	text-align:right;
}
.DivQuestionFAQ div.moderationExo.invite {
	padding: 0 20px 10px;
}
.DivQuestionFAQ div.moderationExo i {
	border:1px solid #bcbcbc;
	background: #f2f5f6;
	background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
	background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
	background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );
	padding:5px 7px 4px 8px;
	cursor:pointer;
	-webkit-border-radius:.25rem;
	border-radius:.25rem;
}
.DivQuestionFAQ div.moderationExo a {
	color:#000;
	margin-left:10px;
}
.DivQuestionFAQ div.moderationExo i.fa-trash {
	margin-right:0;
	background: #ff3019;
	background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
	background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
	background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
	border-color:#cf0404;
	color:#fff;
}
.DivQuestionFAQ div.editPanel {
	margin:20px;
	margin-top:10px;
}
.DivQuestionFAQ div.editPanel h3,
div.ajoutExo h3 {
	margin: 0;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .1rem;
	color:#2c6b8599;
}
.DivQuestionFAQ div.editPanel h3 span.vr {
	display:inline-block;
	position:relative;
	top:-2px;
	margin-left:12px;
	font-size:.75rem;
	letter-spacing:.02rem;
	color:red;
}
.DivQuestionFAQ div.editPanel hr.sep,
#gererExo ul#faq li *[role="expandPanel"] hr.sep {
	border-top-color:#0c546033;
	margin-top:12px;
	margin-bottom:12px;
}
.DivQuestionFAQ div.editPanel div.cat,
.ajoutExo div.cat,
#gererExo ul#faq li *[role="expandPanel"] div.cat {
	font-weight: bold;
	font-size: 1.2rem;
	letter-spacing: .1rem;
	margin-left:10px;
}
.DivQuestionFAQ div.editPanel div.cat i,
.ajoutExo div.cat i,
#gererExo ul#faq li *[role="expandPanel"] div.cat i {
	margin-right:10px;
}
.DivQuestionFAQ div.editPanel table.editeurAto {
	margin:30px 0;
}
.DivQuestionFAQ div.editPanel form input.InputTittre {
	margin-top:30px !important;
}
.DivQuestionFAQ div.editPanel form input.InputTittre,
.DivQuestionFAQ div.editPanel form input[type="date"],
div.ajoutExo form label input {
	width: calc(100% - 24px);
	padding:0 10px;
	font-size:.8rem;
	margin:0;
	height:26px;
	margin-bottom:20px;
}
div.ajoutExo form label input {
	display: inline-block;
	width: calc(100% - 168px);
}
.DivQuestionFAQ div.editPanel form label span,
div.ajoutExo form label span {
	font-weight:bold;
	margin-right:10px;
}
div.ajoutExo form label span {
	display:inline-block;
	width:130px;
}
.DivQuestionFAQ div.editPanel form label span.cr {
	margin-right:5px;
}
.DivQuestionFAQ div.editPanel form input[type="date"] {
	display:inline;
	width: 150px;
	line-height: 28px;
}
.DivQuestionFAQ div.editPanel form div.input-group div .input-group-text,
.ajoutExo form div.input-group div .input-group-text {
	padding-left: 0;
	font-size: 10pt;
	font-weight: bold;
	color:#0c5460;
	background:none;
	border:0;
}
.ajoutExo form div.input-group div .input-group-text {
	margin-top: -3px;
}
.DivQuestionFAQ div.editPanel form div.input-group input.form-control,
.ajoutExo form div.input-group input.form-control {
	padding: 0 10px;
	font-size: .8rem;
	margin: 0;
	margin-right:20px;
	height: 26px;
	margin-bottom: 20px;
	-webkit-border-radius:.25rem;
	border-radius:.25rem;
}
.DivQuestionFAQ div.editPanel form div.input-group input.form-control.validationRequise {
	margin-right:0px;
}
.DivQuestionFAQ div.editPanel form .userList div.input-group input.form-control {
	margin-right:0;
	margin-bottom:0;
}
.ajoutExo form div.input-group input.mc {
	margin-right:0;
	margin-bottom:0;
	-webkit-border-radius:.25rem 0 0 .25rem;
	border-radius:.25rem 0 0 .25rem;
}

.DivQuestionFAQ div.editPanel div.titreMinSection,
.ajoutExo div.titreMinSection {
	-webkit-border-radius:.25rem .25rem 0 0;
	border-radius:.25rem .25rem 0 0;
	border:1px solid #5e8198;
	padding:5px 10px;
	background: rgb(140,166,183);
	background: -moz-linear-gradient(top, rgba(140,166,183,1) 0%, rgba(115,147,168,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(140,166,183,1)), color-stop(100%,rgba(115,147,168,1)));
	background: -webkit-linear-gradient(top, rgba(140,166,183,1) 0%,rgba(115,147,168,1) 100%);
	background: -o-linear-gradient(top, rgba(140,166,183,1) 0%,rgba(115,147,168,1) 100%);
	background: -ms-linear-gradient(top, rgba(140,166,183,1) 0%,rgba(115,147,168,1) 100%);
	background: linear-gradient(to bottom, rgba(140,166,183,1) 0%,rgba(115,147,168,1) 100%);
	color: #fff;
	text-shadow: 1px 1px 1px #1d364799;
}
.DivQuestionFAQ div.editPanel div.userList,
.ajoutExo div.userList {
	border: 1px solid #5e8198;
	border-top: 0;
	margin: 0;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #ffffff80;
}
.DivQuestionFAQ div.editPanel div.userList span,
.ajoutExo div.userList span,
#gererExo div.userList span {
	display:inline-block;
	border: 1px solid #c8c8c8;
	background-color: #d8d8d8;
	margin: 2px;
	margin-bottom:10px;
	padding: 2px 10px 3px;
	-webkit-border-radius:.25rem;
	border-radius:.25rem;
}
#gererExo div.userList span {
	margin:2px 5px 10px 0;
}
.DivQuestionFAQ div.editPanel div.userList span a.AAuteurs,
.ajoutExo div.userList span a.AAuteurs,
#gererExo div.userList span a.AAuteurs {
	font-size:.7rem;
}
#gererExo div.userList span a.AAuteurs {
	color: #444;
	font-weight: bold;
}
.DivQuestionFAQ div.editPanel div.userList span a.AAuteurs:hover,
.ajoutExo div.userList span a.AAuteurs:hover,
#gererExo div.userList span a.AAuteurs:hover {
	text-decoration:none;
	color:#000;
}
#gererExo div.userList span span {
	margin: 0;
    margin-left: 8px;
	padding: 0;
	border: 0;
	color:#727272;
	font-size:.7rem;
}
.DivQuestionFAQ div.editPanel div.userList span i.fas,
.ajoutExo div.userList span i.fas,
#gererExo div.userList span i.fas {
	font-size:.6rem;
	color:#727272;
	margin-left: 10px;
}
.DivQuestionFAQ div.editPanel div.userList span i.fas:hover,
.ajoutExo div.userList span i.fas:hover,
#gererExo div.userList span i.fas:hover {
	cursor:pointer;
	color:#000;
}
.DivQuestionFAQ div.editPanel div.userList input.form-control,
.ajoutExo div.userList input.form-control {
	margin-right:0 !important;
	margin-bottom:0 !important;
	-webkit-border-radius:.25rem 0 0 .25rem !important;
	border-radius:.25rem 0 0 .25rem !important;
}
.DivQuestionFAQ div.editPanel div.userList input.form-control,
.ajoutExo form div.input-group input.form-control {
	-webkit-border-radius:.25rem !important;
	border-radius:.25rem !important;
}
.ajoutExo form div.input-group input.form-control[name="url"] {
	-webkit-border-radius:.25rem 0 0 .25rem !important;
	border-radius:.25rem 0 0 .25rem !important;
}
.DivQuestionFAQ div.editPanel div.userList .input-group > .input-group-append > .btn,
.ajoutExo div.userList .input-group > .input-group-append > .btn,
.ajoutExo form div.input-group input.importer {
	padding: 0 20px;
	font-size:.8rem;
	border: 1px solid #658195;
	background: #8ba5b6;
	background: -moz-linear-gradient(top, #8ba5b6 0%, #658195 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ba5b6) color-stop(100%,#658195));
	background: -webkit-linear-gradient(top, #8ba5b6 0%,#658195 100%);
	background: -o-linear-gradient(top, #8ba5b6 0%,#658195 100%);
	background: -ms-linear-gradient(top, #8ba5b6 0%,#658195 100%);
	background: linear-gradient(to bottom, #8ba5b6 0%,#658195 100%);
	color: #fff;
	text-shadow: 1px 1px 0 #627a85;
	font-weight: normal;
}
div.userList .usernameResult,
#gererExo div.userList .usernameResult {
	display:none;
	border: 1px solid #6a9cb533;
	border-top:0;
	background: #8ba3b31a;
	margin:0 10px;
	padding: 10px;
	color:#37606f;
}
div.userList .usernameResult .userResultItem,
#gererExo div.userList .usernameResult .userResultItem {
	margin:10px 0 12px;
	padding-bottom: 4px;
	background:white;
	border: 1px solid #46778033;
	-webkit-border-radius:.25rem;
	border-radius:.25rem;
}
#gererExo div.userList .usernameResult .userResultItem {
	position:relative;
}
div.userList .usernameResult .userResultItem:hover,
#gererExo div.userList .usernameResult .userResultItem:hover {
	cursor:pointer;
	background:#e2e2e2;
}
#gererExo div.userList .usernameResult .userResultItem:hover {
	cursor:default;
}
div.userList .usernameResult .userResultItem span.username,
#gererExo div.userList .usernameResult .userResultItem span.username {
	border: 0;
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
	white-space:nowrap;
	min-width:150px;
}
div.userList .usernameResult .userResultItem span.usertitle,
#gererExo div.userList .usernameResult .userResultItem span.usertitle {
	border: 0;
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#gererExo div.userList .usernameResult .userResultItem div.action {
	position:absolute;
	top:-3px;
	right:0;
}
#gererExo div.userList .usernameResult .userResultItem span.action {
	border: 0;
	background: none;
	padding: 2px 20px;
	margin: 5px 0 0 10px;
	font-weight:bold;
}
#gererExo div.userList .usernameResult .userResultItem span.action:hover {
	cursor:pointer;
	color:red;
}
.ajoutExo form div.input-group input.importer {
	-webkit-border-radius:0 .25rem .25rem 0;
	border-radius:0 .25rem .25rem 0;
	margin:0;
	height:26px;
	line-height:0;
}
.DivQuestionFAQ div.editPanel div.actionModif {
	margin-right:0;
}
.DivQuestionFAQ div.editPanel div.actionModif div.col input,
div.ajoutExo input.ajouterExo {
	margin-left:0;
	background: #a9db80;
	background: -moz-linear-gradient(top,  #a9db80 0%, #96c56f 100%);
	background: -webkit-linear-gradient(top,  #a9db80 0%,#96c56f 100%);
	background: linear-gradient(to bottom,  #a9db80 0%,#96c56f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 );
	border-color:#6e9350;
	color: #354926 !important;
}
.DivQuestionFAQ div.editPanel div.actionModif .checkbox {
	margin-top:7px;
	margin-left:10px;
}

.DivQuestionFAQ div.editPanel div.deplacerPosition {
	margin:20px 0;
}
.DivQuestionFAQ div.editPanel div.deplacerPosition .input-group > .input-group-prepend {
	xpadding-top:16px;
}
.DivQuestionFAQ div.editPanel div.deplacerPosition .input-group > .input-group-prepend > .input-group-text {
	padding-top: 13px;
}
.DivQuestionFAQ div.editPanel div.deplacerPosition .input-group > .input-group-prepend i {
	margin-left:6px;
}
.DivQuestionFAQ div.editPanel div.deplacerPosition .input-group > span.hint > input {
	width: 40px;
	margin: 0;
	margin-top: 9px;
	padding: 0 15px;
	height:28px;
	border-radius:.25rem 0 0 .25rem;
	-webkit-border-radius:.25rem 0 0 .25rem;
	border-color: #536B9A;
}
.DivQuestionFAQ div.editPanel div.deplacerPosition .input-group > input.deplacerPos {
	padding: 0 20px;
	margin: 9px 0 0 -1px;
	line-height: 1;
	border-radius:0 .25rem .25rem 0;
	-webkit-border-radius:0 .25rem .25rem 0;
}
div.ajoutExo input.ajouterExo {
	width:calc(100% - 5px);
	margin-top:20px;
}

.DivQuestionFAQ div.exerciceSolution {
	padding:10px 20px;
}
#gabarit_mobile_contenuPage .DivQuestionFAQ div.exerciceSolution {
	padding:10px;
}
.DivQuestionFAQ div.exerciceSolution div.bbcode_container table,
.DivQuestionFAQ div.exerciceSolution div.bbcode_container table tr td a {
	/*color: #036;*/
	font: bold 9pt Verdana,sans-serif;
}
div.bbcode_container pre.bbcode_code > table {
	margin-left:0;
	width: calc(100% - 2px);
}
div.bbcode_container pre.bbcode_code table tr td div {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	/*line-height: 1.42857143;*//
}
pre.bbcode_code pre {
	margin-left: 3px !important;
}
div.bbcode_container pre.bbcode_code table tr td div,
div.bbcode_container pre.bbcode_code table tr td pre {
	font-size:.8rem !important;
	font-weight:normal;
}

input.ajouterExoSuite {
	padding:4px 15px 2px;
	width:100%;
	margin-left:0;
	background: #468ebb;
	background: -moz-linear-gradient(top,  #468ebb 0%, #216088 100%);
	background: -webkit-linear-gradient(top,  #468ebb 0%,#216088 100%);
	background: linear-gradient(to bottom,  #468ebb 0%,#216088 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#468ebb', endColorstr='#216088',GradientType=0 );
	border:1px solid #216088;
	color:#fff;
	-webkit-border-radius:.25rem;
	border-radius:.25rem;
}

input.ajouterExoSuite.actif, input.ajouterExoSuite:hover, input.ajouterExoSuite:active {
	background: #46bb4f ;
	background: -moz-linear-gradient(top,  #46bb4f  0%, #21882d  100%);
	background: -webkit-linear-gradient(top,  #46bb4f  0%,#21882d  100%);
	background: linear-gradient(to bottom,  #46bb4f  0%,#21882d  100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46bb4f ', endColorstr='#21882d ',GradientType=0 );
	border:1px solid #21882d ;
	color:#fff;
}

#gererExo {
	padding-top:8px;
}

#gererExo h2 {
	font-size:2rem;
	color: #18354a;
	margin:0 0 30px;
}

#gererExo ul#faq {
	list-style:none;
	margin:0;
	padding:0;
}
#gererExo ul#faq h3[role="expand"] {
    position: relative;
    z-index: 1;
	cursor:pointer;
}
#gererExo ul#faq li {
	padding:10px;
	margin-bottom:20px;
	border-radius:.25rem;
	-webkit-border-radius:.25rem;
	background: #eeeeee;
	border-color:#e3e3e3;
}
#gererExo ul#faq li.offline {
	background: #ffdfe1;
	border-color: #f2d3d5;
}
#gererExo ul#faq li.offline h3 i.fas {
	color:#721c24;
	border-color:#bf7b81;
	-moz-box-shadow: 0px 0px 4px 0px #c4777e;
	-webkit-box-shadow: 0px 0px 4px 0px #c4777e;
	-o-box-shadow: 0px 0px 4px 0px #c4777e;
	box-shadow: 0px 0px 4px 0px #c4777e;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#c4777e, Direction=NaN, Strength=4);
}
#gererExo ul#faq li.offline h3 span {
	color: #721c24;
}
#gererExo ul#faq li:last-child {
	margin-bottom:0;
}

#gererExo ul#faq li.ajouterExo {
	margin-bottom:30px;
	background: #cdeb8e;
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
	border: 1px solid #8aa848;
}
#gererExo ul#faq li.ajouterExo h3 i {
	color:#50612b;
	border-color:#5f7531;
	-moz-box-shadow: 0px 0px 4px 0px #718a3d;
	-webkit-box-shadow: 0px 0px 4px 0px #718a3d;
	-o-box-shadow: 0px 0px 4px 0px #718a3d;
	box-shadow: 0px 0px 4px 0px #718a3d;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#718a3d, Direction=NaN, Strength=4);
}
#gererExo ul#faq li.ajouterExo h3 span {
	color:#50612b;
}

#gererExo ul#faq li *[role="expandPanel"] {
	background-color:#fff;
	padding:30px 20px 20px;
	margin: 10px 0 0;
	border-radius:.25rem;
	-webkit-border-radius:.25rem;
	cursor:auto;
}

#gererExo ul#faq li *[role="expandPanel"] .input-group {
	margin-bottom:20px;
}

#gabarit_mobile_contenuPage #gererExo ul#faq li *[role="expandPanel"] .input-group-prepend {
	display: block;
	width: 100%;
}

#gabarit_mobile_contenuPage #gererExo ul#faq li *[role="expandPanel"] .input-group-prepend span {
	border-radius: 0.25rem;
	margin-bottom:4px;
}

#gererExo ul#faq li *[role="expandPanel"] div.userList .input-group {
	margin-top:10px;
}
#gererExo ul#faq li *[role="expandPanel"] .input-group > .input-group-prepend .input-group-text {
	font-size:.7rem;
	height:28px;
	padding:0 20px;
	white-space:nowrap;
	background: #cbd6dc;
	background: -moz-linear-gradient(top,  #cbd6dc 0%, #b3c1c8 100%);
	background: -webkit-linear-gradient(top,  #cbd6dc 0%,#b3c1c8 100%);
	background: linear-gradient(to bottom,  #cbd6dc 0%,#b3c1c8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd6dc', endColorstr='#b3c1c8',GradientType=0 );
	border-color:#cbd6dc;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px #f0f0f0;
}

#gererExo ul#faq li *[role="expandPanel"] .input-group > .input-group-prepend .input-group-text .cart {
	cursor:help;
}
#gererExo ul#faq li *[role="expandPanel"] .input-group > .input-group-prepend .input-group-text a,
#gererExo ul#faq li *[role="expandPanel"] .input-group > .input-group-prepend .input-group-text a:hover {
	color:#495057;
	text-decoration:none;
	font-weight:bold;
}
.tooltip-inner { padding:20px; }
#gererExo ul#faq li *[role="expandPanel"] .input-group > .input-group-prepend input.form-control:disabled,
#gererExo ul#faq li *[role="expandPanel"] .input-group > input.form-control {
	padding: 0 10px;
	height:28px;
	font-size:.8rem;
}
#gabarit_mobile_contenuPage #gererExo ul#faq li *[role="expandPanel"] .input-group > .input-group-prepend input.form-control:disabled,
#gabarit_mobile_contenuPage #gererExo ul#faq li *[role="expandPanel"] .input-group > input.form-control {
	border-radius: 0.25rem;
}
#gererExo div.userList div.input-group {
	margin-bottom:0 !important;
}
#gabarit_mobile_contenuPage #gererExo div.input-group small {
	margin: 8px 2px 0;
}
#gererExo div.userList div.input-group input.form-control {
	padding: 0 10px;
	font-size: .8rem;
	margin: 0;
	height: 28px;
	-webkit-border-radius:.25rem;
	border-radius:.25rem;
}
#gererExo ul#faq li *[role="expandPanel"] .input-group > .input-group-prepend input.form-control:disabled {
	font-size:.8rem;
	background-color:#fff;
	border-radius:0;
	-webkit-border-radius:0;
	width: 350px;
	border-left: 0;
}
#gererExo ul#faq li *[role="expandPanel"] .input-group.dernier {
	margin-bottom:30px;
}
#gererExo ul#faq li *[role="expandPanel"] div.cat {
	color:#395260;
}
#gererExo ul#faq li *[role="expandPanel"] table.editeurAto {
	margin-top: 30px;
}
#gererExo ul#faq li *[role="expandPanel"] input.button {
	padding: 0;
	margin: 0;
	margin-top: 30px;
	font-size:.8rem;
	background: #517a95;
	background: -moz-linear-gradient(top,  #517a95 0%, #2e4f63 100%);
	background: -webkit-linear-gradient(top,  #517a95 0%,#2e4f63 100%);
	background: linear-gradient(to bottom,  #517a95 0%,#2e4f63 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#517a95', endColorstr='#2e4f63',GradientType=0 );
	border-color:#2e4f63;
}
#gererExo ul#faq li *[role="expandPanel"] div.checkbox {
	display: block;
	margin-top: 20px;
}
#gererExo ul#faq li div[role="expandPanel"] p {
	margin: 30px 0 20px;
	color: #ce5858;
}

#gererExo ul#faq h3[role="expand"] {
	width:calc(100% - 220px);
}

#gabarit_mobile_contenuPage #gererExo ul#faq h3[role="expand"] {
	width:100%;
	line-height:20px;
}
#gererExo ul#faq div.positionnerDeleteSection {
    position: absolute;
	top:0;
	right:10px;
    z-index: 2;
	font-size:.8rem;
	line-height:24px;
	color:#721c24;
	width:200px;
	height:46px;
	line-height:43px;
	cursor:pointer;
}
#gererExo ul#faq div.positionnerDeleteSection:hover {
    text-decoration:underline;
}
#gererExo ul#faq div.positionnerDeleteSection i {
    margin-right:10px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	filter: none;
	font-size:1rem;
	position:relative;
	top:3px;
}

.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC span.sommaireSectionNbq div {
	display: block;
	position: absolute;
	top: 6px;
	right: 0;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC span.sommaireSectionNbq div span.badge {
	width: max-content;
	height: 20px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	line-height: 14px;
	padding: 3px 7px 4px;
	font-size: .7rem;
	cursor: pointer;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC span.sommaireSectionNbq div span.badge-success {
	color: #0b2f13;
	background-color: #28a74599;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC span.sommaireSectionNbq div span.badge-danger {
	color: #2f1114;
	background-color: #ffa1aa;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC span.sommaireSectionNbq div span.badge-dark {
	color: #343a40;
	background-color: #343a4033;
}
.SommaireCompletFAQ .contenuSommaire ul li.LienQuestionFAQSRC span.sommaireSectionNbq div span.opacity {
	opacity:.3;
}

.LogoFaqGlobal {
	margin-right:30px;
	align-self:start;
}

#gabarit_mobile_contenuPage .LogoFaqGlobal {
	text-align:center;
	max-height:120px;
}

.encartExoIndex {
	margin-bottom:30px;
	display: grid;
	grid-gap: 0 4px;
	grid-template-columns: max-content auto;
	grid-auto-rows: minmax(0, auto);
	align-items: center;
}

#gabarit_mobile_contenuPage .encartExoIndex {
	display:block;
	text-align:center;
}

.encartExoIndex > div { align-self:start; }

#gabarit_mobile_contenuPage .encartExoIndex > div { text-align:left; }

.titreFaqGeneral {
	font-size:2.2rem;
	color: #325874;
	margin-bottom:30px;
}

.divExo {
	width:calc(100% - 6px);
	border:1px solid green;
	margin-bottom:30px;
}
.titreExo {
	display:block;
	width:100%;
	background-color:red;
}
.col-sm-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(33.333333% - 10px);
	flex: 0 0 calc(33.333333% - 10px);
	max-width: calc(33.333333% - 10px);
}
.row .col-sm-4 {
	padding:0;
	border-right:10px solid #fff;
}
.row .col-sm-4:last-child {
	border-right:0;
}

.card {
	margin-bottom:20px;
	border-color:#447294;
}

#gabarit_mobile_contenuPage .pageUnique .card .card-text {
	display: grid;
	grid-gap: 0 4px;
	grid-template-columns: max-content auto;
	grid-auto-rows: minmax(0, auto);
	align-items: center;
	padding:10px;
}
.card .card-img-top {
	background-color: #447294;
	color: #fff;
	font-weight: bold;
	font-size: .8rem;
	padding: 5px 0;
	letter-spacing: .1rem;
	position:relative;
}
.card .card-img-top span {
	margin:0 10px;
}
.card .card-img-top span.gestionRubExo {
	position:absolute;
	top:5px;
	right:0;
}

.card .card-img-top span.gestionRubExo a {
	color:#fff;
	letter-spacing:0;
	font-weight:normal;
	cursor:pointer;
}

#gabarit_mobile_contenuPage .card .card-img-top span.gestionRubExo a i {
	color:yellow;
}

.card-text i:not(.fas) {
	margin-left:10px;
	color:#f00;
	font-size:.7rem;
}
.card-text .nbExo {
	margin-left:40px;
	font-size:1rem;
	font-weight:bold;
	letter-spacing:1px;
	height:80px;
	line-height:80px;
	white-space:nowrap;
	vertical-align: middle;
	color: #447294;
}
#gabarit_mobile_contenuPage .card-text .nbExo {
	margin-left:0;
	height:auto;
	line-height:auto;
	white-space:nowrap;
	vertical-align: middle;
	color: #447294;
	margin-right:10px;
	text-align:right;
}
.card-body .editerSection {
	margin-left:10px;
	color:#000;
	position:relative;
	top:2px;
}
.card-body .editerSection:hover {
	color:#f00;
}
