/*
Theme Name: Polet
Author: Solutique
Author URI: https://www.solutique.fr/
Version: 1.0
Text Domain: polet
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');


/*
 * Common
 */

html {
	font-size: 62.5%;
}

body {
	font: 300 1.4rem 'Montserrat', sans-serif;
	color: #050506;
}

main {
	padding-bottom: 11rem;
	background-color: #fff;
}

footer {

}

h1 {
}

h2 {
	margin-bottom: 1rem;
	font-size: 2.975rem;
	font-weight: 300;
	color: #050506;
	/*	margin-bottom: 2rem;
		font-size: 3.8rem;
		font-weight: 700;
		color: #0e59ac;*/
}
.home h2 {
	margin-bottom: 0;
	font-size: 2.8rem;
	/*font-weight: 400;*/
}
.wp-block-cover h2:not(.has-text-color) {
	color: #050506;
}

h3 {
	margin-bottom: 2rem;
	font-size: 2.8rem;
	font-weight: 700;
	color: #0e59ac;
}
.wp-block-media-text h3 {
	margin-bottom: 0;
}
.wp-block-cover h3:not(.has-text-color) {
	color: #0e59ac;
}

h4 {
	margin-bottom: 1rem;
	font-size: 2.275rem;
	font-weight: 700;
	color: #0e59ac;
}

p {
	font-size: 2.275rem;
	margin-bottom: 2rem;
}
.wp-block-cover p:not(.has-text-color) {
	color: #050506;
}

a {
	color: #0e59ac;
	text-decoration: none;
}
a:hover {
	color: #37348b;
	text-decoration: none;
}

strong {
	font-weight: 700;
	color: #0e59ac;
}

label {
	font-size: 1.925rem;
	font-weight: 400;
	color: #0e59ac;
}
input[type=text], input[type=email], textarea {
	font-size: 1.925rem;
}
input::placeholder, textarea::placeholder {
	font-style: italic;
}

figure img {
	height: auto;
}

main ul {
	margin-left: 0;
	padding-left: 3rem;
	font-weight: 400;
	list-style: none;
	color: #050506;
}
main li {
	margin-bottom: 1rem;
}
main li::before {
	content: "\f00c";
	display: inline-block;
	margin: 0 1rem 0 -3rem;
	font: 900 1.6rem "Font Awesome 5 Free";
	color: #2cc6b1;
}

.wp-block-separator.is-style-wide {
	margin: 6rem 0 4rem;
	border-width: 5px;
	border-color: #f3f6f9;
}

.pre-titre {
	font-size: 2.8rem;
}

.chapeau {
	margin-bottom: 4rem;
	font-size: 2.975rem;
}

.grand-chapeau {
	margin-bottom: 5rem;
	font-size: 4rem;
	font-weight: bold;
	color: #0e59ac;
}
.grand-chapeau strong {
	color: #fff;
	background-color: #2cc6b1;
}
.grand-chapeau em {
	font-style: normal;
	color: #2cc6b1;
}
p.grand-chapeau:not(.has-text-color) {
	color: #0e59ac;
}

.cercle figure {
	position: relative;
	padding: 7%;
	border-radius: 50%;
	border: 8px solid #e1eaf1;
}
.cercle:not(.first) figure::before {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: calc(100% + 25px);
	display: inline-block;
	width: 100%;
	border-top: 8px solid #e1eaf1;
}

.definition {
	grid-template-columns: 6rem auto !important;
	padding: 4rem;
	background-color: #f3f6f9;
}
.definition h4 {
	margin-bottom: 0;
	color: #050506;
}
.definition figure img {
	width: 7rem;
	height: 7rem;
}
.definition .wp-block-media-text__content {
	padding: 0 0 0 4rem;
}

h3.titre-schemas {
	font-size: 4.1rem;
	font-weight: 300;
}
.schema figcaption {
	font-size: 2.275rem;
	text-align: center;
	color: #0e59ac;
}
.schema.rouge1 figcaption {
	color: #f24e2a;
}
.schema.legende-tete {
	display: table;
}
.schema.legende-tete figcaption {
	display: table-caption;
	caption-side: top;
	text-align: left;
}

.produits {
	position: relative;
	margin-bottom: 100px;
}
figure.produit {
	font-size: 2.8rem;
}
figure.produit figcaption {
	position: absolute;
	left: 0;
	bottom: -50px;
	height: 0;
	overflow: visible;
}

