/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
 
 .emploi div div span {
  align-content: center;
}

.emploi > div div {
  display: grid;
  grid-template-columns: .1fr .9fr;
  gap: 5px;
  align-content: center;
}

 .node-35 article {
  margin-bottom: 106px;
}

 .descriptionOffre div
 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
}

.descriptionOffre b {
    display: block;
}

 #block-terminal-views-block-emploi-block-2 .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  background-color: #D9D9D9CC;
  padding: 0 2% 100px;
}

#block-terminal-views-block-emploi-block-2 .views-row {
  border: 1px solid #18355D;
  border-radius: 3px;
  padding: 12px 10px;
}

.emploiList:hover span {
  color: var(--blue);
  transition: .3s;
}

.emploiList {
  color: #000;
  font-size: 20px;
  line-height: 132%;
  font-weight: 400;
  transition: 1s;
}

.emploiListTitle {
  font-weight: bold;
  line-height: 114%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}

.emploiList > span {
  display: block;
}
 
 .offreDetailContent h2 {
  margin: 25px 0;
  font-size: 29px;
  color: #858585;
  font-weight: bold;
}

.offreDetailContent {
padding: 1px 2% 0;
    padding-bottom: 60px;
    background-color: #D9D9D9CC;
}

.offreDetailContent i {
  font-size: 40px;
  display: inline-block;
  margin-right: 1%;
  margin-top: 30px;
}

.bi.bi-facebook {
  color: #3B5998;
}

.bi.bi-twitter-x {
  color: #000;
}

.offreDetailTitle span:nth-child(2) {
  background-color: #18355D;
  padding: 5px 0;
  transition: .3s;
}

.offreDetailTitle span:nth-child(2):hover a {
  color: #fff;
  transition: .3s;
}

.offreDetailTitle a {
  color: var(--orange);
  font-size: 16px;
  padding: 0 10px;
  transition: .3s;
}

.offreDetailTitle {
background-color: #fff;
  color: var(--blue);
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #D9D9D9CC;
  border-top-left-radius: 8px;
  border-top-right-radius: 6px;
  display: flex;
  justify-content: space-between;
  padding: 15px 2%;
}
 
 section#block-terminal-contenuralimoort .conteneur .moreArrow {
    float: right;
    width: 100%;
}

 
 #muteBtn {
  display: none;
}

 .node-37 article.article.is-promoted.full.clearfix {
    margin-bottom: 100px;
}
 
 .greenBottom {
    margin-bottom: 89px;
}

 #block-terminal-views-block-actualites-view-block-2 .moreArrow img {
  width: 70%;
  padding-top: 9px;
  left: 6px;
  position: relative;
}

#user-login-form {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-name.js-form-item-name.form-group {
 grid-area: 1 / 1 / 2 / 3;
	padding: 0 20px 0 0;
}

.form-item.js-form-item.form-type-password.js-form-type-password.form-item-pass.js-form-item-pass.form-group {
   grid-area: 1 / 3 / 2 / 5;
	padding: 0 0 0 20px;
}

section#block-terminal-views-block-conteneurs-imports-block-1 {
    margin-bottom: 100px;
}

.captcha.captcha-type-challenge--image {
    grid-area: 2 / 1 / 3 / 5;
}

#edit-actions {
    grid-area: 3 / 2 / 4 / 4;
}

#user-login-form > a {
  background-color: var(--orange);
  text-decoration: none;
  color: #000;
  padding: 8px 31px;
  grid-area: 2 / 6 / 3 / 7;
height: 50px;
  align-self: center;
	align-content: center;
  font-weight: bold;
  text-transform: uppercase;
}

/********************************************************/

#collapseFour .panel-body > div p + p {
  display: none;
}

#collapseFour .panel-body > div img:hover {
  cursor: pointer;
  transition: .5s;
  box-shadow: 2px 3px 17px 6px #0000002e;
}

#collapseFour .panel-body > div img {
  transition: .5s;
}
/**************************************************************************************/
.mediatheque:hover .mediathequeTitre {
    opacity: 1;
    transform: translateY(60px);
    transition: all .3s ease;
}

.mediathequeTitre {
    position: absolute;
    transform: translateY(-35px);
    opacity: 0;
    z-index: 1;
    transition: all .3s ease;
    overflow: hidden;
    padding: 0 4%;
	color: #fff;
    font-weight: bold;
	    pointer-events: none;
	    font-size: 16px;
}

.mediathequeDate {
    position: absolute;
    transform: translateY(35px);
    opacity: 0;
    z-index: 1;
    transition: all .3s ease;
    overflow: hidden;
    padding: 0 4%;
color: #fff;
	    font-weight: bold;
    font-size: 16px;
	width: 100%;
    text-align: right;
	    pointer-events: none;
}

.mediatheque:hover .mediathequeDate {
    opacity: 1;
    transform: translateY(-50px);
    transition: all .3s ease;
}

.mediatheque:hover::after {
    top: 0;
    left: 0;
    transition: all .3s ease;
    opacity: 1;
}

.mediatheque::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0777bddb;
    top: 100%;
    left: 0;
    transition: all .3s ease;
    opacity: 0;
	    pointer-events: none;
}

.path-identif-atl div#edit-account {
    position: relative;
    margin-top: 1262px;
}

.atl-textfield.form-group.js-form-wrapper.form-wrapper {
  display: none;
}


/*************************************************************************/
.path-identif-atl #edit-actions {
  width: 100%;
  display: flex;
  justify-content: center;
}

.path-identif-atl.has-glyphicons {
  height: 100vh;
  background: linear-gradient(to bottom,#00000082 100%, transparent 0%), url(/sites/default/files/imageSite/images/bg_terminal.webp);
    background-size: auto, auto;
  background-size: cover;
}

.path-identif-atl #user-login-form {
 /*width: 722px;
  margin: 0 auto;
  height: 542px;*/
width: 850px;
  margin: 0 auto;
  height: 460px;
  background-color: #FFFFFFE5;
  padding: 24px 2%;
  border-radius: 10px;
}

.path-identif-atl #user-pass {
 width: 722px;
  margin: 0 auto;
  height: 290px;
  background-color: #FFFFFFE5;
  padding: 24px 2%;
  border-radius: 10px;
}

.path-identif-atl #user-login-form .js-form-item-captcha-response input {
    height: 50px;
}

.path-identif-atl #user-login-form  div#edit-captcha-image-wrapper {
    position: relative;
    top: 31px;
}

.path-identif-atl .page-header {
  display: none;
}

.path-identif-atl #user-login-form input, .path-identif-atl #user-pass input {
  height: 50px;
  border: 1px solid var(--blue);
  border-radius: 8px;
}

.path-identif-atl #user-login-form label, .path-identif-atl #user-pass label {
  font-size: 20px;
  font-weight: normal;
  color: var(--blue);
}

.path-identif-atl .region.region-content {
  display: flex;
  align-items: center;
  height: 75vh;
}

.path-identif-atl  .highlighted .tabs{
  display: none;
}

.path-identif-atl #edit-submit {
 background: no-repeat;
  color: var(--orange);
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  border: none;
  padding: 0 0px;
  display: flex;
  flex-direction: row-reverse;
}

/********************************************************************************/

.partenaire .slick-list {margin: 0 -5px;}
.partenaire .slick-slide > div {padding: 0 5px;}

#block-terminal-views-block-diaporama-view-block-1 .view-content.slick-initialized {
    visibility: visible;
}

.user-logged-in .menu.menu--main.nav.navbar-nav {
  position: relative;
  top: -96px;
}

#block-terminal-views-block-diaporama-view-block-1 .view-content {
    visibility: hidden;
}

#block-terminal-views-block-mediatheque-view-block-2 .field.field--name-field-media-video-file {
  text-align: center;
}

#views-exposed-form-conteneurs-imports-block-1 button {
  background-color: var(--blue);
  border: 1px solid var(--animate-delay);
  height: 49px;
  padding: 0 26px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  top: -25px;
}

.form-item.js-form-item.form-type-select.js-form-type-select.form-item-field-armateur-target-id.js-form-item-field-armateur-target-id {
  height: 50px;
  width: 50%;
}

.form-item.js-form-item.form-type-select.js-form-type-select.form-item-field-armateur-target-id.js-form-item-field-armateur-target-id.form-group label {
  color: var(--orange);
  font-size: 2rem;
  width: 22%;
}

.form-item.js-form-item.form-type-select.js-form-type-select.form-item-field-armateur-target-id.js-form-item-field-armateur-target-id > div {
  width: 76%;
}

.form-item.js-form-item.form-type-select.js-form-type-select.form-item-field-armateur-target-id.js-form-item-field-armateur-target-id select {
  height: 50px;
  width: 100%;
}

.terminal4Element.cert2 span {
  font-size: 13px;
  line-height: 12px;
}

.terminal4Element.cert2 > div:nth-child(-n+2) {
  width: 49%;
}

.terminal4Element.cert2 > div:nth-child(3) {
  width: 30%;
}

.terminal4Element.cert2 > div:nth-child(4) {
  width: 68%;
}

.terminal4Element.cert2 > div:nth-child(5) {
  width: 26%;
}

.terminal4Element.cert2 > div:nth-child(7) {
  width: 38%;
}

.terminal4Element.cert2 > div:nth-child(6) {
  width: 32%;
}

.terminal4Element.cert1 > div:nth-child(-n+4) {
  width: 32%;
}

.terminal4Element.cert1 > div:nth-child(5) {
  width: 66%;
}

.terminal4Element.cert1 > div:nth-child(6) {
  width: 25%;
}

.terminal4Element.cert1 > div:nth-child(7) {
  width: 30%;
}

.terminal4Element.cert1 > div:nth-child(8) {
  width: 41%;
}

.terminal4Element.cert1 > div:nth-child(n+9) {
  width: 49%;
}

.contentCertif h1 {
  font-weight: bold;
  font-size: 40px;
  color: var(--blue);
  text-transform: uppercase;
  text-align: center;
  border-bottom: 10px solid var(--blue);
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 13px;
}

.contentCertif h1::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 66px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid var(--blue);
  left: 48%;
}

