.hide-if-no-js {
	display: none !important;
}

.list-unstyled li {
	background: transparent !important;
}

.bloc-vert {
	font-weight: normal !important;
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.no-padding-both {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.text-bold {
	font-weight: 800;
}

.text-italic {
	font-style: italic;
}

.text-uppercase {
	text-transform: uppercase;
}

.wp-video {
	margin-left: auto;
	margin-right: auto;
}

/**
 * Header navbar
 */

#top-header {
	overflow: hidden;
}

#top-header .content-prevention.with-icons li {
	padding: 0;
}

#top-header .content-prevention.with-icons a {
	background: transparent !important;
	display: inline-block !important;
	float: none !important;
	font-size: 0.75em !important;
	line-height: 28px;
	padding: 0 15px 0 0 !important;
	top: auto !important;
}

#top-header .content-prevention.with-icons a .mgicons {
	float: left;
	font-size: 2em;
}

#top-header .content-prevention.with-icons a .mgicons.icon-at {
	font-size: 1.75em;
}

#top-header .content-partage.with-icons li {
	padding: 0;
}

#top-header .content-partage.with-icons a {
	display: inline-block !important;
	float: none !important;
	font-size: 0.75em !important;
	line-height: 30px;
	top: auto !important;
	padding: 0 !important;
	max-height: 30px;
}

#top-header .content-partage.with-icons a:before {
	right: 2px !important;
	top: -4px !important;
}

#top-header .content-partage.with-icons a:after {
	left: -3px !important;
	top: -27px !important;
}

#top-header .content-partage.with-icons li:first-child a:before,
#top-header .content-partage.with-icons li:first-child a:after {
	border: 0 !important;
}

#top-header .content-partage.with-icons a .mgicons {
	display: inline-block;
	font-size: 1.75em;
	line-height: 30px;
}

#top-header .content-partage.with-icons a .mgicons.icon-user {
	font-size: 1.5em;
}

#top-header .content-partage.with-icons a .mgicons.icon-newsletter {
	width: 42px;
}

/*
 * Archives
 */

body.category .cat-over-articles.size-medium .item-contenu {
	border-radius: 0 10px 10px 0;
}

body.category .cat-over-articles .col-sm-3 .item-thumbnail {
	background: #222;
	margin: 30px 0 0 30px;
}

body.category .item-normal.size-medium.col-sm-6 .item-thumbnail.video-thumbnail {
	background: #222;
}

body.category .cat-over-articles .col-sm-3 .item-thumbnail.video-thumbnail a,
body.category .item-normal.size-medium.col-sm-6 .item-thumbnail.video-thumbnail a {
	display: block;
	position: relative;
}

body.category .cat-over-articles .col-sm-3 .item-thumbnail.video-thumbnail img,
body.category .item-normal.size-medium.col-sm-6 .item-thumbnail.video-thumbnail img {
	opacity: 0.9;
}

body.category .cat-over-articles:hover .col-sm-3 .item-thumbnail.video-thumbnail img,
body.category .item-normal.size-medium:hover.col-sm-6 .item-thumbnail.video-thumbnail img {
	opacity: 1.0;
}

body.category .cat-over-articles .col-sm-3 .item-thumbnail.video-thumbnail .player,
body.category .item-normal.size-medium.col-sm-6 .item-thumbnail.video-thumbnail .player {
	background: url(/wp-content/themes/roots/assets/img/player-.png) center center no-repeat;
	background-size: 30% auto;
	height: 100%;
	opacity: 0.9;
	position: absolute;
	top: 0;
	width: 100%;
}

/*
 * Lexique
 */

body.admin-bar .lexique #sticky.letter-menu {
	top: 32px !important;
}

.lexique #sticky.letter-menu {
	border: 10px solid rgba(255, 255, 255, 0.9);
	padding: 0;
}

.lexique #sticky.letter-menu a.disabled {
	color: #aaa;
	cursor: default;
}

.lexique .the-letter-article {
	margin: -10px -10px 10px -10px;
	padding: 10px;
}

.lexique .the-letter-article p {
	margin: 0;
}

.lexique a:hover {
	text-decoration: none;
}

.lexique a:hover .the-letter-article {
	background: #fdf0f4;
	border-radius: 3px;
}

/**
 * Home
 */

.block-teaser,
.block-register {
	height: auto !important;
}

.block-teaser {
	margin-bottom: 20px;
}

.block-teaser .block-thumbnail,
.block-register .block-thumbnail {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	/*border-radius: 10px;*/
	height: 100px;
	/*overflow: hidden;*/
	position: relative;
}

