/* Bouton Webshop */
.item-button {
	background-color : #0077BB;
	border : 2px solid #0077BB;
	padding : 0px !important;
}
.item-button:hover {
	background-color : white;	
}
.item-button a {
	color : white !important;
	font-weight: 700;
	text-align: center !important;
    display: block;
	padding : 5px 10px;
	margin : unset;
}
.item-button:hover a {
	color : #0077BB !important;
}
#side-menu .item-button {
	margin-right : 40px;
}
.webshop-features div{
	padding : 0 !important;
}
/* Liens */
section.contactus a, section.contactus .dashicons, section.getintouch a, section.getintouch .dashicons {
    color: #081C5A ;
    font-size: 36px;
    font-weight: bold;
}
section.contactus a:hover, section.contactus .dashicons:hover, section.getintouch a:hover, section.getintouch .dashicons:hover {
	color: #269bd1;

}
body .is-layout-flex {
    align-items: unset;
}
.findoutmore .wp-block-uagb-marketing-button {
    justify-content: start;
}
/* Bloc titres bleus page Accueil */
h2.uagb-ifb-title {
	position: absolute;
	font-size: 180% !important;
	font-weight: 600 !important;
	width: 67%;
	margin: -2rem 13% 0 13% ;
	background-color: #081C5A;
	padding: 1rem;
	color: #fff;
	z-index: 9999;
}
h3.uagb-ifb-title{
	font-weight: 600 !important;
}
h2.uagb-ifb-title:after {
    content: "";
    width: 46px;
    height: 5px;
    display: block;
    background: #FEBB35 !important;
    text-align: center;
    margin: 1rem auto;
}
.uagb-ifb-title a {
    color: white !important;
}
.entry-content .uagb-ifb-title a:hover, .subcats .grid li a:hover, .entry-content .wp-block-file a:not(.wp-element-button):hover{
	color : #FEBB35 !important;
}
.subcats .grid li a {
	margin-bottom : 5px;
}
/* Titres avec fond jaune et "pointe" */
.highlighted_left p strong::after {
    content: "";
    width: 90px;
    height: 12px;
    display: block;
    background: rgb(255, 255, 255);
    margin: 15px 0px;
}
.highlighted_left::before {
    top: 0px;
    background: linear-gradient(to right top, rgb(254, 187, 53) 50%, transparent 50%);
}
.highlighted_left::before, .highlighted_left::after {
    width: 80px;
    height: 50%;
    position: absolute;
    right: -80px;
    content: "";
}
.highlighted_left::after {
    top: 50%;
    background: linear-gradient(to right bottom, rgb(254, 187, 53) 50%, transparent 50%);
}
/* Icones */
.yourbenefits .dashicons, .yourbenefits .services {
    font-size: 5rem;
    color: #FEBB35 !important;
}
.dashicons {
    text-decoration: none !important;
   
}
.mybenefit span.dashicons {
    min-width: 6rem;
    min-height: 8rem;
}

.smartgrid {
	columns: 3;
	padding: 0 35px;
  }
  @media screen and  (max-width : 768px){
	.smartgrid {
		columns: 2;
	  }
	}
  .smartgrid{
	list-style-type: square;
  }
/* ROOT */
:root {
    --color-black: #4a5c68;
    --color-yellow: #FEBB35;
	--color-white: white;
	--color-grey: #EDEDED;
	--color-blue-principal: #081C5A;
	--color-blue-second : #0077BB;
}
@font-face {
    font-family: 'Roboto';
    src:  url('/wp-content/themes/MyJacquet/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* HTML & Body */
html {
	font-size: 90%;
	overflow-x: hidden;
    color: var(--color-blue-principal);
    scroll-behavior: smooth;
}
h2[id], h3[id] {
	scroll-margin-top: 201px; 
  }
  

body{
	margin: 0;
	/* background-color: var(--color-grey); */
	line-height: 1.4;
    font-size: 16px;
	font-family: -apple-system, blinkmacsystemfont, "segoe ui", "Roboto", "oxygen-sans", ubuntu, cantarell, "helvetica neue", helvetica, arial, sans-serif;
    color: var(--color-blue-principal);
	overflow-x: hidden;
}
main {
    background-color: rgba(255, 255, 255, 0);
    background-position: center bottom;
     background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
/* Titres */

p{
	 font-size: 100%;
	 color: var(--color-blue-principal);
	 line-height: 1.8;
	 margin : unset;
}
h1 {
	margin-block-start: 0.83em;
	font-size: 3.5rem !important;
    font-weight: 700 !important;
}
h2 {
	margin-block-start: 0;
	font-size: 3.5rem !important;
    font-weight: 700 !important;
}
h2.has-background{
	padding : unset;
}
.page-template-default.has-page-header .entry-header {
	display: flex;
	padding-top: 100px;
    flex-direction: column-reverse;
    justify-content: space-between;
}
.nuances .menu-item{
	padding-top: 150px;
}
.page-template-default:not(.has-page-header) .entry-header {
	display: none;
}
h1:after, h2:after {
    content: "";
    width: 80px;
    height: 6px;
    display: block;
    background: #FEBB35 !important;
    margin: 0.4rem 0;
}
h3 {
    font-size: 1.75rem;
}

.wp-block-button__link{
	font-size: 1rem !important;
	background-color: transparent;
}
:where(.is-layout-flex){
	gap : 24px;
}
/* section{
	padding-left: 10px !important;
} */
a, div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    touch-action: manipulation; 
}
b, strong {
    font-weight: 700;
}
/* a:focus, div:focus, a:active, div:active {
    outline: none;
    background: transparent;
    box-shadow: none;
} */

/* HEADER */
#header{
    background-color: var(--color-white);
    height: 120px;
	width: 100%;
	position : fixed;
	z-index: 999;
}
#header ul{
	margin-block-end: 0;
}
#header a:hover {
    color: var(--color-yellow);
}
#header-container{
	display: flex;
	justify-content : space-between; 
	padding : 16px;
	height: 88px;
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
}
#header-container nav li{
	padding: 47px 0;
}
#search-container:hover{
	color: var(--color-white);
	cursor: pointer;
}
#search-container li{
	padding : 20px 0;
}
/* MENU MOBILE */
#side-menu {
    position: fixed;
    top: 0;
    left: -80%; 
    width: 80%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    transition: left 0.3s ease;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	padding-top: 82px;
	overflow-y: auto; 

}

#side-menu.open {
    left: 0; 
}

#side-menu ul{
	list-style-type: none;
}

#side-menu li{
	margin : 15px 0;
}

#side-menu li a{
	color: black ;
	margin : 10px 0;
	text-decoration: none;
}

/* BURGER */
.hamburger-menu {
    display: none;
    cursor: pointer;
	align-self: center;
}

/* Icône burger */
.hamburger-icon {
    width: 30px;
    height: 30px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #febb35;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.hamburger-icon span:nth-child(1) {
    top: 0px;
}

.hamburger-icon span:nth-child(2){
    top: 9px;
}

.hamburger-icon span:nth-child(3) {
    top: 18px;
}

/* Animation icône burger */
.hamburger-menu.open .hamburger-icon span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
}

