/* 
Theme Name:		 Rheno
Theme URI:		 rheno.fr
Description:	 Thème personnalisé pour Rheno Plastiques
Author:			 NetPilote
Author URI:		 https://agenceweb.netpilote.com
Template:		 twentyseventeen
Version:		 1.0.0
License:      	 GNU General Public License v2 or later
License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:	 Rheno
-------------------------------------------------------------- */ 

/*Menu*/

#masthead > div.navigation-top.site-navigation-fixed{
	z-index :999;
}
#masthead .wrap{
	margin-left : 20px;
}

#wp-custom-header-video-button {
    display: none;
}

.has-header-image.twentyseventeen-front-page .custom-header, .has-header-video.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
	display: table;
	height: 300px;
	width: 100%;
}

.site-branding {
	z-index: 2;
}

.has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
/*---------------------------*/
.site-branding{
	display : none;
}
/*---------------------------*/


.site-branding-text {
	width: 75%
}

.site-branding-text h1.site-title {
	display: none;
}

.site-branding-text p.site-description {
	font-size: 2.25rem;
	font-weight: 600;
	opacity: 1;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.single-featured-image-header {
	position: relative;
	margin-top: 0;
	height: 300px;
}

.single-featured-image-header.parallax {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.single-featured-image-header img {
	width: 100%;
}

body.page-two-column:not(.archive) #primary .entry-header{
	width:15%;
	display:none;
}
.page .panel-content .entry-title{
	font-size : 0.750rem;
}
body.page:not(.twentyseventeen-front-page) .entry-title{
	font-size:0.750rem;
}

.wrap {
	max-width:100%;
	padding-right:12px;
	padding-left:12px;
}

.navigation-top {
		background: #000;
		border-bottom: 2px solid #000;
		border-top: 1px solid #000;
		z-index: 3;
}

.main-navigation a:hover{
	color: #fff;
}

.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
		color: #fff;
}

.navigation-top a{
		color: #ddd;
}


#menu-item-509:hover{
	background-color : #3f60ff;
}
#menu-item-508:hover{
	background-color : #d0021b;
}
#menu-item-507:hover{
	background-color : #f6a623;
}

#menu-item-955:hover, #menu-item-954:hover, #menu-item-953:hover, #menu-item-952:hover, #menu-item-951:hover, #menu-item-950:hover, #menu-item-949:hover, #menu-item-956:hover {
	background-color : #3f60ff;
}
#menu-item-1017:hover, #menu-item-1016:hover, #menu-item-1015:hover, #menu-item-1014:hover, #menu-item-1013:hover, #menu-item-1012:hover, #menu-item-1011:hover, #menu-item-1010:hover, #menu-item-1009:hover {
	background-color : #d0021b;
}
#menu-item-1053:hover, #menu-item-1052:hover, #menu-item-1051:hover, #menu-item-1050:hover, #menu-item-1049:hover {
	background-color : #f6a623;
}

#top-menu:after, #menu-item-887:after {
	clear: both;
	content: "";
	display: table;
	table-layout: fixed;
}

#top-menu.menu{
		background: #000;
}
.menu-toggle{
		color: #777;
}
.menu-toggle:hover{
		color: #fff;
}

.menu-toggle:focus {
		outline-color: black;
}

.dropdown-toggle {
	color : #777;
}

.dropdown-toggle:focus {
    outline: none;
}
	
.main-navigation li li {
	background : #000;
	border-bottom: 1px solid #eee;
}

.main-navigation ul {
	background : #000;
}

.sub-menu toggeld-on {
	list-style-type : disc;
}

@media screen and (min-width: 48em){
	.main-navigation li{
		vertical-align: middle;
	}

	.navigation-top .wrap {
		padding : 0em;
		max-width: 100%;
	}
	
	.single-featured-image-header {
		position: relative;
		margin-top: -120px;
		height: 550px;
	}

	.page-two-column .panel-content .entry-header {
		width:19%;
	}

	body.page-two-column:not(.archive) #primary .entry-content {
		width:100%;
	}
	.page-two-column .panel-content .entry-content {
		width:100%;
	}

	.navigation-top {
		background: #000;
	}
	.wrap {
		max-width:100%;
		padding-right:12px;
		padding-left:12px;
}


	.main-navigation li li.menu-item-509:hover {
		background: #3f60ff;
	}
	
	.main-navigation li li.menu-item-508:hover {
		background: #d0021b;
	}

	.main-navigation li li.menu-item-507:hover {
		background: #f6a623;
	}

	.js .menu-toggle, .js .dropdown-toggle{
		display : block;
	}
	
	.js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul{
		display : none;	
	}	
	
	.main-navigation > div > ul {
    	border-top: 1px solid #eee;
    	padding: 0.75em 1.695em;
	}
	
	.main-navigation a {
   		padding: 0.75em 0;
	}
	
	.main-navigation li, .main-navigation li li {
    border-bottom: 1px solid #eee;
    display: list-item;
	}	
	
	.main-navigation li li a{
		margin-left : 4%;
	}
	
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    	left: 0;
    	right: 0;
	}
	
	.navigation-top {
	/* border-top: 1px solid #eee; */
	font-size: 16px;
	font-size: 1rem;
	position: relative;
	}
	
	.site-navigation-fixed.navigation-top {
		position: relative;
	}
	
	.admin-bar .site-navigation-fixed.navigation-top {
		top: 0;
	}
	
	.main-navigation ul ul {
		background: black;
		left: -999em;
		top: 100%;
		border: none;
		padding-left: 1.5em;
		position: initial;
	}
	
	.main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon {
    	display: none;
	}
	
	.main-navigation ul li.menu-item-has-children.focus:before, .main-navigation ul li.menu-item-has-children:hover:before, .main-navigation ul li.menu-item-has-children.focus:after, .main-navigation ul li.menu-item-has-children:hover:after, .main-navigation ul li.page_item_has_children.focus:before, .main-navigation ul li.page_item_has_children:hover:before, .main-navigation ul li.page_item_has_children.focus:after, .main-navigation ul li.page_item_has_children:hover:after {
		display: none;
	}
	
	.main-navigation ul ul.toggled-on {
    	display: block;
	}
	.main-navigation ul ul a {
   		padding: 0.4em 0;
		width: auto;
	}
	.main-navigation li li a {
    	margin-left: 0;
	}
	
	.site-header .menu-scroll-down {
		display: none;
	}
	
	.has-header-image.twentyseventeen-front-page .custom-header, .has-header-video.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
		display: block;
		height: 500px;
	}
	
	.has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
		bottom: 0;
		display: block;
		left: 0;
		height: 60%;
		padding-top: 0;
		position: absolute;
		width: 100%;
	}
}

