@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
html
{
	min-height: 100%;
    background-image: linear-gradient( 179deg,  rgba(0,0,0,1) 9.2%, rgba(127,16,16,1) 103.9% );
}
body {
    font-family: Roboto, Arial, "Trebuchet MS", Verdana, Helvetica, Sans-serif;
    font-size: 16px;
	line-height: 1.5;
    color: #202020;
}
img {
    vertical-align: middle;
}
a {
    text-decoration: none;
    color: inherit;
	outline: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: 0;
}
p {
    padding-bottom: 1em;
}

ul, ol
{
	list-style-position: inside;
}

header#header
{
	background-image: url('/data/jouergagner.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #31795e;
	background-size: 100%;
	width: 1200px;
	height: 300px;
	margin: 0 auto;
}

header#header a
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

header#header a:hover
{
	text-decoration: none;
}

header#header a span
{
	background-color: rgba(0,0,0,0.6);
	padding: 20px 30px;
	border-radius: 60px;
}

nav#site-navigation header
{
	display: flex;
	justify-content: space-between;
	padding: 0 25px 20px;
}

nav#site-navigation header #header-logo img
{
	height: 250px;
	width: 1150px;
	border-radius: 5px;
	text-align: center;
}

nav#site-navigation header #header-ban
{
	width: 728px;
	align-content: center;
	padding-left: 25px;
	flex: 1;
	text-align: center;
}

nav#site-navigation
{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 0;
	/* background-image: linear-gradient( 109.6deg,  rgba(61,131,97,1) 11.2%, rgba(28,103,88,1) 91.1% ); */
	background-color: #31795e;
	color: #fff;
	font-size: 15px;
	position: relative;
	z-index: 100;
}

nav#site-navigation #bouton_menu
{
	display: none;
}


nav#site-navigation ul
{
	list-style: none;
	display: flex;
	height: 50px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

nav#site-navigation ul li a
{
	display: block;
	text-decoration: none;
	padding: 0 20px;
	line-height: 50px;
}

nav#site-navigation > ul > li > span.fleche
{
	display: none;
}

nav#site-navigation ul li:hover > a
{
	background-color: #42634C;
}

nav#site-navigation ul li ul
{
	display: none;
	width: auto;
	border: 0;
}

nav#site-navigation ul li:hover ul
{
	display: block;
}

nav#site-navigation ul li ul
{
	position: absolute;
	background-color: #000000;
	height: auto;
}

nav#site-navigation ul li ul li:nth-child(2n+1)
{
	background-color: #568164;
}

nav#site-navigation ul li ul li:nth-child(2n)
{
	background-color: #4B755E;
}

nav#site-navigation ul li#menu_recherche
{
	margin-left: auto;
}

nav#site-navigation ul li#menu_recherche #titre_menu_recherche
{
	display: none;
}

#contenu {
    display: flex;
    justify-content: space-between;
	/* flex-direction: row-reverse; */
    /* background-image: linear-gradient( 109.6deg,  rgba(61,131,97,1) 11.2%, rgba(28,103,88,1) 91.1% ); */
    background-color: #31795e;
	width: 1150px;
    margin: 0 auto;
	padding: 25px;
}

#contenu #box-textes {
	width: 825px;
	padding-right: 25px;
}

#contenu #textes {
	padding: 10px;
	border-radius: 4px;
}
#contenu #textes {
	background-color: #efefef;
}

#contenu #textes h1, #contenu #textes h2
{
	margin-bottom: 20px;
}

#contenu #textes h3
{
	margin-top: 10px;
	margin-bottom: 15px;
}

#contenu #textes h4, #contenu #textes h5, #contenu #textes h6
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#contenu #textes > h1 {
	background-image: url('./data/h1.png');
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 42px;
	padding: 0 0 0 50px;
    font-size: 26px;
    font-family: "Archivo Narrow";
    word-wrap: break-word;
    font-weight: 400;
    cursor: default;
    border-bottom: 1px dotted #1e91eb;
}

#contenu #textes > h2
{
	display: inline-block;
	background-image: url('./data/h2.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #4D7860;
	background-size: 20px;
	width: 80%;
	padding: 8px 10px 8px 40px;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	cursor: default;
	border-radius: 4px;
}

#contenu #textes ul, #contenu #textes ol, #contenu #textes p
{
	padding-bottom: 1em;
}

#contenu #textes a
{
	text-decoration: underline;
	transition: 0.1s;
}

#contenu #textes a:hover
{
	text-decoration: none;
	background-color: #4D7860;
	color: #fff;
}

#contenu #textes img
{
	max-width: 100%;
	height: auto;
}

#contenu #textes table.table
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

#contenu #textes table.table tr th
{
	background-color: #ddd;
}

#contenu #textes table.table tr th, #contenu #textes table.table tr td
{
	border: 1px solid #aaa;
	padding: 5px;
}

#contenu #textes table.table tr:nth-of-type(2n) td
{
	background-color: #efefef;
}

#contenu #textes table.table tr:hover td
{
	background-color: #efefef;
}

#contenu #textes iframe
{
	max-width: 100%;
}

#contenu #textes .en_ligne
{
	display: flex;
	flex-wrap: wrap;
}

#contenu #textes .en_ligne > *
{
	width: calc(50% - 20px);
	padding: 0 10px 4px;
}

#contenu #textes .image {
	float: left;
	width: 150px;
	height: 150px;
	padding: 0 1em 0 0;
}

