@font-face{
    font-family: "Quickbrush";
    src: url("../fonts/quickbrush/712c9956fe10b98d6396a0f6061c336a.eot");
    src: url("../fonts/quickbrush/712c9956fe10b98d6396a0f6061c336a.eot?#iefix")format("embedded-opentype"),
        url("../fonts/quickbrush/712c9956fe10b98d6396a0f6061c336a.woff")format("woff"),
        url("../fonts/quickbrush/712c9956fe10b98d6396a0f6061c336a.woff2")format("woff2"),
        url("../fonts/quickbrush/712c9956fe10b98d6396a0f6061c336a.ttf")format("truetype"),
        url("../fonts/quickbrush/712c9956fe10b98d6396a0f6061c336a.svg#Quickbrush")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

html {
  height: 100%;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}
.logo {
	margin: auto;
	width: 125px;
	height: 75px;
	background: #072517 url(../img/mt-logo.png) no-repeat center;
	
}
.title {
	text-align: left;
	padding-top: 15px;
	margin : 0;
	height: 75px;
	width: 100%;
	background-color: #072517;
	color: white;
	font-size: 21px;
	font-family: "Quickbrush";
}
.title2 {
	text-align: left;
	padding-top: 15px;
	margin : 0;
	height: 75px;
	width: 100%;
	background-color: #072517;
	color: white;
	font-size: 21px;
	font-family: "Raleway";
}
.logout {
	padding-top: 20px;
	background-color: #072517;
	color: #fff;
}
.logout a {
	color:#fff;
}
.space {
	height: 25px;
	width: 100%;
	
}

.question1 {
	padding: 20px;
	font-family: "Raleway";
	font-size: 1.2em;
	text-align: center;
}
.container-checkbox {
    cursor: pointer;
    caret-color: transparent;
    display: block;
	width: 251px;
	height: 251px;
}
/* Hide the browser's default checkbox */
.container-checkbox input {
  display: none;
}
/* Hide the checked checkbox img1 */
.img1-checked {
    display: none;
}
/* If checked, show the checked image 1 */
.container-checkbox input:checked ~ .img1-checked {
    display: inline;
}

/* If checked, hide the unchecked image 1 */
.container-checkbox input:checked ~ .img1-unchecked {
    display: none;
}
/* Hide the checked checkbox img2 */
.img2-checked {
    display: none;
}
/* If checked, show the checked image 2 */
.container-checkbox input:checked ~ .img2-checked {
    display: inline;
}

/* If checked, hide the unchecked image 2 */
.container-checkbox input:checked ~ .img2-unchecked {
    display: none;
}
/* Hide the checked checkbox img3 */
.img3-checked {
    display: none;
}
/* If checked, show the checked image 3 */
.container-checkbox input:checked ~ .img3-checked {
    display: inline;
}

/* If checked, hide the unchecked image 3 */
.container-checkbox input:checked ~ .img3-unchecked {
    display: none;
}
/* Hide the checked checkbox img4 */
.img4-checked {
    display: none;
}
/* If checked, show the checked image 4 */
.container-checkbox input:checked ~ .img4-checked {
    display: inline;
}

/* If checked, hide the unchecked image 4 */
.container-checkbox input:checked ~ .img4-unchecked {
    display: none;
}
.img1-unchecked {
	border-radius: 50%;
}
.img1-checked {
	border-radius: 50%;
	border: 5px solid #072517;
}
.img2-unchecked {
	border-radius: 50%;
}
.img2-checked {
	border-radius: 50%;
	border: 5px solid #072517;
}
.img3-unchecked {
	border-radius: 50%;
}
.img3-checked {
	border-radius: 50%;
	border: 5px solid #072517;
}
.img4-unchecked {
	border-radius: 50%;
}
.img4-checked {
	border-radius: 50%;
	border: 5px solid #072517;
}
.question2 {
	padding: 20px;
	font-family: "Raleway";
	font-size: 1.2em;
	text-align: center;
}
.container-checkbox-note {
    cursor: pointer;
    caret-color: transparent;
    display: ineline-block;
	width: 50px;
	height: 50px;
}

/* Hide the browser's default checkbox */
.container-checkbox-note input {
  display: none;
}
/* Hide the checked checkbox img note 1 */
.note1-checked {
    display: none;
}
/* If checked, show the checked image note 1 */
.container-checkbox-note input:checked ~ .note1-checked {
    display: inline;
}

/* If checked, hide the unchecked image note 1 */
.container-checkbox-note input:checked ~ .note1-unchecked {
    display: none;
}
/* Hide the checked checkbox img note 2 */
.note2-checked {
    display: none;
}
/* If checked, show the checked image note 2 */
.container-checkbox-note input:checked ~ .note2-checked {
    display: inline;
}

/* If checked, hide the unchecked image note 2 */
.container-checkbox-note input:checked ~ .note2-unchecked {
    display: none;
}
/* Hide the checked checkbox img note 3 */
.note3-checked {
    display: none;
}
/* If checked, show the checked image note 3 */
.container-checkbox-note input:checked ~ .note3-checked {
    display: inline;
}

/* If checked, hide the unchecked image note 3 */
.container-checkbox-note input:checked ~ .note3-unchecked {
    display: none;
}
/* Hide the checked checkbox img note 4 */
.note4-checked {
    display: none;
}
/* If checked, show the checked image note 4 */
.container-checkbox-note input:checked ~ .note4-checked {
    display: inline;
}

/* If checked, hide the unchecked image note 4 */
.container-checkbox-note input:checked ~ .note4-unchecked {
    display: none;
}
/* Hide the checked checkbox note5 */
.note5-checked {
    display: none;
}
/* If checked, show the checked image note 5 */
.container-checkbox-note input:checked ~ .note5-checked {
    display: inline;
}

/* If checked, hide the unchecked image note 5 */
.container-checkbox-note input:checked ~ .note5-unchecked {
    display: none;
}
.question3 {
	padding: 20px;
	font-family: "Raleway";
	text-align: center;
}
.texteCommentaire {
	width: 100%;
}
.color-103d2b {
	background-color:#072517;
	border-color: #103d2b;
	color: #fff;
}
.color-103d2b:focus {
	background-color:#173D2A;
	border-color: #072517;
	color: #fff;
}

.color-103d2b:hover {
	background-color:#173D2A;
	border-color: #072517;
	color: #fff;
	
}
.color-103d2b:active {
	background-color:#173D2A !important;
	border-color: #072517 !important;
	color: #fff;
}
.page-item.active .page-link {
    background-color: #173D2A !important;
    border: 1px solid #072517;
	color: #FFF !important;
	outline: none;
}
.page-link {
    color: black !important;
	outline: none;
}

.bg-page {
	background-color: #EDF3EF !important;
}
.footer {
	height: 100px;
	width: 100%;
	background: #072517 url(../img/mt-homepage-logo-2x.png) no-repeat center;
	
}
.disclaimer {
	height: 50px;
	width: 100%;
	background-color: #D5AF47;
	color: #072517;
	text-align: center;
	font-size: 0.8em;
}
.resultat {
	min-height: 65vh;
	padding-top: 50px;
	font-size: 1.1em;
	text-align: center;
}
/* Css page Administration */
.center {
	margin: auto;
	padding : auto;
	text-align: center;
}

.PageLogin {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	background-color: #ccc;
	min-height: 100vh;
}

.login {
	width: 400px;
	height: 600px;
	margin: 0 auto;
	padding: 40px;
	background-color: #FFF;
	border-radius: 20px;
	box-shadow: 1px 1px 12px #333;
}
.resultLogin {
	height: 60px;
	
}
.imgLogo {
	margin-left: auto;
	margin-right: auto; 
	background: transparent url(../img/logo2-x1.png) no-repeat center;
	width: 350px;
	height: 204px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #f8f8f8 !important;
}

.dropdown-item.active {
    background-color: #CCC !important;
}

select:focus > option:checked,
select:focus > option:hover { 
    background: #333 !important;
	color: #FFF !important;
}
option:hover {
	background: #333 !important;
	color: #FFF !important;
}

/* css tab */
/*
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}
*/
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 10px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid rgb(166,166,166);
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #32465B;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}