.hamburger-menu.open .hamburger-icon span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.open .hamburger-icon span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
}

/* Barre de recherche */
#searchform {
	display: none;
    z-index: 1;
	width: 200px;
	position: absolute;
	top : 120px;
	right: 0;
	background-color: var(--color-white);
}
#searchform input[type="text"]{
	width: 100%;
	height: 40px;
	border: 2px solid var(--color-black);
	padding-left : 10px;
}
#searchform input[type="submit"]{
	display: none;
}
.search-icon i{
	margin-left: 10px;
	font-size: 0.9rem;
	font-weight: 600;
}
.search-icon-inside i{
	font-size: 1rem;
	font-weight: 600;
	color: #adb5bd;
}
#search-container{
	position: relative;
}
.search-icon-inside{
	display: none;
	position: absolute;
	top : 130px;
	left : -5px;
	z-index : 1;
	color : var(--color-black);
}

/* Menu */
nav a{
    text-decoration: none;
	margin : 0 1.2em;
	font-size: 1rem;
	color: var(--color-blue-principal);
	line-height: 1.8;
	font-weight: 600;
	text-wrap: nowrap;
}
nav .level1 > a {
	font-weight: bold;
}
#header-container nav .sub-menu li a{
	font-size: 0.9rem !important;}
#header-container nav .sub-menu .sub-menu a{
	font-weight: 400;
}
nav .menu{
    list-style-type: none;
    display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-block-start: 0;
}
nav ul, nav div{
	height : 100%;
}
#header-container nav .sub-menu{
	list-style-type: none;
}
#header-container .clientaccount a {
	padding: 7px 10px;
	background-color: white;
	color: var(--color-yellow) !important;
	border-radius: 1px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.5s;
}

#header-container .clientaccount a:hover {
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

/* Logo */
.logo{
    z-index: 1;
	display: flex;
  justify-content: center; /* Centre horizontalement */
  align-items: center; 
}
.logo img{
	max-width: 220px;
	height: auto;
}

/* TITLE */
/* .home article > *:first-child {
    display: none;
} */

/* Footer */
#footer figure {
	margin : 0 !important;
}
.footer-widget a{
    color : var(--color-yellow);
	line-height: 2.3;
	font-size: 0.875;
}
.footer-widget li{
    list-style-type: none;
}

.footer-widget a:hover{
    color : var(--color-white);
}
#subfooter{
    background-color: var(--color-blue-principal);
    min-height: 56px;
	width: 100%;
	border-top : 1px solid rgb(233,236,239);
	padding : 3px 0;
	display: flex;
}
#subfooter .subfooter-widget{
	display : flex;
	align-items: center;
	height: 100%;
	width: 100%;
	align-self: center;
}

#subfooter .subfooter-widget > div {
	width: 100%;
	padding : 0 25px;
	gap: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.before-footer-widget{
	height: auto;
	text-align: center;
}
.before-footer-widget p{
	color: #cccccc;
	font-size: 12px;
}
.before-footer-widget a{
	color: #4a5c68;
	text-decoration: none;
	font-size: 12px;
}
.widget_nav_menu .menu-item a{
	color : white !important;
}
.widget_nav_menu ul{
	margin-block-start: 0;
}
.widget_nav_menu li {
    border-bottom: 1px solid #e9ecef;
}
.widget_nav_menu li a{
    padding: 0.5rem 0;
}

/* Footer */
.footer-container {
    display: flex;
    justify-content: center; 
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0 25px;
    max-width: 1160px;
    margin: 0 auto;
}
@media screen and  (max-width : 800px){
.footer-container {
    flex-direction : column;
    padding-left : 45px;
}
#subfooter{
     padding : 10px 25px;
}
.footer-container ul{
    padding-inline-start : unset;
} 
}

@media (min-width: 1281px) {
		.footer-container {
			max-width: 1280px;
		}
		}
.widget-title{  
    margin-block-end : 0;
    color : white;
    font-size : 1rem;
}
.footer-widget p {
    color : var(--color-white);
}
.footer-widget {
    margin: 0 10px; 
    width: 270px;
}
#footer{
    background-color: var(--color-blue-principal);  
}

/* Tableaux */
#post-52 .setchoice{
	font-size:14px;
}
#post-52 .tolerance thead td {
	    background-color: var(--color-grey);
}

table tr:nth-child(even) {
    background-color: #f2f2f2; 
}

table.tolerance thead td {
	font-weight: 600;
	font-size: 0.875rem;
}
.wp-block-table {
    overflow-x: hidden !important;
}

/* .wp-block-table thead{
	font-size: 1rem;
font-weight: bold;
	border-bottom: solid 2px grey !important;
	background-color: white;
} */
/* td{
	font-size: 14px;
border-color : #80808040 !important;
padding : 2px 5px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
width: auto !important;
}
th{
	text-align: left;
border-color : #80808040 !important;
padding : 2px 5px !important;
} */
/*
** JMutils elements
*/

ul.lastcompost li a {
	text-decoration: underline;
}
ul.lastcompost li a:visited {
	color: #4a5c68;
}
.landing-body {
	margin-bottom: 1.7rem;
}
.body-left {
	width: 25%;
	margin: 1rem;
}
.body-right {
	width: 50%;
}
.body-left, .body-right {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.hiddenbynow {
	display: none !important;
}
p.homepage_icon {
	text-align: center;
	font-size: 300%;
	margin: 0 5px 0 0;

}
.localnews li {
	margin-bottom: 1rem;
}

.color_bloc h2{
	text-transform: uppercase;
}
.color_bloc{
	width: 300px;
}
.atlas blockquote {
	margin-inline-start: 0;
}
#JACQUET blockquote p{
	font-size: 1.563rem;
}
#JACQUET blockquote {
	padding: 0;
}
@media (min-width: 1160px) {

#JACQUET blockquote {
	margin-inline-end: 0;
}
}
.cuttingprocess figcaption {
    background-color: #4a5c68;
    color: #ffffff;
    font-weight: bold;
    margin-top: 0;
}
/* .wp-block-table table {
	font-size: 80%;
} */
.wp-block-table thead {
	border-bottom: 2px solid #cccccc;
}
.wp-block-table tfoot {
	border-top: 2px solid #cccccc;
}
table.tolerance thead, table.tolerance tfoot {
	background-color: var(--color-grey);
}
table.tolerance tbody tr{
	background-color: white !important;
}
table.tolerance td.even, .evenwidth{
	background-color: var(--color-grey) !important;
}
table.tolerance td.odd {
	background: white;
}
table.tolerance, table.tolerance th, table.tolerance td {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
  word-break: keep-all;
}
table tbody tr:nth-child(odd) {
    background-color: #FFFFFF; /* couleur pour les lignes impaires */
}

.headorfoot, .odd, .even {
	width: 12%;
}
.headorfoot {
	padding: 1rem 0;
	height: 130px;
}
.headorfoot, .canbreak {
	word-break: break-all !important;
}
.even, .odd {
	padding: 13px 0;
}

/*
** Comparator tables
*/