.block-teaser .block-thumbnail .block-color-bg,
.block-register .block-thumbnail .block-color-bg {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.block-teaser .block-thumbnail .block-title,
.block-register .block-thumbnail .block-title {
	bottom: 0;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	left: 0;
	margin: 0;
	padding: 10px 20px;
	position: absolute;
}

.block-teaser .content-bloc-white,
.block-register .content-bloc-white {
	min-height: 130px;
	padding: 15px 20px 20px;
}

.block-teaser .content-bloc-white p,
.block-register .content-bloc-white p {
	margin-bottom: 15px !important;
	padding: 0 !important;
}

.block-teaser .content-bloc-white .btn-blue,
.block-register .content-bloc-white .btn-blue {
	padding: 5px;
}

.block-teaser .content-bloc-white .btn-blue:hover,
.block-register .content-bloc-white .btn-blue:hover,
.block-teaser .content-bloc-white .btn-blue:focus,
.block-register .content-bloc-white .btn-blue:focus,
.block-teaser .content-bloc-white .btn-blue:active,
.block-register .content-bloc-white .btn-blue:active {
	color: #fff;
	opacity: 0.9;
	text-decoration: none;
}

.the-home.teaser .the-search p {
	font-size: 1.25em;
	padding-left: 50px;
	padding-top: 4px;
}

.the-home.teaser .the-search p img {
	top: -4px;
	width: 32px;
}

.the-home.teaser .the-category .col-sm-4 .item-contenu {
	min-height: auto !important;
}

.the-home.teaser .the-category .big .item-contenu .content {
	padding: 0 10px !important;
}

.the-home.teaser .the-category .item-normal.size-medium .size-medium.big .item-thumbnail {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 360px;
}

.the-home.teaser .the-category .item-normal.size-medium .size-medium.big .item-thumbnail a {
	display: block;
	height: 100%;
	width: 100%;
}

.the-home.teaser .the-category .item-normal.size-medium .size-medium.big .item-contenu {
	min-height: 160px;
}

.the-home.teaser .the-category .fond-vert.fond-orange {
	background: #ff8a0e !important;
}

.the-home.teaser .the-category .item-normal.size-medium .item-normal.size-medium {
	margin-bottom: 20px;
	padding: 0 10px;
}

.the-home.teaser .the-category .item-normal.size-medium .item-normal.size-medium .item-thumbnail {
	height: 170px;
}

.the-home.teaser .the-category .item-normal.size-medium .item-normal.size-medium .item-thumbnail a {
	display: block;
	height: 100%;
	width: 100%;
}

.the-home.teaser .the-category .item-normal.size-medium .item-normal.size-medium .item-contenu {
	min-height: 145px;
}

.the-home.teaser .the-category .item-normal.size-medium > .item-thumbnail {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 110px;
}

.the-home.teaser .the-category .item-normal.size-medium .item-contenu {
	padding: 20px 15px 10px !important;
}

.the-home.teaser .the-category .item-normal.size-medium .item-contenu .titre {
	font-size: 1.25em !important;
	line-height: 1.2em !important;
}

/*
 * Product tests
 */

body h5.more.color-strawberry {
	background: #fff url(/wp-content/themes/roots/assets/img/bg-more-strawberry.png) 4px 12px no-repeat;
}

.fond-strawberry {
	background: #9f0f33 !important;
}

.color-strawberry {
	color: #9f0f33 !important;
}

.separateur-strawberry-content,
.separateur-strawberry-content-title {
	position: absolute;
	top: 28px;
	left: 0px;
	background: #9f0f33 !important;
	width: 100%;
	height: 3px;
}

.single.single-test-produit .sidebar .DisplayCategoriesWidget,
.archive.tax-tests-produits .sidebar .DisplayCategoriesWidget,
.archive.post-type-archive.post-type-archive-test-produit .sidebar .DisplayCategoriesWidget {
	background: rgba(159, 15, 51, 0.15) !important;
}

.single.single-test-produit .sidebar .DisplayCategoriesWidget li,
.single.single-test-produit .sidebar .DisplayCategoriesWidget li a,
.archive.tax-tests-produits .sidebar .DisplayCategoriesWidget li,
.archive.tax-tests-produits .sidebar .DisplayCategoriesWidget li a,
.archive.post-type-archive.post-type-archive-test-produit .sidebar .DisplayCategoriesWidget li,
.archive.post-type-archive.post-type-archive-test-produit .sidebar .DisplayCategoriesWidget li a {
	color: #9f0f33 !important;
}

.the-category .separateur-strawberry-content-title {
	top: 11px;
}

.archive.author .content .item-normal.type-test-produit .item-thumbnail,
.search.search-results .content .item-normal.type-test-produit .item-thumbnail {
	max-height: 168px;
	text-align: center;
}

.archive.author .content .item-normal.type-test-produit .item-thumbnail img,
.search.search-results .content .item-normal.type-test-produit .item-thumbnail img {
	margin: 10% auto 0;
	max-height: 140px;
	width: auto;
}

.the-home .class_product-test .item-normal.size-medium.big .item-contenu-thumbnail,
.the-category .item-normal.size-medium.big .item-contenu-thumbnail {
	background: #eee;
	background-image: url(/wp-content/themes/roots/assets/img/bg-test-produit-1.jpg);
	background-position: center top;
	background-size: 100% auto;
	min-height: 360px;
	text-align: center;
}

.the-home .class_product-test .item-normal.size-medium.big .item-contenu-thumbnail {
	min-height: 340px !important;
}

.the-home .class_product-test .item-normal.size-medium.big .item-contenu-thumbnail img {
	margin-top: 20px !important;
	max-height: 320px !important;
	width: auto;
}

.the-category .item-normal.size-medium.mdl .item-contenu-thumbnail {
	background: #eee;
	background-image: url(/wp-content/themes/roots/assets/img/bg-test-produit.jpg);
	background-position: left center;
	background-size: cover;
	min-height: 200px;
	text-align: center;
}

.the-category .item-normal.size-medium.mdr .item-contenu-thumbnail {
	background: #eee;
	background-image: url(/wp-content/themes/roots/assets/img/bg-test-produit.jpg);
	background-position: right center;
	background-size: cover;
	min-height: 200px;
	text-align: center;
}

.archive.tax-tests-produits.term-petits-dejeuners .the-category .item-normal.size-medium.mdl .item-contenu-thumbnail,
.archive.tax-tests-produits.term-petits-dejeuners .the-category .item-normal.size-medium.mdr .item-contenu-thumbnail,
.archive.tax-tests-produits.term-epicerie .the-category .item-normal.size-medium.mdl .item-contenu-thumbnail,
.archive.tax-tests-produits.term-epicerie .the-category .item-normal.size-medium.mdr .item-contenu-thumbnail,
.archive.tax-tests-produits.term-cremerie .the-category .item-normal.size-medium.mdl .item-contenu-thumbnail,
.archive.tax-tests-produits.term-cremerie .the-category .item-normal.size-medium.mdr .item-contenu-thumbnail,
.archive.tax-tests-produits.term-desserts-et-gateaux .the-category .item-normal.size-medium.mdl .item-contenu-thumbnail,
.archive.tax-tests-produits.term-desserts-et-gateaux .the-category .item-normal.size-medium.mdr .item-contenu-thumbnail,
.archive.tax-tests-produits.term-boissons-et-jus .the-category .item-normal.size-medium.mdl .item-contenu-thumbnail,
.archive.tax-tests-produits.term-boissons-et-jus .the-category .item-normal.size-medium.mdr .item-contenu-thumbnail,
.archive.tax-tests-produits.term-boucherie-charcuterie-traiteur .the-category .item-normal.size-medium.mdl .item-contenu-thumbnail,
.archive.tax-tests-produits.term-boucherie-charcuterie-traiteur .the-category .item-normal.size-medium.mdr .item-contenu-thumbnail {
	background-position: center center;
	background-size: cover;
}

/*.archive.tax-tests-produits.term-petits-dejeuners .the-category .item-normal.size-medium.mdl .item-contenu-thumbnail {
	background-position: left bottom;
}

.archive.tax-tests-produits.term-petits-dejeuners .the-category .item-normal.size-medium.mdr .item-contenu-thumbnail {
	background-position: right bottom;
}*/

.home.page .the-home .class_product-test .type-test-produit.tests-produits-petits-dejeuners .item-normal.size-medium.big .item-contenu-thumbnail,
.archive.tax-tests-produits.term-petits-dejeuners .the-category .item-normal.size-medium.big .item-contenu-thumbnail,
.archive.tax-tests-produits.term-petits-dejeuners .the-category .item-normal.size-medium.mdl .item-contenu-thumbnail,
.archive.tax-tests-produits.term-petits-dejeuners .the-category .item-normal.size-medium.mdr .item-contenu-thumbnail,
.search.search-results .content .item-normal.size-medium.type-test-produit.tests-produits-petits-dejeuners .item-thumbnail,
.archive.author .content .item-normal.size-medium.type-test-produit.tests-produits-petits-dejeuners .item-thumbnail,
.single.single-test-produit .the-category .item-normal.type-test-produit.tests-produits-petits-dejeuners .item-contenu-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-petits-dejeuners.big .item-contenu-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-petits-dejeuners.mdl .item-contenu-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-petits-dejeuners.mdr .item-contenu-thumbnail {
	background-image: url(/wp-content/themes/roots/assets/img/bg-test-produit-petit-dejeuner.jpg);
	background-size: 105% auto;
}

.home.page .the-home .class_product-test .type-test-produit.tests-produits-epicerie .item-normal.size-medium.big .item-contenu-thumbnail,
.archive.tax-tests-produits.term-epicerie .the-category .item-normal.size-medium.big .item-contenu-thumbnail,
.archive.tax-tests-produits.term-epicerie .the-category .item-normal.size-medium.mdl .item-contenu-thumbnail,
.archive.tax-tests-produits.term-epicerie .the-category .item-normal.size-medium.mdr .item-contenu-thumbnail,
.search.search-results .content .item-normal.size-medium.type-test-produit.tests-produits-epicerie .item-thumbnail,
.archive.author .content .item-normal.size-medium.type-test-produit.tests-produits-epicerie .item-thumbnail,
.single.single-test-produit .the-category .item-normal.type-test-produit.tests-produits-epicerie .item-contenu-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-epicerie.big .item-contenu-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-epicerie.mdl .item-contenu-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-epicerie.mdr .item-contenu-thumbnail {
	background-image: url(/wp-content/themes/roots/assets/img/bg-test-produit-epicerie-4.jpg);
	background-size: 100% auto;
}

.home.page .the-home .class_product-test .type-test-produit.tests-produits-cremerie .item-normal.size-medium.big .item-contenu-thumbnail,
.archive.tax-tests-produits.term-cremerie .the-category .item-normal.size-medium.big .item-contenu-thumbnail,
.archive.tax-tests-produits.term-cremerie .the-category .item-normal.size-medium.mdl .item-contenu-thumbnail,
.archive.tax-tests-produits.term-cremerie .the-category .item-normal.size-medium.mdr .item-contenu-thumbnail,
.search.search-results .content .item-normal.size-medium.type-test-produit.tests-produits-cremerie .item-thumbnail,
.archive.author .content .item-normal.size-medium.type-test-produit.tests-produits-cremerie .item-thumbnail,
.single.single-test-produit .the-category .item-normal.type-test-produit.tests-produits-cremerie .item-contenu-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-cremerie.big .item-contenu-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-cremerie.mdl .item-contenu-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-cremerie.mdr .item-contenu-thumbnail {
	background-image: url(/wp-content/themes/roots/assets/img/bg-test-produit-cremerie-3.jpg);
	background-size: 100% auto;
}

.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-cremerie.mdl .item-contenu-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-cremerie.mdr .item-contenu-thumbnail {
	background-position: center 90%;
}

.archive.tax-tests-produits.term-cremerie .the-category .item-normal.size-medium.big .item-contenu-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-cremerie.big .item-contenu-thumbnail {
	background-position: center bottom;
}

.home.page .the-home .class_product-test .type-test-produit.tests-produits-desserts-et-gateaux .item-normal.size-medium.big .item-contenu-thumbnail {
	background-size: auto 100%;
}

.home.page .the-home .class_product-test .type-test-produit.tests-produits-desserts-et-gateaux .item-normal.size-medium.big .item-contenu-thumbnail,
.archive.tax-tests-produits.term-desserts-et-gateaux .the-category .item-normal.size-medium.big .item-contenu-thumbnail,
.search.search-results .content .item-normal.size-medium.type-test-produit.tests-produits-desserts-et-gateaux .item-thumbnail,
.archive.author .content .item-normal.size-medium.type-test-produit.tests-produits-desserts-et-gateaux .item-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-desserts-et-gateaux.big .item-contenu-thumbnail {
	background-image: url(/wp-content/themes/roots/assets/img/bg-test-produit-gateau-3.jpg);
}

.archive.tax-tests-produits.term-desserts-et-gateaux .the-category .item-normal.size-medium.mdl .item-contenu-thumbnail,
.search.search-results .content .item-normal.size-medium.type-test-produit.tests-produits-desserts-et-gateaux .item-thumbnail,
.archive.author .content .item-normal.size-medium.type-test-produit.tests-produits-desserts-et-gateaux .item-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-desserts-et-gateaux.mdl .item-contenu-thumbnail {
	background-image: url(/wp-content/themes/roots/assets/img/bg-test-produit-gateau-3.jpg);
	background-position: left top;
	background-size: 100% auto;
}

.archive.tax-tests-produits.term-desserts-et-gateaux .the-category .item-normal.size-medium.mdr .item-contenu-thumbnail,
.search.search-results .content .item-normal.size-medium.type-test-produit.tests-produits-desserts-et-gateaux .item-thumbnail,
.archive.author .content .item-normal.size-medium.type-test-produit.tests-produits-desserts-et-gateaux .item-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-desserts-et-gateaux.mdr .item-contenu-thumbnail {
	background-image: url(/wp-content/themes/roots/assets/img/bg-test-produit-gateau-3.jpg);
	background-position: right top;
	background-size: 100% auto;
}

.home.page .the-home .class_product-test .type-test-produit.tests-produits-boissons-et-jus .item-normal.size-medium.big .item-contenu-thumbnail,
.archive.tax-tests-produits.term-boissons-et-jus .the-category .item-normal.size-medium.big .item-contenu-thumbnail,
.archive.tax-tests-produits.term-boissons-et-jus .the-category .item-normal.size-medium.mdl .item-contenu-thumbnail,
.archive.tax-tests-produits.term-boissons-et-jus .the-category .item-normal.size-medium.mdr .item-contenu-thumbnail,
.search.search-results .content .item-normal.size-medium.type-test-produit.tests-produits-boissons-et-jus .item-thumbnail,
.archive.author .content .item-normal.size-medium.type-test-produit.tests-produits-boissons-et-jus .item-thumbnail,
.single.single-test-produit .the-category .item-normal.type-test-produit.tests-produits-boissons-et-jus .item-contenu-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-boissons-et-jus.big .item-contenu-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-boissons-et-jus.mdl .item-contenu-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-boissons-et-jus.mdr .item-contenu-thumbnail {
	background-image: url(/wp-content/themes/roots/assets/img/bg-test-produit-boisson-3.jpg);
	background-size: 100% auto;
}

.home.page .the-home .class_product-test .type-test-produit.tests-produits-boucherie-charcuterie-traiteur .item-normal.size-medium.big .item-contenu-thumbnail,
.archive.tax-tests-produits.term-boucherie-charcuterie-traiteur .the-category .item-normal.size-medium.big .item-contenu-thumbnail,
.archive.tax-tests-produits.term-boucherie-charcuterie-traiteur .the-category .item-normal.size-medium.mdl .item-contenu-thumbnail,
.archive.tax-tests-produits.term-boucherie-charcuterie-traiteur .the-category .item-normal.size-medium.mdr .item-contenu-thumbnail,
.search.search-results .content .item-normal.size-medium.type-test-produit.tests-produits-boucherie-charcuterie-traiteur .item-thumbnail,
.archive.author .content .item-normal.size-medium.type-test-produit.tests-produits-boucherie-charcuterie-traiteur .item-thumbnail,
.single.single-test-produit .the-category .item-normal.type-test-produit.tests-produits-boucherie-charcuterie-traiteur .item-contenu-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-boucherie-charcuterie-traiteur.big .item-contenu-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-boucherie-charcuterie-traiteur.mdl .item-contenu-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-boucherie-charcuterie-traiteur.mdr .item-contenu-thumbnail {
	background-image: url(/wp-content/themes/roots/assets/img/bg-test-produit-traiteur-2.jpg);
	background-size: 100% auto;
}

.home.page .the-home .class_product-test .type-test-produit.tests-produits-boucherie-charcuterie-traiteur .item-normal.size-medium.big .item-contenu-thumbnail,
.archive.tax-tests-produits.term-boucherie-charcuterie-traiteur .the-category .item-normal.size-medium.big .item-contenu-thumbnail,
.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-boucherie-charcuterie-traiteur.big .item-contenu-thumbnail {
	background-position: center 50% !important;
}

.single.single-test-produit .the-category .item-normal.type-test-produit .item-contenu-thumbnail {
	background-size: cover !important;
	height: 220px;
	text-align: center;
}

.single.single-test-produit .the-category .item-normal.type-test-produit .item-contenu-thumbnail img {
	margin: 10% auto 0;
	max-height: 80%;
	height: 100%;
	width: auto;
}

.the-category .mt40 .item-normal.size-medium.font-strawberry .item-contenu-thumbnail {
	background: #9f0f33 !important;
}

.the-category .item-normal.size-medium.big .attachment-full.wp-post-image {
	margin: 0 auto;
	max-height: 420px;
	width: auto;
}

.the-category .item-normal.size-medium .attachment-medium.wp-post-image {
	margin: 0 auto;
	max-height: 220px;
	width: auto;
}

.home.page .the-home .tests-produits .item-normal.size-medium .item-contenu,
.archive.tax-tests-produits .the-category .item-normal.size-medium .item-contenu,
.archive.post-type-archive.post-type-archive-test-produit .the-category .item-normal.size-medium .item-contenu {
	min-height: 160px;
}

.home.page .the-home .tests-produits .item-normal.size-medium .item-contenu {
	padding-left: 20px !important;
}

.home.page .the-home .tests-produits .item-normal.size-medium.cat-over-articles .item-contenu .link_plus {
	right: 15px !important;
}

.home.page .the-home .tests-produits .item-normal.size-medium .col-sm-4 .item-thumbnail,
.archive.tax-tests-produits .the-category .item-normal.size-medium .col-sm-4 .item-thumbnail,
.archive.post-type-archive.post-type-archive-test-produit .the-category .item-normal.size-medium .col-sm-4 .item-thumbnail,
.home.page .the-home .tests-produits .item-normal.size-medium .col-sm-6 .item-thumbnail,
.archive.tax-tests-produits .the-category .item-normal.size-medium .col-sm-6 .item-thumbnail,
.archive.post-type-archive.post-type-archive-test-produit .the-category .item-normal.size-medium .col-sm-6 .item-thumbnail {
	background: #eee;
	border-radius: 10px;
	height: 120px;
	margin: 20px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 170px;
	z-index: 10;
}

.home.page .the-home .tests-produits .item-normal.size-medium .col-sm-6 .item-thumbnail {
	width: 150px;
}

.home.page .the-home .tests-produits .item-normal.size-medium .col-sm-4 .wp-post-image,
.archive.tax-tests-produits .the-category .item-normal.size-medium .col-sm-4 .wp-post-image,
.archive.post-type-archive.post-type-archive-test-produit .the-category .item-normal.size-medium .col-sm-4 .wp-post-image,
.home.page .the-home .tests-produits .item-normal.size-medium .col-sm-6 .wp-post-image,
.archive.tax-tests-produits .the-category .item-normal.size-medium .col-sm-6 .wp-post-image,
.archive.post-type-archive.post-type-archive-test-produit .the-category .item-normal.size-medium .col-sm-6 .wp-post-image {
	height: 100%;
	margin: 10% auto 0 !important;
	max-height: 80%;
	max-width: none;
	width: auto;
}

.home.page .the-home .tests-produits .item-normal.size-medium .col-sm-6 .item-thumbnail,
.on-a-teste-pour-vous .item-thumbnail {
	background: #eee;
	text-align: center;
}

.home.page .the-home .tests-produits .item-normal.size-medium .col-sm-6 .item-thumbnail img,
.on-a-teste-pour-vous .item-thumbnail img {
	margin: 0px auto !important;
	max-height: 180px !important;
	width: auto !important;
}

.on-a-teste-pour-vous .titre {
	font-size: 1.1em !important;
}

.the-home .separateur-strawberry-content-title {
	top: 29px;
}

.the-home .class_product-test .content-title {
	background: #fff url("../img/icn-nutrition.png");
	margin-bottom: 10px;
	padding-left: 20px;
}

.the-home .class_product-test .a-la-une,
.the-home .class_product-test .content-title {
	color: #9f0f33;
}

.the-home .class_product-test .cat-over-articles {
	min-height: 133px;
}

.the-home .class_product-test .cat-over-articles {
	background: #9f0f33;
	border-radius: 10px;
	margin-bottom: 20px;
	min-height: 130px;
	overflow: hidden;
}

.class_product-test .col-sm-6:first-child .fond-strawberry {
	height: 180px;
}

.class_product-test .col-sm-6:first-child .fond-strawberry .link_plus {
	height: 35px;
}

.class_product-test .cat-over-articles img {
	margin: 30px 0 0 20px;
	max-width: 135px;
}

.single.single-test-produit .content-title,
.single.single-test-produit .hentry h2,
.single.single-test-produit .hentry .entry-title {
	color: #9f0f33;
}

.single.single-test-produit .content-title {
	float: left;
}

.single.single-test-produit .hentry > h2 {
	margin: 30px 10px 20px 48px;
}

.single.single-test-produit .hentry .img-a-la-une {
	background: #f0f0f0;
	border-radius: 10px;
	text-align: center;
}

.single.single-test-produit .hentry .product-header {
	position: relative;
}

.single.single-test-produit .hentry .product-header .product-image-container {
	border-radius: 0;
	float: left;
	min-height: 400px;
	max-height: none;
	width: 60%;
}

.single.single-test-produit .hentry .product-header .product-header-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 100%;
	position: absolute;
	width: 60%;
}

