

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 87.5%;
	scroll-behavior: smooth;
	overflow-x: hidden
}

body,
button {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
	width: 90%
}

a,
*:focus,
button,
button:focus {
	outline: none
}

a,
button {
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}

a:hover,
button:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

.btn,
button {
	padding: .8rem 1.75rem .95rem;
	font-size: 1.5rem;
	line-height: 1;
	border-radius: 2rem;
	font-weight: 700;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	border: 1px solid transparent;
	display: inline-block;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.btn-orange {
	color: #fff;
	background-color: #E3772B;
	border-color: #E3772B
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
	color: #fff;
	background-color: #E3772B;
	border-color: #E3772B
}

.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
	background-image: none
}

.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
	background-color: #E3772B;
	border-color: #E3772B
}

.btn-orange .badge {
	color: #E3772B;
	background-color: #142947
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
	color: #fff;
	background-color: #E3772B;
	border-color: #E3772B
}

.small-btn {
	padding: .75rem 1.5rem;
	font-size: 1.2rem
}

.login-btn {
	margin-right: 1rem
}

#header {
	display: flex;
	justify-content: center;
	background-color: #fff;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1rem 0 1rem 0;
	box-shadow: 0 3px 22px rgba(0, 0, 0, .1)
}

@media (prefers-color-scheme: dark) {
#header {
	background-color: black;
	color: white;
	}
.logo-desc {
        color: #c39b54;
	}
}

#header_logo,
.header_logo_big {
	width: auto;
	max-height: 3.5rem;
}

@media screen and (max-width:800px) {
	#header_logo {
		width: auto;
		max-height: 3rem
	}
}

.header_logo_small {
	width: auto;
	max-height: 3rem
}

.header_container {
	display: inline-flex;
	align-items: center;
	justify-content: space-between
}

.logozone,
.logozone:hover {
	display: block;
	text-decoration: none
}

.logo-desc {
	color: #d47e31;
	opacity: .9;
	font-size: 1.15rem;
	font-weight: 700
}

.header_logo_small+.logo-desc {
	display: none
}

.header-buttons {
	padding-right: 0
}

.header-search {
	display: inline-block;
	margin-right: 1rem
}

.header-search>a {
	display: block
}

.header-nav {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	line-height: 2.6rem;
	padding: 0 1rem;
	border: 1px solid #ddd;
	border-radius: 2rem;
	height: 2.75rem;
	vertical-align: top
}

#nav-button {
	font-size: 1.65rem;
	cursor: pointer
}

#nav-button .fa-bars,
#nav-button.active .fa-times {
	display: inline-block
}

#nav-button.active .fa-bars,
#nav-button .fa-times {
	display: none
}

#nav-dropdown {
	margin: 0;
	padding: 0;
	position: fixed;
	width: 28rem;
	right: -28rem;
	-webkit-transition: all .15s ease-in;
	transition: all .15s ease-in;
	height: 100%;
	background: #E3772B;
	top: 0;
	overflow-y: auto
}

#nav-dropdown.opn {
	right: 0
}

.header-nav li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0
}

.header-nav li a {
	font-size: 1.2rem;
	margin: 0;
	display: block;
	padding: .5rem 2rem;
	text-transform: uppercase
}

.header-nav li+li a {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.header-nav li:hover a {
	background-color: #142947;
	color: #fff
}

.header-nav a {
	color: #000;
	text-decoration: none
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 0;
	margin-bottom: 0
}

h1,
.h1 {
	font-size: 5rem;
	margin-left: -.2rem;
	letter-spacing: .05rem;
	font-weight: bold;
	margin-bottom: 1.5rem
}

h2,
.h2 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 1rem
}

h3,
.h3 {
	font-size: 2rem;
	margin-bottom: 1rem
}

h4,
.h4 {
	font-size: 1.75rem;
	margin-bottom: .5rem
}

h5,
.h5 {
	font-size: 1.25rem;
	margin-bottom: .5rem
}

h6,
.h6 {
	font-size: 1rem;
	margin-bottom: .5rem
}

p {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.6
}

#search_container {
	display: flex;
	justify-content: center;
	padding: 4rem 0
}

.search {
	display: inline-flex;
	flex-direction: column;
	align-items: center
}

.search-field {
	border-radius: 2rem 0 0 2rem;
	padding: .75rem 1.5rem;
	line-height: 1.5;
	font-size: 1.25rem;
	border: 1px solid #ddd;
	border-right: none;
	height: 3rem
}

