@media(min-width:1160px) {

	fieldset textarea,
	.bloc-gradient,
	.field-custom input,
	.field-custom textarea,
	fieldset input {
		transition: all ease-in-out 300ms;
	}

	.usp-submit:hover,
	.btn:hover {
		background-color: var(--secondary-color);
		color: #fff;
	}

	.btn.secondary:hover {
		background-color: var(--dark-color);
		color: #fff;
	}

	#menu {
		display: inline-block !important;
	}

	#menu>li>a:after {
		content: "";
		display: block;
		position: absolute;
		width: 6px;
		height: 6px;
		background: var(--primary-color);
		top: 50%;
		margin-top: -3px;
		right: -30px
	}

	.page #menu>li>a:hover {
		color: var(--secondary-color);
	}

	#menu>li>a:hover {
		color: #000
	}

	#menu>li>a:hover:before {
		left: 0;
		opacity: 1;
	}

	#magic-line {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100px;
		height: 3px;
		overflow: hidden;
	}

	#magic-line:before {
		content: "";
		display: block;
		position: absolute;
		width: 33px;
		height: 3px;
		background: var(--secondary-color);
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.list-article h3 a:hover .link-foot li a:hover {
		color: #ffde68
	}

	.list-categorie a:hover {
		color: #fff;
	}

	.list-categorie a:hover:before {
		width: 100%;
	}

	.list-categorie a:hover span:before {
		background-color: #fff
	}

	.menu-foot a:hover:before {
		left: 10px;
	}

	#menu>li.current-menu-item>a,
	#menu>li.current-page-ancestor>a,
	.page #menu>li.current-menu-item>a,
	.page #menu>li.current-page-ancestor>a {
		color: var(--secondary-color)
	}

	.coords a:hover {
		color: var(--primary-color);
	}

	input:disabled:hover {
		background-color: #dddddd;
	}
}

@media(max-width:1480px) {
	.shape {
		left: -110px;
		top: 0
	}
}

@media(max-width:1280px) {
	.shape {
		left: -140px;
		top: 0
	}

	.content-bottom {
		padding: 50px 0
	}

	.content-bottom .texte {
		padding-left: 40px;
	}
}

@media(max-width:1200px) {

	.man-glasses {
		display: none;
	}

	.poly-head-1 {
		right: -40px
	}

	.right-bloc {
		padding-left: 40px
	}
}