@media screen and (min-width: 1000px){
	#menu-item-509 > a{
		padding-right : 1.75em;
	}

	.js .menu-toggle, .js .dropdown-toggle{
		display : none;
	}
	.js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul{
		display : block;	
	}		
	.main-navigation > div > ul {
    	border: 0;
    	margin-bottom: 0;
    	padding: 0;
	}
	
	.main-navigation .menu > li {
		margin-top: 25px;
	}
	
	.main-navigation li,  .main-navigation li li{
		border: 0;
		display: inline-block;
	}
	
	.main-navigation a {
   		padding: 1em 1.25em;
	}
	
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    	left: 0.5em;
    	right: auto;
	}
	
	.navigation-top {
		bottom: auto;
		font-size: 14px;
		font-size: 0.875rem;
		/* left: 0; */
		position: relative;
		/* right: 0; */
		width: 100%;
	}
	.main-navigation ul ul {
		background: #fff;
		border: 1px solid #bbb;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}
	
	.main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon {
    	display: inline;
    	left: 5px;
    	position: relative;
    	top: -1px;
	}
	.main-navigation ul li.menu-item-has-children.focus:before, .main-navigation ul li.menu-item-has-children:hover:before, .main-navigation ul li.menu-item-has-children.focus:after, .main-navigation ul li.menu-item-has-children:hover:after, .main-navigation ul li.page_item_has_children.focus:before, .main-navigation ul li.page_item_has_children:hover:before, .main-navigation ul li.page_item_has_children.focus:after, .main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}
	.main-navigation ul ul a {
   		padding: 0.75em 1.25em;
		width: 16em;
	}
	.main-navigation li li a {
    	margin-left: 4%;
	}
	
	#top-menu.menu{
		text-align: center;
	}
	
	#menu-item-887 {
		float:left;
		margin-top: 0;
	}
	
	.has-header-image.twentyseventeen-front-page .custom-header, .has-header-video.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
		margin-top: 104px;
	}
	
	.has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
		height: 50%;
	}

	
	.site-branding-text {
		margin-bottom: -156px;
	}
}




/* Body */

#post-20 {
	overflow: visible;
}

#post-20 > div.panel-content > div > div > div.contact{
	text-align : center;
	line-height : 40px;
	display : none;
}
#post-20 > div.panel-content > div > div > div.contact > h3{
	color : #d0011b;
	font-size : 33px;
}

@media screen and (max-width: 1000px){
	#post-20 > div.panel-content > div > div > div.contact{
		display : block;
	}
	#post-20 > div.panel-content > div > div > div.wp-block-columns.has-2-columns{
		grid-auto-columns : 0% 100%;
	}
	#post-20 > div.panel-content > div > div > div.wp-block-columns.has-2-columns > div:nth-child(1){
		display : none;
	}
	#wpforms-form-1383 > div.wpforms-field-container{
		padding-left : 10%;
	}
}	


.accueilemail input[type = "email"]::placeholder{
	color : #3f60ff;
}

#wpforms-submit-1383{
	border : 1px solid #3f60ff;
	background-color : #fff;
	color : #3f60ff;
	text-align : center;
}
#wpforms-submit-1383:hover{
	border : 1px solid #fff;
	background-color : #3f60ff;
	color : #fff;
	text-align : center;
}


#wpforms-1383 div.wpforms-container-full .wpforms-form .wpforms-field{
	width : 100%;
}

.wp-block-button__link.has-background.has-vivid-cyan-blue-background-color {
	background-color : #3f60ff;
}

.wp-block-button__link.has-background.has-vivid-cyan-blue-background-color:hover {
	background-color : #fff;
	color : #3f60ff;
	border : 1px groove #3f60ff;
	box-shadow : none;
}