.bleu1 {
	color: rgba(14, 89, 172, 1);
	color: #0e59ac;
}
.bleu2 {
	color: rgba(55, 52, 139, 1);
	color: #37348b;
}
.vert1 {
	color: rgba(44, 198, 177, 1);
	color: #2cc6b1;
}
.vert2 {
	color: rgba(0, 180, 184, 1);
	color: #00b4b8;
}
.gris1 {
	color: rgba(172, 200, 221, 1);
	color: #acc8dd;
}
.gris2 {
	color: rgba(225, 234, 241, 1);
	color: #e1eaf1;
}
.gris3 {
	color: rgba(243, 246, 249, 1);
	color: #f3f6f9;
}
.degrade-bleu {
	background: #076fba;
	background: linear-gradient(90deg, #076fba 0%, #47499d 100%);
	background: rgba(7, 111, 186, 1);
	background: linear-gradient(90deg, rgba(7, 111, 186, 1) 0%, rgba(71, 73, 157, 1) 100%);
}
.fond-bleu {
	color: #fff;
	background-color: rgba(14, 89, 172, .8);
}
.fond-vert {
	color: #fff;
	background-color: rgba(44, 198, 177, .8);
}
.rouge1 {
	color: #f24e2a;
}

.marge-0 {
	margin: 0;
}

/* Boutons */
.bouton1 {
	position: relative;
	display: inline-block;
	padding-left: 6.5rem;
	padding-right: 2.5rem;
	font-size: 2rem;
	line-height: 5.6rem;
	font-weight: bold;
	white-space: nowrap;
	color: #37348b;
	background-color: #fff;
	border: 2px solid #37348b;
	border-radius: 2.8rem;
}
.bouton1::before {
	content: "\f061";
	position: absolute;
	left: .3rem;
	top: .3rem;
	display: inline-block;
	width: 5rem;
	height: 5rem;
	font: 900 2.2rem "Font Awesome 5 Free";
	line-height: 5rem;
	text-align: center;
	color: #fff;
	background-color: #2cc6b1;
	border-radius: 50%;
}
.bouton1:hover {
	text-decoration: none;
	color: #fff;
	background-color: #37348b;
}
.bouton1 input {
	font-size: 2rem;
	line-height: 5.6rem;
	font-weight: bold;
	white-space: nowrap;
	color: #37348b;
	background-color: transparent;
	border: none;
}
.bouton1 input:hover {
	color: #fff;
}

.bouton2 {
	position: relative;
	top: 1rem;
	display: inline-block;
	padding-left: 6.5rem;
	padding-right: 2.5rem;
	font-size: 2rem;
	line-height: 5.6rem;
	font-weight: bold;
	white-space: nowrap;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 2.8rem;
}
.bouton2::before {
	content: "\f061";
	position: absolute;
	left: .3rem;
	top: .3rem;
	display: inline-block;
	width: 5rem;
	height: 5rem;
	font: 900 2.2rem "Font Awesome 5 Free";
	line-height: 5rem;
	text-align: center;
	color: #fff;
	background-color: #2cc6b1;
	border-radius: 50%;
}
.bouton2:hover {
	text-decoration: none;
	color: #37348b;
	background-color: #fff;
}

.bouton3 {
	position: relative;
	display: inline-block;
	padding-left: 6.5rem;
	padding-right: 2.5rem;
	font-size: 2rem;
	line-height: 5.6rem;
	font-weight: bold;
	white-space: nowrap;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 2.8rem;
}
.bouton3::before {
	content: "\f061";
	position: absolute;
	left: .3rem;
	top: .3rem;
	display: inline-block;
	width: 5rem;
	height: 5rem;
	font: 900 2.2rem "Font Awesome 5 Free";
	line-height: 5rem;
	text-align: center;
	color: #2cc6b1;
	background-color: #fff;
	border-radius: 50%;
}
.bouton3:hover {
	text-decoration: none;
	color: #2cc6b1;
	background-color: #fff;
}
.bouton3:hover::before {
	text-decoration: none;
	color: #fff;
	background-color: #2cc6b1;
}

/* boite-info */
.boite-info {
	padding: 2.5rem 4rem 4rem;
	background-color: #fff;
}
.boite-info h2 {
	margin-bottom: 2rem;
	font-size: 3.325rem;
	font-weight: 700;
}
.wp-block-cover .boite-info p:not(.has-text-color) {
	color: #050506;
}

/* Pavé métier */
.pave-metier {
	margin: 3rem 0;
}
.pave-metier a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.pave-metier a:hover .filtre {
	background-color: rgba(14, 87, 170, 0.57) !important;
}
.pave-metier .filtre {
	padding: 6rem 1rem 7rem;
}
.pave-metier .icone {
	width: 30%;
	height: auto;
}
.pave-metier h3 {
	margin-top: 1.5rem;
	color: #fff;
}

/* secteurs accueil / Onglets secteurs */
.secteurs-accueil,
.onglets-secteurs {
	display: flex;
	justify-content: space-between;
}
ul.onglets-secteurs  {
	margin-bottom: 7rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #f3f6f9;
	box-shadow: 0 1rem 1rem -1rem rgba(0, 0, 0, .5);
}
.onglets-secteurs li::before {
	content: '';
	display: none;
}
.onglets-secteurs a {
	position: relative;
}
.onglets-secteurs a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	background-color: rgba(255, 255, 255, .7);
	transition: all .5s;
}
.onglets-secteurs .ui-state-active a::before,
.onglets-secteurs a:hover::before {
	background-color: rgba(255, 255, 255, 0);
}
.secteurs-accueil.wp-block-cover h2:not(.has-text-color),
.secteurs-accueil.wp-block-cover h3:not(.has-text-color),
.secteurs-accueil.wp-block-cover p:not(.has-text-color),
.onglets-secteurs.wp-block-cover h2:not(.has-text-color),
.onglets-secteurs.wp-block-cover h3:not(.has-text-color),
.onglets-secteurs.wp-block-cover p:not(.has-text-color) {
	color: #fff;
}
.pave-secteur a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.pave-secteur h3 {
	margin-top: 1.5rem;
}
.pave-secteur .icone {
	width: 15rem;
	height: auto;
}

