@import 'social.css';
@import 'style.css';

:root {
	--primaryColor: #3B090D;
	--colorSite: #3C0218;
	--colorSiteLight: #b8557b;
}

section p,
section li {
	font-size: 1.1em !important;
	color: #333 !important
}

.flash-fixed {
	position: fixed;
	top: 20vh;
	left: 50%;
	width: max-content;
	transform: translatex(-50%);
	z-index: 1050
}

.flash-fixed .alert {
	margin-bottom: 0 !important
}

/* Breadcrumb */
.breadcrumb_iner_item h1 {
	font-size: 3em;
	color: white !important
}

.breadcrumb_iner_item p {
	color: white !important
}

.breadcrumb-container {
	padding: 0;
	background: transparent;
	font-size: 0.85rem
}

.breadcrumb-item {
	display: inline-block
}

.breadcrumb-item a {
	color: white;
	text-decoration: underline
}

.breadcrumb-item a:hover {
	text-decoration: none
}

.breadcrumb-item.active {
	font-weight: bolder;
	color: white !important
}

.breadcrumb-logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0
}

.breadcrumb-logo::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-image: url("https://static.pegasus-formations.fr/images/logo/logo-white.png");
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: 170% 50%;
	opacity: 0.07
}

@media screen AND (max-height: 1080px) {
	.breadcrumb.ptb200 {
		padding: 150px 0 !important
	}
}

@media screen and (max-width: 768px) {
	.breadcrumb.ptb200 {
		padding: 5vh !important
	}

	.breadcrumb_iner_item h1 {
		font-size: 1.5rem
	}
}


.section,
.footer-area {
	padding: 20px
}

.home-title {
	font-weight: 300;
	font-size: 3em;
	text-align: center
}

@media screen and (min-width: 768px) {
	.section {
		padding: 5rem 0
	}

	.footer-area {
		padding: 120px 0 0
	}
}

.img-fit-cover {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.img-border-deeppink {
	border: 2px solid deeppink
}

.img-border-white {
	border: 4px solid white
}

.img-shadow-rb {
	box-shadow: 40px 40px 0 rgba(59, 9, 13, .5)
}

.img-shadow-rt {
	box-shadow: 40px -40px 0 rgba(59, 9, 13, .5)
}

.img-shadow-lt {
	box-shadow: -40px -40px 0 rgba(59, 9, 13, .5)
}

.img-shadow-lb {
	box-shadow: -40px 40px 0 rgba(59, 9, 13, .5)
}

.text-primary-site {
	color: var(--primaryColor) !important
}

.text-secondary-site {
	color: var(--colorSite) !important
}

.text-tertiary-site {
	color: var(--colorSiteLight) !important
}


.bgCover,
.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.bgFixed,
.bg-fixed {
	background-attachment: fixed;
}

.bg-teal {
	background: teal !important;
}

.bg-primary-site {
	background: var(--primaryColor);
}

.btn-site {
	background: #3B090D;
	color: white;
	opacity: .8;
	transition: .3s;
}

.btn-site:hover {
	color: white;
	opacity: 1;
}
.btn-site:focus {
	color: white;
	box-shadow: none;
}
.no-background {
	background: none !important;
}

/* Text */
.text-300 {
	font-weight: 300 !important
}

.text-normal {
	font-weight: normal !important
}

.text-bolder {
	font-weight: bolder !important
}

.text-italic {
	font-style: italic
}

.text-large {
	font-size: 1.3em
}

/* LIST */
.list-pegasus {
	margin-left: 2rem;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style: none;
}

.list-pegasus li {
	line-height: 2em;
}

.list-pegasus li::before {
	content: "";
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f101";
	color: var(--primaryColor);
}

.list-pegasus .list-pegasus-header {
	font-weight: bolder;
	font-style: italic;
}

/* VIDEO */
#myVideo {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
	#myVideo {
		width: 100%;
		height: auto;
	}
}

@media (max-aspect-ratio: 16/9) {
	#myVideo {
		width: auto;
		height: 100%;
	}
}

@media (max-width: 792px) {
	#myVideo {
		display: none;
	}
}

.services h3 {
	position: relative;
	margin-bottom: 40px;
	font-weight: 400;
}

.services h3::after {
	content: "";
	position: absolute;
	bottom: -20px;
	width: 10vw;
	opacity: 0.3;
	border: 1px solid #3B090D
}