.wp-block-button__link.has-background.has-vivid-red-background-color {
	background-color : #d0021b;
}
.wp-block-button__link.has-background.has-vivid-red-background-color:hover {
	background-color : #fff;
	color : #d0021b;
	border : 1px groove #d0021b;
	box-shadow : none;
}


.wp-block-button__link.has-background.has-luminous-vivid-amber-background-color {
	background-color : #f6a623;
}
.wp-block-button__link.has-background.has-luminous-vivid-amber-background-color:hover {
	background-color : #fff;
	color : #f6a623;
	border : 1px groove #f6a623;
	box-shadow : none;
}
@media screen and (min-width: 30em) {
	#post-20 > div.panel-content > div > div > h3 {
		font-family: inherit;
    	font-size: 24px;
    	color: #D0011B;
    	letter-spacing: 1px;
    	padding-top: 40px;
    	margin: 0;
	}
}
#post-20 > div.panel-content > div > div > h3 {
	font-family: inherit;
    font-size: 24px;
    color: #D0011B;
    letter-spacing: 1px;
    padding-top: 40px;
    margin: 0;
}

#post-20 > div.panel-content > div > div > div.wp-block-button.alignnone{
	padding-left: 120px;
}

.wp-block-columns.has-4-columns {
	background: #000;
	color: #fff;
}

input[type = "submit"]{
	background-color : #fff;
	border-color: #3f60ff;
	color : #3f60ff;
	border-style: groove;
	border-width: 0.5px;
	border-radius: 5px;	
}
input[type = "submit"]:hover{
	background:#3f60ff;
	border-color: #3f60ff;
	color : #fff;
	border-style: groove;
	border-width: 1px;
	border-radius: 5px;
}

input[type = "submit"]:focus{
	background-color : #fff;
	border-color: #3f60ff;
	color : #3f60ff;
	border-style: groove;
	border-width: 1px;
	border-radius: 5px;	
}

select{
	border : 0.5px groove #3f60ff;
	color : #3f60ff;
}

input[type = "text"]{
	border : 0.5px groove #3f60ff;
	color : #3f60ff;
}

input[type = "text"]::placeholder{
	color : #3f60ff;
}

input[type="text"]:focus{
	border-color : #3f60ff;
	color: #3f60ff;
}
textarea{
	border : 0.5px groove #3f60ff;
	color : #3f60ff;
}

textarea::placeholder{
	color : #3f60ff;
}

textarea:focus{
	border : 0.5px groove #3f60ff;
	color : #3f60ff;
}
.wp-block-button__link:not(.has-background){
	background-image : linear-gradient(-270deg, #001061 0%, #3571F4 100%);
	
}
.wp-block-button__link:not(.has-background):hover{
	color : #fff;
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.50);
}

@media screen and (min-width: 48em){
	.panel-content .wrap {
    	padding-bottom: 2.5em;
    	padding-top: 6em;
	}
}

/*	Accueil Actualité */

.cptui-shortcode .date {
    font-size: 50px;
    color: #a6a8b582;
    letter-spacing: 0.42px;
    line-height: 56px;
    text-transform: capitalize;	
	/* width : 160px; */
	font-weight: 600;
	margin-bottom : 10px;
}

.cptui-shortcode.post-cards-shortcode li .title-container{
	font-size: 25px;
    color: #000000;
    /* letter-spacing: -0.09px; */
    line-height: 30px;
    /* margin-top: 20px; */
	font-weight : 600;
	/* height : 70px; */
}

.cptui-shortcode.post-cards-shortcode,
.cptui-shortcode.grid-shortcode {
	padding-top : 3%;
}

.cptui-shortcode.post-cards-shortcode ul > li{
	border : none;
}


/*Body Demande de Devis new */
.formulaire{
	display : none;
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea{
	color : #3f60ff;
	border-color : #3f60ff;
}


.email input[type = "email"]::placeholder{
	color : #3f60ff;
}

.telephone input[type = "tel"]::placeholder{
	color : #3f60ff;
}


div.wpforms-container-full .wpforms-form input.wpforms-field-large, div.wpforms-container-full .wpforms-form select.wpforms-field-large, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large{
	max-width : 90%;
	display : inline-block;
}

.menuderoulant, .societe, .nomprenom, .ville, .email, .telephone{
	display : inline-block;
	width : 50%;
}

#wpforms-1374{
	padding-left :15%;
	padding-right : 15%;
}

input#wpforms-1374-field_1, input#wpforms-1374-field_2, input#wpforms-1374-field_3, input#wpforms-1374-field_7, input#wpforms-1374-field_5, input#wpforms-1374-field_0{
	width : 100%;
}



div.wpforms-container-full .wpforms-form .wpforms-field{
	width : 50%;
}

#wpforms-1374-field_4{
	width : 190%;
}

.cat1, .cat2, .cat3{
	padding-left : 15%;
	padding-right : 15%;
}

#wpforms-submit-1374 {
	background-color: white;
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: .15px;
    border: 1px solid #3e3e3e;
    border-radius: 3px;
    width: 200px;
    height: 45px;
}