/* ReCaptcha */
.grecaptcha-badge {
	right: -1000px !important;
}

/* Damier solution */
.damier-solution {
	position: relative;
	background: linear-gradient(90deg, #076fba 0%, #47499d 100%);
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
}
.damier-solution::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	background: linear-gradient(90deg, #076fba 0%, #47499d 100%);
}
.damier-solution.gauche::before {
	right: 50%;
	left: 0;
}
.damier-solution .illustration {
	display: none;
}
.damier-solution .icone {
	margin-bottom: 3rem;
}
.damier-solution h2 {
	margin-bottom: 3rem;
	font-size: 3.325rem;
	font-weight: 700;
}
.damier-solution p {
	margin-bottom: 3rem;
	font-weight: 400;
}
.damier-solution.wp-block-cover h2:not(.has-text-color),
.damier-solution.wp-block-cover p:not(.has-text-color) {
	color: #fff;
}

.damier-solution p strong {
	color: #2cc6b1;
}

.picto-titre {
	padding-left: 4rem;
}
.picto-titre h4 img {
	display: inline-block;
	margin: 0 1rem 0 -4rem;
}
.picto-titre a {
	color: #37348b;
}

/* Offres Emploi */
.offres-emploi .offre {
	display: flex;
	justify-content: space-between;
	font-weight: 700;
}
.offres-emploi .intitule {
	font-size: 1.925rem;
}
.offres-emploi a {
	text-decoration: underline;
}
.offres-emploi a:hover {
	text-decoration: none;
}
.offres-emploi hr {
	border-color: #050506;
}


/* Sextions secteurs */
.section-secteur h3 {
	font-size: 5.4rem;
}
.section-secteur h4 {
	font-size: 4rem;
	margin-bottom: 3rem;
	margin-top: 5rem;
}
.section-secteur p,
.section-secteur ul {
	margin-bottom: 3rem;
	font-size: 2.8rem;
}
.section-secteur img {
	height: auto;
}
.section-secteur .wp-block-group__inner-container > p,
.section-secteur .wp-block-group__inner-container > ul {
	margin-left: 6rem;
}
.section-secteur .wp-block-group__inner-container > .chapeau-secteur {
	margin-bottom: 5rem;
	margin-left: 0;
	font-size: 2.925rem;
	color: #2cc6b1;
	font-weight: 700;
}
.section-secteur .info-covid {
	margin: 6rem 0;
	padding: 0 5rem 2rem;
	border: 14px dashed #2cc6b1;
}
.section-secteur .wp-block-group__inner-container > .info-covid h4 {
	color: #2cc6b1;
}
.section-secteur .wp-block-group__inner-container > ul.confiance {
	margin-left: 4rem;
	padding-left: 0;
}
.section-secteur .confiance li::before {
	content: '';
	display: none;
}


/* To top */
#scrolltotop {
	display: none;
	width: 6rem;
	height: 6rem;
	position: fixed;
	right: 4rem;
	bottom: 6rem;
	z-index: 1500;
	font-size: 5rem;
	text-align: center;
	color: #fff;
	background-color: rgba(14, 89, 172, 1);
	box-shadow: 3px 6px 0 0 rgba(0, 0, 0, .1);
}