.contentCertif h2 {
  color: var(--orange);
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.imageCertif span:last-child img {
  width: 67%;
  margin: 0 auto;
}

.imageCertif span:last-child {
  display: flex;
  align-items: center;
}

.imageCertif span{
  width: 49%;
  margin-bottom: 15px;
}

.imageCertif img{
  width: 100%;
}


.imageCertif {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#block-terminal-termainaloffredeservice .panel-default {
  border-color: none;
}

.systemEx a {
  display: block;
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  height: 50px;
  padding-top: 12px;
  margin: 36px 0;
transition: .3s;
text-decoration: none;
}

.systemEx a {
  pointer-events: none;
}

.systemEx span {
  float: right;
  width: 49px;
  height: 50px;
  position: relative;
  top: -12px;
  background-color: var(--blue);
  transition: .3s;
}

.systemEx a:hover {
  background-color: var(--blue);
transition: .3s;
}

.systemEx a:hover span {
  background-color: var(--orange);
transition: .3s;
}
article.article iframe {
    --largeur: calc((100vw - 1200px) / 2);
    padding: 0 var(--largeur);
    height: 720px;
    margin-top: 50px;
}

ul.links.inline.list-inline {
    display: none;
}

.diaporamaImage {
    height: 87vh;
}

.diaporamaImage img {
    height: 87vh;
    object-fit: cover;
	width: 100%;
}

.diaporamaTitre {
  display: none;
}

#block-terminal-quicktabsclients .quicktabs-tabs {
  border-bottom: 1px solid var(--blue);
  padding: 7px 0;
  margin-left: 40px;
  margin-bottom: 27px;
}

#block-terminal-quicktabsclients .quicktabs-tabs li a {
  padding: 5px 50px;
  font-weight: bold;
  font-size: 20px;
  transition: .3s;
  color: #000;
  text-decoration: none;
}

#block-terminal-quicktabsclients .quicktabs-tabs li a:hover {
  transition: .3s;
  color: var(--blue);
}

#block-terminal-quicktabsclients .quicktabs-tabs li.active a {
  color: var(--blue);
  transition: .3s;
  border-bottom: 5px solid var(--blue);
}

#quicktabs-clients li {
  padding: 0 0;
}


.breadcrumb a {
    color: #18355D;
}

#block-terminal-quicktabsclients .slick-slide {
      margin: 0 27px;
  }

.region.region-navigation {
  position: relative;
}

.region.region-navigation .breadcrumb {
background-color: #EDD48C;
    color: #18355D;
    position: absolute;
    width: 100%;
    bottom: -19px;
        --largeur: calc((100vw - 1156px) / 2);
    padding-left: var(--largeur);
}

.region.region-navigation .breadcrumb > .active {
    color: #18355D;
}

body {
  font-family: 'Poppins', sans-serif;
}

.organigram img {
  width: 100%;
  margin-top: 61px;
}

.organigram h1 {
  color: var(--blue);
  font-weight: bold;
  text-align: center;
  font-size: 45px;
  margin-top: 50px;
}

.emploi_send img {
  transform: rotate(-90deg);
}

.emploi_send {
width: 330px;
  padding: 14px 0;
      background-color: var(--blue);
    border-color: var(--blue);
}

#block-terminal-views-block-diaporama-view-block-2 {
  position: relative;
  margin-top: -126px;
}

#webform-submission-newsletter-add-form button, .webform-submission-newsletter-form button {
padding: 0px 0px;
  background-color: #18355D;
}

#edit-actions-submit span {
  display: block;
  width: 41px;
  height: 37px;
}

button#edit-submit span {
    height: 40px;
    display: block;
    width: 40px;
}

button#edit-submit {
    padding: 0px 11px 11px 0px;
    margin: 0;
}

section#block-terminal-quicktabsmediatheque li[aria-selected="true"] a {
    color: #8B9AAD;
}

section#block-terminal-quicktabsmediatheque li a {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    border: none;
}

section#block-terminal-quicktabsmediatheque {
    --largeur: calc((100vw - 1200px) / 2);
    padding: 0 var(--largeur);
}

section#block-terminal-quicktabsmediatheque .tabsbar ul.quicktabs-tabs {
    border-bottom: 1px solid var(--orange);
    margin-top: 20px;
    margin-bottom: 1rem;
    padding: 0 0;
}

.media {
    position: relative;
}

.mediaTitle a {
    color: #fff;
    line-height: 20px;
}

.mediaBody, .mediaDate {
    display: none;
}

.mediaTitle a {
    font-size: 20px;
}

.mediaTitle {
    position: absolute;
    bottom: 3%;
    left: 2%;
    z-index: 1;
    font-weight: bold;
}

.mediaIcone {
    position: absolute;
    right: 10%;
    top: 50%;
	    pointer-events: none;
}

.mediaImage {
    height: 100%;
}

.mediaImage img {
    filter: brightness(0.5);
    height: 100%;
    object-fit: cover;
}

.bk-media .view-content .views-row .media {
    height: 400px;
        margin-bottom: 25px;
}

.bk-media .view-content .views-row:nth-child(8n+2) {
    width: 24%;
}

.bk-media .view-content .views-row:nth-child(8n+3) {
        width: 49%;
    margin: 0 1%;
}

.bk-media .view-content .views-row:nth-child(8n+4) {
    width: 24%;
}

.bk-media .view-content .views-row:nth-child(8n+5) {
    width: 66%;
}

.bk-media .view-content .views-row:nth-child(8n+6) {
    width: 32%;
}

.bk-media .view-content .views-row:nth-child(8n+7) {
    width: 32%;
}

.bk-media .view-content .views-row:nth-child(8n+8) {
    width: 33%;
	margin: 0 0 0 1%;
}

.bk-media .view-content .views-row:nth-child(8n+9) {
    width: 32%;
}

.bk-media .view-content .views-row {
    float: left;
}

.bk-media .view-content .views-row:nth-child(3n+3) {
    margin: 0 1%;
}

.bk-media .view-content .views-row:first-child .media{
      height: auto;
    border-bottom: 1px solid #D2A232;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.bk-media .view-content .views-row:first-child .mediaDate {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #87969F;
    display: block;
}

.bk-media .view-content .views-row:first-child .mediaBody {
    display: block;
}

.bk-media .view-content .views-row:first-child .mediaTitle a {
    color: var(--blue);
    font-weight: bold;
    font-size: 60px;
    display: block;
    text-align: center;
    padding: 0 5%;
    line-height: 57px;
    margin: 23px 0;
}

.bk-media .view-content .views-row:first-child .mediaTitle {
    position: relative;
    margin: 0 0 45px;
}

.bk-media .view-content .views-row:first-child .mediaTitle:after {
    content: "";
    display: block;
    position: absolute;
    width: 10%;
    height: 2px;
    background-color: var(--orange);
    left: 45%;
}


.Postulez p span:first-child a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.Postulez.container img {
  width: 2%;
}

.Postulez.container {
  margin-top: 36px;
  padding: 0 0;
}

.Postulez p span:nth-child(2) {
  float: right;
}

.Postulez p span:first-child {
    background-color: var(--orange);
    color: #fff;
    padding: 5px 10px;
}

.Postulez p span:nth-child(2) a{
    color: var(--orange);
    text-transform: uppercase;
    font-weight: bold;
transition:.3s
}

.Postulez p span:nth-child(2) a:hover{
    color: var(--blue);
transition:.3s
}

.page-node-type-emplois article {
  width: 1170px;
  margin: 0 auto;
}

#block-terminal-quicktabsclients {
  background-color: var(--blue);
  padding: 60px 0;
}

.partenaire div {
  margin-bottom: 25px;
}

.partenaire span, .partenaire2 span {
  border: 1px solid var(--blue);
  padding: 25px 0;
}

.partenaire span img, .partenaire2 span img {
  height: 100px;
  width: auto;
  object-fit: cover;
  margin: 0 auto;
}

.partenaire, .partenaire2 {
  height: 414px;
  width: 100%;
}

.partenaire .slick-track , .partenaire2 .slick-track {
  min-width: 200%;
}

#quicktabs-clients {
  background-color: #fff;
  --largeur: calc((100vw - 1151px) / 2);
  margin-left: var(--largeur);
  padding: 18px var(--largeur) 50px 0;
}

.page-node-type-conteneur-a-l-import article {
  margin: 50px auto 0;
  width: 1170px;
}

#block-terminal-views-block-conteneurs-imports-block-1 .view-content {
  border-bottom: 3px solid var(--blue);
}

.conteneur p span:nth-child(2) {
  text-align: right;
  padding-top: 17px;
  padding-right: 2%;
}

.conteneur p span:nth-child(2) a{
 font-weight: bold;
  font-size: 23px;
  color: #87969F;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: block;
}

.conteneur p span {
  width: 50%;
}

.conteneur p span:nth-child(2) img {
  margin-left: 3%;
  position: relative;
  transition: .3s;
  left: 0;
}

.conteneur p span:nth-child(2):hover img {
  left: 3%;
  position: relative;
  transition: .3s;
}

.conteneur p span:nth-child(1) {
  font-size: 40px;
  font-weight: bold;
  color: var(--blue);
}

.conteneur p span:nth-child(1) img {
  width: 40px;
  position: relative;
  margin-right: 1%;
}

.node-29 .conteneur p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  border-top: 3px solid var(--blue);
    margin: 0 !important;
    padding-top: 22px;
}

ection#block-terminal-views-block-conteneurs-imports-block-1 {
    margin-bottom: 100px;
}

.conteneur {
  display: flex;
  justify-content: space-between;
 /* border-top: 1px solid var(--blue);*/
  padding: 17px 0;
}

#webform-submission-postulez-node-21-add-form #edit-markup a {
  font-weight: bold;
  color: #87969F;
  font-size: 20px;
  text-decoration: none;
}

#webform-submission-postulez-node-21-add-form #edit-markup a img {
  width: 28px;
  height: 27px;
  /*transform: rotate(180deg);*/
  position: relative;
  right: 0;
  transition: .3s;
}

#webform-submission-postulez-node-21-add-form #edit-markup a:hover img {
  right: 5px;
  transition: .3s;
}

