body {
  background: #ffffff url('https://www.talltex.fr/images/background_site.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  margin: 0 auto;
}


@font-face {
	font-family: "yanone-kaffeesatz";
	src: url('../font/yanone-kaffeesatz/YanoneKaffeesatz-Light.otf') format('opentype');
}
@font-face {
	font-family: "Colaborate";
	src: url('../font/Colaborate/ColabLig.otf') format('opentype');
}
@font-face {
	font-family: "Titillium";
	src: url("../font/Titillium/Titillium-Semibold.otf") format("opentype");
}
@font-face {
	font-family: "titrenews";
	src: url("../font/gauntlet/GauntletThin_TB.otf") format("opentype");
}

a{
	cursor: pointer;
    color: #24252b;
    text-decoration: none;

}
a:hover {
	cursor: pointer;
    color: #4a4a4a;
    text-decoration: none;
}


.bg-white {
	background-color:#ffffff;
}

.bg-notes {
	background-color:#d0d0d0;
}

.container-logo>div{
    border-top:5px solid #A0CE4E;
    height: 3px;
}

H1 {
	float: left;
	font-family: 'yanone-kaffeesatz', sans-serif;
	font-size: 1.55em;
	color: #000000;
	font-weight: 600;
	position: relative;
	padding-left:5px;
}
.font_date_news {
	float: right;
	vertical-align: top;
	margin-top:5px;
	color: #4a4a4a;
	padding: 2px 5px 2px 5px;
	font-size: 0.75em;
	font-weight: 600;
	border: solid 2px #a0ce4e;
}
.font_titre_tests {
	float: right;
	vertical-align: top;
	margin-top:5px;
	color: #4a4a4a;
	padding: 2px 5px 2px 5px;
	font-size: 0.75em;
	font-weight: 600;
	border: solid 2px #a0ce4e;
}
.news_text_acc {
	font-family: 'Colaborate', sans-serif;
	font-size: 1em;
	font-weight: 400;
	position: relative;
	padding: 5px 5px 5px 0px; 
}

.setup-mat-l {
	float:left;
	display: inline-block;
	text-align:center;
	margin-bottom: 20px;
}
.setup-mat-r {
	float:right;
	display: inline-block;
	text-align:center;
	margin-bottom: 20px;
}
.setup-span-text {
	float:left;
	width:100%;
	font-family: 'Colaborate';
	text-align:center;
}

.separateur {
	float:left; 
	width :100%;
	height:1px;
	background:#dddddd;
	margin: 10px 0 10px 0;
}

.gsquare {
  list-style-type: square;
  color: green;
}

.rsquare {
  list-style-type: square;
  color: red;
}

blockquote {
  border-left: 4px solid #a0ce4e;
  padding-left: 8px;
  font-style: italic;
}

.w-40 {
  width:40px;
}

.w-20p {
  width:20px;
}

.w-32p {
  width:32px;
}

.w-61p {
  width:61px;
}

.w-525 {
  width:525px;
}

/*------------------------------------------------------------------
// Menu
------------------------------------------------------------------*/

.active {
  background-color: #a0ce4e;
}

.active :hover{
  color: #ffffff;
}

.menu_text_acc {
	float: left;
	font-family: 'titrenews', sans-serif;
	font-size: 1em;
	font-weight: 400;
	position: relative;
	color: #ffffff;
}

.navbar .dropdown-menu {
	font-family: 'titrenews', sans-serif;
	font-size: 1em;
	font-weight: 400;
 	background-color: #3a3a3a;
}

.dropdown-menu :hover {
  background-color: #3a3a3a;
}

.dropdown-menu :hover {
  color: #a0ce4e;
}

.nav-item a {
	color: #ffffff;
	text-decoration: none;
	padding:0 10px 0 10px;
}

nav li a :hover {
	display: block;
	color: #a0ce4e;
	text-decoration: none;
}

nav li a {
  display: block;
  color: white;
  text-decoration: none;
  font-weight: 400;  
}

nav-link {
	color: #000000;
}

/* -----------------------------------------------------------------------------------
// Boutons
// ----------------------------------------------------------------------------------- */
.btn {
  -webkit-border-radius:4px 4px 4px 4px;
  -moz-border-radius:4px 4px 4px 4px;
  border-radius:4px 4px 4px 4px;
  padding: 3px 12px 4px 12px;
  text-decoration: none;
  border: none;
  color:#595959;
  font-family: 'Colaborate', sans-serif;
  font-size: 1em;
}

.btn-primary {
  background-color: #A0CE4E;
}
.btn-primary:focus,
.btn-primary:hover {
  background-color: #B7B7B7;
  color:#ffffff;
  font-weight: normal;

}
.active {
  color:#32252d;
}

.disabled {
  -webkit-border-radius:4px 4px 4px 4px;
  -moz-border-radius:4px 4px 4px 4px;
  border-radius:4px 4px 4px 4px;
  padding: 3px 12px 4px 12px;
  text-decoration: none;
  background-color: #B7B7B7;
  color:#000000;
}

ul .heading {
  font-weight: bold;
  text-decoration: underline;
  list-style: none;
}

/* -----------------------------------------------------------------------------------
// Tooltip
// ----------------------------------------------------------------------------------- */

.tooltip-inner {
    background-color: #a0ce4e;
    color: #000000;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #a0ce4e !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #3a0ce4e !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #3a0ce4e !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-right-color: #3a0ce4e !important;
}

/* -----------------------------------------------------------------------------------
// Droite
// ----------------------------------------------------------------------------------- */
.titredroite {
	float: left;
	color: #000000;
	font-family: 'Titillium', sans-serif;
	font-size: 1.45em;
	position: relative;
	margin: 5px 0 15px 10px;
}

/* -----------------------------------------------------------------------------------
// Footer
// ----------------------------------------------------------------------------------- */

.foot-wrapper {
    padding: 10px 20px;
    background-color: #3A3A3A;
    color: #FFFFFF;
    width: 100%;
}

.bgf {
    background-color: #3A3A3A;
}

.copyright {
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  color: #ffffff;
  font-size: 0.8125em;
  font-style: normal;
  font-weight: normal;
}


/* -----------------------------------------------------------------------------------
// Vidéos Daily News
// ----------------------------------------------------------------------------------- */
.embed-responsive-9by16 {
    padding-bottom: 177.78%;
}

.titredaily {
	float: left;
	color: #000000;
	font-family: 'Titillium', sans-serif;
	font-size: 1.25em;
	position: relative;
	margin: 10px 0 15px 10px;
}  