/* AddToAny share */
.addtoany_share_save_container {
	float: right;
}

/* Touch */
#touch {
	position: fixed;
	right: 0;
	bottom: 18rem;
	z-index: 1000;
	box-shadow: 3px 6px 0 0 rgba(0, 0, 0, .1);
}
#touch a {
	display: block;
	width: 8rem;
	height: 8rem;
	line-height: 8rem;
	text-align: center;
	background-color: #2cc6b1;
}
#touch .tel {
	border-bottom: 1px solid #fff;
}

/* Call1 */
#call1 strong {
	color: #fff;
}
#call1 .corps {
	padding: 6rem 8rem;
	background: #2cc6b1 url(img/logo-iso-1.svg) no-repeat 108% 55%;
	background-size: 46rem 40.8rem;
}
#call1 h2 {
	margin-bottom: 1rem;
	font-size: 6rem;
	font-weight: 700;
	color: #fff;
}
#call1 h3 {
	color: #fff;
	font-size: 4rem;
	font-weight: normal;
	margin-bottom: 2.5rem;
}


/*
 * Header
 */

#mobile-header {
	position: absolute;
	z-index: 1000;
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 3rem 5rem 0 8rem;
}

#logo,
#nav.expanded #logo {
	display: block;
	width: 415px;
	height: 135px;
	background: url(img/logo-polet-blanc.png) no-repeat 0 0;
	background-size: 100% 100%;
	transition: all .5s ease-out;
}
/*.home #logo {*/
#logo {
	background-image: url(img/logo-polet-couleur.png);
}

#menu-button {
	margin-top: 3rem;
	font-size: 5rem;
	color: #fff;
	transition: all .5s ease-out;
}
.home #menu-button {
	color: #0e59ac;
}
#nav.expanded #menu-button {
	color: #fff;
}
#nav.expanded #menu-button i:before {
	content: "\f00d";
}

.menu-principal-container {
	display: none;
	position: absolute;
	top: 0;
	z-index: 500;
	width: 100%;
	padding: 20.5rem 0 10rem;
	color: #fff;
	background: rgb(7,111,186);
	background: linear-gradient(90deg, rgba(7,111,186,1) 0%, rgba(71,73,157,1) 100%);
}
#menu-principal {
	columns: 3;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 2.4rem;
}
#menu-principal a {
	display: inline-block;
	padding: 1rem 0;
	color: #fff;
}
#menu-principal a:hover,
#menu-principal .current-menu-item a {
	font-weight: bold;
	text-decoration: none;
}

/*
 * Hero
 */

#hero {
	min-height: 52rem;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
.poletdiaporama {
	position: relative;
	min-height: 94rem;
	background: url(img/hero-accueil.jpeg) no-repeat 50% 0;
	background-size: cover;
	/*mix-blend-mode: multiply;*/
}
#hero .slogan {
	padding-top: 27rem;
	font-size: 5.6rem;
	line-height: 6.9rem;
	font-weight: bold;
	color: #fff;
}
#hero .slogan .fond-bleu {
	background-color: rgba(14, 89, 172, .8);
}
#hero .slogan .fond-vert {
	background-color: rgba(44, 198, 177, .8);
}
#hero .encart {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/*width: 100%;*/
	padding: 6rem 0 7rem;
	color: #fff;
	background: rgba(7, 111, 186, .8);
	background: linear-gradient(90deg, rgba(7, 111, 186, .8) 0%, rgba(71, 73, 157, .8) 100%);
	/*	mix-blend-mode: multiply;
		isolation: isolate;*/
}
#hero .encart .container {
	position: relative;
	padding-top: .5rem;
}
#hero .encart .container::before {
	content: '';
	position: absolute;
	left: 15px;
	top: 0;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border: 1px solid #fff;
	border-width: 2px 0 0 2px;
}
#hero .encart .container::after {
	content: '';
	position: absolute;
	right: 15px;
	bottom: 0;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border: 1px solid #fff;
	border-width: 0 2px 2px 0;
}
#hero .encart .corps {
	padding: 0 5rem;
	/*	background-color: red;
		mix-blend-mode: normal;*/
	/*isolation: isolate;*/
}
#hero .encart .titre {
	margin: 0;
	font-size: 4.2rem;
	line-height: 100%;
	font-weight: 700;
	color: #2cc6b1;
}
#hero .encart .sous-titre {
	margin-bottom: 1.6rem;
	font-size: 2.8rem;
	line-height: 100%;
	color: #fff;
}
#hero .encart p {
	font-size: 2.6rem;
	line-height: 120%;
	font-weight: 400;
}


