/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.5rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 2.25rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 2rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.75rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1.5rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 1.25rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.875rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.875rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.75rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  border-radius: 0.1875rem;
}
/* line 1, templates/rt_protean/custom/scss/_login-menu.scss */
.login-menu {
  display: inline-block;
}
/* line 3, templates/rt_protean/custom/scss/_login-menu.scss */
.login-menu .unstyled {
  display: none;
}
/* line 6, templates/rt_protean/custom/scss/_login-menu.scss */
.login-menu #form-login-username {
  float: left;
}
/* line 9, templates/rt_protean/custom/scss/_login-menu.scss */
.login-menu #form-login-password {
  float: left;
  margin-left: 30px;
}
/* line 13, templates/rt_protean/custom/scss/_login-menu.scss */
.login-menu #form-login-remember {
  float: left;
  margin-left: 30px;
}
/* line 17, templates/rt_protean/custom/scss/_login-menu.scss */
.login-menu #form-login-submit {
  float: left;
  margin-left: 30px;
}
/* line 22, templates/rt_protean/custom/scss/_login-menu.scss */
#g-header {
  padding: 0px;
}
/* Variables */
/* Variables */
/* line 6, templates/rt_protean/custom/scss/_socialbar.scss */
.socialbar {
  position: fixed;
  top: 300px;
  right: 0;
  background-color: #f9b323;
  width: 50px;
  z-index: 5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 17, templates/rt_protean/custom/scss/_socialbar.scss */
.socialimg {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 21, templates/rt_protean/custom/scss/_socialbar.scss */
.socialbar img {
  width: 45px;
  margin-top: 3px;
  margin-left: 2px;
}
/* line 26, templates/rt_protean/custom/scss/_socialbar.scss */
.socialbutton {
  width: 200px;
  height: 50px;
}
/* line 30, templates/rt_protean/custom/scss/_socialbar.scss */
.socialbutton:hover {
  transform: translateX(-150px);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 38, templates/rt_protean/custom/scss/_socialbar.scss */
.socialbutton:hover .socialtxt {
  background-color: #ededed;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 46, templates/rt_protean/custom/scss/_socialbar.scss */
#youtube:hover .socialimg {
  background: #e52d27;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e52d27 0%, #b31217 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e52d27 0%, #b31217 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e52d27 0%, #b31217 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e52d27', endColorstr='#b31217',GradientType=0);
  /* IE6-9 */
}
/* line 55, templates/rt_protean/custom/scss/_socialbar.scss */
#facebook:hover .socialimg {
  background: #3b5998;
}
/* line 58, templates/rt_protean/custom/scss/_socialbar.scss */
#devis:hover .socialimg {
  background: #85388a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #85388a 0%, #281a27 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #85388a 0%, #281a27 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #85388a 0%, #281a27 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85388a', endColorstr='#281a27',GradientType=1);
  /* IE6-9 */
}
/* line 65, templates/rt_protean/custom/scss/_socialbar.scss */
.socialbar .socialtext img {
  width: 100%;
}
/* line 68, templates/rt_protean/custom/scss/_socialbar.scss */
.socialtxt1 {
  font-style: italic;
  font-weight: 900;
  font-size: 17px;
  margin-left: 10px;
}
/* line 74, templates/rt_protean/custom/scss/_socialbar.scss */
.socialtxt2 {
  font-weight: 900;
  font-size: 17px;
  line-height: 7px;
  margin-left: 10px;
}
/* line 1, templates/rt_protean/custom/scss/_breadcrumbs.scss */
.breadcrumb li:nth-child(2) .divider {
  display: inherit;
}
/* line 4, templates/rt_protean/custom/scss/_breadcrumbs.scss */
.breadcrumb span.divider {
  line-height: 14px;
  margin-right: 0.25em;
}
/* line 8, templates/rt_protean/custom/scss/_breadcrumbs.scss */
.breadcrumb {
  background-color: #fff;
}
@font-face {
  font-family: 'Mathilde';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/mathilde/mathilde.eot#iefix') format("embedded-opentype"), url('../fonts/mathilde/mathilde.woff2') format("woff2"), url('../fonts/mathilde/mathilde.woff') format("woff"), url('../fonts/mathilde/mathilde.ttf') format("truetype"), url('../fonts/mathilde/mathilde.svg#Mathilde') format("svg");
}
/* line 9, templates/rt_protean/custom/scss/custom.scss */
.g-main-nav {
  background-image: url('../../../../images/RessourcesGraphiques/BANDEAU_MENU.png');
  background-repeat: repeat-x;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}
/* line 17, templates/rt_protean/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #fff;
}
/* line 20, templates/rt_protean/custom/scss/custom.scss */
.font-family-mathilde {
  font-family: 'Mathilde';
  font-weight: normal;
  font-style: normal;
}
/* line 25, templates/rt_protean/custom/scss/custom.scss */
.accent1 {
  background: #00c1e8;
  color: #00c1e8;
}
/* line 29, templates/rt_protean/custom/scss/custom.scss */
.accent2 {
  background: #b40000;
  color: #b40000;
}
/* line 33, templates/rt_protean/custom/scss/custom.scss */
.g-menu-item---module-TmffX .g-menu-item-container:after {
  opacity: 0 !important;
}
/* line 36, templates/rt_protean/custom/scss/custom.scss */
#g-expanded {
  padding: 0 6%;
}
/* line 39, templates/rt_protean/custom/scss/custom.scss */
#g-page-surround {
  background-image: url('../../../../images/RessourcesGraphiques/6717_FANFARE.png'), url('../../../../images/RessourcesGraphiques/7241_FANFARE.png'), url('../../../../images/RessourcesGraphiques/furley_bg.png');
  background-repeat: no-repeat, no-repeat, repeat;
  background-attachment: fixed;
  background-position: left, right, center;
}
/* line 45, templates/rt_protean/custom/scss/custom.scss */
#module-97 .g-particle .g-content-array .g-grid .g-block {
  margin-left: 5%;
  margin-right: 5%;
}
/* line 49, templates/rt_protean/custom/scss/custom.scss */
.nopaddingall-first-child div:first-child {
  padding: 0;
}
/* line 52, templates/rt_protean/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container:after {
  background: #fff;
}
/* line 55, templates/rt_protean/custom/scss/custom.scss */
.fgd-animation:hover img, .fgd-recrutement:hover img {
  animation: tilt 1s;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
@keyframes tilt {
  /* line 69, templates/rt_protean/custom/scss/custom.scss */
  50% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes tilt {
  /* line 86, templates/rt_protean/custom/scss/custom.scss */
  50% {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 768px) {
  /* line 97, templates/rt_protean/custom/scss/custom.scss */
  .headroom--unpinned, .headroom--pinned {
    position: fixed !important;
    width: 100%;
  }
  /* line 101, templates/rt_protean/custom/scss/custom.scss */
  .headroom--unpinned.headroom--top, .headroom--pinned.headroom--top {
    position: relative !important;
  }
}
/* line 106, templates/rt_protean/custom/scss/custom.scss */
.g-default .g-offcanvas-toggle, .g-error .g-offcanvas-toggle {
  color: #b21724;
}
/* line 109, templates/rt_protean/custom/scss/custom.scss */
.footer-block:last-of-type .g-content {
  border-right: 0px solid #000;
}
/* line 112, templates/rt_protean/custom/scss/custom.scss */
.footer-block .g-content {
  border-right: 1px solid #000;
}
/* line 115, templates/rt_protean/custom/scss/custom.scss */
#g-navigation {
  box-shadow: 0px 1px 20px;
}
/* line 118, templates/rt_protean/custom/scss/custom.scss */
#g-container-main {
  box-shadow: 0px 20px 30px;
}
/* line 121, templates/rt_protean/custom/scss/custom.scss */
#g-expanded {
  box-shadow: 0px 20px 30px;
}
/* line 124, templates/rt_protean/custom/scss/custom.scss */
#g-extension {
  box-shadow: 0px 20px 30px;
}
/* line 127, templates/rt_protean/custom/scss/custom.scss */
#g-footer {
  margin-bottom: 1rem;
  box-shadow: 0px 10px 30px;
}
/* line 131, templates/rt_protean/custom/scss/custom.scss */
.g-content-array {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
/* line 136, templates/rt_protean/custom/scss/custom.scss */
.g-array-item {
  padding-left: 1rem;
  padding-right: 1rem;
}