.services .left h3::after {
	right: 0;
}

.services .left h3 {
	text-align: right;
}

.services .right h3::after {
	left: 0 !important;
}

.services .left p {
	text-align: right;
}

.services .right p {
	text-align: left;
}

/*
	.secteurs-container .secteur-box:nth-child(1) > div { background: #d7493f; border-radius: 8px; color: white; }
	.secteurs-container .secteur-box:nth-child(2) > div { background: #38ca75; border-radius: 8px; color: white; }
	.secteurs-container .secteur-box:nth-child(3) > div { background: #36485c; border-radius: 8px; color: white; }
	.secteurs-container .secteur-box:nth-child(4) > div { background: #9057a8; border-radius: 8px; color: white; }
	.secteurs-container .secteur-box:nth-child(5) > div { background: #3d6e7f; border-radius: 8px; color: white; }
	.secteurs-container .secteur-box:nth-child(6) > div { background: #fca728; border-radius: 8px; color: white; }
	.secteurs-container .secteur-box:nth-child(7) > div { background: #D35400; border-radius: 8px; color: white; }
	.secteurs-container .secteur-box:nth-child(8) > div { background: #3B090D; border-radius: 8px; color: white; }
*/
.secteurs-container .secteur-box>div {
	border: 1px solid #3B090D;
	color: #3B090D;
	border-radius: 8px;
	transition: 0.5s
}

.secteurs-container .secteur-box>div:hover {
	background: #3B090D;
	color: white;
	border-radius: 8px
}

/* SECTION RECRUTEMENT */
.section-recrutement {
	position: relative;
	height: 90vh;
	z-index: 0;
}

.section-recrutement::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--primaryColor);
	opacity: .7;
	z-index: -1;
}

.section-recrutement h2 {
	color: white;
	font-size: 4em;
	font-weight: 300;
	text-transform: uppercase;
}

.section-recrutement h3 {
	margin: 7vh;
	color: white;
	font-size: 2em;
}

.section-recrutement a {
	padding: 20px 30px;
	border: 1px solid white;
	color: white;
	font-size: 2.5em;
	font-weight: 300;
	text-transform: uppercase;
	background: white;
	color: var(--primaryColor);
	transition: .3s ease-in-out;
}

.section-recrutement a:hover {
	background: none;
	color: white;
}

@media screen and (max-width: 768px) {
	.section-recrutement {
		position: relative;
		height: auto;
		padding: 10vh 0;
		z-index: 0
	}

	.section-recrutement h2 {
		font-size: 2em
	}

	.section-recrutement h3 {
		font-size: 1.3em
	}

	.section-recrutement a {
		padding: 10px;
		font-size: 1.1em
	}
}

/* FORMULAIRE CONTACT */
.contact-container {
	height: 100%;
	background-image: url(/img/contact-form.jpg);
	background-position: bottom 0 left -100px;
	background-size: auto 100%;
	background-repeat: no-repeat !important
}

@media screen and (max-width: 1200px) {
	.contact-container {
		background-position: left -350px top 0;
		background-size: auto 100%
	}
}

@media screen and (max-width: 992px) {
	.contact-container {
		background-position: left -20% top -5vh;
		background-size: 100% 50%
	}
}

@media screen and (max-width: 768px) {
	.contact-container {
		background-position: left -250px top -5vh;
		background-size: auto 50%
	}
}

/* Nos valeurs */
.nosvaleurs-icon {
	text-align: center;
	color: #3B090D;
	opacity: 0.2
}

/* Legal */
.legal-content h2 {
	margin-top: 2rem;
	font-size: 1.5rem
}

.legal-content ul {
	font-weight: normal
}

.legal-content ul li {
	position: relative;
	padding: 0.2rem 2rem 0;
	font-weight: 300
}

.legal-content ul li::before {
	content: "✓";
	position: absolute;
	left: .5rem;
	color: var(--primaryColor)
}

/* FORMULAIRE RECRUTEMENT */
.identification .form-group {
	margin-bottom: 2rem
}

.identification-demande i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: var(--primaryColor);
	border-radius: 50%;
	color: white;
	font-size: 1.2rem;
}

.identification p.small,
.identification li.small {
	line-height: 1.3;
	font-size: .9rem !important;
}

.list-pegasus li {
	display: flex;
	margin: 1rem 0;
	line-height: 1.2
}

.form-group input:focus {
	border-color: var(--primaryColor)
}