/*
 * Orientation
 */

#orientation {
	padding-top: 4rem;
}

#breadcrumbs {
	margin: 0;
	font-size: 1.925rem;
}
#breadcrumbs a {
	color: #050506;
}
#breadcrumbs a:hover {
	color: #37348b;
	text-decoration: underline;
}
#breadcrumbs .breadcrumb_last {
	color: #0e59ac;
	font-weight: bold;
}

/*
 * Main
 */

#main-content {
	padding: 5rem 0 11rem;
}
.home #main-content {
	padding-top: 11rem;
}

#brochure .mobile {
	display: none;
}
#brochure .desktop {
	display: block;
}


/*
 * Footer
 */

footer {
	padding-bottom: 6rem;
	font-size: 1.8rem;
	line-height: 3.6rem;
	color: #fff;
	background: rgb(7,111,186);
	background: linear-gradient(90deg, rgba(7,111,186,1) 0%, rgba(71,73,157,1) 100%);
}
footer h2 {
	margin: 0;
	font-size: 1.8rem;
	line-height: 3.6rem;
	color: #fff;
}
footer a {
	color: #fff;
}
footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
footer .menu {
	columns: 2;
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .menu-item-53 {
	font-weight: 700;
}

#adresses {
	padding: 5rem 8rem 0;
	/*border-bottom: 1px solid #fff;*/
}
#adresses::after {
	content: '';
	display: block;
	margin-top: 5rem;
	border-bottom: 1px solid #fff;
}
#adresses .logo {
	margin-bottom: 2rem;
}

#credits {
	padding: 5rem 0;
}

/*
 * Media queries
 */

/* xs */
@media (max-width: 575.98px) {

	html {
		font-size: 40%;
	}

	#mobile-header {
		padding: 15px 15px 0;
	}

	#menu-principal {
		columns: auto;
		line-height: 30px;
	}

	.menu-principal-container {
		padding: 100px 0 10px;
	}

	#logo,
	#nav.expanded #logo {
		width: 180px;
		height: 58.55px;
	}

	#menu-button {
		margin-top: 8px;
		font-size: 4.2rem;
	}

	.poletdiaporama {
		min-height: 100vh;
	}

	#hero .slogan {
		padding-top: 100px;
	}

	#menu-principal-1 {
		margin-top: 40px;
		columns: auto;
		line-height: 5rem;
	}

	#adresses {
		padding: 5rem 0 0;
		font-size: 130%;
	}
	#adresses .contacts h2 {
		margin-top: 40px;
	}

	#touch {
		bottom: 0;
	}

	#scrolltotop {
		bottom: 105px;
	}

	#call1 .corps {
		padding-bottom: 10rem;
		background-position: 125% 125%;
		background-size: 30rem 26rem;
	}

	.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
		width: auto;
	}
	
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0;
	}

	.cercle:not(.first) figure::before {
		display: none;
	}

	.offres-emploi {
		margin-bottom: 60px;
	}

	.secteurs-accueil,
	.onglets-secteurs {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.onglets-secteurs {
	}
	.pave-secteur .icone {
		width: 80px;
	}
	.pave-secteur h3 {
		font-size: 2rem;
	}

	.damier-solution {
		position: relative;
		margin-bottom: 20px;
		padding-top: 200px;
		background-image: none !important;
		background-position: 0 0;
	}
	.damier-solution::before,
	.damier-solution.gauche::before {
		left: 0;
		right: 0;
	}

	.damier-solution .col-12 {
		position: static;
	}
	.damier-solution .illustration {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 200px;
		overflow: hidden;
	}

	figure.produit {
		margin-bottom: 100px;
		text-align: center;
	}
	figure.produit figcaption {
		position: static;
	}

	#brochure .mobile {
		display: block;
	}
	#brochure .desktop {
		display: none;
	}

}

/* sm (540px) */
@media (min-width: 576px) {



}

/* md (720px) */
@media (min-width: 768px) {

	html {
		font-size: 45%;
	}

	#call1 .corps {
		padding-bottom: 10rem;
		background-position: 115% 130%;
		background-size: 35rem 31.04rem;
	}


}

/* lg (960px) */
@media (min-width: 992px) {



}

/* xl (1140px) */
@media (min-width: 1200px) {



}