#wpforms-submit-1374:hover{
	color: white;
	background-color : #4a4a4a;
	border : 1px solid #fff;
} 

.wp-block-button__link.has-text-color.has-very-dark-gray-color.has-background.has-very-light-gray-background-color {
	border-radius : 5px;
	border: 1px solid #333;
	background-color : #fff;
	}
.wp-block-button__link.has-text-color.has-very-dark-gray-color.has-background.has-very-light-gray-background-color:hover {
	box-shadow : none;
	background-color : #333;
	color : #fff;
}


/*Body Accueil*/

.bouton-eti, .bouton-com, .bouton-four{
	position : relative;
	height : 190px;
}

.bouton-eti:hover > #rect-eti{
	background-image : linear-gradient(-90deg, #3571F4 3%, #001061 100%);
}

.bouton-com:hover > #rect-com{
	background-image: linear-gradient(90deg, #70000D 45%, #F0001D 100%);
}

.bouton-four:hover > #rect-four{
	background-image: linear-gradient(90deg, #FF9420 44%, #FFCC08 100%);
}

p.Etiquette, p.Communication, p.Fournitures{
	font-size : 25px;
	font-weight : 400;
	width : 70%;
	margin-left : auto;
	margin-right : auto;
	height : 50%;
	padding-bottom : 3%;
	position : relative;
}

@media screen and (max-width: 930px){
	p.Etiquette, p.Communication, p.Fournitures{
		font-size : 20px;
		display : block;
	}
}

.bouton-categ{
	margin-top: -200px;
	padding : 0 10%;
	flex-wrap : wrap;
}

@media screen and (max-width: 767px) {
	.bouton-categ {
		margin-top: 0;
	}
}

.colonne-form{
	flex : 55%;
}
.colonne-contact{
	flex : 45%;
}

#post-20 > div > div > div > div.wp-block-pantheon-google-map.interactive.ratio2_1{
	height: 350px;
}


#tf-stat-1137 > div > div{
	margin : 25px 50px;
}

#post-20 > div.panel-content > div > div > figure:nth-child(3) > img{
	opacity : 0;
}

#post-20 > div.panel-content > div > div > figure:nth-child(3){
	background-image: url(https://1j38bsafj.preview.infomaniak.website/wp-content/uploads/2018/07/Rheno_-Vinyle_de_lettrage_Intercoat2_374ILke.jpg.1200x800_q80_upscale.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	-webkit-overflow-scrolling: touch;
	margin : 0 0;
}

#tf-stat-1137 .stat .number{
	font-weight: bold;
	font-family: inherit;
}
.statistics .stat{
	margin:25px 15px
}

#post-20 > div.panel-content > div > div > h3, #post-20 > div.panel-content > div > div > p:nth-child(13), #post-20 > div.panel-content > div > div > p:nth-child(14), #post-20 > div.panel-content > div > div > p:nth-child(15) {
	padding-left : 110px;
	padding-bottom:30px;
}
#post-20 > div.panel-content > div > div > div.wp-block-columns.has-2-columns > div:nth-child(1){
	grid-column: 1;
    margin-left: 40px;
    padding-left: 60px;
    line-height: 45px;
}
#post-20 > div.panel-content > div > div > div.wp-block-columns.has-2-columns > div:nth-child(2){
	padding-right:90px;
}
#post-20 > div.panel-content > div > div > div.wp-block-columns.has-2-columns > div:nth-child(1) > div > h3 {
	color: #d0011b;
	font-size:33px;
}

.wp-block-columns.has-2-columns{
	grid-auto-columns : 40% 60%;
}
#post-20 > div.panel-content > div > div > div.wp-block-columns.has-2-columns > div:nth-child(2){
	padding-right : 2%;
	margin-top : 0%;
	line-height : 2.75em;
}

#wpforms-1383-field_0, #wpforms-1383-field_3, #wpforms-1383-field_1, #wpforms-1383-field_2{
	width : 180%;
	max-width : 200%;
	
}

#wpforms-form-1383 > div.wpforms-submit-container{
	text-align : right;
	padding-right : 10%;
}


/*Body Société*/


.titre-societe{
	margin-bottom : 50px;
	margin-top:-190px;
	margin-left: 70px;
	font-size : 79px;
	font-weight : 700;
	color : #fff;
}

@media screen and (max-width: 950px){
	.titre-societe{
		font-size : 50px;
		margin-left: 15px;
		margin-bottom : 80px;
	}
}
@media screen and (max-width: 400px){
	.titre-societe{
		font-size : 40px;
		margin-left: 15px;
		margin-bottom : 80px;
	}
}


#post-1314 > div > ul > li> div.chrono-pastille{
	width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -18px;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background: #F3F3F3;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
}
.chrono{
	list-style-type: none;
    list-style-position: initial;
    list-style-image: initial;
	padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    position: relative;
    margin-bottom: 80px;
	margin-left : 15%;
	margin-right:15%;
	
}

#post-1314> div > ul > li > div.chrono-panel.aos-init > div.titre-chrono > h4.text-justify.animated.chrono-title.bounceInLeft,
#post-1314 > div > ul > li > div.chrono-panel.aos-init > div.titre-chrono > h4.text-justify.animated.chrono-title.bounceInRight {
	padding : 0;
	margin : 0;
}


