@import url("https://fonts.googleapis.com/css?family=Amaranth:700i|Mandali|Open+Sans:400,400italic,600,600italic,700,800;");
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;400&display=swap');

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: 300;
	line-height: 1.5em;
	background: #efefef;
	font-size:1.7em;
}

#conteneur-header {
	background: #ffffff url('/images/bg_header4.gif') repeat-x;
}

#conteneur-main {
	background: #ececec;
}

#conteneur-footer {
	border-top:3px solid #e4e4e4;
	background: #efefef;
}

#teaser p {
    background: #ffffff;
    border-radius: 10px;
    width: 50%;
    padding: 7px 7px 7px 10px;
    /* margin-left: 15px; */
    font-size: 1em;
    box-shadow: 0px 0px 5px lightgrey;
}

/*
#teaser
{
	background:transparent url("/images/bullegrise.png") no-repeat 0 10px;
}
*/

header {
    background: transparent url('/images/bg_top6.png') no-repeat;
    background-position: right;
}


#logo {
    color: #ea3a23;
    padding: 0.2em 0.2em 0.5em 0.2em;
    vertical-align: middle;
	margin:10px 0 5px 0;
}

#logo a {
	font-family: 'Kanit', Arial, sans-serif;
    font-size: 3.25em;
    font-weight: 400;
	text-decoration:none;
	line-height:0.7em;
    color: #464646;

}

#logo em {
	color:#C70119;
}

/*
#logo:after
{
	content:" par TooSurToo";
	font-size:1em;
	font-family: 'Kanit', Arial, sans-serif;
	color:grey;
	font-weight:normal;
	font-style:italic;
}
*/

/*#logo:before
{
	content:url('/images/logo-free.png');
}*/

h1 {
	font-family: 'Mandali', Arial, sans-serif;
    font-size: 2em;
    font-weight: 400;
	line-height:1em;
    color: #fff;
	margin:0px;
	padding:5px;
	background-color:#333333;
}

h1 em {
	font-family: 'Mandali', Arial, sans-serif;
	font-size: 1.25em;
    color: #ea3a23;
	font-style:normal;
}

h2 {
	font-family: 'Mandali', Arial, sans-serif;
    font-size: 1.8em;
    font-weight: 600;
	color:#333333;
	margin:0px 0 10px 0;
	padding:5px;
	background-color:#eeeeee;
}

h2 em {
	font-family: 'Mandali', Arial, sans-serif;
    color: #ea3a23;
	font-style:normal;
}

h3 {
	margin:1em 0 1em 0;
	font-family: 'Mandali', Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 600;
	line-height:1em;
	color:#333333;
    /*background: #e7e7e7;
	border-radius: 6px;*/

}

h3 em {
	font-family: 'Mandali', Arial, sans-serif;
	font-style:normal;
}

h4 {
	margin:1em 0 0 0;
	font-family: 'Mandali', Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
	line-height:1em;
	color:#464646;
    /*background: #e7e7e7;
	border-radius: 6px;*/

}


strong {
	font-weight:700;
}

article a {
	color:#ea3a23;
}

article strong {
	color: #4d4e53;
}

article .aBefore a:before {
  /*content: ":: ";*/
  text-decoration:none;
}













/* Barre navigation haute  */

ul.floMenuHaut
{
	/*padding:40px 0 0 0;*/
	margin:0;
}


ul.floMenuHaut li
{
    transition: background-color .25s ease-in-out;
	margin:10px 5px 0px 5px;
	display:inline-block;
	list-style-type:none;
    color: #ffffff;
    background: #ea3a23;
	border-radius: 8px;
    padding: 0.5em 0.2em 0.5em 0.2em;
}

ul.floMenuHaut li a
{
    font-weight: 600;
    letter-spacing: 0.025em;
    text-decoration: none;
    border-radius: 6px;
    padding: 0.5em 1em 0.5em 1em;
    color: #ffffff;
}