#webform-submission-postulez-node-21-add-form #edit-markup {
  position: absolute;
  bottom: -234px;
  width: 100%;
  border: none;
  text-align: right;
}

form#webform-submission-postulez-node-21-add-form {
    position: relative;
} 

#block-terminal-webform-3 {
  --largeur: calc((100vw - 1151px) / 2);
  padding: 100px 40% 100px var(--largeur);
  background-image: url(/sites/default/files/imageSite/images/emplois.webp);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 34%;
  margin: 0 2% 100px;
  background-color: #FBFBFB;
}

.emploi p a:nth-child(1) img {
  transform: rotate(90deg);
  transition: .3s;
}

.emploi p a:nth-child(1):hover img {
  transform: rotate(0deg);
  transition: .3s;
}

.emploi p a:nth-child(2) img {
  left:0px;
  transition: .3s;
  position: relative;
}

.emploi p a:nth-child(2):hover img {
  left:10px;
  transition: .3s;
}
.emploi {
  background-color: #F6F6F6;
  padding: 9px 2% 0 5%;
  margin-bottom: 26px;
  padding: 9px 2% 5px 5%;
  border-left: 5px solid var(--blue);
}

.emploi p {
  margin-top: 33px;
  text-align: right;
}

.emploi h1 {
  font-size: 31px;
  font-weight: bold;
  color: var(--blue);
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.emploi > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.emploi div div {
  width: 32%;
  border: 1px solid var(--blue);
  color: var(--blue);
  font-weight: bold;
  font-size: 16px;
  padding: 10px 20px 10px 6px;
}

.emploi div div img {
  height: 30px;
}

.emploi div div span:nth-child(2) {
  float: right;
  padding-top: 4px;
}

.emploi p {
  margin-top: 33px;
  text-align: right;
}

.emploi p img{
  width: 28px;
  height: 27px;
}

.emploi p a:nth-child(1) {
  background-color: var(--blue);
}

.emploi p a {
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
}

.emploi p a:nth-child(2) {
  background-color: #87969F;
}

#quicktabs-metiers ul li:nth-child(1) a, #quicktabs-qsse_vision ul li:nth-child(1) a{
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

#quicktabs-metiers ul li:nth-child(2) a, #quicktabs-qsse_vision ul li:nth-child(4) a {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

#quicktabs-metiers ul, #quicktabs-qsse_vision ul{
  display: flex;
  justify-content: center;
}

#quicktabs-metiers ul li, #quicktabs-qsse_vision ul li{
  width: 20%;
}

#quicktabs-metiers ul li a, #quicktabs-qsse_vision ul li a{
  background-color: var(--blue);
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  padding: 6px 0;
transition:.3s;
text-decoration: none;
}

#quicktabs-container-metiers {
  margin-top: 40px;
}

.contentCertifText + div {
  width: 33%;
text-align: right;
}

.contentCertifText {
  width: 66%;
}

.contentCertif img {
  width: 90%;
}

#quicktabs-metiers ul li a:hover, #quicktabs-qsse_vision ul li a:hover{
  background-color: var(--orange);
transition:.3s
}

#quicktabs-metiers ul li.active a, #quicktabs-qsse_vision ul li.active a{
  background-color: var(--orange);
transition:.3s
}

.metier > p::before {
  content: "";
  display: block;
  height: 75px;
  width: 5px;
  background-color:  #87969F;
  top: -93px;
  left: 50%;
  position: absolute;
}

.MetierGrid > h1::before {
  content: "";
  display: block;
  height: 75px;
  width: 5px;
  background-color:#87969F;
  top: -93px;
  left: 50%;
  position: absolute;
}

.metier img {
  width: 100%;
}

.metier > p {
  font-size: 22px;
  line-height: 33px;
  text-align: center;
color: #87969F;
  margin: 50px 0;
  position: relative;
}

.MetierGrid > h1 {
  color: var(--blue);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 120px 0 40px;
  position: relative;
}

.metierElement {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.metierElement > div {
  width: 47%;
  border: 2px solid var(--blue);
  padding: 10px 10px;
  margin-bottom: 30px;
}

.metierElement img {
  width: 100%;
}

.metierElement h1 {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  margin: 0 0;
  font-size: 25px;
  padding: 10px 0;
  text-transform: uppercase;
}

.metierElement h2 {
  background-color: var(--blue);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 21px;
  margin: 0 0;
  padding: 10px 0%;
  text-transform: uppercase;
  border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.metierElement > div > div > p > span {
  color: var(--blue);
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 14px 0 0px;
  display: block;
}

.path-node header#navbar .page-header {
    background-image: url(/sites/default/files/imageSite/images/header.webp);
    padding: 180px 0;
    margin-top: -108px;
    color: var(--orange);
    text-align: right;
    --largeur: calc((100vw - 1151px) / 2);
    padding-right: var(--largeur);
    font-weight: 600;
}

.visionCenter2 {
    margin-bottom: 50px;
}

#block-terminal-qshe .btn.btn-primary:first-child {
  border-bottom-left-radius: 28px;
  border-top-left-radius: 28px;
}

#block-terminal-qshe .btn.btn-primary:last-child {
  border-bottom-right-radius: 28px;
  border-top-right-radius: 28px;
}

#block-terminal-qshe .btn.btn-primary {
  background-color: var(--blue);
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  border: 1px solid var(--blue);
  border-radius: 0;
  transition: .3s;
}

#block-terminal-qshe .btn.btn-primary[aria-expanded="true"]{
    background-color: #EDD084;
    transition: .3s;
    border: 1px solid #EDD084;
    color: var(--blue);
}

.collapseQhse {
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
}

.collapseQhse > a {
 width: 33.33%;
}

#block-terminal-qshe .trafic h2 {
  display: block;
  font-size: 36px;
  padding: 0 21%;
  line-height: 41px;
  margin: 70px 0 21px;
}

.certification {
  font-size: 23px;
  line-height: 30px;
  text-align: center;
}

#block-terminal-qshe .terminalH {
  color: var(--orange);
margin-bottom: 35px;
}

#block-terminal-qshe .terminal4 h2 {
  display: none;
}

.trafic img {
  width: 100%;
}

.terminal4 {
  margin-top: 60px;
  text-align: center;
}

.trafic img {
  width: 100%;
}

.trafic p {
  display: flex;
  justify-content: space-evenly;
  margin: 15px 0;
  font-size: 17px;
  color: #000;
}

#block-terminal-qshe .well {
  padding: 33px 0;
  background-color: #fff;
  border: 0;
}

.visionCenter > h1 {
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 25px;
}

.visionCenter2 > div > p {
  font-size: 22px;
  text-align: justify;
}

.visionCenter2 h1 {
  color: #87969F;
  font-size: 35px;
  line-height: 46px;
}

.visionCenter2 div div p {
  color: var(--blue);
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  padding: 6px 0;
  border-bottom: 2px solid var(--blue);
}

.visionBottom .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #18355D;
}

.visionBottom .container p:nth-child(2) span:nth-child(2) {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 26px;
}

.visionBottom span {
    display: block;
    line-height: 25px;
    text-align: center;
}

.visionBottom .container p:nth-child(1) {
  width: 66%;
}

.visionBottom .container p:nth-child(2) {
  width: 22%;
}

.visionBottom .container p:nth-child(2) span:nth-child(3) {
  font-size: 17px;
  line-height: 21px;
  position: relative;
  top: -20px;
}

.visionBottom img {
  width: 100%;
}

.visionBottom {
  color: #fff;
    background-color: var(--orange);
    font-size: 28px;
    line-height: 42px;
    padding: 40px 0px 15px;
}

.visionCenter {
  padding: 0 5%;
  margin: 40px 0 50px;
}

.visionCenterGrid {
  display: flex;
  justify-content: space-between;
}

.visionCenterGrid > div {
  width: 19.5%;
  border: 1px solid var(--orange);
  text-align: center;
}

.visionCenterGrid span {
  display: block;
}

.visionCenterGrid img {
  height: 75px;
  width: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.visionCenterGrid div span:nth-child(2) {
  color: var(--blue);
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  padding: 45px 9px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  height: 68px;
  position: relative;
}

.visionCenterGrid div span:nth-child(2)::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--orange);
  top: 0;
  left: 41%;
}

.visionTop > div:nth-child(1) {
  background-image: url(/sites/default/files/imageSite/images/vision1.webp);
}

.visionTop > div:nth-child(2) {
  background-image: url(/sites/default/files/imageSite/images/vision2.webp);
}

.visionTop > div {
  display: flex;
  margin-bottom: 20px;
  padding: 55px 0;
  border-radius: 9px;
}

.visionTop > div > div {
  width: 50%;
}

.visionTopLeft h1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 48px;
  padding: 0 2% 0 5%;
  position: relative;
  margin-top: 0;
}

.visionTopLeft h1::after {
  content: "";
  display: block;
  position: absolute;
  width: 220px;
  height: 10px;
  background-color: var(--orange);
  bottom: -26px;
  left: 5%;
}

.visionTopRight {
  font-size: 22px;
  color: #fff;
  padding-right: 5%;
}

section.col-sm-12 {
    padding: 0 0;
}

#collapseFour .panel-body {
  display: flex;
  justify-content: space-between;
  background-color: #D9E0E6;
  margin-top: 11px;
  padding: 30px 0% 35px;
}

#collapseFour .panel-body img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

#collapseFour .panel-body h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: bold;
  text-align: center;
}

#collapseFour .panel-body span {
  font-size: 16px;
  color: #87969F;
  text-align: center;
  display: block;
  font-weight: bold;
  transition: .3s;
}

#collapseFour .panel-body > div {
  width: 31%;
}

#block-terminal-termainaloffredeservice a[aria-expanded="true"] span {
  transition: .3s;
  transform: rotate(90deg);
}

#block-terminal-termainaloffredeservice a[aria-expanded="false"] span {
  transition: .3s;
}

#block-terminal-termainaloffredeservice a[aria-expanded="true"]{
  background-color:  var(--orange);
}

#block-terminal-termainaloffredeservice .panel-heading {
  background-color: var(--blue);
  padding: 0 0;
transition: .3s;
}