#post-1314 > div > ul > li{
	margin-bottom : 20px;
	position: relative;
}


.chrono > li >.chrono-panel {	
	width: 46%;
    float: left;
    padding: 20px;
    padding-top: 5px;
    position: relative;
}


.chrono-gauche.chrono-date {
	float: right;
    display: block;
    width: 100%;
    text-align: right;
}

.titre-chrono h4{
	font-size: 200%;
    font-weight: normal;
}

.chrono-date {
	margin-top: 0;
    color: #292929;
    letter-spacing: 0.42px;
    line-height: 56px;
}


#post-1314 > div > ul > li:nth-child(3) > div.chrono-panel.aos-init > div.titre-chrono,
#post-1314 > div > ul > li:nth-child(5) > div.chrono-panel.aos-init > div.titre-chrono,
#post-1314 > div > ul > li:nth-child(7) > div.chrono-panel.aos-init > div.titre-chrono,
#post-1314 > div > ul > li:nth-child(9) > div.chrono-panel.aos-init > div.titre-chrono,
#post-1314 > div > ul > li:nth-child(11) > div.chrono-panel.aos-init > div.titre-chrono,
#post-1314 > div > ul > li:nth-child(13) > div.chrono-panel.aos-init > div.titre-chrono,
#post-1314 > div > ul > .chrono-gauche > div.chrono-panel.aos-init.aos-animate > div.titre-chrono{
	text-align : right;
}

#post-1314 > div > ul > li > div.chrono-panel.aos-init > div.animated.chrono-body.bounceInRight > div.animated.chrono-desc.bounceInRight,
#post-1314 > div > ul > li > div.chrono-panel.aos-init > div.animated.chrono-body.bounceInLeft > div.animated.chrono-desc.bounceInLeft,
#post-1314 > div > ul > li> div.chrono-panel.aos-init.aos-animate > div.animated.chrono-body.bounceInLeft > div.animated.chrono-desc.bounceInLeft{
	text-align :justify;
	font-size : 14px;
	color: #292929;
    letter-spacing: 0.1px;
}

#post-1314 > div > ul > li > div.chrono-panel.aos-init > div.titre-chrono > h3 {
	padding-top: 0;
	margin : 0 0 13px;
	font-size : 140%;
	font-weight : normal;
}

@media (max-width: 767px){
	ul.chrono:before {
		left:95%;
		margin-left:inherit;
		margin-right : inherit;
	}

	#post-1314 > div > ul > li> div.chrono-pastille{
		left:111%;
		top: 16px;
	}

	#post-1314 > div >ul.chrono> li>.chrono-panel {
    	float: left;
		width : 95%;
	}

	#post-1314 > div > div > div.wp-block-columns.has-2-columns.layout-column-1{
		grid-auto-columns : 100%
	}
	#post-1314 > div > div > div.wp-block-columns.has-2-columns.layout-column-2{
		display : none;
	}
}

.chrono:before {
	top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    left: 50%;
    margin-left: -1.5px;
	background: linear-gradient(180deg, rgba(63, 96, 255, 1) 0%, 	rgba(239, 0, 29, 1) 50%, rgba(255,255,0, 1) 100%);
}

.chrono > li:before, .chrono > li:after{
	content: " ";
	display: table;		
}
.chrono > li:after {
	clear: both;
}

.chrono > li.chrono-droite > .chrono-panel {
	float : right;
}



#post-1314 > div > ul > li:nth-child(1) > div.chrono-panel.aos-init.aos-animate > div.animated.chrono-body.bounceInLeft > div.animated.thumbnail.bounceInLeft > img {
	width : 100%;
}

#post-1314 > div > div:nth-child(9),
#post-1314 > div > div:nth-child(8){
	background : none;
}

.societe{
	display : flex;
	flex-wrap : wrap;
	width : 100%;
	justify-content: space-around;
}

.societe figure.wp-block-image {
	margin-left: auto;
	margin-right: auto;
}

#post-1314 > div > div:nth-child(9) > div > figure,
#post-1314 > div > div:nth-child(8) > div > figure{
	-webkit-filter : grayscale(1);
	filter: grayscale(100%);
	justify-content: space-around;

}

#post-1314 > div > div:nth-child(9) > div > figure:hover,
#post-1314 > div > div:nth-child(8) > div > figure:hover{
	-webkit-filter : grayscale(0%);
	filter: grayscale(0);
}

@media (max-width: 250px){
	#post-1314 > div > div:nth-child(9) > div > figure > img,
	#post-1314 > div > div:nth-child(8) > div > figure > img{
		width : 100%;	
	}
}	
@media (max-width: 530px){
	#post-1314 > div > div:nth-child(9),
	#post-1314 > div > div:nth-child(8){
		padding-left : 25%;
}
}


/* Body Produit Menu */

.category-title{
	flex : 2;
}
.category-title > h2 {
	font-size: 2.2rem;
	color : #000;
	line-height: 200%;
}

.menu-prod{
	flex : 50%;
	margin-right: 5%;
}
.menu-img{
	flex:40%;
}

/*Etiquettes adhésives*/

#post-435 > div {
	display : inline-block;
}