.single.single-test-produit .hentry .product-header .product-table-container {
	background: #b74b66;
	border-radius: 0 10px 10px 0 !important;
	float: right;
	min-height: 400px;
	overflow: hidden;
	width: 40%;
}

.single.single-test-produit .hentry .product-header .product-id-table .product-id-label,
.single.single-test-produit .hentry .product-header .product-id-table .product-id-value {
	background: transparent;
	border-radius: 0 !important;
	color: #fff !important;
}

.single.single-test-produit .hentry .product-header .product-id-table .product-id-value {
	background: #9f0f33;
	border-bottom: 3px #b74b66;
	border-left: 0;
	border-right: 3px solid #b74b66;
	border-top: 3px solid #b74b66;
}

.single.single-test-produit .hentry .product-header .product-id-table .product-id-label {
	border-right: 0;
}

.single.single-test-produit .hentry .product-header .product-id-table tr:first-child .product-id-value {
	border-radius: 0 10px 0 0 !important;
}

.single.single-test-produit .hentry .product-header .product-id-table h4 {
	border-top: 1px solid rgba(159, 15, 51, 0.5);
	line-height: 1.5;
	margin-top: 8px;
	padding: 12px 10px 0;
}

.single.single-test-produit .hentry .product-header .product-id-table .label {
	background: rgba(159, 15, 51, 0.5);
	border-radius: 0.25em 0.25em 0 0;
	font-size: 100%;
}