#block-terminal-termainaloffredeservice .panel-heading:hover {
  transition: .3s;
  background-color: var(--orange);
}

#block-terminal-termainaloffredeservice .panel-title {
  margin: 0 0;
  padding: 0 0;
}

#block-terminal-termainaloffredeservice .panel-title a {
  display: block;
  color: var(--blue);
  font-weight: bold;
  font-size: 25px;
  padding: 6px 2%;
  line-height: 37px;
  text-decoration: none;
}

#block-terminal-termainaloffredeservice .panel-title a span {
  width: 35px;
  height: 35px;
  display: inline-block;
  float: right;
}

#block-terminal-termainaloffredeservice .panel-title a span img {
  width: 100%;
}

#block-terminal-termainaloffredeservice .panel-heading:hover span {
  transition: .3s;
  transform: rotate(90deg);
}

#block-terminal-termainaloffredeservice .panel-body p {
  font-size: 20px;
}

#block-terminal-termainaloffredeservice  .panel-body h1 {
  font-size: 25px;
  font-weight: bold;
  color: var(--blue);
position: relative;
margin-bottom: 15px;
}

#block-terminal-termainaloffredeservice  .panel-body h1::after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: var(--orange);
  bottom: -6px;
}

.client h1 {
  margin-bottom: 25px;
}

#block-terminal-termainalclientpartenaire .container {
  border-bottom: 2px solid var(--orange);
  border-top: 2px solid var(--orange);
  padding-bottom: 20px;
}

#block-terminal-termainalclientpartenaire .container > div:nth-child(1) {
  border-bottom: 2px solid var(--orange);
}

#block-terminal-termainalclientpartenaire {
  margin: 50px 0;
}

.client {
  padding: 25px 0;
}

.client h1 {
  margin-bottom: 25px;
}

.client > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.client span {
  display: block;
  width: 14%;
  margin-bottom: 21px;
}

.client img {
  width: 78%;
  height: auto;
}

.terminal4 {
  margin-top: 60px;
  text-align: center;
}

.terminal4 h4 {
  color: var(--blue);
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  margin-top: 35px;
  padding: 0 10%;
}

.terminal4 h2 {
  color: var(--orange);
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}

.terminal4Element {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
}

.terminal4Element > div {
  width: 32%;
  border: 2px solid var(--orange);
  margin-bottom: 15px;
  height: 143px;
  display: flex;
  align-items: center;
padding: 0 2%;
justify-content: center;
}

.terminal4Element h3 {
  margin: 0 0;
  font-size: 20px;
  font-weight: bold;
  color: #87969F;
  line-height: 27px;
  text-transform: uppercase;
  text-align: center;
}

.terminal4Element p {
  font-size: 16px;
  color: var(--orange);
  line-height: 18px;
  margin: 0;
}

.terminal3::before {
  content: "";
  display: block;
  position: absolute;
  height: 65px;
  width: 4px;
  background-color: var(--orange);
  left: 50%;
  top: -80px;
}

#collapseExample4 h2 {
  color: var(--orange);
  font-weight: bold;
  text-align: center;
  font-size: 4rem;
  padding: 0 8%;
  margin-bottom: 50px;
}

#collapseExample4 p {
  color: #757575;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin: 0 20%;
  margin-bottom: 50px;
  line-height: 31px;
}

.terminal3 {
  text-align: center;
  position: relative;
  margin-top: 50px;
}

.terminal3 h2 {
  color: var(--orange);
  font-weight: bold;
  font-size: 45px;
  line-height: 45px;
  padding: 0 16% 30px;
  margin: 20px 0 75px;
  position: relative;
}

.terminal3 h2::after {
  content: "";
  display: block;
  position: absolute;
  height: 65px;
  width: 4px;
  background-color: var(--orange);
  left: 50%;
  bottom: -54px;
}

.terminal3 > div {
  font-size: 22px;
  line-height: 29px;
  text-align: justify;
}

.terminal2Element > div p:last-child {
  border-bottom: none;
}

.terminal2Element > div {
  background-color: #fff;
  height: 400px;
}

#block-terminal-terminalphase {
  background-image: url(/sites/default/files/imageSite/images/terminal_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  margin: 50px 0 0;
}

.terminal2 {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.terminal2 > div {
  width: 32%;
  text-align: center;
  padding-bottom: 20px;
}

.terminal2 h1 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.terminal2 h2 {
  font-size: 20px;
  font-weight: bold;
  background-color: var(--orange);
  color: #fff;
  text-transform: uppercase;
  line-height: 19px;
  padding: 14px 0;
  margin-bottom: 20px;
}

.terminal2 p {
  font-size: 19px;
  line-height: 22px;
  padding: 12px 0;
  text-transform: uppercase;
  color: var(--blue);
  border-bottom: 1px solid var(--blue);
  margin: 0 3%;
}

.terminalTop img {
  width: 100%;
  margin: 30px 0;
}

.terminalH {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
      color: var(--blue);
  margin-bottom: 0;
}

.terminalTop p {
  font-size: 22px;
  line-height: 29px;
  text-align: justify;
}

.contact h1 {
  font-size: 16px;
  font-weight: bold;
  color: #6F7177;
  margin-bottom: 17px;
}

.adresse h1{
    text-transform: uppercase;
}
.contact p span:nth-child(2) {
  margin-left: 1.5%;
}

.contact {
  color: #091B22;
  font-weight: 500;
padding-right: 5%;
font-size: 16px;
}

.contact p {
  display: flex;
margin-bottom: 15px;
}

.contact span {
  display: block;
}

.contact > div {
  margin-bottom: 35px;
}

.carte iframe {
  width: 100%;
}

#block-terminal-webform-2 .form-item input, #webform-submission-postulez-node-21-add-form input {
  border: none;
margin-left: 1%;
  height: 43px;
}

#block-terminal-webform-2 {
  width: 65%;
  float: left;
  margin-right: 3%;
  padding-left: 3%;
}

#block-terminal-contacts {
  width: 30%;
  float: left;
}

#block-terminal-webform-2 label, #webform-submission-postulez-node-21-add-form label {
  color: #A5A7AE;
  font-size: 24px;
      font-weight: 400;
}

#block-terminal-webform-2 #edit-message {
  border: none;
}

#block-terminal-webform-2  .form-item, #webform-submission-postulez-node-21-add-form .form-item {
  margin-bottom: 60px;
  border-bottom: 1px solid #E6E8E9;
}

.greenTop img:nth-child(1) {
  width: 100%;
}

.greenTop img:nth-child(2) {
  position: absolute;
  right: 10%;
  top: 15%;
  width: 22%;
}

.greenTop {
  position: relative;
}

.green h1 {
  font-weight: bold;
  color: var(--blue);
  font-size: 25px;
  margin: 40px 0 10px;
}

.greenCenter {
    font-size: 22px;
    line-height: 35px;
    text-align: justify;
}

.greenBottom h2 {
  font-size: 37px;
  font-weight: bold;
  line-height: 50px;
  color: #000;
}

.greenBottom p {
  color: var(--blue);
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  border-bottom: 4px solid var(--blue);
  padding: 8px 0 21px;
} 
#block-terminal-views-block-mediatheque-view-block-3 {
  margin: 45px 0 0;
}

#block-terminal-views-block-mediatheque-view-block-3 .view-content {
  padding-top: 45px;
  border-top: 2px solid var(--orange);
}

#block-terminal-views-block-mediatheque-view-block-3 .views-row a {
  width: 32%;
  float: left;
	margin-bottom: 20px;
}

section#block-terminal-views-block-mediatheque-view-block-2 .mediathequeDetailImage a {
    pointer-events: none;
}

#block-terminal-views-block-mediatheque-view-block-3 .views-row a img {
    object-fit: cover;
    min-height: 245px;
}

#block-terminal-views-block-mediatheque-view-block-3 .views-row a:nth-child(3n+2) {
  margin: 0 2%;
}

.mediathequeDetailTitle {
  font-size: 60px;
  font-weight: bold;
  color: var(--blue);
  text-align: center;
  line-height: 60px;
 margin: 20px 0 45px;
padding: 0 5%;
}

.mediathequeDetailTitle::after {
  content: "";
  display: block;
  width: 237px;
  height: 2px;
  border-bottom: 2px solid var(--orange);
  margin: 0 auto;
  padding-bottom: 25px;
}

.mediathequeDetailDate {
  text-align: center;
  font-size: 20px;
  color: #87969F;
  font-weight: bold;
} 
.page-node-type-actualites #block-terminal-views-block-actualites-view-block-3 .actualiteTopContent {
  border: none;
  background-color: #87969F12;
}

#block-terminal-views-block-actualites-view-block-4 .actualiteTopContent {
    background-color: #87969F12;
}

.page-node-type-actualites #block-terminal-views-block-actualites-view-block-5 .view-header {
border-top: none;
    padding-top: 0;
    text-align: right;
    padding-right: 0%;
    font-size: 20px;
}

#block-terminal-views-block-actualites-view-block-5 .moreArrow span {
    margin-left: 0%;
    transition: .3s;
}

.page-node-type-actualites #block-terminal-views-block-actualites-view-block-5 {
     margin: 55px 0 100px;
}

#block-terminal-views-block-actualites-view-block-3 .view-content{
  border-top: 2px solid #18355D;
  padding-top: 42px;
  margin-top: 50px;
}

#block-terminal-views-block-actualites-view-block-3 .views-row:nth-child(3n+2), #block-terminal-views-block-engagements-block-1 .views-row:nth-child(3n+2){
  margin: 0 2%;
}

#block-terminal-views-block-actualites-view-block-3 .views-row{
  width: 32%;
  float: left;
  margin-bottom: 25px;
}

.contacts.btn {
  color: var(--blue);
  font-weight: bold;
  font-size: 20px;
  background: none;
  border: none;
      margin-bottom: 100px;
}

#edit-actions-submit img {
position: relative;
  left: 0;
  transition: .3s;
  width: 49px;
  margin-left: 2%;
}

#edit-actions-submit:hover img {
  left: 5px;
  transition: .3s;
}


 #block-terminal-views-block-engagements-block-1 .views-row {
  width: 47%;
  float: left;
  margin-bottom: 25px;
}