#post-435 > div > div:nth-child(2){
	grid-auto-columns : 52% 48%;
}

#post-435 > div > div:nth-child(2) > figure {
	display : block;
}

#post-435 > div > div:nth-child(2) > div:nth-child(2) > figure > img{
	width : 400px;
}
/*
@media screen and (max-width :1000px){
#post-435 > div > div:nth-child(2){
	grid-auto-columns : 100% 0%;
	}
}

#post-435 > div > div:nth-child(2) > div:nth-child(2){
	display : none;
	}
*/

@media screen and (max-width :600px){
	#post-435 > div > div:nth-child(2) > div > div > ul > a > li > h2{
		font-size :18px;
	}
}

@media screen and (max-width :900px){
	#post-435 > div > div:nth-child(2) > div:nth-child(2){
		display : none;	
	}

	#post-435 > div > div:nth-child(2) > div > div > ul > a > li > h2{
		font-size : 1.2rem; 
	}
}

@media screen and (min-width: 48em){
.wp-block-columns.has-2-columns{
	grid-auto-columns : 40% 60%;
}
}

#post-435 > div > div:nth-child(1) > h2{
	margin-top : 30px;
	color : #000;
	font-size:2.4em;
}

#post-435 > div > div:nth-child(2) > div > div > ul{
	letter-spacing : 0.25px;
	box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.17);
}


#post-435 > div > div:nth-child(2) > div > div > ul > a > li > h2{
	display: block;
	color : #000;
	padding-left: 50px;
	border:none;
	margin-bottom : 0;
	padding-top:10px;
	padding-bottom:10px;
}



#post-435 > div > div:nth-child(2) > div > div > ul > a > li > h2:hover{
	border-bottom :  none;
	color:#fff;
}
#post-435 > div > div:nth-child(2) > div > div > ul > a{
	height : 75px;
}

#post-435 > div > div:nth-child(2) > div > div > ul > a > li:hover{
	background-image: linear-gradient(-90deg, #3571F4 3%, #001061 100%);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.50);
} 

#post-435 > div > div:nth-child(2) > figure{
	margin-top : 100px;
}

/* Communication Visuelle */
#post-456 > div {
	display : inline-block;
}

/*
#post-456 > div > div:nth-child(2){
	grid-auto-columns : 52% 48%;
}*/
#post-456 > div > div:nth-child(2) > figure {
	display : block;
}

#post-456 > div > div:nth-child(2) > div:nth-child(2) > figure > img{
	width : 400px;
}
/*
@media screen and (max-width :1000px){
#post-456 > div > div:nth-child(2){
	grid-auto-columns : 100% 0%;
	}
*/	



@media screen and (max-width :600px){
	#post-456 > div > div:nth-child(2) > div > div > ul > a > li > h2{
		font-size :18px;
	}
}

@media screen and (max-width :900px){
	#post-456 > div > div:nth-child(2) > div:nth-child(2){
		display : none;	
	}

	#post-456 > div > div:nth-child(2) > div > div > ul > a > li > h2{
		font-size : 1.2rem; 
	}
}

@media screen and (min-width: 48em){
.wp-block-columns.has-2-columns{
	grid-auto-columns : 40% 60%;
}
}

#post-456 > div > div:nth-child(1) > h2{
	margin-top : 30px;
	color : #000;
	font-size:2.4em;
}

#post-456 > div > div:nth-child(2) > div > div > ul{
	letter-spacing : 0.25px;
	box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.17);
}


#post-456 > div > div:nth-child(2) > div > div > ul > a > li > h2{
	display: block;
	color : #000;
	padding-left: 50px;
	border:none;
	margin-bottom : 0;
	padding-top:10px;
	padding-bottom:10px;
}

#post-456 > div > div:nth-child(2) > div > div > ul > a > li > h2:hover{
	border-bottom :  none;
	color:#fff;
}
#post-456 > div > div:nth-child(2) > div > div > ul > a{
	height : 75px;
}

#post-456 > div > div:nth-child(2) > div > div > ul > a > li:hover{
	background-image: linear-gradient(90deg, #70000D 45%, #F0001D 100%);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.50);
} 

#post-456 > div > div:nth-child(2) > figure{
	margin-top : 100px;
}

.devis-rouge .wp-block-button__link{
	background-image: linear-gradient(90deg, #70000D 45%, #F0001D 98%);
}

/*Fourniture du Bureau*/

#post-485 > div {
	display : inline-block;
}

/*
#post-485 > div > div:nth-child(2){
	grid-auto-columns : 52% 48%;
}*/
#post-485 > div > div:nth-child(2) > figure {
	display : block;
}

#post-485 > div > div:nth-child(2) > div:nth-child(2) > figure > img{
	width : 400px;
}
/*
@media screen and (max-width :1000px){
#post-485 > div > div:nth-child(2){
	grid-auto-columns : 100% 0%;
	}
*/	



@media screen and (max-width :600px){
	#post-485 > div > div:nth-child(2) > div > div > ul > a > li > h2{
		font-size :18px;
	}
}

@media screen and (max-width :900px){
	#post-485 > div > div:nth-child(2) > div:nth-child(2){
		display : none;	
	}

	#post-485 > div > div:nth-child(2) > div > div > ul > a > li > h2{
		font-size : 1.2rem; 
	}
}