.search_bar {
	margin: 2rem 0 2rem 0
}

.search_bar button {
	border-radius: 0 2rem 2rem 0;
	height: 3rem;
	vertical-align: top;
	padding: 0 2rem 0 1.75rem
}

.link {
	color: #E3772B
}

footer {
	background-color: #142947;
	padding: 0rem 0
}

.footer_container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

.social {
	margin: 2rem 0 2rem 0
}

.nfo {
	display: flex;
	align-self: stretch;
	justify-content: space-between;
	color: white;
	font-size: 1.5rem
}

.footer_nav {
	color: rgba(255, 255, 255, .4);
	text-transform: uppercase
}

.footer_nav p {
	font-size: 1rem
}

.footer_nav a {
	margin: 0 .5rem
}

.foot_link {
	color: #E3772B
}

.social-logo-body {
	display: inline-block
}

.social>* {
	margin: 0 .25rem
}

.social-logo-body>img {
	vertical-align: center
}

.social>.foot_link {
	vertical-align: top;
	display: inline-block
}

.social-logo,
.foot_link i::before {
	height: 3rem;
	width: 3rem;
	vertical-align: top;
	display: inline-block;
	border-radius: .3rem;
	text-align: center;
	font-size: 3.42rem;
	line-height: 2.8rem
}

.foot_link i::before {
	display: block
}

.social-logo {
	background: #E3772B
}

.foot_link:hover {
	color: #fff
}

.social-logo:hover {
	background: #fff
}

p.fs-2 {
	font-size: 1rem
}

p.fs-3 {
	font-size: 1.4rem;
	text-align: left
}

p.fs-4 {
	font-size: 2rem
}

p.fs-5 {
	font-size: 2.25rem
}

#search_container p.fs-2 {
	text-align: center
}

#ecran-0 {
	margin-top: 68px
}

@media screen and (min-width:800px) {
	#ecran-0 {
		margin-top: 99px
	}
	.footer_nav>p>a:last-child {
		margin-right: 0
	}
	#header {
		-webkit-transition: all .15s ease-in;
		transition: all .15s ease-in
	}
	body {
		padding-right: 0;
		margin-left: 0;
		-webkit-transition: all .15s ease-in;
		transition: all .15s ease-in
	}
	body.push {
		padding-right: 28rem;
		margin-left: -28rem
	}
	body.push #header {
		left: -28rem
	}
}

@media screen and (min-width:1200px) {
	body.push {
		padding-right: 28rem;
		margin-left: -28rem
	}
	body.push #header {
		left: -28rem
	}
}

@media screen and (min-width:1400px) {
	body.push {
		padding-right: 25rem;
		margin-left: -25rem
	}
	body.push #header {
		left: -25rem
	}
}

@media screen and (min-width:1500px) {
	body.push {
		padding-right: 22rem;
		margin-left: -22rem
	}
	body.push #header {
		left: -22rem
	}
}

@media screen and (min-width:1600px) {
	body.push {
		padding-right: 18rem;
		margin-left: -18rem
	}
	body.push #header {
		left: -18rem
	}
}

@media screen and (min-width:1700px) {
	body.push {
		padding-right: 13rem;
		margin-left: -13rem
	}
	body.push #header {
		left: -13rem
	}
}

@media screen and (min-width:1800px) {
	body.push {
		padding-right: 8.5rem;
		margin-left: -8.5rem
	}
	body.push #header {
		left: -8.5rem
	}
}

@media screen and (min-width:1900px) {
	body.push {
		padding-right: 5rem;
		margin-left: -5rem
	}
	body.push #header {
		left: -5rem
	}
}

@media screen and (min-width:2000px) {
	body.push {
		padding-right: 3rem;
		margin-left: -3rem
	}
	body.push #header {
		left: -3rem
	}
}

@media screen and (min-width:2200px) {
	body.push {
		padding-right: 0;
		margin-left: 0
	}
	body.push #header {
		left: 0
	}
}

@media screen and (max-width:800px) {
	.logo-desc {
		display: none
	}
	.nfo {
		display: block;
		color: white;
		font-size: 1.5rem
	}
	.copy {
		display: block;
		margin-left: 0;
		text-align: center
	}
	.copy p {
		margin-bottom: 1rem
	}
	.footer_nav {
		display: block;
		margin-left: 0;
		text-align: center
	}
	#nav-dropdown {
		top: 3.82rem
	}
	#nav-dropdown.opn {
		right: 0;
		width: 100%
	}
	.header_logo_big {
		width: auto;
		max-height: 2.5rem
	}
}