#uagb-tabs__tab2, #uagb-tabs__tab3, #uagb-tabs__tab4, #uagb-tabs__tab5 {
	display: none;
}
#selecttables {
	display: table;
	width: 100%;
	margin-bottom: 2rem;
}
#selecttables div {
	display: table-cell;
	text-align: center;
}
#selecttables fieldset {
	display: inline-block;
	padding: 0;
	border: none;
}
#chosentables {
	overflow-x: auto; 
  display : flex;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
#chosentables table {
	display: table-cell;
	width : 100%;
	border: none;
	vertical-align: top;
	padding: 0 3px;
}

.setchoice label {
	margin-right: 1.5rem;
}

@media screen and (max-width: 1140px) {
    #header-container nav {
        display: none;
    }
	#header{
		justify-content: space-between;
	}
	#searchform{
		display: block !important;
		position: relative !important;
		top : 0 !important;
	}
	.search-icon{
		display: none;
	}
	.hamburger-menu {
        display: block;
    }
	#header-container{
		padding: 0 15px;
	    justify-content : space-between; 
		height: 100%;
	}
	.search-icon-inside{
		display: block !important;
		top: 10px;
    left: 170px;
	}
}
	[class*="uagb-columns__columns-"], .uagb-columns__inner-wrap {
		width: 95%;
	}

section .uagb-columns__inner-wrap .monde{
    width : 90vw !important;
	max-width: 100vw !important;
}
.wp-block-nk-awb{
	padding : 20px 0 !important;
} 

@media (max-width: 767px) {
	.uagb-column__wrap{
		max-width: 77% !important;
	}
    .wp-block-uagb-column {
        font-size: 100%;
    }
}

@media (max-width: 580px) {
	.uagb-column__wrap{
		max-width: 60% !important;
	}
}

@media (max-width: 320px) {
	.uagb-column__wrap{
		max-width: 50% !important;
	}
    .wp-block-uagb-column {
        font-size: 100%;
    }
}

/* TEST */

.uagb-column__wrap {
    margin: 20px auto;
}

.tg-site-layout--no-sidebar #primary .entry-content > .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: unset;
}

/* 
** WordPress misc elements
*/
.wp-block-getwid-accordion a {
	color: var(--color-black);
}
.wp-block-getwid-accordion li {
    padding: 3px;
}
body.home #page {
	background-color:#ededed!important;
}
#page {
	background-color:#ededed!important;
}

blockquote.is-style-large {
	font-size: 125%;
	text-align: center;
}
blockquote.is-style-default {
	font-size: 110%;
	text-align: center;
	border-left: none;
	color: #000000;
}
blockquote span{
	margin-bottom: 2px;
}
.site-branding {
	z-index: 9999;
}
.entry-content a, .nav-previous a, .nav-next a {
	color: #515c68;
}
.entry-content a:hover, .nav-previous a:hover, .nav-next a:hover {
	color: #000000;
}
/* .entry-content a:not(a.uagb-buttons-repeater) {
	text-decoration: underline;
} */
#mobile-primary-menu li a:hover, ul.lastcompost li a:hover {
	text-decoration: underline;
  color: #000000;
}
.tg-mobile-navigation > div ul li.current_page_item > a {
	color: #515c68;
	font-weight: bold;
}
.tg-site-header-top {
	padding: 0;
}
#header {
	border-bottom: 1px solid #e9ecef;
}
.tg-site-header-bottom {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background-color: #FEBB35;
	height: 56px;
}
.main-navigation, .tg-header-action {
	margin-top: -20px;
}

.home header.entry-header {
	display: none;
}
.home .site-content {
	margin-top: 0;
	padding-top: 0;
}
.uagb-column__wrap {
  margin: 20px auto;
}
#colophon > section.widget_text {
	text-align: center;
	color: #cccccc;
	font-size: 65%;
	margin-bottom: 0;
}
#colophon > section.widget_text p {
	margin-bottom: 0;
}
.post-navigation {
	display:none;
}
div.uagb-post__excerpt {
	min-height: 125px;
}

a.wp-block-file__button {
	color: #fff !important;
	padding: 0.3rem 0.6rem;
}

.color_bloc p{
	min-height: 75px !important;
}

.introservices{
	min-height: 120px !important;
}

.uagb-columns__columns-2{
	gap : 50px !important;
}
.jacicon{
	color : var(--color-yellow);
}

/*
** Menus
*/
.tg-mobile-toggle {
	margin-top: -22px;
}

.menu-item{
	position : relative;
}
#header-container .sub-menu:not(.sub-menu .sub-menu){
	display: none;
	justify-content: center !important;
	position : fixed;
	gap : 3.5em;
    top : 120px;
	left : 0;
	width: 100%;
	height : auto;
    background-color : #EEEEEE;
	padding-inline-start : unset;
	z-index : 99;
	padding: 2rem;
}
.admin-bar #header-container .sub-menu:not(.sub-menu .sub-menu){
    top : 150px !important;
}
#side-menu .menu-item-has-children {
	position: relative; /* L'élément parent peut contenir des éléments absolument positionnés */
  }
  
  #side-menu .menu-item-has-children:after {
	content: '+';
	position: absolute;
	right: 15px; /* 15px de la droite du li */
	top: 50%; /* Centrer verticalement */
	transform: translateY(-50%); /* Ajuster pour centrer parfaitement */
  }
  
  #side-menu .menu-item-has-children:hover:after {
	content: '−'; /* Changer de signe quand le sous-menu est visible */
	top: 0; /* Centrer verticalement */
    transform: translateY(0);

  }
  
  #side-menu .menu-item-has-children > ul {
	display: none; /* Masquer le sous-menu par défaut */
	padding: 0; /* Enlever les marges/paddings inutiles */
	margin: 0; /* Enlever les marges */
  }
  
  #side-menu .menu-item-has-children:hover > ul {
	display: block; /* Afficher le sous-menu au survol */
	position: relative; /* Laisser le sous-menu dans le flux normal */
	width: 100%; /* Prendre toute la largeur du li */
  }
  
  #side-menu .menu-item-has-children > ul > li {
	list-style: none; /* Enlever le style de liste du sous-menu */
  }
  
  /* S'assurer que le sous-menu prend de la place sous le li parent */
  #side-menu .menu-item-has-children:hover {
	padding-bottom: 20px; /* Ajoute un padding en bas pour donner de l'espace au sous-menu */
  }
  
#header-container .sub-menu .sub-menu{
	padding : unset;
	margin-top : 15px;
}
#header-container .sub-menu li{
	padding : 10px 0;
}
#header-container .sub-menu li a{
	margin : 10px 0;
}
#header-container .sub-menu .sub-menu li{
	padding : unset;
	margin : 5px 0;
}
#footer .sub-menu{
    display: none;
}
/* #side-menu .sub-menu{
    display: none;
} */

#header-container .menu-item:hover >  .sub-menu:not(.sub-menu .sub-menu) {
    display: flex;
	justify-content: center !important;
	gap : 3.5em !important;
}
#header-container .menu-item:hover >  .sub-menu .sub-menu {
    display: block;
}

.uagb-post__image img{
    height : auto;
}
.uagb-post__excerpt, .uagb-post__text{
    padding-bottom : 0 !important;
    margin-bottom : unset !important;
}
.footer-widget ul{
    padding-inline-start : 0 !important;
}
/*
** Links and buttons
*/