.single.single-test-produit .hentry .product-identity {}

.single.single-test-produit .hentry .product-id-table {
	background: transparent;
	height: 240px;
	margin-bottom: 30px;
	overflow: hidden;
	width: 100%;
}

.single.single-test-produit .hentry .product-id-table tr {
	background: transparent !important;
}

.single.single-test-produit .hentry .product-id-table tr:first-child .product-id-label {
	border-radius: 10px 0 0 0;
}

.single.single-test-produit .hentry .product-id-table tr:first-child .product-id-value {
	border-radius: 0 10px 0 0;
}

.single.single-test-produit .hentry .product-id-table tr:last-child .product-id-label {
	border-radius: 0 0 0 10px;
}

.single.single-test-produit .hentry .product-id-table tr:last-child .product-id-value {
	border-radius: 0 0 10px 0;
}

.single.single-test-produit .hentry .product-id-label {
	background: #f0f0f0;
	border: 0;
	border-right: 4px solid #fff;
	color: #9f0f33;
	font-size: 1.65rem;
	font-style: italic;
	font-weight: 800;
	margin-right: 2px;
	padding: 10px 20px;
	width: 40%;
}

.single.single-test-produit .hentry .product-id-value {
	background: #f0f0f0;
	border: 0;
	border-left: 4px solid #fff;
	color: #111;
	font-size: 1.65rem;
	font-weight: 500;
	margin-left: 2px;
	padding: 10px 20px;
	text-align: left;
	width: 60%;
}