/* Response */
.response {
	width: 80%;
	min-width: 300px;
	max-width: 800px;
	margin: 1rem auto;
	padding: 2rem 3rem;
	background: white;
	border: 1px solid #ddd;
	text-align: center
}

.response-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5rem;
	height: 5rem;
	margin: 0 auto 0.5rem;
	border-radius: 50%;
	border: 1px solid #ddd;
	color: #ddd;
	font-size: 3rem
}

.response-icon img {
	width: 60%
}

.response-title {
	margin-bottom: 2rem;
	color: #ddd;
	font-size: 2rem
}

.response.success {
	border-color: #27AE60
}

.response.success .response-icon {
	border-color: #27AE60;
	color: #27AE60
}

.response.success .response-title {
	color: #27AE60
}

.response.error {
	border-color: #E74C3C
}

.response.error .response-icon {
	border-color: #E74C3C;
	color: #E74C3C
}

.response.error .response-title {
	color: #E74C3C
}

.response.info {
	border-color: #2980B9
}

.response.info .response-icon {
	border-color: #2980B9;
	color: #2980B9
}

.response.info .response-title {
	color: #2980B9
}

.response.warning {
	border-color: #f1c40f
}

.response.warning .response-icon {
	border-color: #f1c40f;
	color: #f1c40f
}

.response.warning .response-title {
	color: #f1c40f
}

/* Caddie */
.caddie-topbar {
	position: relative
}

.caddie-topbar-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -13px;
	right: -13px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #E74C3C;
	color: white;
	font-size: 0.85rem
}

/* tvModal */
.tvModal {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 2000
}

.tvModal::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: -1
}

.tvModal-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: transparent;
	transition: background 0.3s
}

.tvModal-close:hover {
	background: rgba(255, 255, 255, .3)
}

.tvModal-close img {
	width: 50px;
	filter: invert(1);
	-webkit-filter: invert(1);
	cursor: pointer
}

.tvModal-container {
	min-width: 300px;
	max-height: 90vh;
	width: 70%;
	padding: 2rem;
	border-radius: 0.3rem;
	background: white;
	overflow-y: auto
}

.tvModal-container.xs {
	width: 30%
}

.tvModal-container.sm {
	width: 50%
}

.tvModal-container.xl {
	width: 90%
}

/* Panier */
.panier-produit__container {
	padding: .8rem .5rem .8rem;
	background: #f1f1f1;
}

.panier-produit__body {
	line-height: 1;
	font-size: .85rem;
	font-weight: bolder
}

.panier-produit__body a {
	margin: 0 !important;
	padding: 0 !important;
	font-size: .95rem !important;
	font-weight: bold !important
}

.panier-produit__body div {
	margin: .2rem 0 0;
	padding: 0;
	font-weight: normal
}

.panier-card-delete {
	margin-right: 1rem;
	font-family: Arial, Helvetica, sans-serif;
	color: red !important
}


.btn-panier {
	border-radius: 0;
	font-size: .85rem !important
}

.btn-panier.outline {
	border: 1px solid var(--primaryColor);
}

.btn-panier.success {
	border: 1px solid green;
	color: green !important
}

.btn-panier.success:hover {
	background: green;
	color: white !important
}

.btn-panier.outline.left {
	text-align: left
}

.btn-panier.success.right {
	text-align: right
}

.btn-panier.outline:hover {
	background: var(--primaryColor);
	color: white !important
}

/* Inscription */
.inscription-etap__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: .5rem auto .5rem auto;
    border-radius:50%;
    background: var(--colorSiteLight);
    color: white;
}
.inscription-etap__num.active{
    background: var(--primaryColor);
}
.inscription-etap__num.valide{
    background: var(--green);
}
.inscription-etap__num:not(.valide):not(.active) {
    opacity: 0.5;
}
.inscription-checkbox label {
    padding-left: 2rem;
    font-size: 1.2rem;
}
.inscription-checkbox .custom-checkbox .custom-control-label::before  {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-color: var(--primaryColor); 
}
.inscription-checkbox .custom-control-input:checked + .custom-control-label::before  {
    content: "✔";
    display: flex;
    align-items:center;
    justify-content: center;
    border-color:greenyellow; 
    background: greenyellow !important;
    background-image: url();
    color: green;
}
.inscription-checkbox .custom-checkbox .custom-control-label::after  {
    opacity: 0;
}