button:hover, .menu-item:hover {
    cursor: pointer;
}

a.uagb-buttons-repeater {
    text-decoration: none;
    padding: 5px 7px;
    border: 1px;
}

a.uagb-buttons-repeater:hover {
    text-decoration: none;
    color: #000000;
}
h4.uagb-post__title a, div.uagb-post__cta a {
	text-decoration: none !important;
	cursor: default;
}
.uagb-post__inner-wrap{
    pointer-events : none;
}
a.uagb-tabs-list {
	text-decoration: none !important;
}
#block-2 a:hover {
	color: black;
}
.widget ul li:first-child a {
	padding-top: 0;
}

.uagb-button__wrapper{
	background-color: white;
	border : 1px solid #FEBB35 !important;
        text-wrap: nowrap;
}

.uagb-button__wrapper .uagb-button__link {
	color : #FEBB35 !important;
} 
.uagb-button__wrapper a{
	border : unset !important;
}


.smoothscrolling .uagb-button__wrapper {
	background-color : #FEBB35 !important;
}
.smoothscrolling .uagb-button__wrapper a:hover {
	background-color : white !important;
}
.smoothscrolling .uagb-button__wrapper a:hover div,.smoothscrolling .uagb-button__wrapper a:active div,.smoothscrolling .uagb-button__wrapper a:focus div {
	color : #FEBB35 !important;
}
.smoothscrolling .uagb-button__wrapper a div {
	color: white !important;
}

article a {
	color : var(--color-black);
}
.wp-element-button{
	background-color : #07B;
	border : 1px solid #07B;
}
.wp-element-button:hover{
	background-color : white;
	color : #07B
}

@media screen and (max-width : 900px){
	
.buttonduo .uagb-buttons__wrap{
	display: flex;
	flex-direction: column;
	gap : 15px;
}
.buttonduo .uagb-button__wrapper{
width: 200px;
}
}

.footer-widget a{
	text-decoration: none;
}
.wp-element-caption{
	text-align:center;
}
.tolerance{
	width: 100%;
}

#subfooter{
	color : var(--color-white);
	font-weight : 400;
	font-size : 14px;
}
#subfooter a{
	color : var(--color-white);
	font-weight : 600;
	font-size : 14px;
	text-decoration: none;
}

/* Modale */
.pollSlider, #pollSlider-button {
	position: fixed;
        z-index: 2;
	top: 150px;
	right: 0px;
	background: #4a5c68;
	border: 1px solid #334658;
	text-align: center;
	color: #fff;
}
.pollSlider {
	width: 280px;
	margin-right: -280px;
}
.pollSlider:active, pollSlider:focus {
	background: #4a5c68;
}
.pollContent {
	padding: 0 10px;
	margin: 10px 5px;
        font-size: 90%;
}
.pollContent p{
    color : white;
}

.pollContent button{
	all : unset;
	background-color : var(--color-yellow);
	color: white;
	padding : 10px 14px 10px 14px;
	border: 1px solid var(--color-yellow);
}

.pollContent button:hover{
	background-color : white;
	color: var(--color-yellow);
	padding : 10px 14px 10px 14px;
        cursor: pointer !important;
}

#pollSlider-button {
	width: 30px;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
	border-right: none;
	font-size: 200%;
	color: #fff;
	line-height: 4em;
		right: -1px;
		font-size: 150%;
}
/* Bouton Scroll to top */
#scrollToTopBtn {
    display: none;
    position: fixed; 
    bottom: 70px; 
    right: 30px; 
	width: 50px;
    height: 50px;
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: var(--color-yellow); 
    cursor: pointer; 
    padding: 18px; 
    border-radius: 50%; 
}

#scrollToTopBtn:hover {
    background-color: var(--color-blue-second);
}
#scrollToTopBtn i {
    color: var(--color-white) !important; 
	font-size: 1rem;
}

@media (max-width: 1160px) {
    
.clientaccountpage{
margin : 0 -25px !important;
}
.clientaccountpage:before{
left : -30px;
top : -30px;
}

}
@media (max-width: 650px) {
.clientaccountpage .wp-block-uagb-container{
max-width: 250px !important;
}
}

@media (max-width: 950px) {
		#chosentables {
		  display: flex;
		  overflow-x: auto;
		  -webkit-overflow-scrolling: touch;
		}
		.uagb-inner-tab-1, .wp-block-table {
		   overflow-x: auto !important; 
    white-space: nowrap;
		    
		}
		#chosentables .tolerance {
		  min-width: 300px;
		  flex: 0 0 auto;
		}
		h1{
		    font-size : 1.6rem;
		min-width : 200px;
	text-align : left !important;
		}
	  }

	  .ht80 {
		min-height : 80px;
	}

.clientaccount-1, .clientaccount-2{
	position : relative;
}
.clientaccount-1:before{
content : "\f07c";
}
.clientaccount-2:before{
content : "\f466";
}
.clientaccount-1:before,.clientaccount-2:before{
color: var(--color-yellow);
font-size : 1.7rem;
font-family: 'FontAwesome';
	position : absolute;
	left: -50px;
top : -10px;
}
.clientaccountpage h1,.clientaccountpage h2{
padding:0;
margin-block-start: 0;
    margin-block-end: 0;
}
.clientaccountpage p{
margin-block-start: 0;}


.is-layout-flow iframe{
	max-width: 100%;
}

#post-54 .tolerance thead{
background-color: white;
}

.result-post{
	background-color: white;
	padding: 2rem;
  border-radius: 0.25rem;
	margin: 0 0 5em;
	border: 0 solid #e9ecef;
}

.forminator-label{
	color : black !important;
}
.forminator-custom-form input,.forminator-custom-form textarea{
	background-color: #EDEDED !important;
border : none !important;

}
.forminator-custom-form input:focus,.forminator-custom-form input:hover, .forminator-custom-form textarea:focus, .forminator-custom-form textarea:hover{
	border : none !important;
}
.forminator-button-submit{
	background-color: #FEBB35 !important;
	min-width : 180px !important;
		border : 1px solid #FEBB35 !important;
font-size: 1rem !important;
}

.forminator-button-submit:hover{
		background-color: white !important;
	color : #FEBB35 !important;
	border : 1px solid #FEBB35 !important;
	min-width : 180px !important;
	box-shadow : unset !important;
}

.forminator-button-upload{
	background-color: white !important;
	color : #FEBB35 !important;
	border : 1px solid #FEBB35 !important;
	min-width : 200px !important;
font-size: 1rem !important;
}

.forminator-button-upload:hover{
	background-color: #FFF7E2 !important;
	color : #FEBB35 !important;
	border : 1px solid #FEBB35 !important;
	min-width : 200px !important;
	box-shadow : unset !important;
}

.forminator-checkbox-box{
color : #FEBB35 !important;
}

.forminator-checkbox-box{
background-color : white !important;
}

.forminator-checkbox input:checked + .forminator-checkbox-box{
border-color : black !important;
}

.full .entry-title{
color : transparent;
}

.clientaccountpage .wp-block-uagb-container{
max-width: 80vw !important;
}