.single.single-test-produit .hentry .product-image,
.single.single-test-produit .hentry .product-image2 {
	border-radius: 10px;
}

.single.single-test-produit .hentry .product-image-container {
	border-radius: 10px;
	max-height: 240px;
	overflow: hidden;
}

.single.single-test-produit .hentry .product-image-container .product-image {
	margin: 0 auto;
	height: auto;
	width: 100%;
}

.single.single-test-produit .hentry .product-image2-container {
	border-radius: 10px;
	margin-top: 30px;
	max-height: 300px;
	overflow: hidden;
}

.single.single-test-produit .hentry .product-image2-container .product-image2 {
	height: auto;
	width: 100%;
}

.single.single-test-produit .hentry .product-description .product-description-container {
	padding-top: 10px;
}

.single.single-test-produit .hentry .product-description p {
	line-height: 1.75;
}

.single.single-test-produit .bg-gray {
	margin: 30px 0;
}

.single.single-test-produit .bg-gray .content-title {
	background: #f0f0f0;
}

.single.single-test-produit .test-produit .entry-content p a {
	color: #428bca;
}

.product-analysis.block {
	margin-top: 20px;
	position: relative;
}

#product-analysis-info-bg {
	background: rgba(255, 255, 255, 0.5);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 998;
}

.product-analysis.block #product-analysis-info {
	position: absolute;
	right: 40px;
	top: -40px;
	z-index: 999;
}

.product-analysis.block-header {
	background: #9f0f33;
	border-radius: 10px;
	color: #fff;
	font-weight: 700;
	padding: 10px;
	position: relative;
}

.product-analysis.block-header .block-label {}

.product-analysis.block-header .block-value {
	margin: 0;
	text-align: justify;
}

.product-analysis.block-header .block-plus {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 64px;
}

.product-analysis.block-header .block-plus a {
	background: #6c1022;
	border-radius: 0 10px 10px 0;
	bottom: 0;
	color: #fff;
	display: block;
	/*float: right;*/
	font-size: 2rem;
	font-weight: 800;
	height: 100%;
	line-height: 36px;
	/*margin: -10px -25px;
	position: absolute;
	right: 15px;*/
	text-align: center;
	text-decoration: none;
	/*top: 0;*/
	width: 64px;
}

.product-analysis.block-content {
	border-left: 4px solid #aaa;
	line-height: 1.25;
	margin: 20px 30px 10px;
	padding: 0 20px;
}

.product-analysis.block-content p {
	line-height: 1.75;
}

.product-zoom.block {
	margin-top: 20px;
}

.product-zoom.block h4 {
	color: #9f0f33;
}

.product-zoom .avatar {
	border-radius: 50%;
	margin: 15px 25px 10px 0;
}

.single.single-test-produit .product-zoom-content p {
	line-height: 1.75;
}

.product-conclusion {
	text-align: justify;
}

.single.single-test-produit .content-title .zoom-img {
	height: 64px;
	margin-bottom: -20px;
	max-width: none;
	width: 110px;
}

.single.single-test-produit .content-title .verdict-img {
	/*height: 42px;*/
	margin: -60px -20px 0 20px !important;
	max-width: none;
	/*width: 120px;*/
}

.single.single-test-produit .product-conclusion p {
	line-height: 1.75;
}

.single.single-test-produit .participate {
	background-image: url(/wp-content/themes/roots/assets/img/banniere-onateste.png);
	background-size: cover;
	background-position: 0 -40px;
	min-height: 340px;
	padding: 80px 40px;
}

.single.single-test-produit .participate-title {
	color: #1469ab !important;
	font-family: "Georgia", serif;
	font-size: 2em;
	font-weight: 200;
	margin: 10px 0 0 0 !important;
}

.single.single-test-produit .participate-title img {
	margin-top: -8px;
	width: 64px;
}

.single.single-test-produit .participate-text,
.single.single-test-produit .participate-button {
	max-width: 480px;
}

/**
 * Share
 */

.share ul {
	margin: 0;
}

.share a,
.share a:hover,
.share a:focus {
	color: #e30048;
}

.share a .mgicons {
	font-size: 1.25em;
}

/**
 * Content
 */

.single-format-video .img-a-la-une iframe {
	max-height: 424px;
	max-width: 100%;
}

.entry-content-asset {
	margin: 30px auto;
	text-align: center;
}

.entry-content-asset iframe {
	margin: 0 auto;
	max-height: 400px;
	max-width: 94%;
}

.content-title img {
	max-width: 35px;
	margin-top: -5px !important;
	margin-left: -15px !important;
	margin-right: 10px !important;
}

.content-title.prep img {
	max-width: 45px !important;
	margin-left: -10px !important;
	margin-top: -5px !important;
	margin-right: 10px !important;
}

.tableau-recette {
	position: relative;
}

.tableau-recette .recipe-picture {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 66.6667%;
}

.tableau-recette .recipe-picture img {
	display: none;
}

.tableau-recette .container-table {
	float: right;
	width: 33.3333%;
}

.tableau-recette .container-table table {
	width: 100%;
}

.tableau-recette .container-table table td {
	width: 50%;
}

.tableau-recette .container-table table td .text-label {
	display: none;
}

.dossier_series li {
	min-height: 60px;
}

/**
 * Comments
 */

#comments .media-list .comment-container {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

#comments .media-list li.comment ul.comment {
	margin-left: 30px;
	margin-top: 0;
}

#comments .media-list .comment .comment-reply-link {
	bottom: 0;
	position: absolute;
	top: auto;
}

#comments .media-list .comment img.avatar {
	border-radius: 0 0 10px 0;
}

#comments .media-list .comment time {
	float: right;
	font-size: 0.9em;
}

#comments .media-list .comment p {
	clear: both;
}

/**
 * Page navigation
 */