#block-terminal-views-block-engagements-block-1 .view-content::before, #block-terminal-views-block-engagements-block-2 .view-content::before {
  content: "";
  display: block;
  position: absolute;
  width: 12%;
  height: 5px;
      background-color: #87969F;
  top: 0;
  left: 44%;
} 

#block-terminal-views-block-engagements-block-1 .ActualiteImage img {
  height: 335px;
}

#block-terminal-views-block-engagements-block-1 .views-row:nth-child(2n) {
  margin-left: 4%;
}

#block-terminal-views-block-engagements-block-1 .view-content, #block-terminal-views-block-engagements-block-2 .view-content {
  position: relative;
  padding-top: 40px;
  margin-top: 30px;
}

.EngagementTitle {
  font-size: 30px;
  font-weight: bold;
  color: #87969F;
  text-transform: uppercase;
  margin: 10px 0;
}

.Engagementbody {
  font-size: 20px;
}

.EngagementLink a {
    color: #87969F;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.EngagementLink {
  text-align: center;
      margin-bottom: 50px;
}

.EngagementLink img {
  width: 3%;
}

.Engagement .moreArrow img {
  margin-left: 2%;
  transition: .3s;
}

.Engagement .moreArrow:hover img {
  transition: .3s;
  margin-left: 0;
}

.Engagement .moreArrow span {
  margin-left:0;
  transition: .3s;
}

.Engagement .moreArrow:hover span {
  transition: .3s;
  margin-left: 0;
}

#block-terminal-views-block-engagements-block-1 .view-header, #block-terminal-views-block-engagements-block-2 .view-header {
  color: var(--blue);
  font-size: 20px;
  text-align: center;
}

.node-32 .ActualiteDate {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

.node-32 .ActualiteTitle {
  height: 100px;
}

.node-32 .ActualiteTitle a {
  color: #87969F;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 24px;
}

.node-32 .ActualiteContent {
  border: 1px solid var(--orange);
}

.node-32 .Actualitebody {
  color: var(--blue);
  font-size: 20px;
}

.actualiteTopTitle::after {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: #18355D;
  bottom: -15px;
}

.actualiteTopTitle {
  font-size: 58px;
  font-weight: bold;
      color: #18355D;
  line-height: 58px;
  margin: 0 0 60px;
  position: relative;
}

.actualiteTopLink a:hover {
  background-color: var(--orange);
  transition: .3s;
}

.actualiteTopLink a {
  background-color: var(--blue);
  height: 50px;
  display: block;
  width: 50px;
  transition: .3s;
}

.actualiteTopBody {
  padding: 0 5%;
  text-align: justify;
  font-size: 22px;
  line-height: 30px;
  margin: 25px 0;
}

.actualiteTopContent {
  border: 1px solid #095499;
  position: relative;
  border-top: none !important;
  margin-top: -26px;
  padding-top: 38px;
}

.actualiteTopLink {
  position: relative;
  height: 50px;
}

.actualiteTopLink p {
  right: 0;
  position: absolute;
}
.actualiteTopCat span:nth-child(2)::before {
 content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #BFBFBF;
  top: 10px;
  left: 100px
}

.actualiteTopCat span:nth-child(2) {
  margin-left: 63px;
  color: var(--blue);
}

.actualiteTopCat span:nth-child(1) {
      color: #18355D;
}

.actualiteTopCat {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 25px;
  position: relative;
}

input#edit-souscrire-a-la-newsletter {
    height: 54px;
    border: 2px solid var(--blue);
    padding-left: 54px;
}

li.expanded.dropdown:hover .dropdown-menu {
  display: block;
  transition: all .4s ease-in-out;
  padding: 0 0;
}

.footterBottom {
  text-align: center;
  border-top: 2px solid;
  margin-top: 25px;
  padding-top: 15px;
  font-weight: bold;
}

#block-terminal-footer {
  background-color: var(--blue);
  color: #fff;
  padding: 80px 0 20px;
}

.footterCenter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.footterBottomElement {
  /*width: 12.5%;*/
}

.footterBottomElement h1 a{
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.footterBottomElement span {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
}

.footterBottomElement span a{
  color:#fff;
transition:.3s
}

.footterBottomElement span a:hover{
  color:var(--orange);
transition:.3s
}

#webform-submission-newsletter-add-form, #webform-submission-newsletter-node-21-add-form,.webform-submission-newsletter-form {
  display: flex;
  justify-content: space-between;
}

#edit-actions, #edit-actions--2, .webform-submission-form  .webform-actions{
position: relative;
  top: 35px;
  width: 10%;
}

.form-item.js-form-item.form-type-email.js-form-type-email.form-item-souscrire-a-la-newsletter {
  width: 85%;
  position: relative;
}

.footer {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5;
    padding: 0;
}
.form-item.js-form-item.form-type-email.js-form-type-email.form-item-souscrire-a-la-newsletter img {
position: absolute;
  top: 47px;
  left: 10px;
}

#block-terminal-webform {
 background-color: #D1D5E0;
  padding: 50px 30%;
}

.footer {
 border: 0;
  padding-bottom: 0;
}

.webform-submission-newsletter-form label {
    color: var(--blue);
    font-size: 20px;
    font-weight: 400
}

.webform-button--submit {
  font-size: 0px;
}
.offresRight img {
  width: 86%;
  position: relative;
  left: 0;
  transition: .3s
}

.offresRight a:hover img {
  position: relative;
  left: 5%;
  transition: .3s
}

.offresRight a span:nth-child(1) {
  background-color: #18355D;
color: #fff;
width: 215px;
padding: 12px 0 0 15px;
}

.offresRight a span:nth-child(2) {
  background-color: #18355D;
height: 45px;
width: 52px;
display: block;
}

.offresRight a {
  height: 45px;
display: flex;
width: 62%;
}

.offres {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 20%;
  margin-bottom: 80px;
  margin-top: 40px;
}

.offresLeft {
width: 40%;
  height: 365px;
}

.offresLeft img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.offresRight {
  width: 53%;
 padding-top: 120px;
}

.offresRight h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: var(--blue);
  font-size: 22px;
}

.offresRight div {
 font-size: 48px;
  font-weight: bold;
  color: var(--orange);
  line-height: 53px;
  margin: 15px 0 30px;
}

#block-terminal-views-block-mediatheque-view-block-1, #block-terminal-views-block-mediatheque-view-block-1-2 {
  background-color:#87969F;
  margin: 80px 0 0px;
padding-bottom: 120px;
position: relative;
}

#block-terminal-offredemploifront {
  background-color: #D1D5E0;
}

#block-terminal-views-block-mediatheque-view-block-1::after, #block-terminal-views-block-mediatheque-view-block-1-2:after {
  content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 80%;
    background-color: #EEF6FF;
    z-index: 0;
    --largeur: calc((100vw - 1183px) / 2);
    right: var(--largeur);
}

#block-terminal-views-block-mediatheque-view-block-1 .view-content, #block-terminal-views-block-mediatheque-view-block-1-2 .view-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin-top: 90px;
}

#block-terminal-views-block-mediatheque-view-block-1 .view-content .views-row, #block-terminal-views-block-mediatheque-view-block-1-2 .view-content .views-row {
  width: 24%;
}

#block-terminal-views-block-mediatheque-view-block-1 .view-header, #block-terminal-views-block-mediatheque-view-block-1-2 .view-header {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 55px;
  text-align: right;
  padding-right: 2%;
}

#block-terminal-views-block-mediatheque-view-block-1 .view-header a, #block-terminal-views-block-mediatheque-view-block-1-2 .view-header a{
color:#fff;
}

#block-terminal-views-block-mediatheque-view-block-1 .view-content, #block-terminal-views-block-mediatheque-view-block-1-2 .view-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#block-terminal-views-block-mediatheque-view-block-1 .view-content .views-row, #block-terminal-views-block-mediatheque-view-block-1-2 .view-content .views-row {
  width: 24%;
  height: 418px;
}

.mediathequeImage img {
 height: 100%;
  object-fit: cover;
  transition: 1s;
  filter: brightness(60%);
}

.mediathequeImage img:hover {
  transition: 1s;
  filter: brightness(100%);
}

.mediatheque:hover .mediathequeImage img {
  transition: 1s;
scale:1.2;
}

.mediatheque {
  height: 418px;
  position: relative;
    overflow: hidden;
}

.mediathequeImage {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.mediathequeIcone {
  position: absolute;
  top: 47%;
  left: 60%;
pointer-events: none;
	    z-index: 2;
}

.ActualiteImage {
  position: relative;
  overflow: hidden;
}

#block-terminal-views-block-actualites-view-block-1 .view-content, #block-terminal-views-block-actualites-view-block-5 .view-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}

#block-terminal-views-block-actualites-view-block-1, #block-terminal-views-block-actualites-view-block-5 {
  margin: 90px 0 0;
}

#block-terminal-views-block-actualites-view-block-1 .view-content .views-row, #block-terminal-views-block-actualites-view-block-5 .views-row {
  width: 32%;
}

#block-terminal-views-block-actualites-view-block-1 .view-header, #block-terminal-views-block-actualites-view-block-5 .view-header {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  border-top: 1px solid var(--blue);
  padding-top: 55px;
  text-align: right;
  padding-right: 2%;
}

#block-terminal-views-block-actualites-view-block-1 .moreArrow span, #block-terminal-views-block-mediatheque-view-block-1 .moreArrow span {
 margin-left: 0%;
  transition: .3s;
  position: relative;
  left: 0;
}

#block-terminal-views-block-actualites-view-block-1 .moreArrow:hover span, #block-terminal-views-block-mediatheque-view-block-1 .moreArrow:hover span {
  transition: .3s;
  margin-right: 0%;
  left: 2%;
}

#block-terminal-views-block-actualites-view-block-1 .view-header a, #block-terminal-views-block-actualites-view-block-5 .view-header a{
  /*color: var(--orange);*/
	color: #18355D;
}

.ActualiteContent {
  border: 1px solid #095499;
  position: relative;
  border-top: none !important;
  margin-top: 0px;
  padding: 1px 5% 5px;
  background-color: #fff;
}