.home h1{
	min-width: 250px;
}
h4 {
	margin-block-start: 0;
	font-size: 1.5rem;
	font-weight: 500;
	color: rgb(8, 28, 90);
	line-height: 1.3;
}
.home h4{
	margin-block-start: 0.8em;
    margin-block-end: 0.8em;
}
.contactpage {
  -webkit-column-count: 2; /* Pour les navigateurs basés sur Webkit */
  -moz-column-count: 2; /* Pour les navigateurs basés sur Mozilla */
	column-count: 2; /* Pour les autres navigateurs */}
.contactpage li {
  break-inside: avoid; /* Évite de couper le contenu des éléments li */
  -webkit-column-break-inside: avoid; /* Pour les navigateurs basés sur Webkit */
  -moz-column-break-inside: avoid; /* Pour les navigateurs basés sur Mozilla */
margin-bottom: 25px;
}

.contactpage li {
min-height: 140px;
}

.fil-ariane {
    margin: 10px 0 -15px 0;
	max-width: 1420px;
}

.fil-ariane ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

/* Elément de la liste du fil d'Ariane */
.fil-ariane ul li {
    display: inline;
    margin-right: 5px;
}

/* Séparateur entre les éléments */
.fil-ariane ul li + li::before {
    content: '»';
    margin-right: 5px;
    color: #999;
}

/* Lien du fil d'Ariane */
.fil-ariane ul li a {
	color : #081C5A !important;
    text-decoration: none;
    font-weight : 600;
	font-size: 16px;
    margin : 0 2px;
}

/* Lien du fil d'Ariane au survol */
.fil-ariane ul li a:hover {
	color : #FEBB35 !important;
    text-decoration: underline;
}

/* Elément actif (sans lien) */
.fil-ariane ul li:last-child {
    color: #555;
}

.forminator-file-upload {
	flex-wrap: wrap;
}

.introservices{
	min-height: 160px !important;
}

.blocker{
z-index : 999 !important;
}

  .button_register_container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom : 20px;
        }

        .button_register_container button {
            background-color: #FEBB35;
            color: white;
            border: 2px solid #FEBB35;
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s, color 0.3s;
			font-family: -apple-system, blinkmacsystemfont, "segoe ui", "Roboto", "oxygen-sans", ubuntu, cantarell, "helvetica neue", helvetica, arial, sans-serif;
        }

        .button_register_container button:hover {
            background-color: white;
            color: #FEBB35;
        }


#header-bar {
    background-color: #4C5C66;
    padding: 6px 0;
    text-align: right;
    border: 2px solid white;
}

.header-bar-menu {
    list-style: none;
    margin: 0 15px 0 0 ; 
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.header-bar-menu li {
    margin: 0 3px;
}

.header-bar-menu a {
    text-decoration: none;
    color: white;
	font-size : 14px;
}

.headerbar_button{
	background-color : #FEBB35;
	padding : 2px;
	font-weight : bold;
}

.mysliderok{
	height: 100px;
}
.mytextban {
	margin-block-start: 0em ;
}

.container_404{
	padding: 100px 20px;
	display: flex;
	flex-direction : column;
	align-items : center;
}

.container_404 li{
	list-style-type : none;
}
   
.container_404 a{
	text-decoration : none;
	color : #FEBB35;
}

/*
* TAC
*/
#tarteaucitronRoot button#tarteaucitronBack {
    background: black !important;
}

#tarteaucitronAllAllowed:hover .tarteaucitronCheck::before, #googletagmanagerAllowed:hover .tarteaucitronCheck::before, #gtagAllowed:hover .tarteaucitronCheck::before {
color : #1F77BB !important;
}

#tarteaucitronRoot .tarteaucitronCross::before{
color : #1F77BB !important;
}

#tarteaucitronAllDenied span {
color : #e5f1f8 !important;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronInfo,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronH1,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronH2,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronSave
{   
background: white !important; 
color : black !important;
}

#tarteaucitronMainLineOffset .tarteaucitronH1{
color: black !important;
}

#tarteaucitronAlertBig{
width : 40% !important;
background : white !important;
}
 
#tarteaucitronDisclaimerAlert{
color : black !important;
}
 
.tarteaucitronDeny, .tarteaucitronAllow:hover {
background : white !important;
color: #07B !important;
margin-bottom : 15px !important;
min-width : 150px;
border : 1px solid #07B !important;
border-radius : unset !important;
}

.tarteaucitronDeny:hover{
background : #e5f1f8 !important;
margin-bottom : 15px !important;
min-width : 150px;
border : 1px solid #07B !important;
border-radius : unset !important;
}

.tarteaucitronAllow{
background : #07B !important;
color: white !important;
margin-bottom : 15px !important;
min-width : 150px;
border : 1px solid #07B !important;
border-radius : unset !important;
}
 
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background: none;          
    border: none;             
    color: #007bff;            
    text-decoration: underline; 
    cursor: pointer;           
    padding: 5px 10px;                
    font: inherit;  
display : block;
margin-left : auto;
margin-right: auto;
}
 
#tarteaucitronAlertBig:before{
    content: '' !important;
    display: inline-block; 
    width: 50px; 
    height: 50px; 
    background-image: url('/wp-content/uploads/sites/523/2022/12/favicon.png');
    background-size: cover; 
    background-position: center; 
}
 
#tarteaucitronRoot #tarteaucitronAlertBig {
    background: white !important;
    color: black !important;
   
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert{
background: white !important;
color: black !important;
margin-top : 15px !important;
}

div#tarteaucitronRoot.tarteaucitronBeforeVisible:before{
background : black !important;
}


.searchbar-result{
background-color : white;
	border-radius : 5px;
	min-height : 150px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
padding : 0 15px;
margin-bottom: 15px; 
}
.searchbar-title{
	margin: unset;
}
#searchbar-results .searchbar-title a{
	color : #081C5A;
}
#searchbar-results .searchbar-title a:hover{
	color : #FEBB35 ;
}
.entry-content table a:hover, .wp-block-table a:hover, .entry-content .hover-yellow a:hover{
	color : #FEBB35 !important;
}
.technicalsheet a:hover, .wp-block-file__button:hover {
	color : #07B !important;
}
body {
	color : #081C5A;
	font-size : 16px;
}
.tg-site-footer .tg-site-footer-bar {
    border-top-width: 1px;
}
.uagb-post__cta .wp-block-button__link, .entry-content .wp-block-button__link.has-white-color{
	color :white !important;

}
.uagb-post__cta .wp-block-button__link:hover, .entry-content .wp-block-button__link.has-white-color:hover{
	background-color :white !important;
	color : #07B !important;
}
.wp-block-button__link{
	text-decoration: none !important;
}
.wp-block-table a, .smartgrid a{
	color : #081C5A;
}
.smartgrid a:hover{
	color : #07B !important;
}
.main-navigation .sub-menu li a{
	font-size : 0.9rem !important;
}
.main-navigation .menu li a  {
	font-size : 14.4px;
}
#wpadminbar a, .technicalsheet a, .wp-block-file__button{
	color : white !important;
}
.menu-item a {
	color : #081C5A !important;
	text-decoration: none !important;
}
.menu-item a:hover {
	color : #FEBB35 !important;
	text-decoration: none !important;
}
.menu-item .tg-header-button, .tg-header-button-one a, .tg-header-button-one:hover a{
	color : white !important;
	background-color: #0077BB !important;
	font-weight: 700;
}
.entry-content a {
    color : #081C5A;
}


