﻿/****STYLES POUR LES MOBILES******/

/*****TABLETTES*****************/
@media only screen and (max-device-width:990px) 
{
	.boxBody
	{
		width: 100%;
		height: auto;
	}
	
	.fRight2
	{
		float: none ! important;
	}
	
	.header-navigation-col > a
	{
		color: #FFF !important;
	}
	
	.header-navigation-col > ul > a
	{
		color: #FFF !important;
	}
	
	#reso
	{
		text-align: center !important;
	}
	
	.margeGD
	{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.margeGD2
	{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.bordLeftTop
	{
		border-bottom: 0px !important;
		border-left: 0px !important;
	}
	
	.bordLeftTop2
	{
		border-bottom: 0px !important;
		border-left: 0px !important;
	}
	
	.bordLeftTop22
	{
		border-bottom: 0px !important;
		border-left: 0px !important;
	}

	.bordLeftBas
	{
		border-bottom: 0px !important;
		border-right: 0px !important;
	}
	
	.padG
	{
		padding-left: 0px !important;
	}
	
	.padT2
	{
		padding-top: 99px;
	}
	
	#atous, .padGD2, .padG2
	{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.padT, .padT2, .padT3
	{
		padding-top: 15px !important;
	}
	
	.cercle, .cercle1, .cercle2, .cercle3, .cercle4
	{
		height: 150px;
		width: 150px;
		border-radius: 100%
	}
}

/**********TELEPHONE************/
@media only screen and (max-device-width:760px) 
{
	.boxBody
	{
		width: 100%;
		height: auto;
	}
	
	.header-navigation-col > a
	{
		color: #FFF !important;
	}
	
	.header-navigation-col > ul > a
	{
		color: #FFF !important;
	}
	
	.fRight2
	{
		float: none !important;
	}
	
	#reso
	{
		text-align: center !important;
	}

	.margeGD
	{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.margeGD2
	{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.bordLeftTop
	{
		border-bottom: 0px !important;
		border-left: 0px !important;
	}
	
	.bordLeftTop2
	{
		border-bottom: 0px !important;
		border-left: 0px !important;
	}
	
	.bordLeftTop22
	{
		border-bottom: 0px !important;
		border-left: 0px !important;
	}

	.bordLeftBas
	{
		border-bottom: 0px !important;
		border-right: 0px !important;
	}
	
	.padG
	{
		padding-left: 0px !important;
	}
	
	.padT2
	{
		padding-top: 99px;
	}
}