.wp-pagenavi a,
.wp-pagenavi .current {
	background: rgba(166, 196, 0, 0.15);
	border-radius: 4px;
	padding: 2px 12px 4px !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus,
.wp-pagenavi .current {
	background: #A6C400;
	color: #fff !important;
	text-decoration: none !important;
}

.the-pagination.strawberry .wp-pagenavi a:hover,
.the-pagination.strawberry .wp-pagenavi a:focus,
.the-pagination.strawberry .wp-pagenavi .current {
	background: #9f0f33;
}

.the-pagination.strawberry .wp-pagenavi span,
.the-pagination.strawberry .wp-pagenavi a {
	color: #9f0f33;
}

.the-pagination.class_forme .wp-pagenavi a:hover,
.the-pagination.class_forme .wp-pagenavi a:focus,
.the-pagination.class_forme .wp-pagenavi .current {
	background: #3da9bd;
}

/*
 * Slides
 */

.single.single-format-gallery .mgc-slide > br,
.single.single-format-gallery .mgc-slide > p:empty {
	display: none;
}


/*.single.single-format-gallery .mgc-slide {
	display: none;
}

.single.single-format-gallery .mgc-slide.active {
	display: block;
}*/

/**
 * Misc
 */

.page-template-template-recette .h-recette .item-normal .item-thumbnail {
	max-height: none;
}

.page-template-template-recette .item-normal .item-thumbnail {
	max-height: 172px;
}

.single.single-aliment .aliment.entry-content .content-excerpt {
	color: #888;
	font-size: 1.1em;
}

.detail-aliment .pagination a {
	margin: 0 20px;
}

.mgc-calculation-form label {
	font-weight: normal;
}

.imc-form form {
	background: #1770B8;
	border-radius: 4px;
	color: #efefef;
	display: inline-block;
	min-width: 256px;
	padding: 10px 15px;
}

.imc-form label {
	cursor: pointer;
	display: block;
	margin: 6px 0;
}

.imc-form label span {
	display: inline-block;
	min-width: 110px;
}

.imc-form input[type=text] {
	background: #8cafcb;
	border: 2px solid #8cafcb;
	border-radius: 4px;
	margin-left: 8px;
	padding: 6px 8px;
}

.imc-form input[type=text]:focus {
	border-color: #fff;
}

.imc-form button,
.imc-form input[type=submit] {
	background: #85bd00;
	border: 0;
	border-radius: 4px;
	color: #fff;
	display: block;
	margin: 16px 0 2px;
	padding: 6px 8px;
	text-align: center;
	width: 100%;
}

.imc-form button:hover,
.imc-form button:focus,
.imc-form input[type=submit]:hover,
.imc-form input[type=submit]:focus {
	background: #9ad808;
	color: #fff;
	text-decoration: none;
}

.imc-form .imc-value {
	font-weight: bold;
}

.custom-gravity-form-poll {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-radius: 6px;
	margin-bottom: 20px;
	min-height: 360px;
}

.custom-gravity-form-poll .gform_wrapper,
.custom-gravity-form-poll .gform_confirmation_wrapper {
	background: rgba(255, 255, 255, .5);
	border-radius: 10px;
	margin: 15% 0 0 50%;
	padding: 5px 20px;
	width: 48%;
}

.custom-gravity-form-poll .gform_confirmation_wrapper {
	padding: 20px 30px;
}

.custom-gravity-form-poll-results {
	margin-bottom: 20px;
}

.custom-gravity-form-poll-results canvas {
	float: left;
}

.custom-gravity-form-poll-results table {
	float: left;
	margin-left: 40px;
	margin-top: 60px;
	width: auto !important;
	width: calc( 100% - 240px ) !important;
}

.custom-gravity-form-poll.v2 .gform_wrapper,
.custom-gravity-form-poll.v2 .gform_confirmation_wrapper {
	background: rgba(255, 255, 255, .9);
}

.custom-gravity-form-poll.v2 .gfield_label {
	display: none !important;
}

.custom-gravity-form-poll.v2 .ginput_container_radio {
	text-align: center;
}

.custom-gravity-form-poll.v2 .ginput_container_radio li {
	/*display: inline-block !important;*/
	margin: 0;
}

.custom-gravity-form-poll.v2 .ginput_container_radio input {
	opacity: 0;
	position: absolute;
}

.custom-gravity-form-poll.v2 .ginput_container_radio label {
	font-size: 18px;
	min-width: 110px;
	opacity: .6;
	padding: 6px 24px 6px 48px;
	position: relative;
}

.custom-gravity-form-poll.v2 .ginput_container_radio label:hover,
.custom-gravity-form-poll.v2 .ginput_container_radio label:hover::before,
.custom-gravity-form-poll.v2 .ginput_container_radio label:hover::after {
	opacity: 1;
}

.custom-gravity-form-poll.v2 .ginput_container_radio label::after {
	content: ' ';
	height: 24px;
	left: 12px;
	opacity: 0;
	position: absolute;
	top: 8px;
	width: 24px;
}

.custom-gravity-form-poll.v2 .ginput_container_radio label::before {
	border: 1px solid;
	content: ' ';
	height: 16px;
	left: 16px;
	opacity: .8;
	position: absolute;
	top: 12px;
	width: 16px;
}

.custom-gravity-form-poll.v2 .ginput_container_radio input[value="Oui"] + label {
	color: #a6c400;
}

.custom-gravity-form-poll.v2 .ginput_container_radio input[value="Oui"] + label::after {
	background: url(/wp-content/themes/roots/assets/img/icn-yes.png) left top no-repeat;
}

.custom-gravity-form-poll.v2 .ginput_container_radio input[value="Oui"] + label::after {
	border-color: #a6c400;
}

.custom-gravity-form-poll.v2 .ginput_container_radio input[value="Non"] + label {
	color: #e30042;
}

.custom-gravity-form-poll.v2 .ginput_container_radio input[value="Non"] + label::after {
	background: url(/wp-content/themes/roots/assets/img/icn-no.png) left top no-repeat;
}

.custom-gravity-form-poll.v2 .ginput_container_radio input[value="Non"] + label::after {
	border-color: #e30042;
}

.custom-gravity-form-poll.v2 .ginput_container_radio input:checked + label {
	border-radius: 10px;
	color: #fff;
	opacity: 1;
}

.custom-gravity-form-poll.v2 .ginput_container_radio input:checked + label::after {
	opacity: 1;
}

.custom-gravity-form-poll.v2 .ginput_container_radio input[value="Oui"]:checked + label {
	background: #a6c400;
}

.custom-gravity-form-poll.v2 .ginput_container_radio input[value="Oui"]:checked + label::before {
	border: 0;
}

.custom-gravity-form-poll.v2 .ginput_container_radio input[value="Oui"]:checked + label::after {
	background-image: url(/wp-content/themes/roots/assets/img/icn-yes-w.png);
}

.custom-gravity-form-poll.v2 .ginput_container_radio input[value="Non"]:checked + label {
	background: #e30042;
}

.custom-gravity-form-poll.v2 .ginput_container_radio input[value="Non"]:checked + label::before {
	border: 0;
}

.custom-gravity-form-poll.v2 .ginput_container_radio input[value="Non"]:checked + label::after {
	background-image: url(/wp-content/themes/roots/assets/img/icn-no-w.png);
}

.custom-gravity-form-poll.v2 .gform_footer {
	margin: 0 0 10px 0;
	text-align: center;
}

.custom-gravity-form-poll.v2 input[type="submit"] {
	float: none !important;
	margin: 0 !important;
	width: 88% !important;
}

.custom-gravity-form-poll-results .small {
	color: #888;
	float: left;
	font-size: 12px;
	margin: -16px 0 0 48px;
}

table.mgc-nostyle {
	background: transparent !important;
	color: #3d4246 !important;
	font-size: 0.938em !important;
	font-family: 'Arial', sans-serif;
	line-height: 1.275em !important;
}

table.mgc-nostyle tr {
	background: transparent !important;
}

table.mgc-nostyle td,
table.mgc-nostyle th {
	background: transparent !important;
	border-color: transparent !important;
	color: #3d4246 !important;
	font-weight: 400 !important;
	line-height: 1.275em !important;
}

table.mgc-nostyle.no-padding td {
	padding: 0 !important;
}

table.events-table {
	font-size: 14px !important;
}

table.events-table .event-time {
	min-width: 220px;
}

/**
 * Footer
 */

footer.footer .gform_wrapper .gform_body input[type="email"],
footer.footer .gform_wrapper .gform_footer input[type="submit"] {
	height: 28px !important;
}

.footer-legal {
	height: auto !important;
}

.footer-legal .footer-menu {
	padding-bottom: 60px;
}

/**
 * Footer newsletter form
 */

.footer-actu .gform_widget .gform_body {
	margin: 20px 0;
	position: relative;
	width: 100% !important;
}

.footer-actu .gform_widget .gform_wrapper {
	max-width: 96%;
}

.footer-actu .gform_widget .gform_body .gform_fields {
	position: absolute;
	top: -20px;
	width: 100%;
}

.footer-actu .gform_widget .gform_body .gfield {
	margin: 0;
}

.footer-actu .gform_widget .gform_body .gfield_label,
.footer-actu .gform_widget .gform_body .ginput_container {
	float: none;
}

.footer-actu .gform_widget .gform_body .ginput_container {
	margin: 0;
	width: 100%;
}

.footer-actu .gform_widget .gform_footer {
	max-width: 56px;
	top: 22px;
	width: 30% !important;
}

.footer-actu .gform_widget .gform_footer input[type="submit"] {
	margin-right: -4px;
	position: static !important;
}


/*
 * Cookie info
 */

.cookie-info {
	background: #fff;
	border-top: 1px solid #ddd;
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	padding: 10px 30px 10px 10px;
	right: 0;
	text-align: center;
	z-index: 9999;
}

.cookie-info .cookie-close {
	position: absolute;
	right: 12px;
	top: 12px;
}

.cookie-info .cookie-close a {
	color: #666;
	font-weight: 800;
	font-size: 24px;
	text-decoration: none;
}

.cookie-info .cookie-close a:hover,
.cookie-info .cookie-close a:focus,
.cookie-info .cookie-close a:active {
	color: #428bca;
}

.cookie-info .cookie-message {
	font-size: 14px;
}

.cookie-info .cookie-message .btn {
	position: relative;
	top: -2px;
}

/*
 * Survey Modal
 */

#survey-modal-bg {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100000;
}