@media(max-width:1160px) {
	#header .wrapper {
		height: 80px;
	}

	.menu-toggle {
		position: absolute;
		top: 50%;
		right: 40px;
		margin-top: -25px;
		width: 50px;
		height: 50px;
		padding: 12px;
		border-radius: 50%;
		overflow: hidden;
		background: var(--secondary-color);
		display: block;
		-webkit-transition: .3s ease all;
		transition: .3s ease all;
	}

	.menu-toggle.active {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.bun,
	.meat {
		display: block;
		width: 100%;
		background: #fff;
		height: 20%;
		-webkit-transition: .3s ease all;
		transition: .3s ease all;
		border-radius: 50px;
	}

	.active .top {
		height: 38%;
		width: 20%;
		margin-left: 40%;
		border-radius: 50px 50px 0 0;
		box-shadow: 2px 2px 0 -1px rgba(0, 0, 0, 0.2)
	}

	.active .bottom {
		height: 38%;
		width: 20%;
		margin-left: 40%;
		border-radius: 0 0 50px 50px;
		box-shadow: 2px 2px 0 -1px rgba(0, 0, 0, 0.2)
	}

	.meat {
		margin: 20% 0;
	}

	.active .meat {
		margin: 2% 0;
		box-shadow: 2px 2px 0 -1px rgba(0, 0, 0, 0.2)
	}

	#menu>li.current-menu-item>a {
		color: #fff;
		position: relative;
		background: var(--primary-color);
	}

	#menu i {
		width: 50px;
		height: 48px;
		position: absolute;
		right: 0;
		top: 0;
	}

	#menu i.active:before {
		transform: rotate(180deg)
	}

	#menu i:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		width: 22px;
		height: 12px;
		top: 0;
		bottom: 0;
		margin: auto;
		background: url(../images/arrow-down.svg) center no-repeat;
		background-size: contain;
	}

	.sub-menu {
		position: static;
		width: auto;
		margin: 0;
		background: #26254c
	}

	.sub-menu a {
		padding: 0 50px
	}

	.header-nav {
		height: 64px;
	}

	#menu {
		display: none;
		position: absolute;
		width: 100%;
		padding: 0;
		left: 0;
		text-align: left;
		top: 80px;
		background: var(--dark-color);
	}

	#menu:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		height: 100000px;
		background: #000;
		opacity: 0.9;
	}

	#menu>li:before {
		display: none
	}

	#menu>li {
		display: block;
		padding: 0;
		margin: 0
	}

	#menu>li:after {
		display: none
	}

	#menu>li>a {
		padding: 0 40px;
		margin: 0;
		line-height: 48px;
		border-bottom: 1px solid var(--primary-color);
		color: #fff
	}

	#menu>li:last-child>a {
		border: none
	}

	.poly-head {
		right: -388px
	}

	#footer .item:nth-of-type(2) {
		left: 50px
	}

	.bloc-25.list-article .item {
		width: 33.333%;
	}

	.bloc-ptext {
		margin: 0 -20px;
	}

	[class^="bloc-ptext"]>div {
		padding: 0 20px;
	}

	.bloc-ptext-detail .photo {
		padding: 0
	}

	.custom-card .texte {
		padding-right: 360px;
	}

	.custom-card {
		background-size: 370px
	}

	.bloc-ptext-detail .texte {
		padding-left: 40px;
	}
}

@media(max-width:1024px) {
	.bandeau .illustration img {
		position: static;
	}
	.home-bloc {
		padding-bottom: 30px;
	}

	.sidebar {
		width: auto;
		margin-bottom: 38px;
	}

	.half-bloc {
		display: block;
	}

	.right-bloc {
		width: auto;
		padding: 0
	}

	.list-categorie ul {
		display: flex;
		flex-flow: row wrap;
	}

	.list-categorie li {
		width: 33.333%;
	}

	.list-categorie a {
		padding: 0 40px;
		line-height: 18px;
	}

	.bloc-gradient {
		text-align: center;
	}

	.bloc-gradient .title {
		display: inline-block;
		vertical-align: top
	}

	.bloc-gradient .list-article .card {
		max-width: 324px;
		margin: 0 auto
	}

	.bloc-ptext-custom .photo img {
		position: relative;
		left: -40px;
	}

	.bloc-ptext-custom .texte {
		padding-left: 0;
	}

	.bloc-ptext-custom.inverse-bloc .texte {
		padding-right: 0;
	}

	.poly-head {
		right: -50%;
		width: 100%;
	}

	.poly-head-1 {
		display: none;
	}

	.form-search {
		width: 100%;
	}

	.right-banner {
		padding-left: 40px
	}
}

@media(max-width:960px) {
	.d-grid {
		gap: 40px
	}

	.grid-2 {
		grid-template-columns: 1fr;
	}

	.right-banner {
		padding: 0;
	}

	.menu-foot li {
		width: 100%;
	}

	[class^="bloc-ptext"] {
		padding: 50px 0
	}

	.content-bottom {
		padding: 0 0 45px
	}

	.content-bottom img {
		position: static;
		height: auto;
		width: 100%;
		margin-bottom: 35px;
		object-fit: fill;
	}

	.content-bottom .texte {
		margin: 0;
		padding: 0
	}
}