.entry-content a:hover {
    color : #FEBB35 !important;
}

.entry-content .getintouch a:hover,.entry-content .wp-block-button a:hover, .entry-content .anyquestions a:hover, .entry-content .contactus a:hover {
    color : #07B !important;
}
.menu-item .tg-header-button:hover{
	color : white !important;
}

i {
	color : #febb35 !important;
}

body .is-layout-flex{
	align-items : unset;
}

.dashicons-archive{
	transform: translatey(-6px);
}
#colophon {
	background-color : #081C5A;
font-size : 16px;
}
#colophon a, #colophon p {
	color : white !important;
	font-size : 16px;
}
/*
* TAC
*/


#tarteaucitronRoot button#tarteaucitronBack {
    background: black !important;
}

#tarteaucitronAllAllowed:hover .tarteaucitronCheck::before, #googletagmanagerAllowed:hover .tarteaucitronCheck::before, #gtagAllowed:hover .tarteaucitronCheck::before {
color : #1F77BB !important;
}

#tarteaucitronRoot .tarteaucitronCross::before{
color : #1F77BB !important;
}

#tarteaucitronAllDenied span {
color : #e5f1f8 !important;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronInfo,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronH1,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronH2,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronSave
{   
background: white !important; 
color : black !important;
}

#tarteaucitronMainLineOffset .tarteaucitronH1{
color: black !important;
}

#tarteaucitronAlertBig{
width : 40% !important;
background : white !important;
}
 
#tarteaucitronDisclaimerAlert{
color : black !important;
}
 
.tarteaucitronDeny, .tarteaucitronAllow:hover {
background : white !important;
color: #07B !important;
margin-bottom : 15px !important;
min-width : 150px;
border : 1px solid #07B !important;
border-radius : unset !important;
}

.tarteaucitronDeny:hover{
background : #e5f1f8 !important;
margin-bottom : 15px !important;
min-width : 150px;
border : 1px solid #07B !important;
border-radius : unset !important;
}

.tarteaucitronAllow{
background : #07B !important;
color: white !important;
margin-bottom : 15px !important;
min-width : 150px;
border : 1px solid #07B !important;
border-radius : unset !important;
}
 
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background: none;          
    border: none;             
    color: #007bff;            
    text-decoration: underline; 
    cursor: pointer;           
    padding: 0;                
    font: inherit;  
display : block;
margin-left : auto;
margin-right: auto;
}

 
#tarteaucitronAlertBig:before{
    content: '' !important;
    display: inline-block; 
    width: 50px; 
    height: 50px; 
    background-image: url('/wp-content/uploads/sites/523/2022/12/favicon.png');
    background-size: cover; 
    background-position: center; 
}
 
#tarteaucitronRoot #tarteaucitronAlertBig {
    background: white !important;
    color: black !important;
   
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert{
background: white !important;
color: black !important;
margin-top : 15px !important;
}

div#tarteaucitronRoot.tarteaucitronBeforeVisible:before{
background : black !important;
}

/*
* GENERAL
*/
.current-menu-item > a,
.current-menu-parent > a,
.current-menu-ancestor > a{
    color: #FEBB35 !important;
}
.entry-meta{
display: none;
}
h1, h2 {
	font-size: 3.5rem !important;
	font-weight: 700 !important;
}
h1, h2 {
	margin-bottom: 2rem !important;
}
h1:after, h2:after {
	content: "";
	width: 80px;
	height: 6px;
	display: block;
	background: #FEBB35 !important;
	margin: 0.4rem 0;
}

h2.uagb-ifb-title:after {
	content: "";
	width: 46px;
	height: 5px;
	display: block;
	background: #FEBB35 !important;
	text-align: center;
	margin: 1rem auto;
}
.topcategorie h2 a, .topcategorie h2 a:hover {
	color: #fff;
}
.topcategorie h2 a:hover {
	text-decoration: none;
}

#imsModal{
display : none !important; 
}
.tg-icon-arrow-up{
color: white !important}
/*
* MISCELLANEOUS
*/

#masthead {
	overflow: hidden;
}

.choiceofgoods thead {
	font-weight: bold;
	color: #fff;
	background-color: #0D1C56;
}
.choiceofgoods a {
	text-decoration: underline;
}
.choiceofgoods a:hover {
	color: #0D1C56;
}

.circledlogo img {
	border: 1px solid #fff;
}
.footer-sidebar-4 ul {
	margin: -8px;
}

.forminator-row {
	max-width: 800px;
}

.hidden {
display : none !important;
}

/*
* WORDPRESS
*/

.hentry, .entry-content {
	padding-top: 20px;
	margin: 0 !important;
}
.materialtable .entry-content{
	padding-top: 20px;
}
.legal .entry-content {
	padding-top: 0px;
	padding-bottom : 25px;
	margin: 0 !important;
}
.entry-content p {
	margin-bottom: 0;
}
.home h1 {
	display: none;
}
.site-content {
	padding-top: 0;
	padding-bottom: 0;
}
.site-content .imsg {
	padding-top: 80px;
}

.menu-primary li.depth0 > a {
	font-weight: bold !important;
}
.menu-primary li.depth1 > a {
	font-weight: bold;
}
.search-results article {
	background-color: #F2F2F2;
	padding: 1em;
	margin-bottom: 5em !important;
}

/*
* UAGB
*/

.wp-block-uagb-info-box:hover img,
.wp-block-uagb-info-box:focus img {
	transform: scale(1.2);
	transition: all .5s;
}
.uagb-ifb-image-content {
	width: 100% !important;
	overflow: hidden;
}

.findoutmore .wp-block-uagb-marketing-button {
	justify-content: start;
}

/*
* GRIDS
*/

.grid {
	display: grid;
	gap: 2em;
	margin-bottom: 8rem;
}
.grid4 {
	grid-template-columns: repeat(4, 1fr);
}
.grid3 {
	grid-template-columns: repeat(3, 1fr);
}
.grid2 {
	grid-template-columns: repeat(2, 1fr);
}

@media all and (max-width:768px) {
	.grid2, .grid3, .grid4 {
		grid-template-columns: repeat(1, 1fr);
	}
}

/*
* SECTIONS
*/

section.contactus, section.anyquestions, section.getintouch, section.yourbenefits {
	padding: 4rem !important;
}
section.contactus p, section.getintouch p, section.yourbenefits p {
	margin-bottom: 0;
}
section.contactus p.has-x-large-font-size, section.getintouch p.has-x-large-font-size, section.yourbenefits p.has-x-large-font-size {
	line-height: 1.8;
}
section.contactus p strong:after,
section.getintouch p strong:after {
	content: "";
	width: 90px;
	height: 12px;
	display: block;
	background: #fff;
	margin: 30px 0;
}
section.contactus a,
section.contactus .dashicons,
section.getintouch a, section.getintouch .dashicons {
	color: #081C5A !important;
	font-size: 36px;
	font-weight: bold
}
section.anyquestions a, section.anyquestions .dashicons  {
	color: #FEBB35 !important;
	font-size: 36px;
	font-weight: bold
}