#survey-modal-container {
	background: #fff;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.75);
	left: 50%;
	margin: -160px 0 0 -240px;
	max-width: 480px;
	position: fixed;
	top: 50%;
	width: 100%;
	z-index: 100001;
}

#survey-modal #intro-image {
	background: #1c72b5;
	float: left;
	margin-right: 20px;
	max-width: 200px;
	padding: 20px 10px 0 20px;
}

#survey-modal #intro-content {
	padding: 20px 15px;
}

#survey-modal #intro {
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

#survey-modal #actions {
	margin-top: 20px;
}

#survey-modal #actions button {
	display: block;
	margin: 0 auto;
}

#survey-modal #start-survey {
	background: #1c72b5;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 0 0;
	color: #fff;
	padding: 10px 30px;
}

#survey-modal #quit-survey {
	background: transparent;
	border: 0;
	box-shadow: 0 0 0;
	color: #888;
	font-size: 13px;
}

#survey-modal #survey-modal-header {
	height: 48px;
	position: relative;
	text-align: center;
}

#survey-modal #survey-modal-header button {
	background: #cae0ef;
	border: 0;
	box-shadow: 0 0 0;
	color: #1c72b5;
	font-size: 24px;
	font-weight: 200;
	height: 48px;
	line-height: 48px;
	position: absolute;
	top: 0;
	width: 48px;
}

#survey-modal #survey-modal-header button[disabled="disabled"] {
	opacity: 0.25;
}

#survey-modal #prev-question {
	left: 0;
}

#survey-modal #next-question,
#survey-modal #close-survey {
	right: 0;
}

#survey-modal #current-question {
	height: 48px;
	line-height: 48px;
}

#survey-modal .gform_wrapper,
#survey-modal .gform_confirmation_wrapper {
	line-height: 20px;
	margin: 0;
	padding: 30px;
}

#survey-modal .gform_wrapper .gform_footer {
	display: none;
	text-align: center;
}

#survey-modal .gform_wrapper .gform_footer input {
	background: #1c72b5;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 0 0;
	color: #fff;
	font-weight: 400;
	float: none;
	margin: 0 auto;
	padding: 10px 30px;
	text-transform: none;
}

#survey-modal .gform_wrapper ul.gform_fields li.gfield {
	margin: 0;
	padding: 0;
}

#survey-modal .gform_wrapper .gfield_radio li label,
#survey-modal .gform_wrapper .gfield_checkbox li label {
	font-weight: normal;
}

#survey-modal .gform_wrapper .gfield.alternative-choice label {
	display: none;
}

#survey-modal #survey-modal-footer {
	background: #cae0ef;
	clear: both;
	height: 100px;
}

#survey-modal #survey-modal-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#survey-modal #survey-modal-footer li {
	display: inline-block;
	height: 100px;
	line-height: 100px;
	position: relative;
	text-align: center;
	width: 19%;
}

#survey-modal #survey-modal-footer li[data-browse] {
	cursor: pointer;
}

#survey-modal #survey-modal-footer li .bar {
	background: rgba(255, 255, 255, 0.45);
	left: 50%;
	height: 2px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}

#survey-modal #survey-modal-footer li span {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset;
	color: #1c72b5;
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	height: 36px;
	line-height: 36px;
	position: relative;
	width: 36px;
	z-index: 10;
}

#survey-modal #survey-modal-footer li span.mgicons {
	font-size: 18px;
}

#survey-modal #survey-modal-footer li.done span,
#survey-modal #survey-modal-footer li[data-browse]:hover span {
	background: #1c72b5;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	color: #fff;
}

#survey-modal #survey-modal-footer li.done .bar {
	background: #1c72b5;
}

/*
 * Newsletter Modal
 */

.newsletter-modal-bg {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100000;
}

.newsletter-modal {
	background: #fff;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.75);
	display: none;
	/*height: 320px;*/
	left: 50%;
	margin: -160px 0 0 -240px;
	max-width: 480px;
	position: fixed;
	top: 50%;
	width: 100%;
	z-index: 100001;
}