@media screen and (min-width: 48em){
	.wp-block-columns.has-2-columns{
		grid-auto-columns : 40% 60%;
	}
}

#post-485 > div > div:nth-child(1) > h2{
	margin-top : 30px;
	color : #000;
	font-size:2.4em;
}

#post-485 > div > div:nth-child(2) > div > div > ul{
	letter-spacing : 0.25px;
	box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.17);
}


#post-485 > div > div:nth-child(2) > div > div > ul > a > li > h2{
	display: block;
	color : #000;
	padding-left: 50px;
	border:none;
	margin-bottom : 0;
	padding-top:10px;
	padding-bottom:10px;
}

#post-485 > div > div:nth-child(2) > div > div > ul > a > li > h2:hover{
	border-bottom :  none;
	color:#fff;
}
#post-485 > div > div:nth-child(2) > div > div > ul > a{
	height : 75px;
}

#post-485 > div > div:nth-child(2) > div > div > ul > a > li:hover{
	background-image: linear-gradient(90deg, #FF9420 44%, #FFCC08 100%);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.50);
} 

#post-485 > div > div:nth-child(2) > figure{
	margin-top : 100px;
}


.devis-jaune .wp-block-button__link{
	background-image: linear-gradient(90deg, #FF9420 44%, #FFCC08 100%);
}

/* Body Produit liens transition */

.wp-block-columns.has-3-columns > div > .presui > a{
	color : #3f60ff;
	text-decoration : underline;
	background : none;	
}

.wp-block-columns.has-3-columns > div > .presui > a:focus, .wp-block-columns.has-3-columns > div > .presui > a:hover{
	box-shadow : none;
	color: #23527c;
}

/*Body Partenaire */

#page > div.single-featured-image-header,
#post-817 > div > h1,
#post-817 > div > p{
	/*background-image: linear-gradient(-90deg, #3571F4 10%, #001061 99%);*/
	color:#fff;
	text-align : justify;
}

#post-817 .partenaires-header {
	background-image: linear-gradient(-90deg, #3571F4 10%, #001061 99%);
	color:#fff;
	text-align : justify;
	padding : 1rem 2rem;
	margin-top: -160px;
}

#post-817 > div > h1,
#post-817 > div > p{
	padding : 0% 2%;
}

#post-817 > div > div {
    margin-top: 30px;
	padding : 2% 0%;
	padding-bottom : 0%;
    box-shadow: 0 2px 10px 0 rgba(121, 121, 121, 0.50);
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
}


#post-817 > div > div > figure{
	margin-right : 1.5em;
	margin-left : 1.5em;
	margin-top : auto;
	margin-bottom : auto;
	text-align:center;
}


.tabs label{
	display : initial;
	padding-bottom : 0;
}
.tabs{
	text-align:center;
}


.panel-intercoat, .panel-klockner, .panel-exp, .panel-molco, .panel-printinform, .panel-vpf, .panel-ultralen, .panel-yupo, .panel-hanita, .panel-plastoreg, .panel-global, .panel-rheno {
	display : none;
    margin-top: 30px;
	margin-left : 0%;
	margin-right : 0%;
	padding : 2% 0%;
    box-shadow: 0 2px 10px 0 rgba(121, 121, 121, 0.50);
}

.legend{
	padding-left:5%; 
}


#intercoat:checked ~ .panel-intercoat, #klockner:checked ~ .panel-klockner, #exp:checked ~ .panel-exp, #molco:checked ~ .panel-molco, #print:checked ~ .panel-printinform, #vpf:checked ~ .panel-vpf, #ultralen:checked ~ .panel-ultralen, #yupo:checked ~ .panel-yupo, #hanita:checked ~ .panel-hanita, #plastoreg:checked ~ .panel-plastoreg, #global:checked ~ .panel-global, #rheno:checked ~ .panel-rheno {
	display : flex;
}

.enga-texte{
	flex : 80%;
}
.enga-logo{
	flex : 20%;
}

.panel-intercoat > p, .panel-klockner > p, .panel-exp > p, .panel-molco > p, .panel-printinform > p, .panel-vpf > p, .panel-ultralen > p, .panel-yupo > p, .panel-hanita > p, .panel-plastoreg > p, .panel-global > p, .panel-rheno > p{
	text-align:justify;
	margin :auto;
	margin-right : 10%;
}

#post-817 > div > div > div.wp-block-columns.has-2-columns> figure{
	margin : auto 5%;
	text-align : center;
}

.tabs input[type ="radio"]{
	display : none;
}
.tabs label img{
	width : 20%;
	padding : 2%;
}
.tabs legend{
	font-size : 25px;
	text-decoration-line : underline;
	text-align : left;
}

/*Body Engagement*/

.titre-enga{
	margin-bottom : 50px;
	margin-top:-180px;
	margin-left: 70px;
	font-size : 79px;
	font-weight : 700;
	color : #fff;
}

@media screen and (max-width: 950px){
	.titre-enga{
		font-size : 50px;
		margin-left: 15px;
		margin-bottom : 80px;
	}
}	