ul.floMenuHaut li:hover
{
	background-color:#e7e7e7;
}

ul.floMenuHaut li:hover a
{
	color:#4d4e53;
}

ul.floMenuHaut li.selected {
	background-color:#f2c60f;
}

ul.floMenuHaut li.selected a {
	color:#4d4e53;
}




/* Menu de gauche */
nav
{
	padding-top:10px;
	padding-bottom:20px;
    max-width: 400px;
    width: 17%;
    float: right;
    font-size: 1em;
    line-height: 1.3em;
    margin-right: 5%;
}

nav a {
	color:#fff;
}


/*22/02/17*/
ul.floMenu li.carres
{
	margin:0;padding:0;
	font-weight:normal;
}
ul.floMenu li.carres  a
{
	font-size:1em;
	text-decoration:underline;
}
ul.floMenu
{
	margin:0;padding:0;
}

ul.floMenu li
{
	padding-left:20px;
}

ul.floMenu li.rubrique
{
    padding-left: 10px;
    margin-right: 10px;
}

ul.floMenu li.sousrubrique
{
    padding-left: 20px;
    margin-right: 10px;
}

ul.floMenu li.sousrubrique a.fondgrismoyen
{
    padding: 3px 0 3px 15px;
    margin-right: 0px;
	color:#fff;
	font-weight:600;
	font-size:1.1em;
}

ul.floMenuSous 
{
	padding:0;
	margin:0;
	/*margin-bottom:30px;*/
	margin-top:5px;
}

ul.floMenuSous ul.floMenuSous {
	margin-top:0px;
	margin-bottom:5px;
}

ul.floMenuSous li, ul.floMenu li
{
	list-style-type:none;
}

ul.floMenuSous a
{
	text-decoration:none;
}
ul.floMenuSous a:hover
{
	text-decoration:underline;
	color:#ea3a23;
}


ul.floMenu li
{
	font-weight:bold;
	margin-top:20px;
}

ul.floMenu li a
{
	text-decoration:none;
	padding-left:10px;
	display:inline-block;
	width:100%;
	font-weight:600;
	font-size:1.2em;
	color:#fff;
}

ul.floMenuSous li
{
	font-weight:normal;
	margin-top:0px;
}

ul.floMenuSous li a
{
	font-weight:normal;
	font-size:1em;
	line-height:0.9em;
	margin-top:0px;
	color:#4d4e53;
	padding:0;
}

ul.floMenuSous li a.selected
{
	font-weight:bold;
	color:#ea3a23;
}

#bonshomme
{
	margin:5px 30px 0px 30px;
}

.adsense_responsive {
	margin:0;
}

#adsense_more {
 margin:2em 0;
}




#arbo
{
	/*margin-bottom:2em;*/
	color:#4d4d4d;
	/*clear:both;*/
}

.arbo {
	display:inline;
	margin-right:4px;
}
.arbo a
{
	color:#333333;
	font-weight:normal;
}

.arbo a:link, .arbo a:visited
{
	text-decoration:underline;
}

.arbo a:hover
{
	color:#9d0f0e;
}



table {
	border:none;
}

.rounded {
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#social {
	float:right;
	width:100px;
	padding:1px;
	background-color:#ececec;
	text-align:right;
}

#twitter {
	text-align:center;
}

.blocfree {
	text-align:center;
	background-color:#dcdcdc;
	color:#5a5a5a;
	padding:20px 0;	
	font-size:1.50em;
	line-height:1.25em;
}

.blocfree em {
	font-family: 'Mandali', Arial, sans-serif;
	color:#ea3a23;
	font-size:1.10em;
	font-style:normal;
	font-weight:bold;
}

.blocfree strong {
	font-family: 'Mandali', Arial, sans-serif;
	font-size:3em;
	line-height:0.75em;
}

.blocfree p {
	font-style:normal;
	font-size:0.65em;
	line-height:1.50em;
	color:#000;
}