.newsletter-modal .newsletter-close {
	background: #fff;
	border: 3px solid #1770b8;
	border-radius: 16px;
	font-weight: 700;
	height: 30px;
	line-height: 24px;
	position: absolute;
	right: -12px;
	top: -14px;
	width: 30px;
}

.newsletter-modal .newsletter-close a {
	background: transparent;
	border: 0;
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
}

.newsletter-modal .newsletter-title {
	background: #1770b8;
	color: #fff;
	font-size: 48px;
	font-weight: 200;
	height: 62px;
	letter-spacing: 10px;
	margin: 0 0 35px;
	text-transform: uppercase;
}

.newsletter-modal .newsletter-title img {
	margin: -5px 10px 0px -3px;
	max-width: 80px;
}

.newsletter-modal .newsletter-message,
.newsletter-modal #gforms_confirmation_message {
	line-height: 1.5;
	margin: 0 0 35px;
	padding: 0 25px;
}

.newsletter-modal .newsletter-message p.padded {
	padding-left: 30px;
}

.newsletter-modal .newsletter-message a {
	color: #333;
	cursor: pointer;
	text-decoration: none;
}

/*.newsletter-modal .newsletter-message a:hover {
	color: #5b87ad;
}*/

.newsletter-modal .newsletter-message a strong,
.newsletter-modal .newsletter-message a .mgicons {
	color: #1770b8;
}

.newsletter-modal .newsletter-forms {
	padding: 0 25px 25px;
}

.newsletter-modal .gform_wrapper {
	display: none;
	max-width: 100%;
	margin: 0 0 25px;
	padding: 0 25px;
}

.newsletter-modal .gform_wrapper label {
	display: none !important;
}

.newsletter-modal .gform_wrapper .top_label input.large {
	width: 100% !important;
}

.newsletter-modal input[type=email],
.newsletter-modal .gform_wrapper input[type=email] {
	border: 1px solid #1770b8;
	border-radius: 4px;
	padding: 12px 16px;
	width: 100%;
}

.newsletter-modal .gform_wrapper .gform_footer {
	margin: 0;
}

.newsletter-modal .send_button,
.newsletter-modal .gform_wrapper .gform_button {
	background: #1770b8 !important;
	border: 0 !important;
	border-radius: 4px !important;
	color: #fff !important;
	display: block !important;
	float: none !important;
	font-weight: 700;
	margin: 15px 0 0 !important;
	padding: 12px 16px !important;
	text-transform: uppercase;
	width: 100%;
}

.newsletter-modal .send_button:disabled {
	opacity: 0.6;
}

/**
 * Media
 */

@media only screen and (min-width: 1200px) {
	.header-promotion, .header-espace {
		max-width: 264px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#wp-admin-bar-wp-rocket,
	#wp-admin-bar-wpseo-menu,
	#wp-admin-bar-new-content .ab-label,
	#wp-admin-bar-vc-inline-admin-bar-link {
		display: none;
	}

	#wp-admin-bar-site-name,
	#wp-admin-bar-new-content {
		width: 32px;
	}
	#navigation {
		top: 60px !important;
		height: auto !important;
	}

	#navigation .navbar-header {
		display: block;
	}

	#navigation .navbar-header .navbar-toggle {
		display: block;
		left: 24px !important;
		position: absolute;
		top: -54px;
	}

	#navigation .navbar-header .navbar-toggle .icon-bar {
		background-color: #ddd;
	}

	#navigation .navbar-header .navbar-toggle:hover .icon-bar,
	#navigation .navbar-header .navbar-toggle:focus .icon-bar {
		background-color: #888 !important;
	}

	#navigation .navbar-collapse .container {
		background: #1770B8;
		width: 990px;
	}

	#navigation .navbar-collapse .navbar-nav {
		display: none;
	}

	#navigation .navbar-collapse.collapse.in .navbar-nav {
		display: block;
	}

	#navigation .navbar-nav > li {
		background: transparent !important;
		display: block;
		padding-left: 14px !important;
		width: 100% !important;
	}

	#navigation .navbar-nav > li a {
		padding-left: 14px !important;
	}

	#navigation .navbar-nav > li.active a,
	#navigation .navbar-nav > li.active a:hover,
	#navigation .navbar-nav > li a:hover {
		background: transparent !important;
		font-size: 0.938em !important;
	}

	.recherche {
		top: 2px;
		right: 24px;
	}
}

@media only screen and (max-width: 992px) {

	.single.single-test-produit .hentry .product-header-image {
		height: 420px !important;
		position: relative !important;
		width: 100% !important;
	}

	.single.single-test-produit .hentry .product-table-container {
		float: none !important;
		width: 100% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	#top-header {
		left: -120px !important;
		width: 980px !important;
	}
	#header-desc {
		left: -120px !important;
		min-height: 72px !important;
		padding-top: 4px !important;
		width: 980px !important;
	}
	#navigation-container {
		left: -120px !important;
		padding: 0 90px 0 220px !important;
		width: 980px !important;
	}
	#navigation .navbar-collapse .container {
		width: 790px;
	}
	#header-bloc {
		position: relative !important;
		margin-left: 150px;
		min-height: 145px !important;
		width: 600px !important;
	}
	.header-promotion, .header-espace {
		margin: 10px 0 10px 10px !important;
		max-width: 175px !important;
		min-height: 115px !important;
		position: absolute;
	}
}

@media only screen and (max-width: 768px) {
	#navigation .navbar-header {
		display: none;
	}

	#navigation-container .recherche {
		position: absolute;
		top: 0;
		right: 20px;
		width: 100%;
	}

	#navigation .navbar-nav > li.menu-accueil {
		width: 80% !important;
		z-index: 9;
	}

	#navigation-container .recherche .toggle_find {
		left: 30px;
	}

	#navigation-container .recherche .input-group {
		display: block;
	}

	#navigation-container .recherche input {
		width: 100%;
	}

	#navigation .navbar-nav > li:nth-child(9) a {
		height: auto !important;
		margin: 0 0 0 -20px !important;
		padding: 15px 20px !important;
	}

	.archive.post-type-archive-test-produit .the-category .content-title {
		text-align: center;
	}

	.archive.post-type-archive-test-produit .the-category .item-normal.size-medium.type-test-produit.tests-produits-epicerie.big .item-contenu-thumbnail {
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}

	.single.single-test-produit .hentry .product-image2-container {
		max-height: none;
	}

	.product-analysis.block-content p {
		text-align: justify;
	}

	.single.single-test-produit .detail-content .separateur-strawberry-content-title {
		display: none;
	}

	.single.single-test-produit .detail-content .content-title {
		float: none !important;
		margin-left: 25px !important;
		margin-right: 25px !important;
		text-align: center !important;
	}

	.single.single-test-produit .content-title .verdict-img {
		margin: 20px 10px 0 20px !important;
	}

	h5.avis {
		background: transparent !important;
		padding-left: 0 !important;
	}

	body.category .cat-over-articles .col-sm-3 .item-thumbnail {
		margin: 0;
	}

	.the-category .item-normal.size-medium .attachment-medium.wp-post-image {
		max-height: none;
		width: 100%;
	}
}