section.anyquestions.yellow a, section.anyquestions.yellow .dashicons  {
	color: #081C5A !important;
	font-size: 36px;
	font-weight: bold
}
section.anyquestions .dashicons,
section.contactus .dashicons, section.getintouch .dashicons {
	margin-right: 1.5rem;
	margin-top: 0.25rem;
}
section.anyquestions p:after {
	content: "";
	width: 90px;
	height: 12px;
	display: block;
	background: #FFFFFF;
	margin: 30px 0;
}

section.yourbenefits p strong:after {
	content: "";
	width: 90px;
	height: 12px;
	display: block;
	background: #FEBB35 !important;
	margin: 30px 0;
}
.yourbenefits .dashicons, .yourbenefits .services {
	font-size: 5rem;
	color: #FEBB35 !important;
}

section.services span.dashicons {
	font-size: 400% !important;
	color: #FEBB35 !important;
	height: 60px;
}

section.services h3 {
	margin-block-start: 0;
	margin-block-end: 0;
	height: 55px;
}

section.services p {
	height: 75px;
}

section.contactmap {
	padding: 0 !important;
}
.contactmap_right {
	line-height: normal;
	max-height: 200px;
}
.contactmap_right:before, .contactmap_right:after {
	width: 80px;
	height: 50%;
	position: absolute;
	left: -80px;
	content: "";
}
.contactmap_right:before {
	top: 0;
	background: linear-gradient(to left top, #FEBB35 50%, transparent  50%);
}
.contactmap_right:after {
	top: 50%;
	background: linear-gradient(to left bottom, #FEBB35 50%, transparent 50%);
}
.contactmap_right h2 {
	margin-top: 3rem;
}

section.teasing div.graybg {
	position: absolute;
	width: 200px !important;
	height: 100%;
	left: -200px;
	background-color: #f2f2f2;
	z-index: 0;
}
section.teasing .teasing_left {
	z-index: 2;
}
section.teasing .teasing_right {
	z-index: 1;
}
section.teasing .cta {
	position: absolute !important;
	/*width: 220px !important;*/
	bottom: -11px;
}
section.teasing .cta a:before, section.teasing .cta a:after {
	width: 20px;
	height: 50%;
	position: absolute;
	right: -20px;
	content: "";
}
section.teasing .cta a:before {
	top: 0;
	background: linear-gradient(to right top, #FEBB35 50%, transparent 50%)
}
section.teasing .cta a:after {
	top: 50%;
	background: linear-gradient(to right bottom, #FEBB35 50%, transparent 50%);
}
section.teasing{
	margin-left: auto !important;
	margin-right : auto !important;
}
section.history3cols .uagb-ifb-icon-wrap {
	font-size: 200%;
}

section.highlighted {
	padding: 0 !important;
}
.highlighted_left p{
	line-height: normal !important;
	/*width: 80% !important;*/
	/*left: -50% !important;
	padding-left: 50% !important;*/
}
.highlighted_left:before, .highlighted_left:after {
	width: 80px;
	height: 50%;
	position: absolute;
	right: -80px;
	content: "";
}
.highlighted_left:before {
	top: 0;
	background: linear-gradient(to right top, #FEBB35 50%, transparent 50%)
}
.highlighted_left:after {
	top: 50%;
	background: linear-gradient(to right bottom, #FEBB35 50%, transparent 50%);
}
.highlighted_left p strong:after {
	content: "";
	width: 90px;
	height: 12px;
	display: block;
	background: #FFFFFF;
	margin: 15px 0;
}
/*.highlighted_right {
	width: 100% !important;
}*/

section.quicksearch h2:after {
content: "";
width: 75px;
height: 6px;
display: block;
background: #FEBB35 !important;
margin: 5px 0 15px 0;
}

/*
* SEARCH
*/

#search-icon {
	fill: #FFFFFF;
	font-size: 120%;
}
.quicksearch .wp-block-search__button {
	background-color: #FEBB35 !important;
	border: none;
	margin: 0;
}
.quicksearch h3 {
	color: #FEBB35 !important;
	font-size: 120%;
}
.quicksearch h3:after {
	content: "▽";
	color: #FEBB35 !important;
	position: relative;
	margin-left: 1rem;
	font-weight: 600;
}
.quicksearch .is-open>h3:after {
	content: "△";
}

/*
* MEDIA QUERIES
*/

@media all and (max-width:768px) {
	section.teasing div.graybg {
		display: none;
	}
	
	.highlighted_left:before, .highlighted_left:after {
	width: 50%;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: -80px;
	content: "";
	}
	
	.highlighted_left:before {
		left: 0;
		top: auto;
		background: linear-gradient(to left bottom, #FEBB35 50%, transparent 50%)
	}
	.highlighted_left:after {
		left: auto;
		right: 0;
		top: auto;
		background: linear-gradient(to right bottom, #FEBB35 50%, transparent 50%);
	}
		
		.contactmap_right:before, .contactmap_right:after {
		height: 40px;
		width: 50%;
		position: absolute;
		top: -40px;
		content: "";
	}
	.contactmap_right:before {
		left: 0;
		background: linear-gradient(to left top, #FEBB35 50%, #fff 50%);
	}
	.contactmap_right:after {
		left: 50%;
		background: linear-gradient(to top right, #FEBB35 50%, transparent 50%);
	}
}

@media all and (min-width:769px) {
	/*.tg-site-header-bottom {
		height: 90px;
	}
	.site-branding, #header-action {
		margin-top: -1.5em !important;
	}*/
	#site-navigation {
		max-height: 88px;
		overflow: visible;		
	}
	
	#primary-menu li.depth0 a {
		background-color: transparent;
	}
	
	#primary-menu li.depth0:hover > ul.sub-menu {
		background-color: #eee !important;
		position: fixed !important;
		width: 100% !important;
		left: 0 !important;
		top: 120px !important;
		z-index: 90000 !important;
		padding: 2rem !important;
		display: flex !important;
		align-items: top !important;
		justify-content: center !important;
		gap : 3.5em !important;
	}
	
	#primary-menu li.depth1 {
		/*-ms-flex: 1;*/  /* IE 10 */  
		/*flex: 1 ;*/
		z-index: 95000 !important;
		max-width: 15%;
		text-align: left !important;
	}
	
	#primary-menu li.depth1 ul.sub-menu {
		position: relative !important;
		z-index: 99000 !important;
		left: 0 !important;
	}
	#primary-menu li.depth1 ul, #primary-menu li.depth1 li {
		padding: 0;
		margin: 0;
		width: 100% !important;
		border: none !important;
		line-height: 50% !important;
		background-color: transparent !important;
	}
	#primary-menu li.depth0 a:after, #primary-menu li.depth1 a:after {
		content: '' !important;
	}
	#primary-menu li.depth2 a {
		font-weight: 400 !important;
		line-height: normal;
		padding-bottom: 0;
	}
	
	.admin-bar #primary-menu li.depth0:hover > ul.sub-menu {
		top: 150px !important;
	}
}