section#block-terminal-views-block-actualites-view-block-1 .ActualiteContent {
  border: 1px solid #095499;
  position: relative;
  border-top: none !important;
  margin-top: 0px;
  padding: 1px 5% 50px;
  background-color: #18355D;
}

#block-terminal-views-block-actualites-view-block-1 .ActualiteContent {
 border-top: 5px solid #EDD084;
}

.ActualiteLink {
  position: relative;
  height: 35px;
}

.Actualite:hover .ActualiteImage img {
  scale: 1.2;
  transition: 1s;
}

.ActualiteLink p {
position: absolute;
  right: -6%;
  top: 5px;
}

.ActualiteImage img {
  width: 100%;
  height: 277px;
  object-fit: cover;
  transition: 1s;
}

.ActualiteDate {
color:#095499;
  font-weight: bold;
  font-size: 13px;
  margin: 20px 0 10px;
}

#block-terminal-views-block-actualites-view-block-1  .ActualiteDate {
color:#EDD084;
  font-weight: bold;
  font-size: 13px;
  margin: 20px 0 10px;
}



.ActualiteTitle a {
  color: #000;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}

#block-terminal-views-block-actualites-view-block-1  .ActualiteTitle a {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}

.ActualiteTitle {
  height: 80px;
}

.ActualiteCat {
  color: var(--orange);
  font-weight: bold;
  font-size: 13px;
}

.ActualiteLink a {
  width: 34px;
  height: 35px;
  display: block;
  background-color: var(--blue);
  transition: .3s;
}

.ActualiteLink p img {
  width: 100%;
}

.node-32 .ActualiteLink p img {
    width: 80%;
    position: relative;
    top: 5px;
    left: 1px;
}

.ActualiteLink a:hover {
    background-color: #87969F;
    transition: .3s;
}

.ActualiteLink p {
  float: right;
}

#block-terminal-chiffrescles {
  background-color: #EAEEF4;
}

.chiffre h3 {
  color: var(--blue);
  text-transform: uppercase;
  font-weight: bold;
  margin: 45px 0 30px;
}

.chiffre > p {
  padding-right: 25%;
  font-size: 22px;
}

.chiffreElement span:nth-child(1) {
font-size: 13.5rem;
  text-align: center;
}

.chiffreElement span:nth-child(2) {
  font-size: 22px;
  padding-left: 10%;
  line-height: 25px;
}

.chiffreElement span {
  display: block;
}

.chiffreGrid {
  display: flex;
  justify-content: space-between;
margin-top: 35px;
}

.chiffreElement {
  background-color: #EDD084;
  width: 24%;
 color: #19355D;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.services .moreArrow span {
  margin-left: 0;
}

.services .moreArrow:hover span {
  margin-left: 1%;
}

#block-terminal-offredeservices {
  background-image: url(/sites/default/files/imageSite/images/services_bg.webp);
}

.services {
  padding-top: 26px;
    --largeur: calc((100vw - 1183px) / 2);
    padding-left: var(--largeur);
border-bottom: 5px solid #EDD084;
}

.servicesgrid {
  background-color: #fff;
    background-image: url(/sites/default/files/imageSite/images/services.png);
    background-repeat: no-repeat;
    background-position-x: 118%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 25%;
    padding-left: 1%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    background-size: 40%;
    background-position-y: -5px;
}

.servicesgridElement:nth-child(3), .servicesgridElement:nth-child(7) {
  border-right: 1px solid var(--blue);
}

.servicesgridElement {
 width: 25%;
  text-align: center;
  padding: 25px 6px;
  font-size: 14px;
  font-weight: bold;
  color: #095499;
}

.servicesgrid div:nth-child(4) img {
  position: relative;
  top: 9px;
}

.servicesgridElement img {
  height: 70px;
  width: auto;
}

.servicesgridElement span {
  display: block;
  margin: 5px 0;
line-height: 147%;
}

.servicesgridElement:nth-child(2), .servicesgridElement:nth-child(6) {
  border-left: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
}

.services > p a {
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
}

.conteneurGrid {
 background: url(/sites/default/files/imageSite/images/trafic.webp);
 transition: 10s;
background-repeat:no-repeat;
background-size: cover ;

 }

.conteneurGrid::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  opacity: 1;
  transition: 1s;
}

.conteneurGrid:hover::after {
opacity: 1;
  transition: 1s;
  background-color: #000000b2 !important;
}

.conteneurGrid:nth-child(1):after {
  background-color: #EFF5F9;
}

.conteneurGrid:nth-child(2):after {
  background-color: #fff;
}

.conteneurGrid:nth-child(3):after, .conteneurGrid:nth-child(3) {
  background-color: #E4EBF1;
}

.conteneurGrid:nth-child(2) h2 {
  position: relative;
}

.conteneurGrid:nth-child(2) h2 span {
  position: absolute;
  right: 0;
  top: 0;
}

.conteneurGrid:nth-child(3) h2 {
  color: #18355D;
}

#block-terminal-contenuralimoort {
 border-top: 1px solid #18355D;
  margin: 20px 0;
  padding: 60px 0;
}

.pdficone_b {
  display: none;
  transition: 1s;
}

.conteneurGrid:hover .pdficone_b {
  display: block;
  transition: 1s;
}

.conteneurGrid:hover .pdficone {
  display: none;
  transition: 1s;
}

.conteneurGrid:hover h2, .conteneurGrid:hover p {
  color: #fff;
  transition: 1s;
}

.conteneur {
  display: flex;
  justify-content: space-between;
}

.conteneurGrid:nth-child(1) {
  background-color: var(--gray2);
  border: 1px solid #18355D;
}

.conteneurGrid .moreArrow a {
  position: absolute;
  right: 14%;
  height: 60px;
}

.conteneurGrid {
  width: 32%;
  border-radius: 5px;
  padding: 25px 3% 2px;
  position: relative;
  transition: 1s;
  height: 440px;
}

.conteneurGrid h2 {
  color: #18355D;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
}

.conteneurGrid h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 51%;
  height: 5px;
  background-color: #18355D;
  margin-top: 10px;
}

.conteneur .moreArrow {
  position: absolute;
  bottom: 0;
  height: 65px;
}

.conteneurGrid p {
  font-size: 19px;
  margin-top: 20px;
  color: #7C7C7C;
  position: relative;
  z-index: 1;
}

.conteneurGrid .moreArrow a {
  position: absolute;
  right: 14%;
  height: 60px;
}

.conteneurGrid:nth-child(2) {
  border: 1px solid #18355D;
}

.conteneurGrid:nth-child(3) p {
  font-size: 15px;
}

.conteneurGrid:nth-child(3) {
  border: 1px solid #87969F;
  background-color: #E4EBF136;
}

.moreArrow:hover span {
  transition: .3s;
  margin-left: 5%;
}

.moreArrow span {
  margin-left: 2%;
  transition: .3s;
}

.traficNavire {
  display: flex;
  justify-content: space-between;
  margin: 135px 0 50px;
}

.traficNavire > div {
  width: 50%;
}

.traficNavireLeft p:nth-child(1), .traficNavireLeft p:nth-child(1) a {
     color: #18355D;
  font-weight: bold;
  font-size: 2.5rem;
}

.traficNavireLeft p:nth-child(2) {
  font-size: 4.8rem;
  font-weight: bold;
      color: #18355D;
  line-height: 50px;
  margin-top: 23px;
}

.traficNavire div > img {
  width: 100%;
  object-fit: cover;
}

#block-terminal-diaporamabottom {
  position: relative;
  margin-top: 139px;
}

.DiaporamaBottomGrid span:nth-child(2) {
 display: flex;
  align-items: center;
  padding-right: 19%;
  padding-left: 3%;
  line-height: 24px;
  width: 82%;
}

.DiaporamaBottomGrid span:nth-child(1) {
  width: 18%;
}

.DiaporamaBottomGrid:hover {
  cursor: pointer;
}

.DiaporamaBottomGrid:hover span:nth-child(2) {
  color: #ffffff;
  transition: .3s;
}

.DiaporamaBottom > div{
  width: 25%;
  padding: 39px 0 39px 2%;
  display: flex;
}

 #block-terminal-views-block-diaporama-view-block-2 .DiaporamaBottomGrid{
  display: flex;
  padding: 39px 0 39px 2%;
}

#block-terminal-views-block-diaporama-view-block-2 .views-row {
  width: 25%;

}
.DiaporamaBottom, #block-terminal-views-block-diaporama-view-block-2 .view-content  {
  display: flex;
  justify-content: space-between;
  margin-left: 19.5%;
  background-color: var(--gray);
  color: var(--blue);
  transition: .3s;
  font-weight: bold;
  font-size: 2rem;
}

.DiaporamaBottomGrid span img:nth-child(2) {
  display: none;
  transition: .3s;
}

.DiaporamaBottomGrid:hover span img:nth-child(1) {
  display: none;
  transition: .3s;
}

.DiaporamaBottomGrid:hover span img:nth-child(2) {
  display: block;
  transition: .3s;
}

.DiaporamaBottomGrid:hover {
  background-color: var(--orange);
  transition: .3s;
  color: .3s;
}

:root {
  --blue: #18355D;
  --orange: #EDD48C;
  --gray: #D9E0E6;
  --gray2: #EFF5F9;
  --gray3: #87969F;
}

.navbar-header {
  width: 100%;
}

.logo.navbar-btn.pull-left, .name.navbar-brand {
  display: none;
}

.diaporamaTitre {
  position: absolute;
  bottom: 40%;
  color: #fff;
  font-size: 5.5rem;
  font-weight: bold;
  line-height: 60px;
  width: 100%;
}

.diaporamaTitre > div {
  padding: 0 22% 0 0;
}

.Diaporama {
	position: relative;
}

#navbar {
  background-color: transparent;
  border: none;
  padding: 0 0;
      margin-top: 0;
}

body {
    margin-top: -10px;
}

.view.view-frontpage.view-id-frontpage.view-display-id-page_1, .logo.navbar-btn.pull-left, .name.navbar-brand {
  display: none;
}

.path-frontpage .region.region-navigation > h1 {
  display: none;
}

