


@media screen and (max-width: 980px) {
	#global {
		padding-top: 0;
		box-shadow: none;
	}
	#header {
		overflow: visible;
  	}

  	#section-infos {
  		background: #fb6b0a;
  	}

  	.slash span {
  		background-color: #fb6b0a;
  	}

  	.slash::before {
		content: '';
		height: 100%;
		width: 1px;
		border-left: solid 2px #ffffff;
		-ms-transform: rotate(28deg);
		-webkit-transform: rotate(28deg);
		transform: rotate(28deg);
		position: absolute;
		z-index: 0;
		top: 0;
		left: 50%;
	}

	footer {
		background: #fb6b0a;
	}

	ul.wrap-flag li{
		width:11%;
	}
}


@media screen and (max-width: 740px) {
	#header {
		text-align: center;
		height: auto;
		border: none;
	}
	#header h1 {
		float: none;
		display: block;
		margin-left: 0;
	}
	#header #header-right {
		display: block;
		float: none;
		width: 100%;
		max-width: 450px;
		margin: 20px auto 0;
		border: 2px solid #c00b24;
	}
	#header #header-right > p {
		padding-left: 15px;
	}

	#header #header-right #slash {
		display: none;
  	}

  	footer {
  		padding-bottom: 0px;
  	}
  	
  	ul.wrap-flag li{
		width:15%;
	}
}


@media screen and (max-width: 460px) {
	#header #header-right {
		max-width: 100%;
		margin-top: 10px;
		border: none;
	}
	#header #header-right > p {
		display: block;
		width: 100%;
		border-top: 2px solid #c00b24;
		line-height: 30px;
		padding-left: 0;
	}

	#header #header-right #contact {
		width: 100%;
	}

	.link_allo {
		margin: 15px auto;
	}

	.slash {
		padding: 25px 0;
		margin-bottom: 10px;
	}

	.slash span {
		font-size: 20px;
		line-height: 25px;
	}
	.slash span strong {
		font-size: 20px;
		line-height: 25px;
	}

	#section-infos ul > li { 
		margin: 3px;
		width: 145px;
		height: 135px;
		box-shadow: none;
		padding: 5px;
	}

	#section-infos ul > li img {
		margin: 8px 0 7px 0;
	}

	#section-infos ul > li.bloc2 img {
		height: 62px;
		margin: 7px 0 5px 0;
	}

	#section-infos ul > li p span {
		font-size: 18px;
	}
	
	ul.wrap-flag li{
		width:22%;
	}
}