.blocfree b {
	font-weight:bold;
}

.countdown {
	font-family: 'Mandali', Arial, sans-serif;
	font-size: 70px;
	font-weight:bold;
	color:#5a5a5a;
	width:50%;
	text-align:center;
	float:left;
	background-color:#dcdcdc;
	margin:20px 20px 20px 0;
	padding:0 0 20px 0;
	line-height:40px;
}

.countdown em,
.countdown strong {
	font-family: 'Mandali', Arial, sans-serif;
	font-size: 0.35em;
	font-weight:normal;
}

.countdownmini {
	font-size:50px;
	line-height:40px;
	width:114px;
	text-align:center;
	float:left;
	padding:15px 10px;
	background-color:#dcdcdc;
	margin:10px 10px 10px 0px;
	color:#565656;
}

.countdownmini em {
	font-size:11px;
	line-height:15px;
}

.countdownmini strong {
	font-size:11px;
	line-height:15px;
	font-weight:normal;
}


#forfaitactuel,
#finengagement,
#dureeengagement,
#prixforfait,
#horsforfait,
#resultat,
#calcul {
	font-size:1em;
}

.fondgris {
	background-color:#565656;
	color:#ffffff;
}

.fondbleu {
	background-color:#70a5c3;
	color:#ffffff;
}
.fondbleu a {
	color:#ffffff;
	text-decoration:underline;
}

.fondblanc {
	box-shadow: 0px 0px 5px lightgrey;
	background-color:#fff;
	color:#000;
	border-radius:8px;
}
.fondblanc a {
	color:#000 !important;
	text-decoration:underline;
}

#nav .twitter-share-button {
	margin-top:3px;
}

#nav a.twitter-share-button {
	color:#fff;
}


.fondgrisclair {
	background-color:#dddddd;
	color:#000000;
}
.fondgrisclair a {
	color:#000000 !important;
	font-size:0.9em;
}

.fondgrismoyen {
	background-color:#a0a0a0;
	color:#ffffff;
}
.fondgrismoyen a {
	color:#fff;
}

.fondrouge {
	background-color:#ea3a23;
	color:#ffffff;
}
.fondrouge a {
	color:#ffffff;
	text-decoration:none;
}

.fondnoir {
	background-color:#333333;
	color:#ffffff;
}
.fondnoir a {
	color:#ffffff;
	text-decoration:none;
}

.fondorange {
	background-color:#ff8400;
	color:#ffffff;
}
.fondorange a {
	color:#ffffff;
	text-decoration:none;
}

.fondvert {
	background-color:#498600;
	color:#ffffff;
}
.fondvert a {
	color:#ffffff;
	text-decoration:none;
}

nav strong {
    font-weight: bold;
    font-size: 1.2em;
}

.pastillemenu {
	background-color:#565656;
	padding:5px;
	width:70px;
	height:60px;
	color:#ffffff;
	font-size:10px;
	text-align:center;
	float:left;
	margin:0 0 10px 10px;
	line-height:13px;
}

.pastillemenu strong {
	font-size:26px;
	font-weight:bold;
	line-height:30px;
}


.tableaugeneral td {
	padding:2px 5px;
}

.tabdatemoyenne th,
.tabdatemoyenne td {
	text-align:center;
	font-size:11px;
	line-height:12px;
}

.tabdatemoyenne {
	border-spacing: 0px;
	border-collapse: collapse;
}


#extraitforum p {
	padding:1em 1em 1em 1em;
}

.forum td,
.forum th {
	border:none;
}

.onecomment {
	width:100%;
	margin:10px 0 0 0;
	background-color:#f4e0e1;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.rounded {
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



article
{
	background: #ffffff;
}




/* PHPBB */


#wrap {
	font-size: 10px !important;
	line-height: 1em !important;
	font-family: Verdana, Helvetica, Arial, sans-serif !important;
}

