/* CSS Document */
div {
	box-sizing: border-box;
}
.flex-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.marginAuto {
	margin: auto;
}
.uppercase {
	text-transform: uppercase;
}
.auto-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrapper
{
	width:100%;
	margin:auto;
	padding:0 10px;
}
@media (min-width:1280px) {
	.wrapper
	{
		width:1280px;
	}	
}

.tace{text-align: center;}
.tal{text-align: left;}
.tar{text-align: right;}
.taj{text-align: justify;}
.ttu{text-transform: uppercase;}
/***definition des colonnes***/
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-push-12 {
	margin-left: 100%;
}
.col-xs-push-11 {
	margin-left: 91.66666667%;
}
.col-xs-push-10 {
	margin-left: 83.33333333%;
}
.col-xs-push-9 {
	margin-left: 75%;
}
.col-xs-push-8 {
	margin-left: 66.66666667%;
}
.col-xs-push-7 {
	margin-left: 58.33333333%;
}
.col-xs-push-6 {
	margin-left: 50%;
}
.col-xs-push-5 {
	margin-left: 41.66666667%;
}
.col-xs-push-4 {
	margin-left: 33.33333333%;
}
.col-xs-push-3 {
	margin-left: 25%;
}
.col-xs-push-2 {
	margin-left: 16.66666667%;
}
.col-xs-push-1 {
	margin-left: 8.33333333%;
}
.col-xs-push-0 {
	margin-left: 0;
}
/** ORDER **/
.order-xs-1
{
	-webkit-box-ordinal-group:2;
	-webkit-order:1;
	    -ms-flex-order:1;
	        order:1;	
}
.order-xs-2
{
	-webkit-box-ordinal-group:3;
	-webkit-order:2;
	    -ms-flex-order:2;
	        order:2;	
}
.order-xs-3
{
	-webkit-box-ordinal-group:4;
	-webkit-order:3;
	    -ms-flex-order:3;
	        order:3;	
}

@media (min-width: 768px) {
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-push-12 {
	margin-left: 100%;
}
.col-sm-push-11 {
	margin-left: 91.66666667%;
}
.col-sm-push-10 {
	margin-left: 83.33333333%;
}
.col-sm-push-9 {
	margin-left: 75%;
}
.col-sm-push-8 {
	margin-left: 66.66666667%;
}
.col-sm-push-7 {
	margin-left: 58.33333333%;
}
.col-sm-push-6 {
	margin-left: 50%;
}
.col-sm-push-5 {
	margin-left: 41.66666667%;
}
.col-sm-push-4 {
	margin-left: 33.33333333%;
}
.col-sm-push-3 {
	margin-left: 25%;
}
.col-sm-push-2 {
	margin-left: 16.66666667%;
}
.col-sm-push-1 {
	margin-left: 8.33333333%;
}
.col-sm-push-0 {
	margin-left: 0;
}
/** ORDER **/
.order-sm-1
{
	-webkit-box-ordinal-group:2;
	-webkit-order:1;
	    -ms-flex-order:1;
	        order:1;	
}
.order-sm-2
{
	-webkit-box-ordinal-group:3;
	-webkit-order:2;
	    -ms-flex-order:2;
	        order:2;	
}
.order-sm-3
{
	-webkit-box-ordinal-group:4;
	-webkit-order:3;
	    -ms-flex-order:3;
	        order:3;	
}
}

@media (min-width: 992px) {

.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.col-md-push-12 {
	margin-left: 100%;
}
.col-md-push-11 {
	margin-left: 91.66666667%;
}
.col-md-push-10 {
	margin-left: 83.33333333%;
}
.col-md-push-9 {
	margin-left: 75%;
}
.col-md-push-8 {
	margin-left: 66.66666667%;
}
.col-md-push-7 {
	margin-left: 58.33333333%;
}
.col-md-push-6 {
	margin-left: 50%;
}
.col-md-push-5 {
	margin-left: 41.66666667%;
}
.col-md-push-4 {
	margin-left: 33.33333333%;
}
.col-md-push-3 {
	margin-left: 25%;
}
.col-md-push-2 {
	margin-left: 16.66666667%;
}
.col-md-push-1 {
	margin-left: 8.33333333%;
}
.col-md-push-0 {
	margin-left: 0;
}
/** ORDER **/
.order-md-1
{
	-webkit-box-ordinal-group:2;
	-webkit-order:1;
	    -ms-flex-order:1;
	        order:1;	
}
.order-md-2
{
	-webkit-box-ordinal-group:3;
	-webkit-order:2;
	    -ms-flex-order:2;
	        order:2;	
}
.order-md-3
{
	-webkit-box-ordinal-group:4;
	-webkit-order:3;
	    -ms-flex-order:3;
	        order:3;	
}
}