#gtx-trans, wp-modal-content-media-buttons button { display : none !important;}

.technicalsheet{
margin-bottom : 20px;
}

.technicalsheet a, .technicalsheet a:active, .technicalsheet a:focus{
color: #fff;
    background-color: #0077BB;
    padding: 9px 10px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border: 2px solid #0077BB;
text-decoration: none;
font-weight: 700;
    font-size: 1.05rem;
}

.technicalsheet a:hover{
color: #269bd1;
    background-color: white;
   border: 2px solid #0077BB;
text-decoration: none;
}

.technicalsheet p{
margin-bottom : 10px;
}

#liste_grades_materials{
display: flex;
flex-wrap : wrap;
list-style-type : none;
padding : 15px;
margin : unset;
}

#liste_grades_materials li {
    border-right: 1px solid #d3d3d3;
    padding-right: 10px;
    margin-right: 10px;
display: flex;
flex-direction : column;
  }

#liste_grades_materials li:last-child, #liste_grades_materials li li {
    border-right: none;
  }

#liste_grades_materials li{
list-style-type : none;
}

#liste_grades_materials li ul{
margin-left : unset;
}

#liste_grades_materials li ul li{
padding : unset;
}
#liste_grades_materials li ul {
	padding-inline-start: 0px;
}

#liste_grades_materials a{
text-decoration: none;
font-size : 0.8em;
}

#liste_grades_materials > li > a:first-child {
font-weight: 600;
font-size : 1em;
}

#liste_grades_materials > li > ul > li > a:first-child {
    font-weight: normal; }

@media screen and (max-width : 1024px){ 
#liste_grades_materials{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
}
@media screen and (max-width : 562px){ 
#liste_grades_materials{
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
}

.triangle {
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: 10px;
            vertical-align: middle;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid black;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        
        .triangle.open {
            transform: rotate(180deg);
        }

@media (min-width: 1024px) {
            .triangle {
                display: none;
            } }
@media (max-width: 1024px) {
            #liste_grades_materials li ul {
                display: none;
            }   }  
  
 .button_register_container {
            display: flex;
            justify-content: center;
            align-items: center;       
        }

        .button_register_container button {
            background-color: #0077BB;
            color: white;
            border: 2px solid #0077BB;
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s, color 0.3s;
        }

        .button_register_container button:hover {
            background-color: white;
            color: #0077BB;
        }

.is-style-outline:hover{
background-color : #e5f1f8;
}

.is-style-outline:hover a{
text-decoration : none;
}

#header-container ul.sub-menu.hovered {
    background-color: #eee !important;
	position: fixed !important;
	width: 100% !important;
	left: 0 !important;
	top: 120px !important;
	z-index: 90000 !important;
	padding: 2rem !important;
	display: flex !important;
	justify-content: center !important;;
	align-items: top !important;
	gap : 3.5em !important;
}

.admin-bar #header-container ul.sub-menu.hovered {
	top: 150px !important;	
}

.forminator-button-upload, .button_cta_second{
	border : 2px solid #0077BB !important;
	background-color : white !important;
	color : #0077BB !important;
    box-shadow: unset !important;
}

.forminator-button-upload:hover, button_cta_second:hover{
	border : 2px solid #0077BB !important;
	background-color : #E5F1F8 !important;
	color : #0077BB !important;
box-shadow: unset !important;
}

.forminator-button-submit, .button_cta_first{
        border : 2px solid #0077BB !important;
	background-color : #0077BB !important;
	color : white !important;
box-shadow: unset !important;
}

.forminator-button-submit:hover, .button_cta_first:hover{
        border : 2px solid #0077BB !important;
	background-color : white !important;
	color : #0077BB !important;
box-shadow: unset !important;
}

.legal h2{
	font-size : 2rem !important;
	margin : unset;
	margin : 20px 0 5px 0;
}
.legal h3{
	font-size : 1.4rem !important;
	margin : unset;
	margin : 10px 0 5px 0;
}
.legal table{
	margin : unset;
	margin-top : 20px ;
}

.legal-links span{
	margin-right: 15px;
}

.grid p a {
	text-decoration : underline;
}

/* Pages Top Catégorie */
.topcat, .subcat, .materialtable{
	padding-top : 100px;
	background-color: white;
}
section.subcats li {
	background-color: #0D1C56;
	text-align: center;
	list-style-type: none;
	padding: 2rem;
	font-size: 200%;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
section.subcats li:after {
	content: "";
	width: 80px;
	height: 5px;
	display: block;
	background: #FEBB35 !important;
	margin: 0 auto;
}
section.subcats ul{
	padding-inline-start: 0;

}
.machining > div {
	gap : 70px !important;
  }
section.subcats li a, section.subcats li a:hover {
	color: #fff;
	text-decoration: none;
}

.machining ul {
    list-style: square;
}
.choiceofgoods table th, .choiceofgoods table td, .choiceofgoods .wp-block-table th, .choiceofgoods .wp-block-table td{ 
		text-align: left;
		border: 1px solid #e9ecef;
		padding: 1em;
	}
.choiceofgoods tr:nth-child(even){
	background-color: #f2f2f2 !important;
}		

@media screen and (max-width: 1160px) {
	.topcat .grid, .subcat .grid, .topcat header, .subcat header, .subcat .choiceofgoods div, .materialtable header ,.materialtable .grid{
		padding : 0 25px;
	}
	.choiceofgoods{
		padding : unset !important;
	}
}
@media screen and (min-width: 1161px) {
	.search-results #content, .nuances, .management-column, .wp-block-uagb-blockquote, #subfooter .subfooter-widget, .topcat .grid, .subcat .grid, .topcat header, .subcat header, .topcat section, .subcat .choiceofgoods div,.materialtable header, .materialtable .grid, .page-template-default .entry-header, .legal article {
		max-width: 1160px !important;
		margin-left: auto;
		margin-right : auto;
	}
	.alignfull{
		padding-left: 0 !important;
	}
}
@media screen and (min-width: 1460px) {
	.search-results #content, .nuances, .management-column, .wp-block-uagb-blockquote, #subfooter .subfooter-widget, .topcat .grid, .subcat .grid, .topcat header, .subcat header, .topcat section, .subcat .choiceofgoods div,.materialtable header, .materialtable .grid, .page-template-default .entry-header, .legal article {
		max-width: 1420px !important;
	}
}

/* Homepage */
.home .wp-element-button{
		background-color: transparent !important;
		color: #0077BB !important;
		border: 2px solid #0077BB !important;
		border-radius: 0 !important;
		padding: 10px 20px !important;
		font-size: 16px !important;
		cursor: pointer !important;
		transition: background-color 0.3s, color 0.3s !important;
}
.home .wp-element-button:hover{
	background-color: #e5f1f8 !important;
}

/* Barre de recherche */
.search_bar input[type="text"]{
    border: 1px solid #dee2e6;
    padding: 0.7rem 1rem;
    width: 50%;
    border-radius: 0;
}

/* Page Management */
.management-column{
	padding : 20px 0;
}

section.yourbenefits h3, section.services h3{
	font-weight: 500;
}
.c-accordion__title{
	font-weight: 600;
}

section.yourbenefits{
	padding-bottom: 30px !important;
}