#contenu #textes .image a:hover
{
	background-color: transparent;
	color: inherit;
}

#contenu #textes .image img {
    width: 100%;
	height: 100%;
}

#contenu #textes article.article .image a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

#contenu #textes .blocs
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#contenu #textes .bloc
{
	width: 250px;
	margin-bottom: 1em;
}

#contenu #textes .bloc h4
{
	background-size: 250px 100px;
	background-repeat: no-repeat;
	width: 250px;
	height: 100px;
	margin: 0;
	font-weight: normal;
	cursor: default;
	position: relative;
}

#contenu #textes .blocs .bloc h4 a
{
	display: block;
	width: 100%;
	height: 100%;
}

#contenu #textes .blocs .bloc h4 a:hover
{
	background-color: rgba(255, 255, 255, 0.15);
}

#contenu #textes .blocs .bloc h4 a span
{
	position: absolute;
	top: 0;
	padding: 2px 6px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

#contenu #textes .blocs .bloc ul
{
	background-color: #dddddd;
	padding: 0;
	font-size: 13px;
	list-style: none;
}

#contenu #textes .blocs .bloc ul li a
{
	display: block;
	padding: 4px 0;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#contenu #textes .blocs .bloc ul li a:hover
{
	background-color: #b9b9b9;
	color: inherit;
}

#contenu #textes .blocs .bloc ul li a span
{
	padding: 0 4px;
	font-size: 12px;
	font-weight: bold;
}
#contenu #textes .adgamb *
{
max-height: 90px;
}
#contenu #textes .adgamb
{
text-align: center;
}

.content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.content table tr:nth-child(2n + 1) 
{
    background-color: #efefef;
}
.content table td,
.content table th {
    border: 1px solid #efefef;
    padding: 10px;
}

#contenu #textes .post article.article
{
	margin-bottom: 1em;
}

#contenu #textes .post article.article .title
{
	background-image: url('./data/cadre_haut.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #3B6558;
	width: 100%;
	color: #fff;
	font-family: "Archivo Narrow", Roboto, Arial;
	font-size: 20px;
	font-weight: 400;
	border-radius: 4px 4px 0 0;
	margin-bottom: 0;
}

#contenu #textes .post article.article .title a
{
	display: block;
	padding: 10px 0 10px 72px;
}

#contenu #textes .post article.article .title a:hover
{
	background-color: transparent;
}

#contenu #textes .post article.article .content
{
	padding: 10px;
	border: 4px solid #3B6558;
	border-top: 0;
	border-radius: 0 0 4px 4px;
}

#contenu #textes p.date, #contenu #textes p.categorie
{
	font-size: 13px;
}

#contenu #textes p.categorie a span
{
	color: #2d333a;
}

#contenu #textes p.categorie a:hover span
{
	color: #fff;
}

#contenu #textes p.date
{
	margin-top: 7px;
}

#contenu #textes p.bouton
{
	padding: 10px;
	text-align: center;
}

#contenu #textes p.bouton a
{
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
}

#contenu #textes p.bouton.bleu a
{
	background-color: #007bff;
}

#contenu #textes p.bouton.bleu a:hover
{
	background-color: #209bef;
}

#contenu #textes p.bouton.rouge a
{
	background-color: #dc3545;
}

#contenu #textes p.bouton.rouge a:hover
{
	background-color: #ec4555;
}

#contenu #textes p.bouton.jaune a
{
	background-color: #ffc107;
	color: #000;
}

#contenu #textes p.bouton.jaune a:hover
{
	background-color: #ffe127;
}

#contenu #textes p.bouton.vert a
{
	background-color: #28a745;
}

#contenu #textes p.bouton.vert a:hover
{
	background-color: #48c765;
}

#contenu #textes .fa
{
	font-size: 14px;
}

#contenu #textes .post article.article .content > p:last-of-type
{
	padding-bottom: 0;
}

#contenu #textes .pages p a {
    background-color: #1b182b;
    font-size: 18px;
    color: #fff;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
	text-decoration: none;
}
#contenu #textes .pages p a:hover {
    background-color: #3b384b;
    font-size: 18px;
    color: #fff;
    border-bottom-color: #287298;
}

#contenu #textes #pages
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-bottom: 1em;
}

#contenu #textes .bouton_page, #contenu #textes .bouton_actuel
{
	padding: 5px 8px;
	margin: 5px;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
}

#contenu #textes .bouton_page
{
	background-color: #1b182b;
}