/******************************* MENU *****************************************/

ul.menu.menu--main.nav.navbar-nav a {
    color: #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 14px;
}

 ul.menu.menu--main.nav.navbar-nav ul li {
    border-bottom: 1px solid #fff;
}

ul.menu.menu--main.nav.navbar-nav ul li:last-child {
    border: none;
}

.block_logo-menu.container.mobile {
  display: none;
}

.path-frontpage .navbar-header {
    position: relative;
    margin-top: -117px;
}

ul.menu.menu--main.nav.navbar-nav ul.dropdown-menu {
    background-color: var(--orange);
}

ul.menu.menu--main.nav.navbar-nav .dropdown-menu > li > a:hover,ul.menu.menu--main.nav.navbar-nav  .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: var(--orange);
}

p.logoImg img {
    width: 100%;
}

p.logoImg {
        width: 16%;
    margin: 0;
    padding: 30px 0 30px 1%;
}

span.SearchMenu {
     position: relative;
    top: 7px;
    width: 10%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}

span.SearchMenu .Menu {
    position: relative;
    top: 5px;
}

span.SearchMenu a {
    width: 50%;
}

section#block-terminal-menucustom {   
width: 74%;
    position: relative;
    top: -4px;
    padding-left: 2%;
}

div#bk-menu-mobile section#block-terminal-menucustom {
width: 30%;
  padding-left: 1%;
  height: 100%;
  top: 0;
}

div#bk-menu-mobile img {
   width: 300px;
  position: absolute;
  top: 40px;
  z-index: 2;
  right: 40px;
}

div#bk-menu-mobile ul.menu.menu--main.nav.navbar-nav > li > a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 35px;
}

.blockLogoMenu {
    display: flex;
    background-color: #143F6766;
    position: relative;
    z-index: 1;
        margin-top: -12px;
}

.menu.menu--main.nav.navbar-nav li:last-child ul {
  margin-left: -57px;
}

ul.menu.menu--main.nav.navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 24px;
}

/************************************* BLOCK SEARCH ******************/

.block_logo-menu.container.mobile {
  display: block;
  background-color: #000;
}
#search-block-form .button.js-form-submit {
  width: 65px;
  height: 50px;
}

#search-block-form .input-group .form-control {
  height: 50px;
}

.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay.bounceOutRight{
  animation: bounceOutRight;
    animation-duration: 0s;
  animation-duration: 1.5s;
}

.overlay.bounceInRight {
  animation: bounceInRight;
    animation-duration: 0s;
  animation-duration: 1.5s;
}

div#bk-menu-mobile.bounceOutLeft {
      left: -100%;
	transition:1s;
}

div#bk-menu-mobile.bounceInLeft {
      left: 0%;
	transition:1s;
}

.overlay {
  height: 100%;
width: 100%;
display: none;
position: fixed;
z-index: 3;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.76);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 5%;
right: 25px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
    color: var(--orange);
    transition: .3s;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: var(--blue);
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
    background: var(--orange);
    transition: .3s;
}

.search i {
  color: #ccc;
  transition: .3s;
  font-size: 1.7rem;
}

.search i:hover {
  color: #fff;
  transition: .3s;
}

.search {
  height: 40px;
  padding: 5px 1% 5px 1%;
  border-radius: 28px;
  position: relative;
  top: 8px;
}

.bk-menu-mobile-div {
  border: 1px solid #fff;
  margin: 50px 50px;
  height: calc(100vh - 84px);
}

.bk-menu-mobile-item {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.bk-menu-mobile-item .menu.menu--main.nav.navbar-nav li .dropdown-menu {
  width: 336px;
	margin-top: -8px;
}

.bk-menu-mobile-img {
  width: 70%;
  background-image: url(/sites/default/files/imageSite/images/bg_terminal.webp);
  background-size: cover;
  background-repeat: no-repeat;
position: relative;
margin: 60px 60px;
}

#block-terminal-menucustom > div {
  display: flex;
  height: 100%;
  align-items: center;
}

span.closemenu {
  position: absolute;
  top: 30px;
  right: 60px;
  color: #fff;
  font-size: 7rem;
  transition: .3s;
}

span.closemenu:hover {
    cursor: pointer;
    color: var(--orange);
    transition: .3s;
}

div#bk-menu-mobile {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: -100%;
	transition:1s;
   background-color: var(--blue);
	
}

div#bk-menu-mobile .menu.menu--main.nav.navbar-nav li:last-child ul {
    margin-left: 0;
}


div#bk-menu-mobile ul.menu.menu--main.nav.navbar-nav {
  padding-left: 0%;
  width: 100%;
  text-align: right;
  border-right: 1px solid #fff;
}

div#bk-menu-mobile .nav .open > a,div#bk-menu-mobile  .nav .open > a:hover,div#bk-menu-mobile .nav .open > a:focus {
    background-color: var(--blue);
    border-color: #337ab7;
}

div#bk-menu-mobile .nav > li > a:hover,div#bk-menu-mobile .nav > li > a:focus {
    text-decoration: none;
    background-color: var(--blue);
}

 div#bk-menu-mobile .navbar-nav > li {
    float: initial;
  }
.path-user button#edit-submit span {
  top: 4px;
}

.path-identif-atl button#edit-submit span {
  top: 4px;
}

/****************************************************************RESPONSIVE PC *****************/
@media screen and (max-width: 1500px)  {
.path-user #user-login-form input, .path-user #user-pass input {
  height: 50px !important;
  border: 1px solid var(--blue);
  border-radius: 8px;
}

.path-user #user-login-form {
width: 450px !important;
    height: 300px !important;
}
	.path-identif-atl #user-login-form input, .path-identif-atl #user-pass input {
  height: 50px !important;
  border: 1px solid var(--blue);
  border-radius: 8px;
}

/*.path-identif-atl #user-login-form {
width: 450px !important;
    height: 300px !important;
}*/

div#bk-menu-mobile ul.menu.menu--main.nav.navbar-nav > li > a {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
}

	div#bk-menu-mobile section#block-terminal-menucustom {
  width: 40%;
  padding-left: 1%;
  height: 100%;
  top: 0;
}
ul.menu.menu--main.nav.navbar-nav a {
padding: 5px 14px;
}
	
	

.diaporamaTitre {
  font-size: 4rem;
  line-height: 45px;
}

.servicesgrid {
  background-size: 40%;
}

ul.menu.menu--main.nav.navbar-nav > li > a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 24px;
}

section#block-terminal-menucustom {
    width: 74%;
    top: 0px;
    padding-left: 1%;
}

span.SearchMenu {
    top: -2px;
    width: 10%;
    padding-top: 15px;
}



}

/****************************************************************RESPONSIVE MOBILE *****************/
@media screen and (max-width: 600px)  {

#block-terminal-views-block-emploi-block-2 .view-content {
    grid-template-columns: repeat(2, 1fr) !important;
}

.emploiList {
    color: #000;
    font-size: 15px !important;
}

body.path-identif-atl #user-login-form {
width: 90%;
        padding: 24px 2% 44px;
        position: relative;
        display: block;
        height: auto;
}

body.path-identif-atl #user-login-form > a {
    text-transform: uppercase;
    position: absolute;
    top: 60px;
    left: 36%;
}

body.path-identif-atl .form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-name.js-form-item-name.form-group {
    padding: 0;
    margin-top: 130px;
}

body.path-identif-atl .form-item.js-form-item.form-type-password.js-form-type-password.form-item-pass.js-form-item-pass.form-group {
    padding: 0 0 0 0px;
}

	.bk-menu-mobile-img {
  display: none;
}

.bk-menu-mobile-div {
  border: 1px solid #fff;
  margin: 15px 15px;
  height: calc(100vh - 32px);
}

span.closemenu {
  top: -8px;
  right: 19px;
}

#quicktabs-clients {
    margin-left: inherit;
}

.path-frontpage .navbar-header {
    width: 100%;
        margin: 0 0;
}

#block-terminal-views-block-mediatheque-view-block-1::after, #block-terminal-views-block-mediatheque-view-block-1-2:after {
    right: initial;
}

.partenaire span img, .partenaire2 span img {
    height: auto;
    width: 85%;
}

article.article iframe {
    height: 375px;
    margin-top: -23px;
}

#block-terminal-views-block-actualites-view-block-3 .views-row:nth-child(3n+2), #block-terminal-views-block-engagements-block-1 .views-row:nth-child(3n+2) {
    margin: 0px 0px 25px;
}

#block-terminal-views-block-actualites-view-block-3 .views-row {
    width: 100%;
}

.actualiteTopTitle {
    font-size: 27px;
    line-height: 34px;
    margin: 0 0 39px;
}

#collapseFour .panel-body > div {
    width: 100%;
}

#collapseFour .panel-body {
    flex-wrap: wrap;
}

.systemEx a {
    padding-top: 7px;
    font-size: 15px;
    text-align: left;
    line-height: 17px;
    padding-left: 8px;
}

.systemEx span {
    top: -24px;
}

div#bk-menu-mobile ul.menu.menu--main.nav.navbar-nav {
  padding-left: 4%;
    margin-top: -234px;
    width: 96%;
}

div#bk-menu-mobile section#block-terminal-menucustom {   
width: 100%;
    position: relative;
    top: 28px;
    padding-left: 2%;
}

div#bk-menu-mobile ul.menu.menu--main.nav.navbar-nav > li > a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 25px;
}

div#bk-menu-mobile {

    background-color: #0777bdeb;
    right: initial;
}

p.logoImg {
    width: 50%;
    margin: 0;
    padding: 30px 0 30px 3%;
}

.blockLogoMenu {
    justify-content: space-between;
}

div#bk-menu-mobile img {
    width: 229px;
    top: 22px;
    left: 17px;
}

.offresRight a span:nth-child(1) {
    width: 215px;
    padding: 3px 0 0 15px;
}

.offresRight a {
    height: 45px;
    width: 100%;
}

span.SearchMenu {
    top: 5px;
    width: 25%;
    padding-top: 9px;
}

span.SearchMenu .Menu {
    position: relative;
    top: 7px;
}

body {
    margin-top: 0;
    overflow-x: hidden;
}