@media (min-width: 1200px) {
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-push-12 {
	margin-left: 100%;
}
.col-lg-push-11 {
	margin-left: 91.66666667%;
}
.col-lg-push-10 {
	margin-left: 83.33333333%;
}
.col-lg-push-9 {
	margin-left: 75%;
}
.col-lg-push-8 {
	margin-left: 66.66666667%;
}
.col-lg-push-7 {
	margin-left: 58.33333333%;
}
.col-lg-push-6 {
	margin-left: 50%;
}
.col-lg-push-5 {
	margin-left: 41.66666667%;
}
.col-lg-push-4 {
	margin-left: 33.33333333%;
}
.col-lg-push-3 {
	margin-left: 25%;
}
.col-lg-push-2 {
	margin-left: 16.66666667%;
}
.col-lg-push-1 {
	margin-left: 8.33333333%;
}
.col-lg-push-0 {
	margin-left: 0;
}
/** ORDER **/
.order-lg-1
{
	-webkit-box-ordinal-group:2;
	-webkit-order:1;
	    -ms-flex-order:1;
	        order:1;	
}
.order-lg-2
{
	-webkit-box-ordinal-group:3;
	-webkit-order:2;
	    -ms-flex-order:2;
	        order:2;	
}
.order-lg-3
{
	-webkit-box-ordinal-group:4;
	-webkit-order:3;
	    -ms-flex-order:3;
	        order:3;	
}
}
/**** fin definition des colonnes***/

.img100 {
	max-width: 100%;
}
.img100p
{
	width:100%;
}
.flex-1
{
	-webkit-box-flex:1;
  -webkit-flex:1 1 0%;
      -ms-flex:1 1 0%;
          flex:1 1 0%;	
}
.flex-2
{
	-webkit-box-flex:2;
  -webkit-flex:2 1 0%;
      -ms-flex:2 1 0%;
          flex:2 1 0%;	
}
.flex-3
{
	-webkit-box-flex:3;
  -webkit-flex:3 1 0%;
      -ms-flex:3 1 0%;
          flex:3 1 0%;	
}
.fb-fd-column
{
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.fb-as-flex-end
{
	-webkit-align-self:flex-end;
    -ms-flex-item-align:end;
        align-self:flex-end;
}
/*** JUSTIFY-CONTENT ***/
.fb-jc-flex-end
{
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.fb-jc-center
{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media(max-width:768px)
{	
.fb-jc-center-xs
{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
}
.fb-jc-spaceAround
{
	-webkit-justify-content:space-around;
	    -ms-flex-pack:distribute;
	        justify-content:space-around;	
}
.fb-jc-spaceBetween
{
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	    -ms-flex-pack:justify;
	        justify-content:space-between;	
}
/*** FIN JUSTIFY-CONTENT ***/

.fb-ac-spaceAround
{
		-ms-flex-line-pack:distribute;
		    align-content:space-around;	
}
.fb-ac-spaceBetween
{
		-ms-flex-line-pack:justify;
		    align-content:space-between;
}

.fb-ai-center
{
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.fb-ai-start
{
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	    -ms-flex-align:start;
	        align-items:flex-start;	
}
.fb-ai-end
{
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	    -ms-flex-align:end;
	            -ms-grid-row-align:flex-end;
	        align-items:flex-end;	
}
.fb-as-center
{
	-webkit-align-self:center;
	    -ms-flex-item-align:center;
	        align-self:center;	
}
@media (max-width: 767px) {
	.fb-fd-column-xs
	{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
			-ms-flex-direction:column;
				flex-direction:column;	
	}
	.xs-center {
		text-align: center;
	}

	.fb-wrap-xs
	{
		-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}
	.hidden-xs
	{
		display:none;	
	}
}