.blockOverlay {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.overlay {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.75);
}
.blockLink {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.animate {
  transition: all ease 0.6s;
}
body {
  font-family: arial;
  font-size: 11pt;
  color: #757575;
}
a {
  text-decoration: none;
  color: #757575;
}
a:hover {
  color: #27211e;
}
ul,
li,
ul.menu {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto !important;
}
.views-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}
.views-container .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.node--view-mode-teaser.node--type-solution.node-14 .iconWrap,
.bgcolor14 {
  background: #0099b0;
}
.node--view-mode-teaser.node--type-solution.node-20 .iconWrap,
.bgcolor20 {
  background: #752a86;
}
.node--view-mode-teaser.node--type-solution.node-13 .iconWrap,
.bgcolor13 {
  background: #ed3027;
}
.node--view-mode-teaser.node--type-solution.node-12 .iconWrap,
.bgcolor12 {
  background: #f99d28;
}
.node--view-mode-teaser.node--type-solution.node-19 .iconWrap,
.bgcolor19 {
  background: #88c241;
}
.node--view-mode-teaser.node--type-solution.node-11 .iconWrap,
.bgcolor11 {
  background: #0063a5;
}
.color14 {
  color: #0099b0 !important;
}
.color20 {
  color: #752a86 !important;
}
.color13 {
  color: #ed3027 !important;
}
.color12 {
  color: #f99d28 !important;
}
.color19 {
  color: #88c241 !important;
}
.color11 {
  color: #0063a5 !important;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn01 {
  background: #27211e;
  border-radius: 30px;
  padding: 5px 25px;
  text-align: center;
  margin: auto;
  color: #ffffff !important;
  width: max-content;
  display: block;
}
.btn01:hover {
  background: #757575;
  text-decoration: none;
}
.sectionTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.sectionTitle:before,
.sectionTitle:after {
  content: "";
  background: #757575;
  width: 3rem;
  border-radius: 20px;
  height: 6px;
  display: block;
}
.sectionTitle:before {
  margin-right: 0.5rem;
}
.sectionTitle:after {
  margin-left: 0.5rem;
}
.grayScale_1 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s;
}
.grayScale_0 {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.degradeSolutions {
  background: #752a86;
  background: -moz-linear-gradient(left, #752a86 16.66%, #1e5799 16.66%, #005da3 33.32%, #0092ae 33.32%, #0092ae 49.98%, #8dbd0e 49.98%, #8dbd0e 66.64%, #f4990e 66.64%, #f4990e 68%, #f4990e 83.3%, #e71c0a 83.3%);
  background: -webkit-linear-gradient(left, #752a86 16.66%, #1e5799 16.66%, #005da3 33.32%, #0092ae 33.32%, #0092ae 49.98%, #8dbd0e 49.98%, #8dbd0e 66.64%, #f4990e 66.64%, #f4990e 68%, #f4990e 83.3%, #e71c0a 83.3%);
  background: linear-gradient(to right, #752a86 16.66%, #1e5799 16.66%, #005da3 33.32%, #0092ae 33.32%, #0092ae 49.98%, #8dbd0e 49.98%, #8dbd0e 66.64%, #f4990e 66.64%, #f4990e 68%, #f4990e 83.3%, #e71c0a 83.3%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorVoice', endColorstr='#e71c0a', GradientType=1);
}
.textureBottom {
  background: url("../images/texture-ruche-bottom.png") no-repeat center 100% fixed;
  background-size: cover;
}
.messages {
  max-width: 1100px;
  margin: 2rem auto;
}
#socialMedia {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
#socialMedia .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#socialMedia .content a.btnBlock .iconSVG {
  fill: #757575;
  height: 32px;
  width: 32px;
  margin: 0.5rem;
}
#socialMedia .content a.btnBlock:hover .iconSVG {
  fill: #000000;
}
nav.tabs li a {
  color: #000;
  display: block;
  background: #ccc;
  border-radius: 4px 4px 0 0;
  padding: 10px;
}
#block-navigationprincipale {
  float: right;
  width: inherit;
}
.block-superfish {
  width: auto !important;
  flex-grow: 1;
}
ul.sf-menu > li a,
ul.sf-menu > li span.nolink {
  padding: 5px 0.5em;
  color: #757575;
}
ul.sf-menu > li a:hover,
ul.sf-menu > li span.nolink:hover {
  color: #27211e;
}
ul.sf-menu .sf-with-ul {
  padding-right: 26px;
}
ul.sf-menu ul {
  background: #ffffff;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.25) !important;
}
ul.sf-menu ul li {
  border-bottom: 1px solid #dcdbda;
}
ul.sf-menu ul li:last-child {
  border-bottom: 0;
}
ul.sf-menu ul a {
  padding: 0.5rem;
}
.menu--footer .navbar-nav {
  margin: 0;
  padding: 0;
}
.menu--footer .navbar-nav li {
  display: inline-flex;
}
.menu--footer .navbar-nav li:after {
  display: inline-flex;
  margin: 0 0.25em;
  content: "|";
}
.menu--footer .navbar-nav li:last-child:after {
  display: none;
}
.menu--footer .navbar-nav li a {
  font-size: 0.8em;
}
#header {
  border-bottom: 1px solid #dcdbda;
}
#header.header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff;
}
#header .container {
  display: flex;
  flex-wrap: wrap;
}
#header #search-block-form .form-item,
#header #search-block-form .form-actions {
  margin: 0;
}
#header #search-block-form [type="search"] {
  margin: 0 !important;
  padding: 0.25rem 0.5rem;
  border: 0;
  background: #dcdbda;
  border-radius: 30px 0 0 30px;
}
#header #search-block-form [type="submit"] {
  width: 12px;
  position: relative;
  background: url("../images/icons/source/search-solid.svg") no-repeat center center #dcdbda;
  background-size: 60%;
  border-radius: 0 30px 30px 0;
  height: 32px;
  width: 32px;
  text-indent: -999px;
  overflow: hidden;
}
#header #search-block-form [type="submit"]:hover {
  background-color: #000000;
}
.block-system-branding-block {
  width: 270px;
}
#block-comnstay-branding {
  float: left;
}
.site-logo {
  display: block;
  max-width: 270px;
}
.block-language {
  border-left: 1px solid #dcdbda;
  padding-left: 0.5rem;
}
.block-language ul.links {
  padding: 0;
  margin: 0;
  display: flex;
}
.block-language ul.links .dropdown-menu {
  min-width: 50px !important;
  padding: 0 !important;
}
.block-language ul.links .dropdown-link .dropdown-link-fr.is-active {
  background: url("../images/icons/lang-fr.png");
}
.block-language ul.links .dropdown-link .dropdown-link-fr:not(.is-active) {
  display: none;
}
.block-language ul.links .dropdown-link .dropdown-link-en.is-active {
  background: url("../images/icons/lang-en.png");
}
.block-language ul.links .dropdown-link .dropdown-link-en:not(.is-active) {
  display: none;
}
.block-language ul.links .dropdown-link .is-active {
  height: 20px;
  width: 30px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  margin: 10px 0 10px;
  opacity: 0.5;
  opacity: 1;
}
.block-language ul.links .language-link {
  height: 20px;
  width: 30px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  margin: 10px 0 10px;
  opacity: 0.5;
}
.block-language ul.links .language-link.is-active {
  opacity: 1;
}
.block-language ul.links .fr .language-link {
  background: url("../images/icons/lang-fr.png") no-repeat center;
  width: 100%;
}
.block-language ul.links .en .language-link {
  background: url("../images/icons/lang-en.png") no-repeat center;
  width: 100%;
}
.swiper-container-partners-footer .swiper-wrapper {
  transition-timing-function: linear;
}
#main-wrapper {
  padding-top: 1rem;
  padding-bottom: 50px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  margin: 3rem 0;
  padding: 0;
  background: none;
}
.breadcrumb:before {
  content: "";
  background: #757575;
  width: 3rem;
  border-radius: 20px;
  height: 6px;
  display: block;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.featured_bottom_third {
  padding: 50px 0;
  background: #dcdbda;
  text-align: center;
}
.featured_bottom_third h2 {
  color: #27211e;
}
#keysFigure {
  background: url("../images/ombre.png") repeat-x 0 0 scroll, url("../images/texture-ruche-b.png") no-repeat center center / cover fixed, #efefef;
  padding: 50px 0;
}
#keysFigure > h2 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 3rem;
}
#keysFigure > h2:before,
#keysFigure > h2:after {
  content: "";
  background: #757575;
  width: 3rem;
  border-radius: 20px;
  height: 6px;
  display: block;
}
#keysFigure > h2:before {
  margin-right: 0.5rem;
}
#keysFigure > h2:after {
  margin-left: 0.5rem;
}
#keysFigure .d-flex {
  justify-content: space-around;
  flex-wrap: wrap;
}
#keysFigure .keyFigure {
  max-width: 270px;
  width: 100%;
}
#keysFigure .keyFigure .circle__content {
  color: #000000;
}
#keysFigure .keyFigure .legend {
  margin-top: 1rem;
  text-align: center;
  text-transform: uppercase;
  color: #27211e;
}
#keysFigure .keyFigure .legend h5 {
  font-size: 1rem;
}
#footer .container {
  padding-right: 45px;
  padding-left: 45px;
}
.site-footer_top {
  margin-right: -45px;
  margin-left: -45px;
}
.site-footer_top .col-1,
.site-footer_top .col-2,
.site-footer_top .col-3,
.site-footer_top .col-4,
.site-footer_top .col-5,
.site-footer_top .col-6,
.site-footer_top .col-7,
.site-footer_top .col-8,
.site-footer_top .col-9,
.site-footer_top .col-10,
.site-footer_top .col-11,
.site-footer_top .col-12,
.site-footer_top .col,
.site-footer_top .col-auto,
.site-footer_top .col-sm-1,
.site-footer_top .col-sm-2,
.site-footer_top .col-sm-3,
.site-footer_top .col-sm-4,
.site-footer_top .col-sm-5,
.site-footer_top .col-sm-6,
.site-footer_top .col-sm-7,
.site-footer_top .col-sm-8,
.site-footer_top .col-sm-9,
.site-footer_top .col-sm-10,
.site-footer_top .col-sm-11,
.site-footer_top .col-sm-12,
.site-footer_top .col-sm,
.site-footer_top .col-sm-auto,
.site-footer_top .col-md-1,
.site-footer_top .col-md-2,
.site-footer_top .col-md-3,
.site-footer_top .col-md-4,
.site-footer_top .col-md-5,
.site-footer_top .col-md-6,
.site-footer_top .col-md-7,
.site-footer_top .col-md-8,
.site-footer_top .col-md-9,
.site-footer_top .col-md-10,
.site-footer_top .col-md-11,
.site-footer_top .col-md-12,
.site-footer_top .col-md,
.site-footer_top .col-md-auto,
.site-footer_top .col-lg-1,
.site-footer_top .col-lg-2,
.site-footer_top .col-lg-3,
.site-footer_top .col-lg-4,
.site-footer_top .col-lg-5,
.site-footer_top .col-lg-6,
.site-footer_top .col-lg-7,
.site-footer_top .col-lg-8,
.site-footer_top .col-lg-9,
.site-footer_top .col-lg-10,
.site-footer_top .col-lg-11,
.site-footer_top .col-lg-12,
.site-footer_top .col-lg,
.site-footer_top .col-lg-auto,
.site-footer_top .col-xl-1,
.site-footer_top .col-xl-2,
.site-footer_top .col-xl-3,
.site-footer_top .col-xl-4,
.site-footer_top .col-xl-5,
.site-footer_top .col-xl-6,
.site-footer_top .col-xl-7,
.site-footer_top .col-xl-8,
.site-footer_top .col-xl-9,
.site-footer_top .col-xl-10,
.site-footer_top .col-xl-11,
.site-footer_top .col-xl-12,
.site-footer_top .col-xl,
.site-footer_top .col-xl-auto {
  padding-right: 45px;
  padding-left: 45px;
}
.footer_first {
  border-right: 1px solid #dcdbda;
}
.footer_first .menu {
  margin-left: 2rem;
}
.footer_first .menu .menu-item--collapsed {
  list-style: none;
}
.footer_third h2 {
  text-align: center;
}
#footer {
  background: url("../images/footer_bg.jpg") center center #f7f7f7 fixed;
  padding: 80px 0 50px;
}
#footer .site-logo {
  margin-bottom: 2rem;
}
#footer a {
  color: #757575;
}
#footer a:hover {
  color: #000000;
}
#footer .block h2 {
  color: #27211e;
  font-size: 1.4rem;
}
.site-footer_bottom {
  margin-top: 3rem;
}
.site-footer_bottom .menu {
  border-top: 1px solid #dcdbda;
  padding-top: 1rem;
  font-size: 0.8rem;
  text-align: center;
}
.site-footer_bottom .menu .menu-item {
  display: inline-flex;
}
.site-footer_bottom .menu .menu-item:after {
  content: "-";
  margin: 0 0.25rem;
}
.site-footer_bottom .menu .menu-item:last-child:after {
  display: none;
}
#block-certifications {
  text-align: center;
}
.node--type-article .url-wrapper .btn-primary {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1rem 2rem;
}
.node--type-article .url-wrapper .btn-primary:hover {
  background: #000000;
  color: #ffffff;
}
.article {
  position: relative;
}
.article .readMore a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
.view-display-id-page_1 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}
.view-display-id-page_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.view-display-id-page_1 .view-content {
  margin: 0;
}
.view-display-id-page_1 .articleNews {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #27211e;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.view-display-id-page_1 .articleNews h2 {
  margin: 0.75rem 0;
  font-size: 1.4rem;
}
#footer .view-content .views-row:last-child .articleNews {
  border-bottom: 0;
  margin-bottom: 0;
}
#footer .articleNews {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #27211e;
}
#footer .articleNews h3 {
  margin: 0;
  font-size: 1.4rem;
}
.page-node-124 #main-wrapper,
.page-node-type-solution #main-wrapper {
  background: url("../images/texture-ruche-bottom.png") no-repeat center 100% fixed;
  background-size: cover;
}
.paragraph--type--services-icons {
  margin: 2rem 0;
}
.paragraph--type--services-icons .sectionTitleB {
  text-align: center;
  margin: 0 0 1rem;
  font-size: 1.25rem;
}
.paragraph--type--services-icons .iconWrap {
  text-align: center;
}
.paragraph--type--services-icons .iconWrap .iconImg {
  padding: 15%;
  display: block;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  background: #000000;
  margin: 0 auto 1rem;
  -webkit-filter: grayscale(0) blur(0px);
  filter: grayscale(0) blur(0px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.paragraph--type--services-icons .iconWrap .iconImg img {
  max-width: 100%;
}
.paragraph--type--services-icons .iconWrap .iconImg:hover {
  transition: all ease 0.8s;
  -webkit-transform: rotate(360deg);
  /* rotation de l'image */
  transform: rotate(360deg);
}
.paragraph--type--services-icons .iconWrap h5 {
  font-size: 1rem;
}
.node--type-solution .logoStartengoWrap {
  position: relative;
}
.node--type-solution .logoStartengoWrap .field--name-field-icon-game {
  position: absolute;
  top: 25%;
  left: 0;
}
.node--type-solution .logoStartengoWrap .field--name-field-icon-game .field__label {
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.node--type-solution .solutionName {
  font-weight: 600;
  display: block;
}
.node--type-solution.node-11 .solutionName,
.node--type-solution.node-11 .sectionTitleB {
  color: #0063a5;
}
.node--type-solution.node-11 .paragraph--type--services-icons .iconWrap .iconImg {
  background: #0063a5;
}
.node--type-solution.node-11 .paragraph--type--services-icons .iconWrap h5 {
  color: #0063a5;
}
.node--type-solution.node-12 .solutionName,
.node--type-solution.node-12 .sectionTitleB {
  color: #f99d28;
}
.node--type-solution.node-12 .paragraph--type--services-icons .iconWrap .iconImg {
  background: #f99d28;
}
.node--type-solution.node-12 .paragraph--type--services-icons .iconWrap h5 {
  color: #f99d28;
}
.node--type-solution.node-13 .solutionName,
.node--type-solution.node-13 .sectionTitleB {
  color: #ed3027;
}
.node--type-solution.node-13 .paragraph--type--services-icons .iconWrap .iconImg {
  background: #ed3027;
}
.node--type-solution.node-13 .paragraph--type--services-icons .iconWrap h5 {
  color: #ed3027;
}
.node--type-solution.node-14 .solutionName,
.node--type-solution.node-14 .sectionTitleB {
  color: #0099b0;
}
.node--type-solution.node-14 .paragraph--type--services-icons .iconWrap .iconImg {
  background: #0099b0;
}
.node--type-solution.node-14 .paragraph--type--services-icons .iconWrap h5 {
  color: #0099b0;
}
.node--type-solution.node-19 .solutionName,
.node--type-solution.node-19 .sectionTitleB {
  color: #88c241;
}
.node--type-solution.node-19 .paragraph--type--services-icons .iconWrap .iconImg {
  background: #88c241;
}
.node--type-solution.node-19 .paragraph--type--services-icons .iconWrap h5 {
  color: #88c241;
}
.node--type-solution.node-20 .solutionName,
.node--type-solution.node-20 .sectionTitleB {
  color: #752a86;
}
.node--type-solution.node-20 .paragraph--type--services-icons .iconWrap .iconImg {
  background: #752a86;
}
.node--type-solution.node-20 .paragraph--type--services-icons .iconWrap h5 {
  color: #752a86;
}
.node--type-solution .titleWrap {
  margin-bottom: 3rem;
}
.node--type-solution .titleWrap h5 {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.node--type-solution .titleWrap h5:before {
  content: "";
  background: #757575;
  width: 3rem;
  border-radius: 20px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.node--type-solution .titleWrap img {
  max-width: 80px;
  margin-right: 1.5rem;
}
.node--type-solution .titleWrap .d-flex {
  align-items: center;
}
.node--type-solution .titleWrap h1 {
  color: #27211e;
}
.node--type-solution .titleWrap h1 img {
  max-width: 160px;
  width: 100%;
}
.node--type-solution .titleWrap span {
  text-transform: uppercase;
}
.node--type-solution .titleWrap .subtitle {
  display: block;
  text-transform: none;
  font-size: 1.3rem;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}
.node--type-solution .field--name-field-logo-startengo {
  display: flex;
  align-items: center;
}
.node--type-solution .field--name-field-logo-startengo img {
  max-width: 80%;
  margin: auto;
}
.node--type-solution.node-12 .field--name-body a {
  color: #f99d28;
}
.featured_bottom_first {
  background: url("../images/texture-ruche.png") no-repeat 0 center fixed #eeeeee;
  background-size: cover;
}
.featured_bottom_first,
.featured_bottom_second {
  padding: 50px 0;
}
.featured_bottom_first .block > h2,
.featured_bottom_second .block > h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-align: center;
}
.featured_bottom_first .block > h2:before,
.featured_bottom_second .block > h2:before,
.featured_bottom_first .block > h2:after,
.featured_bottom_second .block > h2:after {
  content: "";
  background: #757575;
  width: 3rem;
  border-radius: 20px;
  height: 6px;
  display: block;
}
.featured_bottom_first .block > h2:before,
.featured_bottom_second .block > h2:before {
  margin-right: 0.5rem;
}
.featured_bottom_first .block > h2:after,
.featured_bottom_second .block > h2:after {
  margin-left: 0.5rem;
}
.view-solutions {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}
.view-solutions .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.view-solutions .view-content {
  margin-left: 0px;
  margin-right: 0px;
}
.view-solutions.block-views-blocksolutions-block-1 .view-content {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.solution {
  display: flex;
  align-items: center;
}
.solution .iconWrap {
  border-radius: 50%;
  padding: 20px;
  width: 200px;
  margin: 0 30px 0 0;
  display: flex;
  align-items: center;
  position: relative;
}
.solution .iconWrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  overflow: hidden;
}
.solution .content {
  flex-grow: 1;
}
.solution .content h2 img {
  width: 100px;
}
.solution .content h2 span {
  color: #27211e;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}
.solution .content p {
  font-size: 0.9rem;
}
.solution .content a {
  font-size: 3rem;
  display: block;
  font-weight: bold;
  line-height: 0;
  font-family: initial;
  overflow: hidden;
  width: 36px;
  height: 20px;
}
.solution .content a:hover {
  text-decoration: none;
}
.solution .content a:before {
  content: "...";
}
.solution.solution-11 a:hover {
  color: #0063a5 !important;
}
.solution.solution-12 a:hover {
  color: #f99d28 !important;
}
.solution.solution-13 a:hover {
  color: #ed3027 !important;
}
.solution.solution-14 a:hover {
  color: #0099b0 !important;
}
.solution.solution-19 a:hover {
  color: #88c241 !important;
}
.solution.solution-20 a:hover {
  color: #752a86 !important;
}
.logoClient {
  text-align: center;
}
.logoClient span {
  display: block;
  font-size: 0.9rem;
}
.node--type-projet .cercleWrapper {
  padding: 10px;
  background: #efefef;
}
.node--type-projet .field--name-field-progress-circle {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.node--type-projet .articleProjet .iconWrap a {
  text-indent: inherit;
  padding: 14px;
}
/*.circle {
  border-radius: 50%;
  height: 170px;
  width: 170px;
  margin: 0 auto 0.5rem;
  border:10px solid;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  .score {
    font-size:2.4rem;
    font-weight: bold;
  }
}*/
@keyframes circleRight {
  0% {
    transform: rotate(-135deg);
  }
  50%,
  100% {
    transform: rotate(45deg);
  }
}
@keyframes circleLeft {
  0%,
  50% {
    transform: rotate(-135deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
.circle__box {
  width: 100px;
  height: 100px;
  margin: auto;
  position: relative;
  flex-basis: 100px;
  flex-grow: 0;
}
.circle__box * {
  box-sizing: content-box;
}
.circle__wrapper {
  width: 50px;
  height: 100px;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.circle__wrapper--right {
  right: 0;
}
.circle__wrapper--left {
  left: 0;
}
.circle__content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100px;
}
.circle__content .score {
  font-size: 2rem;
  font-weight: bold;
}
.circle__whole {
  width: 89px;
  height: 89px;
  border: 5px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: rotate(-135deg);
}
.circle__right {
  border-top: 5px solid #000000;
  border-right: 5px solid #000000;
  right: 1px;
}
.circle__right.a_circle_filled {
  animation: circleRight 3s linear forwards;
}
.circle__left {
  border-bottom: 5px solid #000000;
  border-left: 5px solid #000000;
  left: 1px;
}
.circle__left.a_circle_filled {
  animation: circleLeft 3s linear forwards;
}
.featured_bottom_four {
  padding: 50px 0;
}
.featured_bottom_four .block h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-align: center;
}
.featured_bottom_four .block h2:before,
.featured_bottom_four .block h2:after {
  content: "";
  background: #757575;
  width: 3rem;
  border-radius: 20px;
  height: 6px;
  display: block;
}
.featured_bottom_four .block h2:before {
  margin-right: 0.5rem;
}
.featured_bottom_four .block h2:after {
  margin-left: 0.5rem;
}
.view-partners,
.block-views-blockpartners-block-block-partners-bottom {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}
.view-partners .view-content,
.block-views-blockpartners-block-block-partners-bottom .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.view-partners .view-content,
.block-views-blockpartners-block-block-partners-bottom .view-content {
  margin: 0;
  justify-content: center;
}
.view-partners .view-content .views-row,
.block-views-blockpartners-block-block-partners-bottom .view-content .views-row {
  width: 16.66%;
  margin: 0;
}
.view-partners .client,
.block-views-blockpartners-block-block-partners-bottom .client {
  padding: 15px;
  position: relative;
}
.view-partners .client img,
.block-views-blockpartners-block-block-partners-bottom .client img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s;
}
.view-partners .client:hover img,
.block-views-blockpartners-block-block-partners-bottom .client:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.view-partners .client a,
.block-views-blockpartners-block-block-partners-bottom .client a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  overflow: hidden;
}
.block-views-blockpartners-block-block-partners-bottom {
  max-width: 100%;
}
.view-projets {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}
.view-projets .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.view-projets .view-content {
  margin: 0;
}
.view-projets .view-content .views-row:nth-child(even) .row {
  flex-direction: row-reverse;
}
#block-views-block-projets-block-2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}
#block-views-block-projets-block-2 .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#block-views-block-projets-block-2 > h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
#block-views-block-projets-block-2 > h2:before,
#block-views-block-projets-block-2 > h2:after {
  content: "";
  background: #757575;
  width: 3rem;
  border-radius: 20px;
  height: 6px;
  display: block;
}
#block-views-block-projets-block-2 > h2:before {
  margin-right: 0.5rem;
}
#block-views-block-projets-block-2 > h2:after {
  margin-left: 0.5rem;
}
.articleProjet h2 {
  color: #000000;
  font-size: 1.5em;
  margin: 0 0 1rem;
}
.articleProjet h2:before {
  content: "";
  display: inline-flex;
  height: 4px;
  width: 40px;
  border-radius: 4px;
  background: #000000;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.articleProjet h3 {
  font-size: 1rem;
}
.articleProjet .visuel {
  position: relative;
  margin-bottom: 10px;
}
.articleProjet .iconWrap {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 14px;
  transition: all ease 0.6s;
  z-index: 50;
}
.articleProjet .iconWrap:hover {
  transition: all ease 0.6s;
  transform: scale(1.5);
}
.articleProjet .iconWrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  overflow: hidden;
}
.articleProjet .logoCustomers {
  position: relative;
}
.articleProjet .logoCustomers a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  overflow: hidden;
}
.articleProjet .rep_content ul,
.articleProjet .field--name-field-project-answer ul {
  margin-left: 2rem;
}
.articleProjet .rep_content ul li,
.articleProjet .field--name-field-project-answer ul li {
  margin-bottom: 0.5rem;
}
.articleProjet .circleWrapper {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  text-align: center;
  background: #efefef;
}
.articleProjet .circleWrapper .paragraph--type--progress-circle {
  flex-grow: 0;
  flex-wrap: wrap;
  margin: 20px;
}
.articleProjet .circleWrapper .paragraph--type--progress-circle .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.articleProjet .circleWrapper .paragraph--type--progress-circle .content .legend {
  margin: 1rem;
}
.articleProjet .circleWrapper .paragraph--type--progress-circle h5 {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.articleProjet .circleWrapper .circle {
  width: 100px;
  height: 100px;
  border-width: 3px;
  font-family: arial;
}
.articleProjet .content h5 {
  color: #000000;
}
.articleProjet.projet14 h2:before {
  background: #0099b0;
}
.articleProjet.projet14 .rep_content li,
.articleProjet.projet14 .field--name-field-project-answer li {
  list-style: url("../images/icons/puce-keys.png");
}
.articleProjet.projet14 .circle__box .circle__right {
  border-top-color: #0099b0;
  border-right-color: #0099b0;
}
.articleProjet.projet14 .circle__box .circle__left {
  border-bottom-color: #0099b0;
  border-left-color: #0099b0;
}
.articleProjet.projet14 .circle__box .circle__content {
  color: #0099b0;
}
.articleProjet.projet20 h2:before {
  background: #752a86;
}
.articleProjet.projet20 .rep_content li,
.articleProjet.projet20 .field--name-field-project-answer li {
  list-style: url("../images/icons/puce-voice.png");
}
.articleProjet.projet20 .circle__box .circle__right {
  border-top-color: #752a86;
  border-right-color: #752a86;
}
.articleProjet.projet20 .circle__box .circle__left {
  border-bottom-color: #752a86;
  border-left-color: #752a86;
}
.articleProjet.projet20 .circle__box .circle__content {
  color: #752a86;
}
.articleProjet.projet13 h2:before {
  background: #ed3027;
}
.articleProjet.projet13 .rep_content li,
.articleProjet.projet13 .field--name-field-project-answer li {
  list-style: url("../images/icons/puce-dynamix.png");
}
.articleProjet.projet13 .circle__box .circle__right {
  border-top-color: #ed3027;
  border-right-color: #ed3027;
}
.articleProjet.projet13 .circle__box .circle__left {
  border-bottom-color: #ed3027;
  border-left-color: #ed3027;
}
.articleProjet.projet13 .circle__box .circle__content {
  color: #ed3027;
}
.articleProjet.projet12 h2:before {
  background: #f99d28;
}
.articleProjet.projet12 .rep_content li,
.articleProjet.projet12 .field--name-field-project-answer li {
  list-style: url("../images/icons/puce-collection.png");
}
.articleProjet.projet12 .circle__box .circle__right {
  border-top-color: #f99d28;
  border-right-color: #f99d28;
}
.articleProjet.projet12 .circle__box .circle__left {
  border-bottom-color: #f99d28;
  border-left-color: #f99d28;
}
.articleProjet.projet12 .circle__box .circle__content {
  color: #f99d28;
}
.articleProjet.projet19 h2:before {
  background: #88c241;
}
.articleProjet.projet19 .rep_content li,
.articleProjet.projet19 .field--name-field-project-answer li {
  list-style: url("../images/icons/puce-services.png");
}
.articleProjet.projet19 .circle__box .circle__right {
  border-top-color: #88c241;
  border-right-color: #88c241;
}
.articleProjet.projet19 .circle__box .circle__left {
  border-bottom-color: #88c241;
  border-left-color: #88c241;
}
.articleProjet.projet19 .circle__box .circle__content {
  color: #88c241;
}
.articleProjet.projet11 h2:before {
  background: #0063a5;
}
.articleProjet.projet11 .rep_content li,
.articleProjet.projet11 .field--name-field-project-answer li {
  list-style: url("../images/icons/puce-academy.png");
}
.articleProjet.projet11 .circle__box .circle__right {
  border-top-color: #0063a5;
  border-right-color: #0063a5;
}
.articleProjet.projet11 .circle__box .circle__left {
  border-bottom-color: #0063a5;
  border-left-color: #0063a5;
}
.articleProjet.projet11 .circle__box .circle__content {
  color: #0063a5;
}
.articleProjetB {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  transition: all ease 0.6s;
  border: 1px solid #fff;
  position: relative;
}
.articleProjetB .logoCustomers {
  position: relative;
}
.articleProjetB .logoCustomers a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  overflow: hidden;
}
.articleProjetB h2 {
  color: #000000;
  font-size: 1.2rem;
}
.articleProjetB .visuel {
  margin: 0;
}
.articleProjetB .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: #ffffff;
  opacity: 0;
  transition: all ease 0.6s;
  text-align: center;
}
.articleProjetB .content img {
  width: 50%;
}
.articleProjetB .content a {
  color: #757575;
}
.articleProjetB .content a:hover {
  color: #27211e;
}
.articleProjetB:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all ease 0.6s;
}
.articleProjetB:hover .iconWrap {
  bottom: 70%;
  transition: all ease 0.6s;
}
.articleProjetB:hover .content {
  opacity: 1;
  transition: all ease 0.6s;
}
.more-link a {
  background: #27211e;
  border-radius: 30px;
  padding: 5px 25px;
  text-align: center;
  margin: auto;
  color: #ffffff !important;
  width: max-content;
  display: block;
  color: #fff !important;
}
.more-link a:hover {
  background: #757575;
  text-decoration: none;
}
.block-views-blockteam-wrapper {
  background: url("../images/texture-ruche-degrade.png") repeat-x 0 0 #ffffff;
  padding: 6rem 0 0;
  width: 100%;
}
.block-views-blockteam-wrapper h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #000000;
  font-size: 1.5rem;
}
.block-views-blockteam-wrapper .views-element-container {
  margin-bottom: 1.5rem;
}
.block-views-blockteam-wrapper .view-team {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}
.block-views-blockteam-wrapper .view-team .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.block-views-blockteam-wrapper .view-team .view-content {
  justify-content: center;
}
.block-views-blockteam-wrapper .view-team .view-content .views-row {
  width: 50%;
}
.teamMember {
  text-align: center;
  position: relative;
  height: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
}
.teamMember .portrait {
  margin-bottom: 1rem;
}
.teamMember h4 {
  font-size: 1.1rem;
}
.teamMember h4 span {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.teamMember h5 {
  font-size: 0.9rem;
  flex-grow: 1;
  margin: 0 0 0.25rem;
}
.teamMember .content {
  display: none;
  width: 370px;
  margin-left: -185px;
  position: absolute;
  z-index: 20;
  top: 0;
  opacity: 0;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
}
.teamMember .content a {
  display: block;
}
.teamMember .linkedin {
  background: url("../images/icons/icon_linkedin.svg");
  width: 32px;
  height: 32px;
  display: block;
  margin: 0.25rem auto;
  text-indent: -999px;
  overflow: hidden;
  opacity: 0.5;
  transition: all ease 0.5s;
}
.teamMember .linkedin:hover {
  opacity: 1;
  transition: all ease 0.5s;
}
#videoWrapper {
  background: #000;
  min-height: 50px;
}
.path-frontpage #main {
  padding-top: 75px;
  padding-bottom: 75px;
}
.path-frontpage .page-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  justify-content: flex-start;
}
.path-frontpage .page-title:before,
.path-frontpage .page-title:after {
  content: "";
  background: #757575;
  width: 3rem;
  border-radius: 20px;
  height: 6px;
  display: block;
}
.path-frontpage .page-title:before {
  margin-right: 0.5rem;
}
.path-frontpage .page-title:after {
  margin-left: 0.5rem;
}
.path-frontpage .page-title:after {
  display: none;
}
.path-frontpage .featured_bottom_first {
  position: relative;
  background: url("../images/ombre.png") repeat-x 0 0, url("../images/texture-ruche.png") no-repeat 0 center fixed, #eeeeee;
}
.path-frontpage .featured_bottom_first:before {
  background: #752a86;
  background: -moz-linear-gradient(left, #752a86 16.66%, #1e5799 16.66%, #005da3 33.32%, #0092ae 33.32%, #0092ae 49.98%, #8dbd0e 49.98%, #8dbd0e 66.64%, #f4990e 66.64%, #f4990e 68%, #f4990e 83.3%, #e71c0a 83.3%);
  background: -webkit-linear-gradient(left, #752a86 16.66%, #1e5799 16.66%, #005da3 33.32%, #0092ae 33.32%, #0092ae 49.98%, #8dbd0e 49.98%, #8dbd0e 66.64%, #f4990e 66.64%, #f4990e 68%, #f4990e 83.3%, #e71c0a 83.3%);
  background: linear-gradient(to right, #752a86 16.66%, #1e5799 16.66%, #005da3 33.32%, #0092ae 33.32%, #0092ae 49.98%, #8dbd0e 49.98%, #8dbd0e 66.64%, #f4990e 66.64%, #f4990e 68%, #f4990e 83.3%, #e71c0a 83.3%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorVoice', endColorstr='#e71c0a', GradientType=1);
  height: 10px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  border-bottom: 5px solid #fff;
}
.maintenance-page {
  background: url("../images/texture-ruche-degrade.png") repeat-x center 0 #ffffff;
}
.maintenance-page header {
  margin-bottom: 5rem;
}
.maintenance-page .layout-container {
  max-width: 800px;
  text-align: center;
  margin: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.maintenance-page .layout-container .intro {
  margin: 0 auto 5rem;
  font-size: 1.4rem;
}
.path-user .block-system-main-block {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.path-user .block-system-main-block .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.path-search .block-system-main-block {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.path-search .block-system-main-block .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.path-search .search-help-link,
.path-search .search-form,
.path-search .block-system-main-block > h2 {
  display: none;
}
.path-search .search-results {
  margin: 0;
  padding: 0;
}
.path-search .search-results > li {
  margin: 0 0 0.5rem;
  border-bottom: 1px dotted #eee;
}
.path-search .search-results > li .container {
  padding: 0;
}
.startengoHead {
  padding: 5rem 0;
  min-height: 400px;
  background: url("../images/responsive/md/startengo-city.png") no-repeat center 100%, url("../images/texture-ruche-degrade.png") repeat-x center 0;
  background-size: contain;
}
.startengoHead .logo {
  max-width: 370px;
  margin: 0 auto 5rem;
  display: block;
}
.page-node-10 #main-wrapper {
  margin-top: 0;
  padding-top: 0;
}
.page-node-10 .paragraph--type--two-columns {
  padding: 8rem 0 5rem;
}
.page-node-10 .paragraph--type--two-columns .row {
  align-items: center;
}
.page-node-10 .paragraph--type--two-columns h1 {
  margin: 0 0 1.5rem;
  color: #000000;
}
.page-node-10 .paragraph--type--two-columns p {
  border-left: 4px solid #757575;
  padding-left: 16px;
}
.page-node-10 .paragraph--type--three-columns {
  padding: 8rem 0 5rem;
  background: url("../images/responsive/md/top_block_blk_bg.png") no-repeat center 0, url("../images/texture-ruche-degrade_blk.png") repeat-x 0 0, #000000;
  color: #fff;
}
.page-node-10 .paragraph--type--three-columns .container {
  max-width: 90%;
}
.page-node-10 .paragraph--type--three-columns .row {
  align-items: center;
}
.page-node-10 .paragraph--type--three-columns h2 {
  color: #fff !important;
  text-align: center;
  font-style: italic;
  font-size: 1.3rem;
  font-family: arial;
}
.page-node-10 .paragraph--type--three-columns h2 span {
  display: block;
}
.page-node-10 .paragraph--type--three-columns h2 span.big {
  font-size: 7rem;
  position: relative;
  line-height: 1;
  margin-right: 50px;
}
.page-node-10 .paragraph--type--three-columns h2 span.big sup {
  font-size: 3rem;
  position: absolute;
  top: 40px;
  margin-left: 0.5rem;
}
.page-node-10 .paragraph--type--one-column {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 20;
  background: #fff;
}
.page-node-10 .paragraph--type--one-column:before,
.page-node-10 .paragraph--type--one-column:after {
  display: block;
  content: "";
  height: 10px;
  width: 100%;
  background: #752a86;
  background: -moz-linear-gradient(left, #752a86 16.66%, #1e5799 16.66%, #005da3 33.32%, #0092ae 33.32%, #0092ae 49.98%, #8dbd0e 49.98%, #8dbd0e 66.64%, #f4990e 66.64%, #f4990e 68%, #f4990e 83.3%, #e71c0a 83.3%);
  background: -webkit-linear-gradient(left, #752a86 16.66%, #1e5799 16.66%, #005da3 33.32%, #0092ae 33.32%, #0092ae 49.98%, #8dbd0e 49.98%, #8dbd0e 66.64%, #f4990e 66.64%, #f4990e 68%, #f4990e 83.3%, #e71c0a 83.3%);
  background: linear-gradient(to right, #752a86 16.66%, #1e5799 16.66%, #005da3 33.32%, #0092ae 33.32%, #0092ae 49.98%, #8dbd0e 49.98%, #8dbd0e 66.64%, #f4990e 66.64%, #f4990e 68%, #f4990e 83.3%, #e71c0a 83.3%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorVoice', endColorstr='#e71c0a', GradientType=1);
}
.page-node-10 .paragraph--type--one-column:before {
  border-top: 5px solid #fff;
}
.page-node-10 .paragraph--type--one-column:after {
  border-bottom: 5px solid #fff;
}
.page-node-10 .paragraph--type--one-column .container {
  padding: 50px 0;
}
#page.page-contact #main-wrapper {
  padding: 2.5rem 0 6rem;
  background: url(../images/responsive/md/startengo-city.png) no-repeat center 100%, url(../images/texture-ruche-degrade.png) repeat-x center 0, #ffffff;
  background-size: contain, auto;
}
#page.page-contact .page-title {
  text-align: center;
  color: #000000;
  margin: 0 auto 2rem;
}
#page.page-contact .contact-wrapper {
  max-width: 900px;
  margin: auto;
}
#page.page-contact .contact-wrapper > .container > .row > .col-12:first-child {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page.page-contact .contact-wrapper > .container > .row > .col-12:first-child .column {
  padding: 30px 0;
}
#page.page-contact .contact-wrapper > .container > .row > .col-12 .column {
  padding: 30px;
}
#page.page-contact .contact-wrapper > .container > .row > .col-12 .column .section h2 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000000;
}
#page.page-contact .contact-wrapper > .container > .row > .col-12 .column .section h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000000;
}
#page.page-contact .contact-wrapper #sidebar-first {
  text-align: center;
  width: 100%;
}
#page.page-contact .contact-wrapper #sidebar-first h4 {
  color: #000000;
}
#page.page-contact .contact-wrapper #sidebar-first h5 {
  color: #000000;
}
#page.page-contact .contact-wrapper iframe {
  height: 420px !important;
}
.contact-form {
  max-width: 470px;
  margin: auto;
}
.contact-form .button--primary {
  background: #27211e;
  border-radius: 30px;
  padding: 5px 25px;
  text-align: center;
  margin: auto;
  color: #ffffff !important;
  width: max-content;
  display: block;
  background: #ed3027;
  border: 0;
  width: 100%;
  font-weight: bold;
  padding: 1rem;
  text-transform: uppercase;
}
.contact-form .button--primary:hover {
  background: #757575;
  text-decoration: none;
}
.contact-form .button--primary:hover {
  background: #88c241;
}
.contact-form #edit-preview {
  display: none;
}
.contact-form .form-item {
  margin: 0 0 0.75rem 0;
}
.contact-form .form-item > label {
  font-weight: 600;
  color: #000000;
  margin: 0;
}
.contact-form .form-text,
.contact-form .form-textarea,
.contact-form .form-email {
  border: 1px solid #eee;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.25);
  color: #000000;
  width: 100%;
  padding: 0.5rem 0.75rem;
}
.page-regie-support {
  background: url("/themes/startengo/images/desk/d-regie-support_bg.jpg") no-repeat center #000000;
  background-size: cover;
  background-attachment: fixed;
  padding: 32px 0;
}
.page-regie-support #page {
  padding: 32px;
  margin: auto;
  max-width: 860px;
  background: #fff;
}
.page-regie-support #page .site-logo {
  margin: auto;
  display: block;
}
.page-regie-support #page h2 {
  background: #333;
  color: #fff;
  padding: 8px;
  font-size: 1.2em;
  text-transform: uppercase;
}
.page-regie-support .field--name-field-regie-deliverables .tabledrag-toggle-weight-wrapper {
  display: none;
}
.page-regie-support .field--name-field-regie-deliverables .field-multiple-table {
  width: 100%;
}
.page-regie-support .field--name-field-regie-deliverables .field-multiple-table th.field-label {
  display: none;
}
.page-regie-support .field--name-field-regie-deliverables .field-multiple-table .field-multiple-drag {
  display: none;
}
.page-regie-support .field--name-field-regie-deliverables .field-multiple-table .button--small.button,
.page-regie-support .field--name-field-regie-deliverables .field-multiple-table .dropbutton {
  background: #fff;
  color: #555;
  border-radius: 8px;
}
.page-regie-support .field--name-field-regie-deliverables .field-multiple-table .paragraph-type-top {
  background: #555;
  color: #fff;
  padding: 8px;
}
.page-regie-support .filter-wrapper {
  display: none;
}
.page-regie-support .form-text,
.page-regie-support .form-textarea,
.page-regie-support .form-date {
  background-color: #efefef;
  border: 0;
  border-radius: 0;
  padding: 8px;
  border-bottom: 1px solid #ccc;
}
.page-regie-support .form-text:focus,
.page-regie-support .form-textarea:focus,
.page-regie-support .form-date:focus {
  background-color: #ddd;
}
.page-regie-support .form-text:focus-visible,
.page-regie-support .form-textarea:focus-visible,
.page-regie-support .form-date:focus-visible {
  outline: none;
}
.page-regie-support .field--type-datetime .label {
  color: #000;
  margin-bottom: 6px;
  display: block;
}
.page-regie-support .field-add-more-submit.button {
  border-radius: 16px;
  border: 0;
  background: #000000;
  color: #ffffff;
  padding: 8px 16px;
}
.page-regie-support .field-add-more-submit.button:hover {
  background: #757575;
}
.page-regie-support .button.form-submit {
  max-width: 280px;
  margin: auto;
}
.page-regie-support #footer {
  background: none;
  padding: 0;
}
.page-regie-support #footer .site-footer_bottom {
  margin: 0;
}
.contact-message-request-regie-form.contact-form {
  max-width: 100%;
}
.page-node-type-adobe_xd {
  background: #000;
}
.page-node-type-adobe_xd #header {
  position: static;
  border: 0;
  background: #000;
}
.page-node-type-adobe_xd #header .site-logo {
  background: url("/themes/startengo/logo-white.svg") no-repeat center;
  background-size: cover;
}
.page-node-type-adobe_xd #header .site-logo img {
  opacity: 0;
}
.page-node-type-adobe_xd #header .container {
  max-width: 1920px;
}
.page-node-type-adobe_xd #header ul.sf-menu > li a,
.page-node-type-adobe_xd #header ul.sf-menu > li span.nolink {
  color: #fff;
}
.page-node-type-adobe_xd #header ul.sf-menu > li a:hover,
.page-node-type-adobe_xd #header ul.sf-menu > li span.nolink:hover {
  color: #999;
}
.page-node-type-adobe_xd #header ul.sf-menu ul {
  background: #000;
}
.page-node-type-adobe_xd #main-wrapper {
  padding: 0;
}
.page-node-type-adobe_xd #main-wrapper iframe {
  max-width: 100%;
  margin: auto;
  display: block;
}
.page-node-type-adobe_xd #footer {
  background: #000;
  padding: 16px 0;
}
.page-node-type-adobe_xd #footer .site-footer_bottom {
  margin: 0;
}
.page-node-type-adobe_xd #footer .site-footer_bottom .menu {
  padding: 0;
  margin: 0;
  border: 0;
}
.page-node-type-adobe_xd #footer a:hover {
  color: #fff;
}
@media all and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  #header .container {
    position: relative;
  }
  .block-system-branding-block {
    width: 170px;
  }
  .sf-accordion-toggle {
    position: absolute;
    top: 10px;
    right: 62px;
  }
  .sf-accordion-toggle #superfish-main-toggle {
    width: 32px;
    height: 32px;
    overflow: hidden;
    display: block;
    text-indent: -999px;
    background: url("../images/icons/bars-solid.svg") no-repeat center center;
  }
  #superfish-main-accordion {
    background: #000000;
    padding: 0;
    position: absolute;
    top: 63px !important;
    left: 0 !important;
  }
  #superfish-main-accordion .nav-link {
    text-transform: uppercase;
    padding: 20px;
    border-bottom: 1px solid #333;
    color: #fff;
  }
  #superfish-main-accordion .nav-link:hover {
    color: #fff;
    background: #0099b0 !important;
  }
  .language-switcher-language-url {
    position: absolute;
    top: 5px;
    right: 15px;
  }
  .language-switcher-language-url .nav-link {
    padding: 0;
  }
  .block-search {
    display: none;
  }
  #slider-wrapper .container {
    padding: 0 !important;
  }
  .block-views-blockprojets-block-2 > div {
    padding: 0 30px;
  }
  .articleProjet .circleWrapper {
    flex-direction: column;
  }
}
@media all and (min-width: 768px) {
  #header .container {
    align-items: center;
    justify-content: space-between;
  }
}
@media all and (min-width: 1024px) {
  .block-views-blockteam-wrapper .view-team .view-content .views-row {
    width: 33.33%;
  }
  .block-superfish {
    display: flex;
    justify-content: center;
  }
  .node--type-projet .field--name-field-progress-circle .field__item {
    max-width: 50%;
  }
}
@media all and (min-width: 1480px) {
  .startengoHead .logo {
    margin-bottom: 10rem;
  }
}