.blockLogoMenu section#block-terminal-menucustom {
    display: none;
}


#block-terminal-webform-2 {
    width: 100%;
    float: left;
    margin-right: 3%;
    padding-left: 3%;
}

#block-terminal-contacts {
    width: 100%;
    float: left;
    margin-top: 45px;
    padding-left: 5%;
}

.mediathequeDetailTitle {
    font-size: 30px;
    line-height: 34px;
    margin: 20px 0 45px;
    padding: 0 5%;
}

.views-field.views-field-field-video video {
    width: 100%;
    margin-top: -100px;
}

.bk-media .view-content .views-row:first-child .mediaTitle a {
    font-size: 30px;
    padding: 0 5%;
    line-height: 35px;
    margin: 23px 0;
}

.bk-media .view-content .views-row {
    float: left;
    width: 100% !important;
    margin: 0 !important;
}

#block-terminal-webform-3 {
    padding: 1px 40% 100px var(--largeur);
}

.region.region-navigation .breadcrumb {
    bottom: -19px;
    padding-left: 7%;
}

.EngagementTitle {
    font-size: 25px;
    line-height: 29px;
}

.page-node-type-emplois article {
    width: 100%;
    margin: 0 auto;
}

article.emplois iframe {
    width: 96%;
    margin-left: 2%;
    height: 400px;
}

section#block-terminal-postulez {
    width: 91%;
    margin-left: 4%;
}

#block-terminal-webform-2 .form-item, #webform-submission-postulez-node-21-add-form .form-item {
    margin-bottom: 25px;
    border-bottom: 1px solid #E6E8E9;
}

#block-terminal-views-block-engagements-block-1 .views-row {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

#block-terminal-views-block-engagements-block-1 .views-row:nth-child(2n) {
    margin-left: 0%;
}

.greenBottom h2 {
    font-size: 25px;
    line-height: 30px;
}

.greenBottom p {
    font-size: 20px;
    line-height: 28px;
    padding: 8px 0 21px;
}

.greenCenterElement {
    font-size: 18px;
}

.emploi h1 {
    font-size: 22px;
    margin-bottom: 22px;
}

.emploi {
    padding: 9px 2% 0 5%;
    margin-bottom: 26px;
    padding: 9px 0% 5px 0%;
}

.emploi div div span:nth-child(2) {
    float: left;
    padding-top: 4px;
}

.emploi p {
    margin-top: 13px;
    text-align: left;
    width: 75%;
}

.emploi p a {
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 5px;
        display: block;
}

.emploi > div > div > span {
    display: block;
}

.organigram img {
    width: 100%;
    margin-top: 10px;
}

.organigram h1 {
    font-size: 29px;
    margin-top: 21px;
}

.metier img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.metier > p {
    font-size: 20px;
    line-height: 29px;
}

.MetierGrid > h1 {
    font-size: 30px;
    margin: 111px 0 25px;
}

.metierElement > div {
    width: 100%;
    border: 2px solid var(--blue);
    padding: 10px 10px;
    margin-bottom: 30px;
}

#collapseExample4 h2 {
    font-size: 2.5rem;
    padding: 0 0%;
    margin-bottom: 22px;
}

#collapseExample4 p {
    font-size: 18px;
    margin: 0 2%;
    margin-bottom: 25px;
    line-height: 24px;
}

.imageCertif span {
    width: 100%;
    margin-bottom: 15px;
}

.contentCertif h1 {
    font-size: 29px;
    border-bottom: 4px solid var(--blue);
    margin-bottom: 30px;
    padding-bottom: 2px;
}

.contentCertif h1::after {
    width: 35px;
    height: 35px;
    top: 37px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--blue);
    left: 44%;
}

.terminal4Element.cert1 > div {
    width: 49% !important;
    height: 135px;
}

.terminal4Element.cert2 > div {
    width: 100% !important;
}

.terminal4Element.cert2 > div {
    width: 100% !important;
    height: 150px;
}

.terminal4Element.cert1 h3 {
    font-size: 16px;
}

.collapseQhse {
    padding: 0 0%;
}

.collapseQhse > a {
    width: 29%;
}

#block-terminal-qshe .btn.btn-primary {
    font-size: 12px;
    text-align: left;
}

.collapseQhse a:last-child {
    width: 42%;
}

.visionTop > div {
    margin-bottom: 20px;
    padding: 24px 0;
    flex-wrap: wrap;
}

.visionTop > div > div {
    width: 100%;
}

.visionTopLeft h1 {
    font-size: 25px;
    line-height: 31px;
    padding: 0 2% 0 2%;
}

.visionTopLeft h1::after {
    width: 118px;
    height: 5px;
    bottom: -7px;
    left: 2%;
}

.visionTopRight {
    font-size: 18px;
    padding-right: 2%;
    padding-left: 2%;
    text-align: justify;
}

.visionCenter > h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
}

.visionCenterGrid {
    flex-wrap: wrap;
}

.visionCenterGrid > div {
    width: 80%;
    margin: 0 auto 20px;
}

.visionCenterGrid div span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
    padding: 50px 9px;
    margin-top: 17px;
}

.visionCenter2 h1 {
    font-size: 30px;
    line-height: 38px;
}

.visionCenter2 div div p {
    font-size: 22px;
    line-height: 30px;
    padding: 6px 0;
    border-bottom: 2px solid var(--blue);
}

.visionBottom .container {
    flex-wrap: wrap;
}

.visionBottom .container p:nth-child(1) {
    width: 100%;
}

.visionBottom {
    font-size: 18px;
    line-height: 32px;
    padding: 20px 0px 15px;
    text-align: justify;
}

.visionBottom .container p:nth-child(2) {
    width: 80%;
}

.visionBottom img {
    width: 35%;
}

.visionBottom .container p:nth-child(2) span:nth-child(3) {
    font-size: 17px;
    line-height: 21px;
    position: relative;
    top: -2px;
    display: block;
}

.visionBottom .container p:nth-child(2) span:nth-child(2) {
    display: block;
}


.path-node header#navbar .page-header {
        padding: 120px 25px 120px 0;
    margin-top: -91px;
    font-size: 18px;
}

.navbar-header {
   width: auto;
}

.terminalTop p {
    font-size: 18px;
    line-height: 26px;
}

#block-terminal-terminalphase {
    padding: 25px 0;
    margin: 30px 0 0;
}

.terminal2 {
    flex-wrap: wrap;
}

.terminal2 > div {
    width: 94%;
    text-align: center;
    padding-bottom: 2px;
    margin: 0 auto;
}

.terminal4 {
    margin-top: 20px;
    text-align: center;
}

.terminal4Element h3 {
    margin: 0 0;
    font-size: 17px;
    line-height: 20px;
}

.terminal4Element > div {
       width: 49%;
    margin-bottom: 15px;
    flex-wrap: wrap;
    height: 120px;
}

.client img {
    width: 80%;
    height: auto;
}

.client span {
    display: block;
    width: 32%;
    margin-bottom: 21px;
}

#block-terminal-termainaloffredeservice .panel-title a {
    font-size: 21px;
}


  .traficNavire > div {
    width: 100%;
}

.traficNavire {
    margin: 0px 0 15px;
    flex-wrap: wrap;
}

.traficNavireLeft p:nth-child(2) {
    font-size: 2.5rem;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 13px;
}

.diaporamaImage {
    height: auto;
}

.diaporamaImage img {
    height: auto;
}

.conteneur {
    flex-wrap: wrap;
    border-bottom: 1px solid var(--blue);
}

.conteneur p span:nth-child(2) a {
    font-size: 13px;
}

.conteneur p span:nth-child(2) img {
    margin-left: 0%;
    width: 15%;
}

.conteneur p span:nth-child(2) {
    width: 30%;
    padding-top: 10px;
}

.conteneur p span {
    width: 70%;
}

.conteneur p span:nth-child(1) {
    font-size: 20px;
}

.form-item.js-form-item.form-type-select.js-form-type-select.form-item-field-armateur-target-id.js-form-item-field-armateur-target-id {
    height: 50px;
    width: 100%;
}

.form-item.js-form-item.form-type-select.js-form-type-select.form-item-field-armateur-target-id.js-form-item-field-armateur-target-id > div {
    width: 65%;
    margin-left: 38px;
}

#views-exposed-form-conteneurs-imports-block-1 button {
    height: 40px;
    padding: 0 14px;
    font-size: 16px;
}

section#block-terminal-views-block-open-gates-view-block-1 iframe.pdf {
    width: 100%;
    height: 350px;
}

.conteneurGrid {
    width: 100%;
    padding: 0px 3% 2px;
    height: 340px;
    margin-bottom: 15px;
}

.servicesgrid {
    background-color: #fff;
    background-image: none;
    flex-wrap: wrap;
    padding-right: 0%;
    padding-left: 1%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    background-size: 0;
}

.servicesgridElement {
    width: 90%;
    padding: 25px 25px;
    font-size: 18px;
    margin: 0 auto;
border: none !important;
}

.chiffreGrid {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    flex-wrap: wrap;
}

.chiffreElement {
    background-color: var(--blue);
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 2px solid #EAEEF4;
}

#block-terminal-views-block-actualites-view-block-1 .view-content .views-row, #block-terminal-views-block-actualites-view-block-5 .views-row {
    width: 100%;
    margin-bottom: 20px;
}

#block-terminal-views-block-mediatheque-view-block-1 .view-content, #block-terminal-views-block-mediatheque-view-block-1-2 .view-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

#block-terminal-views-block-mediatheque-view-block-1 .view-content .views-row, #block-terminal-views-block-mediatheque-view-block-1-2 .view-content .views-row {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.offres {
    padding-left: 0%;
    margin-bottom: 3px;
    margin-top: 0px;
}

.offres {;
    padding-left: 0%;
    margin-bottom: 3px;
    margin-top: 0px;
}

#quicktabs-clients {
    background-color: #fff;
    --largeur: calc((100vw - 1151px) / 2);
    margin-left: 0;
    padding: 18px var(--largeur) 50px 0;
}

#block-terminal-webform {
    background-color: #EAF2F9;
    padding: 50px 8% 5px 0%;
}



}