#contenu #textes .bouton_page:hover
{
	background-color: #3b384b;
}

#contenu #textes .bouton_actuel
{
	border: 1px solid #bbb;
	font-weight: bold;
	color: #000;
	cursor: default;
}

#contenu #textes input
{
    font-family: Roboto, Arial, "Trebuchet MS", Verdana, Helvetica, Sans-serif;
}

#contenu #textes input.input
{
    font-size: 14px;
    padding: 5px;
    width: 50%;
}

#contenu #textes input.submit
{
	background-color: #29243F;
	color: #fff;
    font-size: 14px;
    padding: 6px 10px;
	border-radius: 4px;
	border: 0;
	font-weight: bold;
	cursor: pointer;
}

#contenu #textes input.submit:hover
{
	background-color: #49445F;
}

#contenu nav#sidebar {
    width: 300px;
	text-align: center;
}

#contenu nav#sidebar div p:last-of-type {
	padding: 0;
}

#contenu nav#sidebar .ban-mobile
{
	display: none;
}

footer.footer
{
	width: 1200px;
	margin: 0 auto;
    padding: 20px 0;
    cursor: default;
    color: #ffffff;
    font-size: 14px;
}

footer.footer p {
    padding: 0;
    text-align: center;
}

footer.footer h4
{
	text-transform: uppercase;
	padding-bottom: 14px;
	text-align: center;
	cursor: default;
	font-size: 14px;
	color: #ffffff;
}

footer.footer #cols
{
	display: flex;
	padding-bottom: 20px;
}

footer.footer .col
{
	float: left;
	width: calc(25% - 22px);
	padding: 10px 10px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	margin-left: -1px;
}

footer.footer .col:first-of-type
{
	width: calc(25% - 21px);
	border-left: 0;
}

footer.footer .col:last-of-type
{
	width: calc(25% - 21px);
	border-right: 0;
}

footer.footer .col ul li
{
	text-decoration: none;
	font-size: 12px;
	padding-bottom: 2px;
}

footer.footer .col ul li a
{
	font-weight: normal;
}

footer.footer .col ul li a:hover
{
	text-decoration: none;
	color: #feb33f;
}

footer #jeux-hasard
{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 50%;
	margin: 1em auto 0;
	padding: 10px;
	background-color: #fedc19;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: bold;
}

footer #jeux-hasard div
{
	padding-right: 10px;
}

footer #jeux-hasard div p:first-of-type
{
	padding-bottom: 1em;
}

/* latin-ext */
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/archivo-narrow-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/archivo-narrow-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/fa-regular-400.woff2") format("woff2"), url("./fonts/fa-regular-400.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/fa-brands-400.woff2") format("woff2"), url("./fonts/fa-brands-400.ttf") format("truetype"); }

.fa {
  font-family: 'FontAwesome';
  font-weight: 400; }

.fa-calendar:before {
    content: "\f073";
}
.fa-folder:before {
    content: "\f07b";
    font-size: 20px;
    color: #708090;
    padding-right: 10px;
}

#contenu #textes .partage
{
	display: flex;
	justify-content: space-around;
	font-weight: bold;
	padding: 25px 0 6px;
	text-align: center;
}

#contenu #textes .partage, #contenu #textes .partage .fa
{
	font-size: 22px;
}

#contenu #textes .partage .fa
{
	margin-right: 10px;
}

#contenu #textes .partage a
{
	display: block;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	transition: 0s;
}

#contenu #textes .partage .partage-facebook a
{
	background-color: #3b5998;
}

#contenu #textes .partage .partage-facebook a:hover
{
	background-color: #5b79b8;
}

#contenu #textes .partage .partage-twitter a
{
	background-color: #00aced;
}

#contenu #textes .partage .partage-twitter a:hover
{
	background-color: #20ccef;
}

#contenu #textes .partage .partage-whatsapp a
{
	background-color: #25d366;
}

#contenu #textes .partage .partage-whatsapp a:hover
{
	background-color: #45f386;
}

.fa-facebook-f:before {
	content: "\f39e";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-whatsapp:before {
	content: "\f232";
}

#scrollup
{
	position: fixed;
	bottom : 20px;
	right: -100px;
}

#scrollup a img
{
	opacity: 0.5;
}

#scrollup a:hover img
{
	opacity: 1;
}

/* Styles pour le bloc d'actualités */

#contenu #textes #image-carousel
{
	width: 100%;
	margin: 0 auto;
}

#contenu #textes .splide__pagination
{
	position: initial;
}

#contenu #textes .splide__slide a:hover
{
	opacity: 0.9;
}

#contenu #textes .splide__slide img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#contenu #textes p.splide__text
{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
}

#contenu #textes p.splide__text a
{
	display: block;
	background-color: rgba(0,0,0,0.5);
	padding: 1em;
	color: #fff;
	text-decoration: none;
}

#contenu #textes p.splide__text a:hover
{
	background-color: rgba(0,0,0,0.9);
}