@media screen and (max-width:550px) {
	#ecran-0 {
		margin-top: 119px!important
	}
	.btn,
	button {
		white-space: initial;
		text-align: center;
		border-radius: 5rem
	}
	#header {
		display: block;
		text-align: center;
		height: auto!important;
	}
	.login-btn,
	.header-search {
		margin-right: .5rem
	}
	.header_container {
		display: block
	}
	.header-logo {
		margin-bottom: 1rem
	}
	#nav-dropdown {
		top: 8.525rem;
		height: auto
	}
	h1,
	.h1 {
		font-size: 4rem
	}
	.footer_nav a {
		margin: 0 .25rem;
		font-size: .75rem
	}
	.search_bar {
		text-align: center
	}
	.search-field {
		width: 68%;
		display: inline-block;
		vertical-align: top
	}
}

@media screen and (max-width:400px) {
	#ecran-0 {
		margin-top: 111px!important
	}
	h2,
	.h2 {
		font-size: 2.5rem
	}
	#header_search,
	.login-btn {
		padding: .5rem 1rem;
		font-size: 1rem
	}
	.header-nav {
		line-height: 2rem;
		height: 2.25rem
	}
	#nav-dropdown {
		top: 7.85rem
	}
}

@-webkit-keyframes fromright {
	0% {
		right: -100%
	}
	100% {
		right: 0
	}
}

@keyframes fromright {
	0% {
		right: -50%
	}
	100% {
		right: 0
	}
}

@-webkit-keyframes fromleft {
	0% {
		left: -100%
	}
	100% {
		left: 0
	}
}

@keyframes fromleft {
	0% {
		left: -100%
	}
	100% {
		left: 0
	}
}

@-webkit-keyframes frombottom {
	0% {
		bottom: -5rem
	}
	100% {
		bottom: 0
	}
}

@keyframes frombottom {
	0% {
		bottom: -5rem
	}
	100% {
		bottom: 0
	}
}

@-webkit-keyframes fromtop {
	0% {
		margin-top: -3rem
	}
	100% {
		margin-top: 0
	}
}

@keyframes fromtop {
	0% {
		margin-top: -3rem
	}
	100% {
		margin-top: 0
	}
}

.jsload-ok .frombottom,
.jsload-ok .fromtop {
	position: relative;
	opacity: 0
}

@media screen and (min-width:960px) {
	.jsload-ok .fromright,
	.jsload-ok .fromleft {
		position: relative;
		opacity: 0
	}
	.jsload-ok .goleft {
		left: 0;
		opacity: 1;
		-webkit-animation: .5s ease 0s normal none 1 running fromleft;
		-moz-animation: .5s ease 0s normal none 1 running fromleft;
		-ms-animation: .5s ease 0s normal none 1 running fromleft;
		-o-animation: .5s ease 0s normal none 1 running fromleft;
		animation: .5s ease 0s normal none 1 running fromleft
	}
	.jsload-ok .goleft+.goleft {
		left: 0;
		opacity: 1;
		-webkit-animation: .7s ease 0s normal none 1 running fromleft;
		-moz-animation: .7s ease 0s normal none 1 running fromleft;
		-ms-animation: .7s ease 0s normal none 1 running fromleft;
		-o-animation: .7s ease 0s normal none 1 running fromleft;
		animation: .7s ease 0s normal none 1 running fromleft
	}
	.jsload-ok .goleft+.goleft+.goleft {
		left: 0;
		opacity: 1;
		-webkit-animation: .9s ease 0s normal none 1 running fromleft;
		-moz-animation: .9s ease 0s normal none 1 running fromleft;
		-ms-animation: .9s ease 0s normal none 1 running fromleft;
		-o-animation: .9s ease 0s normal none 1 running fromleft;
		animation: .9s ease 0s normal none 1 running fromleft
	}
	.jsload-ok .goright {
		right: 0;
		opacity: 1;
		-webkit-animation: .7s ease 0s normal none 1 running fromright;
		-moz-animation: .7s ease 0s normal none 1 running fromright;
		-ms-animation: .7s ease 0s normal none 1 running fromright;
		-o-animation: .7s ease 0s normal none 1 running fromright;
		animation: .7s ease 0s normal none 1 running fromright
	}
	.jsload-ok .goright+.goright {
		right: 0;
		opacity: 1;
		-webkit-animation: .9s ease 0s normal none 1 running fromright;
		-moz-animation: .9s ease 0s normal none 1 running fromright;
		-ms-animation: .9s ease 0s normal none 1 running fromright;
		-o-animation: .9s ease 0s normal none 1 running fromright;
		animation: .9s ease 0s normal none 1 running fromright
	}
	.jsload-ok .goright+.goright+.goright {
		right: 0;
		opacity: 1;
		-webkit-animation: 1.1s ease 0s normal none 1 running fromright;
		-moz-animation: 1.1s ease 0s normal none 1 running fromright;
		-ms-animation: 1.1s ease 0s normal none 1 running fromright;
		-o-animation: 1.1s ease 0s normal none 1 running fromright;
		animation: 1.1s ease 0s normal none 1 running fromright
	}
}