@media(max-width:800px) {
	.home .bloc-ptext-custom .texte {
		padding-bottom: 0;
	}

	.padd-tb {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.banner-home {
		padding-block: 60px;
	}

	.right-banner {
		width: 100%;
	}

	.poly-head {
		display: none
	}

	.banner-home .wrapper {
		padding-top: 0;
		padding-bottom: 0;
	}

	.banner-home h1 {
		max-width: 100%;
		font-size: 30px
	}

	[class^="title"],
	h2 {
		font-size: 24px;
	}

	.texte-banner p {
		margin-bottom: 40px;
	}

	.list-categorie li {
		width: 50%
	}

	[class^="bloc-ptext"] {
		display: block;
	}

	[class^="bloc-ptext"]>div {
		width: auto;
	}

	[class^="bloc-ptext"] .photo img {
		margin: 0 auto 40px;
		width: 100%;
		left: 0;
	}

	.custom-revers .texte {
		padding-bottom: 35px;
	}

	.img-fluid {
		max-width: 100% !important
	}

	#footer .item {
		width: 50%
	}

	#footer .item:first-of-type {
		width: 100%;
		margin-bottom: 35px;
	}

	#footer .item:nth-of-type(2) {
		left: auto;
	}

	.menu-foot li {
		width: 50%
	}

	.menu-foot {
		padding-left: 0
	}

	#footer .item p {
		max-width: 100%;
	}

	.custom-card {
		background-size: 120px
	}

	.custom-card .texte {
		padding-right: 0
	}

	.custom-card .texte h2 {
		padding-right: 90px
	}

	.bloc-ptext-detail {
		padding-top: 0;
		padding-bottom: 20px
	}

	.bloc-ptext-detail .photo {
		width: auto;
	}

	.bloc-ptext-detail .texte {
		width: auto;
		padding: 0
	}

	.bloc-ptext-detail .photo img {
		height: auto;
		object-fit: fill;
	}
}

@media(max-width:768px) {

	#menu>li>a,
	.card,
	.bloc-gradient,
	.wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.menu-toggle {
		right: 20px;
	}

	.custom-logo-link {
		left: 20px;
	}

	.bandeau .bandeau-inner {
		padding: 40px;
	}

	.bandeau .bandeau-inner .content {
		padding: 0;
		position: relative;
		z-index: 15;
	}
	.bandeau .illustration img {
		display: none;
	}
}

@media(max-width:640px) {
	.bandeau {
		text-align: center;
	}

	.bandeau .d-flex {
		display: block;
	}

	.bandeau .left {
		width: auto;
		padding: 0;
		text-align: center
	}

	.bandeau .left p {
		margin: 0 auto 40px
	}

	#footer .d-flex {
		display: block;
	}

	#footer .item {
		width: 100% !important
	}

	.wrap-share {
		max-width: 100%;
		display: block;
		margin-top: 40px
	}

	.btn img {
		margin-left: 10px
	}

	.home-bloc .sidebar {
		margin-bottom: 0
	}

	.min-wrap {
		margin: 40px 0
	}
}

@media(max-width:600px) {
	.list-article .item {
		width: 100% !important;
	}

	.list-article .item .card {
		max-width: 320px;
		margin: 0 auto
	}

	.wp-pagenavi {
		margin: 10px 0 50px;
	}

	.list-categorie li {
		width: 100%
	}

	.field-btn .btn img {
		display: none;
	}

	.custom-card .texte p,
	[class^="bloc-ptext"] .texte p,
	.content-bottom .texte p {
		text-align: justify
	}

	fieldset {
		width: 100%
	}

	fieldset textarea,
	.field-custom input,
	.field-custom textarea,
	select,
	fieldset input {
		padding: 10px 15px
	}
}

@media(max-width:480px) {
	.atouts {
		grid-template-columns: 1fr;
	}

	.list-article .item .card {
		max-width: 100%;
	}

	.statistic-banner__content {
		display: block;
	}

	.statistic-banner__item {
		margin-block: 30px;
	}

	.list-categorie a {
		padding: 0 20px;
	}

	.bloc-gradient {
		margin: 0 -20px;
	}

	.coords {
		margin-top: -50px;
	}

	#menu-foot {
		display: block;
	}

	#menu-foot li:before {
		display: none;
	}
}