@media screen and (max-width:470px){
	.titre-enga{
		font-size : 35px;
		margin-left: 15px;
		margin-bottom : 100px;
	}
}	

#post-39 > div > p:nth-child(2), #post-39 > div > p:nth-child(3) {
	padding-left: 10%;
	padding-right: 10%;
	font-size:16px;
	text-align : justify;
}

#post-39 > div > blockquote > p{
	 text-align:center;
}

.cptui-shortcode.slider-shortcode {
	width: 80%;
	margin: 80px auto 0;
}

.testimonial-picture {
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-content {
	flex: 4;
	padding: 0 20px;
}

.testimonial-quote {
	font-size: 0.8rem;
	text-align: justify;
}

.testimonial-video{
	text-align : center;
}

@media (max-width: 767px){
	.enga-para{
		font-size :12px;
	}
}
@media (max-width: 500px){
	.enga-para{
		font-size :8px;
	}
}
@media (max-width: 200px){
	.enga-para{
		font-size :6px;
	}
}

/* Body Actualité */

.titre-actu{
	margin-bottom : 50px;
	margin-top:-180px;
	margin-left: 70px;
	font-size : 79px;
	font-weight : 700;
	color : #fff;
}

@media screen and (max-width: 640px){
	.titre-actu{
		font-size : 50px;
		margin-left: 15px;
		margin-bottom : 80px;
	}
}	
	
@media (min-width: 50em){
	.cptui-shortcode.grid-shortcode li {
    	-ms-flex: 0 1 30%;
    	flex: 0 1 30%;
		justify-content: space-around;
	}
}

.cptui-shortcode{
	padding-left : 3%;
	padding-right : 3%;
}

.cptui-shortcode.grid-shortcode li > div > h3{
    font-size: 50px;
    color: #a6a8b582;
    letter-spacing: 0.42px;
    line-height: 56px;
    text-transform: capitalize;	
	width : 160px;
	font-weight: 600;
	margin-bottom : 10px;
}

.cptui-shortcode.grid-shortcode li > a > h3{
	font-size: 25px;
    color: #000000;
    /* letter-spacing: -0.09px; */
    line-height: 30px;
    /* margin-top: 20px; */
	font-weight : 600;
	/* height : 70px; */
}

/* .cptui-shortcode.grid-shortcode li > div {
	margin-top : 25px;
	margin-bottom : 25px;
	font-size : 13px;
} */

.cptui-shortcode.grid-shortcode li > a.button {
	padding: 0;
	font-size: 17px;
    color: #3571F4;
    letter-spacing: 0.17px;
    height: 35px;
    text-decoration: underline;
	background : none;
}

/* Body CGU */

#post-319 > div {
	padding : 0% 15%;
	text-align : justify;
}

/* Body CGV */

#post-322 > div {
	padding : 0% 15%;
	text-align : justify;
}

/* Article exemple */

#post-794 > div > div > div > a {
	border : 2px groove #000;
	font-size : 14px;
	background : #fff;
	color : #000;
}

#post-794 > div > div > div > a:hover {
	font-size : 14px;
	background : #000;
	color : #fff;
}

/* Footer */

.widget a img{
	box-shadow : 0 0 0 0 #fff;
}

#text-3 > div > p{
	text-align : right;
	font-size: 0.7em;
}


.site-footer{
	background: #000;
	color: #fff;
}

@media screen and (min-width: 48em){
	.site-footer {
			background: #000;
			color: #fff;
	}
	.site-footer .widget-column.footer-widget-1 {
		width: 60%;
	}
	.site-footer .widget-column.footer-widget-2 {
		width: 15%;
}
}

@media screen and (min-width: 30em){
	.site-footer {
			background: #000;
		    color: #fff;
	}
	
	.nav-title-icon-wrapper {
		position: initial;
	}
}

.site-footer .widget-area a{
	color: #989898;
}
.site-footer .widget-area a:hover{
	color: #fff;
}



#text-5 > div{
	text-align:center;
}

#colophon > div > aside {
	padding-top:5px;
	padding-bottom : 5px;
}

#colophon > div {
	padding-bottom : 5px;
	padding-top: 30px;
}

#media_image-2{
	padding-bottom : 15px;
}

#text-3 {
	padding-bottom : 5px;
}



/**
 * Catalogue
 */
 
.catalogue.cptui-entry {
	padding: 1.5rem 0;
}
 
.catalogue.cptui-entry:first-child {
	padding-top: 0;
}

.catalogue.cptui-entry:last-child {
	padding-bottom: 0;
}

.catalogue .cptui-entry-thumbnail {
	margin: 0 0 0 17%;
	width: 17%;
}
	
.catalogue .cptui-entry-thumbnail ~ .cptui-entry-header,
.catalogue .cptui-entry-thumbnail ~ .cptui-entry-summary {
	float: left;
	margin-left: 0;
}

.catalogue .cptui-entry-thumbnail ~ .cptui-entry-header {
	width: 40%;
}

.catalogue .cptui-entry-thumbnail ~ .cptui-entry-summary {
	width: 50%;
}

.catalogue a.button-view-product {
	box-shadow: none;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 15px;
}

.catalogue a.button-view-product:hover {
	box-shadow: none;
	background-color: #000;
	color: #fff;
}