.jsload-ok .gobottom {
	bottom: 0;
	opacity: 1;
	-webkit-animation: .5s ease 0s normal none 1 running frombottom;
	-moz-animation: .5s ease 0s normal none 1 running frombottom;
	-ms-animation: .5s ease 0s normal none 1 running frombottom;
	-o-animation: .5s ease 0s normal none 1 running frombottom;
	animation: .5s ease 0s normal none 1 running frombottom
}

.jsload-ok .gobottom+.gobottom {
	bottom: 0;
	opacity: 1;
	-webkit-animation: .8s ease 0s normal none 1 running frombottom;
	-moz-animation: .8s ease 0s normal none 1 running frombottom;
	-ms-animation: .8s ease 0s normal none 1 running frombottom;
	-o-animation: .8s ease 0s normal none 1 running frombottom;
	animation: .8s ease 0s normal none 1 running frombottom
}

.jsload-ok .gobottom+.gobottom+.gobottom {
	bottom: 0;
	opacity: 1;
	-webkit-animation: 1.1s ease 0s normal none 1 running frombottom;
	-moz-animation: 1.1s ease 0s normal none 1 running frombottom;
	-ms-animation: 1.1s ease 0s normal none 1 running frombottom;
	-o-animation: 1.1s ease 0s normal none 1 running frombottom;
	animation: 1.1s ease 0s normal none 1 running frombottom
}

.jsload-ok .gotop {
	margin-top: 0;
	opacity: 1;
	-webkit-animation: .5s ease 0s normal none 1 running fromtop;
	-moz-animation: .5s ease 0s normal none 1 running fromtop;
	-ms-animation: .5s ease 0s normal none 1 running fromtop;
	-o-animation: .5s ease 0s normal none 1 running fromtop;
	animation: .5s ease 0s normal none 1 running fromtop
}

.jsload-ok .gotop+.gotop {
	margin-top: 0;
	opacity: 1;
	-webkit-animation: .8s ease 0s normal none 1 running fromtop;
	-moz-animation: .8s ease 0s normal none 1 running fromtop;
	-ms-animation: .8s ease 0s normal none 1 running fromtop;
	-o-animation: .8s ease 0s normal none 1 running fromtop;
	animation: .8s ease 0s normal none 1 running fromtop
}

.jsload-ok .gotop+.gotop+.gotop {
	margin-top: 0;
	opacity: 1;
	-webkit-animation: 1.1s ease 0s normal none 1 running fromtop;
	-moz-animation: 1.1s ease 0s normal none 1 running fromtop;
	-ms-animation: 1.1s ease 0s normal none 1 running fromtop;
	-o-animation: 1.1s ease 0s normal none 1 running fromtop;
	animation: 1.1s ease 0s normal none 1 running fromtop
}

.pagination .page-item span {
	display: inline-block;
	padding: .2rem .2rem
}

.label {
	line-height: 1.25;
	display: inline-block;
	padding: .1rem .2rem;
	color: #5b657a;
	border-radius: .1rem;
	background: #f0f1f4;
       	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
	font-size: 12px;
	margin: .3rem;
}

.label.label-rounded-entreprise-securite-informatique-cybersecurite {
	padding-right: .4rem;
	padding-left: .4rem;
	border-radius: 5rem
}

.label.label-secondary-entreprise-securite-informatique-cybersecurite {
	color: #3085ee;
	background: #e1edfd
}

