@media only screen and (min-width:1600px) {}

@media only screen and (max-width:1366px) {}

@media only screen and (max-width:1230px) {}

@media only screen and (max-width:991px) {

	/* Header */
	header {
		background: #FEFCFB;
	}

	.call_btn {
		margin-right: 0;
		margin-left: auto;
	}

	/* End Header */
	/* Description */
	#description {
		background-position: right;
	}

	.description_text h1 {
		background-color: #ffffff80;
	}

	/* End Description */
	/* Appli */
	.appli_text {
		max-width: 460px;
	}

	.appli_text h2 {
		font-size: 24px;
	}

	.appli_text_list li {
		font-size: 16px;
	}

	/* End Appli */
}

@media only screen and (max-width:850px) {

	/* Appli */

	.appli_content {
		flex-wrap: wrap;
	}

	.appli_img {
		margin-bottom: 25px;
	}

	.appli_img_store {
		display: none;
	}

	.appli_text {
		margin-left: 0;
	}

	.left_ash {
		right: 11px;
		top: 11px;
		transform: rotate(45deg);
		width: 6px;
	}

	.appli_banner {
		margin: 20px auto 0;
	}

	.appli_img_store_mobile {
		display: flex;
		justify-content: center;
	}

	.appli_img_store_mobile img {
		margin: 0 10px;
	}

	/* End Appli */
}

@media only screen and (max-width:767px) {}

@media only screen and (max-width:735px) {

	/* Commentaire */
	.appli_banner,
	.appli_banner_text {
		text-align: center;
		flex-direction: column;
	}

	.appli_banner_text_text {
		margin: 15px 0 25px;
	}

	/* End Commentaire */
}

@media only screen and (max-width:680px) {

	/* Description */
	#description {
		padding-top: 120px;
		padding-bottom: 40px;
		background-position: left;
		height: auto;
	}

	#description .container {
		position: relative;
	}


	/* End Description */
	/* Commentaire */
	#commentaire {
		padding: 25px;
	}

	.commentaire_content {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.commentaire_profile {
		margin-right: 0;
		margin-bottom: 0;
	}

	.commentaire_text_img {
		left: auto;
		right: -20px;
	}

	/* End Commentaire */
}

@media only screen and (max-width:575px) {

	/* Description */
	.description_content {
		bottom: 0px;
		max-width: 390px;
	}

	.description_text h1 {
		font-size: 32px;
	}

	/* End Description */
	/* Team */
	.team_card {
		margin: 25px 15px;
		max-width: 180px;
	}

	.team_card_text h3 {
		font-size: 18px;
	}

	.team_card_text p {
		font-size: 12px;
	}

	/* End Team */
	/* Contact */
	.contact_content {
		flex-direction: column;
	}

	.contact_text {
		max-width: 100%;
		min-height: 0px;
	}

	/* End Contact */
	/* Localisation */
	.localisation_content {
		flex-direction: column;
	}

	.localisation_item {
		margin: 10px auto;
	}

	/* End Localisation */
}

@media only screen and (max-width:500px) {

	/* Commentaire */
	.appli_text_logo {
		text-align: center;
	}

	.appli_text h2 {
		font-size: 24px;
		text-align: center;
	}

	.appli_text_list li {
		margin: 10px 0;
		align-items: baseline;
	}

	.list_coche {
		padding: 10px;
		bottom: -5px;
	}

	/* End Commentaire */
}

@media only screen and (max-width:475px) {

	/* Commentaire */
	.appli_banner_text_text h3 {
		font-size: 16px;
	}

	.appli_banner_text_text p {
		font-size: 14px;
	}

	/* End Commentaire */
}

@media only screen and (max-width:425px) {

	/* Header */
	.call_btn {
		margin: 10px 0;
		font-size: 14px;
		min-width: 140px;
	}

	.call_img {
		max-width: 16px;
	}

	/* Header */
	/* Description */
	.description_content {
		max-width: 300px;
	}

	.description_text h1 {
		font-size: 24px;
	}

	/* End Description */
	/* Campagnes */
	.campagnes_content {
		height: 440px;
		position: relative;
	}

	.campagnes_content label {
		width: 200px;
		height: 470px;
	}

	#slide1,
	#slide2,
	#slide3,
	#slide4,
	#slide5 {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		object-fit: cover;
	}

	/* Commentaire */
	.appli_img_store_mobile {
		flex-direction: column;
	}

	.appli_img_store_mobile img {
		margin: 5px auto;
	}

	/* End Commentaire */
	/* Team */
	#team {
		padding: 25px 0;
	}

	.team_card {
		margin: 25px 5px;
		max-width: 140px;
	}

	.team_card_text h3 {
		font-size: 14px;
	}

	.team_card_text p {
		font-size: 11px;
	}


	/* End Team */

}

@media only screen and (max-width:375px) {

	/* Header */
	.navbar-brand {
		max-width: 120px;
	}

	/* Offre */
	.offre_card {
		margin: 20px auto;
	}

	/* End Offre */
	/* Commentaire */
	.appli_text h2 {
		font-size: 20px;
		text-align: center;
	}

	/* End Commentaire */

}