#phpbb ul.floMenuHaut li a
{
    padding: 0 1em;
}

ul.forums,
ul.topiclist {
	padding-left:0;
}


@media (min-width: 960px)
{
	.thematique {
		height:120px;
	}
}

@media (max-width: 1500px)
{

	#pubheader {
		display:none;
	}
}


@media (min-width: 1200px)
{
	#wrap,
	article {

	}

	#plusloin,
	nav {
		font-size:1em;
		line-height:1.4em;
	}

	#plusloin a,
	nav a {
		color:#fff;
		text-decoration:underline;
		display: inline;
	}

	#plusloin strong,
	nav strong {
		font-weight:bold;
		font-size:1.2em;
	}

}


@media (max-width: 1200px)
{

	#wrap,
	article {
		width:100%;
		margin:none;
	}

	#plusloin,
	nav {
		width:100%;
		display:block;
		max-width:none;
		margin-right:0;
	}

}

@media (max-width: 960px)
{


	#pubheader {
		display:none;
	}


	.thematique {
		height:90px;
	}

	ul.floMenuHaut li.ssmenu1,
	ul.floMenuHaut li.ssmenu2 {
		display:none;
	}


	ul.floMenuHaut {
		padding: 0px 0 20px 0;
	}

	#bonshomme, #teaser
	{
		display:none;
	}
	#logo
	{
		color:#515151;
		text-align:center;
	}

	header
	{
		background-image:none;
	}

	#conteneur-header {
		background-image:none;
		/*background-color:#fff;*/
	}

}

@media (max-width: 640px)
{

	ul.floMenuHaut {
		padding:0;
	}

	ul.floMenuHaut li
	{
		display:block;
	}

	ul.floMenu li.carres {
		font-size:0.75em;
	}
	ul.floMenu li.carres strong
	{
		font-size:1em;
	}

	#logo a {
		font-size:3em;
		color:#515151;
	}

	#logo
	{
		text-align:center;
	}
}

@media (max-width: 544px)
{
	nav
	{
	border-top:3px solid #efefef;
	}

	.carres strong{
		font-size:30px;
	}
}


#eucookies {
	color: white;
	position: fixed;
	background-color: #565656;
	text-align: center;
	padding: 5px 5px 5px 5px;
	bottom:0;
	width: 100%;
}

#eucookies a {
	padding:2px;
	text-transform:uppercase;
	background-color:#dcdcdc;
	color:#565656;
	text-decoration:none;
	cursor:pointer;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.freebox {
	vertical-align:sub;
}








@media only screen and (max-width:576px) {
  .nosmall { display: none; }
  .onlysmall { display: initial; }
	#button_share { width:100%; }
    .imgfbx { top:0px; }
}

@media only screen and (min-width:577px) {
  .nosmall { display: initial; }
  .onlysmall { display: none; }
  .imgfbx { top:-15px; }
}




@media only screen and (max-width:768px) {
  .nomedium { display: none; }
}

@media only screen and (min-width:769px) {
  .nomedium { display: initial; }
}




@media only screen and (max-width:1280px) {
  .nolarge { display: none; }
}

@media only screen and (min-width:1281px) {
  .nolarge { display: initial; }
  .onlylarge { display: initial; }
  .sidebar { font-size: 0.8em;width:300px; margin-left:1em; }
  .disclaimer { position:sticky;top:0;z-index:10;line-height:1em; }
}





@media only screen and (max-width:1366px) {
  .noextralarge { display: none; }
  .disclaimer { font-size:0.8em;line-height:1em; }
  .onlyextralarge { display: none; }
}

@media only screen and (min-width:1367px) {
  .noextralarge { display: initial; }
  .sidebar { font-size: 0.8em;width:300px; margin-left:1em; }
  .onlylarge { display: none; }
  .onlyextralarge { display: initial; }
}


@media screen and (min-scroll: 200px) {
  #performancesFree {
    display: none;
  }
}