/*body {
    -webkit-transition: -webkit-transform 3s ease-in-out;
    -ms-transition: -ms-transform 3s ease-in-out;
    transition: transform 3s ease-in-out;
}

body:hover {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}*/

/***** 
 * FONTS
 * Glyphicons 
 * Roboto
 *****/
@font-face {
  font-family: 'glyphicons';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
  	   url('../fonts/glyphicons-halflings-regular.woff') format('woff'), 
  	   url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
  	   url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular_0-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light_0-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {font-family: "dinlight";
    src: url("//db.onlinewebfonts.com/t/9ae5e19516bc6428f1327ff3311b2617.eot");
    src: url("//db.onlinewebfonts.com/t/9ae5e19516bc6428f1327ff3311b2617.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/9ae5e19516bc6428f1327ff3311b2617.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/9ae5e19516bc6428f1327ff3311b2617.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/9ae5e19516bc6428f1327ff3311b2617.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/9ae5e19516bc6428f1327ff3311b2617.svg#DINNextW01-Light") format("svg");
}

@font-face {font-family: "dinregular";
    src: url("//db.onlinewebfonts.com/t/1daa609fdca8da38e5bcbb12c2a987db.eot");
    src: url("//db.onlinewebfonts.com/t/1daa609fdca8da38e5bcbb12c2a987db.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/1daa609fdca8da38e5bcbb12c2a987db.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/1daa609fdca8da38e5bcbb12c2a987db.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/1daa609fdca8da38e5bcbb12c2a987db.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/1daa609fdca8da38e5bcbb12c2a987db.svg#DINNextW01-Regular") format("svg");
}

@font-face {font-family: "dinSlab";
    src: url("//db.onlinewebfonts.com/t/c5e0077a7615bfbe5d959e1cf56e6c9f.eot");
    src: url("//db.onlinewebfonts.com/t/c5e0077a7615bfbe5d959e1cf56e6c9f.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/c5e0077a7615bfbe5d959e1cf56e6c9f.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/c5e0077a7615bfbe5d959e1cf56e6c9f.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/c5e0077a7615bfbe5d959e1cf56e6c9f.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/c5e0077a7615bfbe5d959e1cf56e6c9f.svg#DINNextSlabW01-Regular") format("svg");
}

/**
 * Place your custom styles here.
 */
.navbar-inverse {
     background-color: #EC9C11;
     border-color: transparent;
     color: #FFF;
     height: 28px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.1em;
}

.container > .navbar-collapse{
	padding: 0;
}

.navbar{
	min-height: 0;
	border: none;
	border-radius: 0;
	padding: 0;
	margin:0;
}

.navbar {
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	z-index: 1030;
	top: 75px;
}

.header-logo-wrapper.fixed {
	height: 75px;
	-webkit-transition: height 0.4s; 
  -moz-transition: height 0.4s; 
  -ms-transition: height 0.4s; 
  -o-transition: height 0.4s; 
  transition: height 0.4s;  
}

@media all and (max-width: 750px)
{
   
}

/* .header-logo-wrapper.fixed img {
	max-height: 65px;	
	-webkit-transition: max-height 1s; 
  -moz-transition: max-height 1s; 
  -ms-transition: max-height 1s; 
  -o-transition: max-height 1s; 
  transition: max-height 1s;  
} */

.header-logo-wrapper.fixed .header-logo-groupe {
	max-height: 50px;
	-webkit-transition: max-height 1s; 
  -moz-transition: max-height 1s; 
  -ms-transition: max-height 1s; 
  -o-transition: max-height 1s; 
  transition: max-height 1s;  
}

.header-logo-wrapper.fixed .header-language {
	display: none;
}

.header-logo-wrapper.fixed .header-logo {
	margin: 0;
}

.header-logo-wrapper.fixed .logos-wrapper {
	margin-top: 0;
}

.header-logo-wrapper {
	height: 120px;
	width: 100%;
	z-index: 1030;
	top: 0;
	background: #000000;
}

#block-ratier-main-menu a{
	color: #FFFFFF;
	opacity: 0.7;
}

#block-ratier-main-menu a:hover{
	opacity: 1;
}

.site-logo{
	width: 280px;
}

.header-logo-wrapper img {
	height: auto;
}

.navbar-inverse .navbar-nav > li.active > a, .navbar-inverse .navbar-nav > li.active > a:hover, .navbar-inverse .navbar-nav > li.active > a:focus {
	background: none;
	font-weight: bold;
}

.navbar-inverse .navbar-nav > li.active > a, .navbar-inverse .navbar-nav > li:hover > a, .navbar-inverse .navbar-nav > li:focus > a {
	border-bottom: 5px solid #4BAE7F;
	font-weight: bold;
}

.path-frontpage .navbar-inverse .navbar-nav > li.active > a, .path-frontpage .navbar-inverse .navbar-nav > li:hover > a, .path-frontpage .navbar-inverse .navbar-nav > li:focus > a {
	border: none;
}

.slideshow-wrapper{
	background-color: #000000;
}

.middle-blocks-wrapper{
	background-color: #000000;
}

.bottom-blocks-wrapper{
	background-color: #dcdddf;
}

.bottom-blocks-wrapper a{
	color: #e55520;
}

.slideshow-title{
	text-align: center;
	color: #FFF;
}

.middle-blocks-title{
	text-align: center;
	color: #132857;
}

.bottom-blocks-title{
	text-align: center;
	color: #FFF;
}
.menu-wrapper .nav > li > a{
	padding: 5px 12px !important;
	background-color: #000 !important;
	text-transform: uppercase;
	font-weight: bold;
}


.menu-wrapper .nav > li > a:focus{
	color: #e55520;
}

.menu-wrapper .nav .dropdown-menu > li > a{
	border-bottom: 1px solid rgb(179, 179, 179);	
	text-transform: uppercase;
	padding: 10px 20px !important;
}

.menu-wrapper .nav .dropdown-menu > li:last-child > a{
	border: none;
}

.menu-wrapper .nav ul.dropdown-menu{
	background-color: #FFF !important;
	min-width: 275px;
}

.menu-wrapper .nav .dropdown-menu > li a{
	background-color: #FFFFFF !important;
	color: #000000 !important;	
}

.menu-wrapper .nav .dropdown-menu > li a:hover{
	color: #e55520 !important;	
}
.menu-wrapper .nav > li > a:hover{
	background-color: #000 !important;
	color: #e55520 !important;
	text-decoration: underline !important;
}

.region-header-menu-mobile ul li ul, .region-header-menu-mobile ul li ul li {
	display: block;
	position: relative;
	width: 100%;
}

.region-header-menu-mobile ul li ul li a{
	color: #999 !important;
}

.main-container-wrapper{
	background-color: #FFF;
	padding: 25px 0;
	/*text-align: center;*/
}

.path-frontpage .main-container-wrapper{
	padding: 0 !important;
	/*text-align: center;*/
}

.footer {
    margin-top: 0;
    border: none;
    padding: 10px 0;
    font-size: 1em;
}

.footer-wrapper {
	background-color: #000000;
}

.footer-wrapper a{
	color: #FFF;
}

.wrapper-block-front-middle {
	background: #000000;
	height: 350px;
	position: relative;
	overflow: hidden;
}


.wrapper-block-front-middle .field--name-field-block-front-middle-more a {
	display: block;
}

.wrapper-block-front-middle .field--name-field-block-front-middle-more,
.region-footer-blocks a.footer-blocks-special-links {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -ms-transition: -ms-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.wrapper-block-front-middle .field--name-field-block-front-middle-more:hover,
.region-footer-blocks a.footer-blocks-special-links:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.field--name-field-block-front-middle-image{
	height: 165px;
	  width: 255px;
	  overflow:hidden;
}

.field--name-field-block-front-middle-image img{
	height: 165px;
	  width: 255px;
	  max-width: none !important;
  	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.wrapper-block-front-middle:hover .field--name-field-block-front-middle-image img {	
	-webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(1.3);
  }


/****
**** Tableau engagement
****/
#engagement-table{
	border: none;
}

#engagement-table td{
	border: none;
	padding: 10px 0;
}
 
/**** 
 **** TRANSVERSE 
 ****/
 
body {
	color: #000000;
    font-family: dinlight, robotolight;
}

body, p, p span, p font {
	font-family: dinlight, robotolight;
	font-size: 14px !important; 
}

h1{	
	font-family: dinlight, robotolight;
	text-transform: uppercase;
}

h2 {
    font-size: 2.5em;
    font-family: dinlight, robotolight;
}

.btn-outlined {
    border-radius: 0 !important;
    -webkit-transition: all 0.3s !important;
       -moz-transition: all 0.3s !important;
            transition: all 0.3s !important;
}

.btn-specific-green {
	background: #49AA81 !important;
}

.btn-specific-grey {
	background: transparent !important;
	border: none !important;
	color: #e55520;
	font-family: "dinSlab";
	text-transform: uppercase;
	font-size: 1.1em;
}

.find-more-button{
	background-color: lightgrey !important;
	text-transform: none;
}

.btn-specific-blue {
	background: transparent !important;
	border: none !important;
	color: #e55520;
	font-family: "dinSlab";
}

.btn-specific-blue:hover, .btn-specific-blue:focus {
	color: #000000 !important;
	font-family: "dinSlab";
}

.btn-specific-orange {
	background: #EC9C11 !important;
	color: #fff !important;
}

.button-carreer{
	background-color: #e55520;
	color: White;
	text-align: center;
	padding: 8px 18px;
	display: block;
	width: 130px;
	margin: 20px auto;
}

.button-carreer a{
	color: White !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.form-required::after {
	margin-left: 5px;
	background-image: url(../images/icons/required.png);
	margin-bottom: 6px;
}

.form-control{
	border-radius: 0px;
}

.select-wrapper select {
	padding-right: 2.8em;
}

.select-wrapper::after {
	background: #000000;
	color: #fff;
	top: 0;
	right: 0;
	height: 100%;
	margin-top: 0;
	text-align: center;
	padding: 11px 8px;
	z-index: 1;
}

span.glyphicon-validate {
	font-weight: normal;
	content: "";
	background-image: url('../images/icons/validate.png');
	font-size: 1.5em;
	color: #4BAE7F;
	padding: 0 20px 0 30px;
	vertical-align: -16%;
	background-repeat: no-repeat;
}

/**** Block Footer ****/

.block-views-blockactualites-block{
	background-image: url('../images/blocks/fond_actu.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.block-views-blockderniere-carriere-block{
	background-image: url('../images/blocks/fond_career.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-blocks-wrapper {
	background: #000000;
}

.region-footer-blocks {
	color: #fff;
}

.region-footer-blocks .footer-blocks-left {
    margin-top: 15px;
}

.region-footer-blocks .footer-blocks-links-wrapper {
	margin-top: 25px;
}

.region-footer-blocks a.footer-blocks-links {
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: "dinSlab";
}

.region-footer-blocks #block-views-block-derniere-carriere-block a.footer-blocks-special-links {
	color: transparent;
	font-size: 5em;
	text-decoration: none;
	width: 100px;
	display: block;
	float: right;
	text-align: center;
	height: 110px;
	margin-right: -30px;
}

.region-footer-blocks #block-views-block-actualites-block a.footer-blocks-special-links {
	color: transparent;
	font-size: 5em;
	text-decoration: none;
	width: 100px;
	display: block;
	float: right;
	text-align: center;
	height: 110px;
	margin-right: -30px;
}

.region-footer-blocks a.footer-blocks-special-links:hover, .region-footer-blocks a.footer-blocks-special-links:active  {
	text-decoration: none;
} 

.region-footer-blocks .footer-blocks-special-links-wrapper {
	text-align: right;
	margin: -20px 0 0 0;
}

.region-footer-blocks .footer-blocks-main-content {
	min-height: 210px;
}

.region-footer-blocks #block-views-block-actualites-block .footer-blocks-content {
	border-right: 1px solid #000000;
	padding-right: 30px;
}

.region-footer-blocks h4 a {
	font-size: 0.9em;
	font-weight: bold;
}

.region-footer-blocks h4 {
	margin-bottom: 20px;
	margin-top: 20px;
}

.region-footer-blocks section {
	padding: 20px 0 0 0;
}

.region-footer-blocks #block-views-block-derniere-carriere-block {
	padding-left: 30px;
}

.region-footer-blocks #block-views-block-derniere-carriere-block h4 a {	
	text-transform: uppercase;
	color: #e55520;
	font-size: 1.5em;
}

.region-footer-blocks #block-views-block-actualites-block h4 a, .region-footer-blocks .footer-blocks-date {
	text-transform: uppercase;
	color: #e55520;
	font-size: 1.5em;
}

.region-footer-blocks .footer-blocks-date .footer-blocks-date-month {
	font-size: 1.6em;
    color: #ffffff;
    font-weight: bold;
}

.region-footer-blocks .footer-blocks-date .footer-blocks-date-year {
	font-size: 1.4em;
	color: #ffffff;
}

.region-footer-blocks #block-blockbottomsimpleimage {
    padding: 0;
}

.block-footer-title{
	margin-left: 10%;
	color: #e55520;
	font-family: "dinSlab";
	font-size: 1.5em;
}

/**** footer bottom ****/
.footer-wrapper {
	font-size: 0.9em;
	padding-bottom: 20px;
}  

.footer-wrapper #block-copyright {
	color: #fff;
	margin-top: 20px;
}

.footer-wrapper #block-ratier-footer {
	text-align: right;
	margin-top: 20px;
}

.footer-wrapper #block-ratier-footer a {
	display: inline; 
	padding: 4px 5px !important;	
    font-family: "dinSlab";
}

.footer-wrapper #block-ratier-footer a:hover, .footer-wrapper #block-ratier-footer a:active {
	background: none;
	text-decoration: underline;
}

.footer-wrapper #block-ratier-footer li {
	display: inline-block;
}

.footer-wrapper #block-ratier-footer .footer-menu-separator {
	color: #EC9C11;
}

.footer-wrapper #block-ratier-footer li:last-child .footer-menu-separator {
	display: none;
}

.logos-wrapper {
	margin-top: 10px;
}

.header-logo-groupe {
	background: url('../images/logos/logo-groupe-ratier.png') no-repeat right top;
	min-height: 45px;
}

.header-logo {
    margin-top: -10px;
}

.language-selector {
	width: 22px;
	height: 22px;
	float: right;
	margin-right: 10px;
}

.language-selector a {
	width: 22px;
	height: 22px;
	display: block;
}

.language-selector.en a {
	color:#FFFFFF;
}

.language-selector.fr a {
	color:#FFFFFF;
}

.language-selector.disabled {
	opacity: 0.7;
}

/**** Theming base page ****/

/* TODO */

/**** TRANSVERSE ****/

	.field--name-body img {
		max-width: 100%;
	}

	/**** PAGINATION ****/
	
	ul.pagination li a {
		border: none;
		color: #000000;
		font-weight: bold;
	}
	
	ul.pagination li.active a {
		color: #fff;
		background: #1D487F;
		border-radius: 0;
	}
	
	ul.pagination li.pager__item.pager__item--next a,
	ul.pagination li.pager__item.pager__item--previous a {
		color: #EC9C11;
		font-size: 2em;
		font-weight: normal;
		padding: 0 5px 0 10px;
		margin-top: -5px;
	}
	
	ul.pagination li.pager__item.pager__item--previous a {
		padding: 0 10px 10px 0;
	}
	
	ul.pagination li.pager__item.pager__item--next a:hover,
	ul.pagination li.pager__item.pager__item--next a:active,
	ul.pagination li.pager__item.pager__item--previous a:hover,
	ul.pagination li.pager__item.pager__item--previous a:active {
		background: none;
	}
	
	ul.pagination li.pager__item.pager__item--last,
	ul.pagination li.pager__item.pager__item--first {
		display: none;
	}
	
	/**** /PAGINATION ****/

/**** /TRANSVERSE ****/

/**** Theming node carriere ****/
.page-node-type-carriere .field--name-body {
	color: #132861;
}

.page-node-type-carriere .field--name-body .field--label {
	color: #EC9C11;
	font-size: 1.5em;
	margin-bottom: 20px;
}

.page-node-type-carriere .field--name-field-carriere-fiche-de-poste {
	margin-top: 30px;
}

.page-node-type-carriere h1.carriere-title, 
.page-node-type-carriere div.posted-on {
	text-align: center;
	color: #132861;
}

.page-node-type-carriere div.posted-on {
	font-size: 1.1em;
	padding: 20px;
}

.page-node-type-carriere .carriere-right {
	color: #132861;
	padding-left: 40px;
}

.page-node-type-carriere .carriere-left {
	border-right: 2px solid #ccc;
	padding-right: 40px;
} 

.page-node-type-carriere .carriere-right h4 {
	color: #4BAE7F;
	margin-bottom: 15px;
	font-weight: bold;
}

.page-node-type-carriere .carriere-header {
	border-bottom: 2px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.page-node-type-carriere .carriere-bottom {
	margin-top: 30px;
	border-top: 2px solid #ccc;
	padding-top: 30px;
	font-weight: bold;
}
	
.page-node-type-carriere .carriere-bottom .bottom-right {
	text-align: right;
	text-transform: uppercase;
}

.page-node-type-carriere .carriere-bottom .bottom-right a {
	padding-top: 5px;
	padding-bottom: 2px;
}

.page-node-type-carriere .bottom-left {
	color: #132861;
}

.page-node-type-carriere .carriere-bottom span.icon {
	padding-right: 15px;
	color: #4BAE7F;
	font-size: 1.1em;
} 

/**** /Theming node carriere ****/

/**** Theming node actus ****/
.page-node-type-actualite .actus-header {
	margin-bottom: 30px;
	padding-bottom: 20px;
	text-align: center;
	color: #000;
}

.page-node-type-actualite .actus-header a{
	color: #e55520;
}

.page-node-type-actualite .actus-bottom {
	margin-top: 30px;
	padding-top: 30px;
}

.page-node-type-actualite .actus-bottom span {
	display: none;
}
	
.page-node-type-actualite .posted-on {
	margin-bottom: 40px;
	margin-top: 30px;
}

.page-node-type-actualite .posted-on a {
	color: #e55520;
}
/**** /Theming node actus ****/

/**** Theming form postuler ****/

article.candidature #edit-candidat,
article.candidature #edit-candidature,
article.candidature #edit-actions {
	border: none;
	background: #DCDCDC;
	border-radius: 0;
	padding: 30px 60px;
	color: #1D487F;
	-webkit-box-shadow: none;
	box-shadow: none;
}

article.candidature #edit-candidat {
	padding: 60px 30px 30px 60px;
}

article.candidature #edit-candidature {
	padding: 60px 60px 30px 30px;
}

article.candidature #edit-candidat:has(.has-error),
article.candidature #edit-candidature:has(.has-error) {
	min-height: 800px;
}

article.candidature label {
    font-weight: normal;
}

article.candidature #edit-before {
	text-align: center;
	color: #1D487F;
}

article.candidature #edit-requirement {
	font-size: 1em;
	color: #4BAE7F;
}

.path-webform h1.page-header {
	color: #1D487F;
}

article.candidature #edit-candidat > .panel-body,
article.candidature #edit-candidature > .panel-body {
	padding: 0;
}

article.candidature #edit-actions .btn {
	margin-right: 0;
}

/* Files button */
*[id^="edit-cv-upload"], *[id^="edit-lettre-de-motivation-upload"] {
	min-height: 34px;
	padding: 0;
	font-size: 1.05em;
}

input[id^="edit-cv-upload"], input[id^="edit-lettre-de-motivation-upload"]{
	display: none;
}

.allDownloadInput{
	width: 100%;
	display: flex;
	margin-top: 5px;
}

.fileUpload {
	width: 140px;
	height: 34px;
    overflow: hidden;
    margin-top: -3px;
    background-color: #000000;
    color: white;
    border-radius: 0px;
    vertical-align: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.fileUpload:hover{
	color: white;
	cursor: pointer;
}

.fileUpload input.upload {
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#uploadFile{
	width: 100%;
	height: 35px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	margin-top: -3px;
}

article.candidature #edit-actions {
	text-align: right;
}

article.candidature #edit-actions button {
	font-weight: bold;
}
	

article.candidature #edit-telephone {
	width: 100%;
}

article.candidature .webform-button--submit {
	padding: 3px 40px 6px 30px;
	font-size: 1.1em;
}

/* article.candidature .webform-button--submit:before {
	font-weight: normal;
	font-family: "glyphicons";
	content: "";
	background-image: url('../images/icons/validate.png');
	font-size: 1.5em;
	color: #4BAE7F;
	padding: 0 20px 2px 30px;
	vertical-align: -16%;
	background-repeat: no-repeat;
} */

article.candidature .field--name-body h2 {
	text-align: center;
	padding: 30px 0 30px 0;
}

article.candidature #edit-before {
	margin-bottom: 30px;
}

/**** Theming view offres-d'emploi ****/

.view-carrieres .postuler-wrapper {
	text-align: right;
}

.view-carrieres .views-col .view-carriere-wrapper-cols {
	background-color: #ccc;
	padding: 30px;
	margin-bottom: 30px;
	min-height: 300px;
	position: relative;
}

.view-carrieres .views-col.col-1 .view-carriere-wrapper-cols {
	margin-right: 30px;
}

.view-carrieres .views-col .views-field-title a {
	font-size: 1.3em;
	color: #132861;
	font-weight: bold;
	text-decoration: none;
}

.view-carrieres .views-col .views-field-field-type-de- {
	font-size: 1em;
	color: #132861;
	font-weight: bold;
	margin-bottom: 15px;
}

.view-carrieres .views-col .views-field-body {
	color: #132861;
}

.view-carrieres .views-col .views-field.views-field-nothing a {
	background: #fff;
	padding: 10px 15px 10px 15px;
	color: #132861;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}

.view-carrieres .views-col .views-field.views-field-nothing a:before {
	font-weight: normal;
	content: ">";
	padding-right: 15px;
	font-size: 2.2em;
	color: #EC9C11;
	padding: 0 5px 0 0;
	vertical-align: -12%;
}

.view-carrieres .views-col .views-field.views-field-nothing {
	margin-top: 20px;
	text-align: right;
}

.view-carrieres .view-header {
	color: #132861;
	margin-bottom: 30px;
	text-align: center;
}

.view-carrieres .view-filters {
	background: #ccc;
	text-align: center;
	padding: 10px;
	margin-right: 15px;
	margin-bottom: 30px;
}

.view-carrieres .view-carrieres-row-wrapper {
    padding: 0;
}

.view-carrieres .view-empty {
	color: #132861;
	text-align: center;
	font-size: 1.5em;
}

.view-carrieres #views-exposed-form-carrieres-page {
	text-align: left;
}

.view-carrieres .views-col .views-field.views-field-nothing {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

div.share{
	position: relative;
}

a.link-mail{
	position: absolute;
    left: 126px;
    margin-top: -1px;
}

img.icon-mail{
	max-height: 19px;
}

/**** /Theming view offres-d'emploi ****/


/**** Theming des block middle bottom ****/

div.middle-blocks-block{
	margin: 20px 0 30px 0;
}

.field--name-field-block-front-middle-title {
	text-align: center;
	background-color: #000000;
}

.wrapper-block-front-middle .field--name-body {
	padding: 0px 10px 0px 10px;	
	color: #ffffff;
}

.field--name-field-block-front-middle-title {	
	 font-size: 18px;
	 text-transform: uppercase;
     padding: 10px 0;     
	font-family: dinregular, robotoregular;
	color: #e55520;
}

.field--name-field-block-front-middle-more {
	text-align: right;
	position: absolute;
	bottom: -10px;
	right: 0;
}

.region-middle-blocks h2.region-middle-block-title {
	text-align: center;
	color: #e55520;
	text-transform: uppercase;
}

.field--name-field-block-front-middle-more a:hover,
.field--name-field-block-front-middle-more a:active,
.field--name-field-block-front-middle-more a:focus {
	text-decoration: none;
}

.field--name-field-block-front-middle-more a {
	color: #e55520;
	font-size: 55px;
	font-family: dinlight, robotolight;
	height: 85px;
	width: 80px;
	text-align: center;
}

/***** theming des blocks bottom *****/
.path-frontpage .main-container-wrapper {
	display: block;
	background-color: #FFF !important;
}

.path-frontpage .basic-page-title{
	display: none;
}

.path-frontpage #block-blockbottom h2.block-title {
	text-align: center;
	color: #e55520;
	margin: 50px 0 30px 0;
}

.path-frontpage #block-blockbottom .field--name-body > div {
	margin: 30px;
}

.path-frontpage #block-blockbottom .block-bottom-element-link {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 20px;
}

.path-frontpage #block-blockbottom .block-bottom-element-link a {
	color: #e55520;	
    font-family: dinSlab, dinregular, robotoregular;
}

.path-frontpage #block-blockbottom .block-bottom-element-image {
	min-height: 120px;
} 

.path-frontpage #block-blockbottom .block-bottom-element-link a:hover,
.path-frontpage #block-blockbottom .block-bottom-element-link a:active,
.path-frontpage #block-blockbottom .block-bottom-element-link a:focus {
	text-decoration: none;
}

.path-frontpage #block-blockbottom .block-bottom-element-link span.chevron {
	color: #EC9C11;
	font-size: 2em;
	font-weight: normal;
	display: inline-block;
	vertical-align: sub;
	height: 25px;
    font-family: dinlight, robotolight;
    margin-right: 5px;
}

/***** EU COOKIE COMPLIANCE *****/
#sliding-popup .popup-content #popup-buttons button {
	box-shadow: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	text-shadow: unset;
	padding: 8px 30px;
}

/*****  Mise en page du bandeau *****/

h1.page-header{
	border: none;
	color: #e55520;
	text-align: center;
	margin: 0;
	padding: 40px 0 0 0;
	font-weight: normal;
}

.breadcrumb {
    padding: 20px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent; 
    border-radius: 0;
}


.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">";
}

.breadcrumb > .active {
    color: #FFF;
    font-weight: bold;
}

.breadcrumb a{
    color: #FFF;
    font-weight: normal;
}

/***** BANDEAUX *****/ 

.bandeau-wrapper {
	background: url(../images/bandeaux/bandeau-default.png) center 0 no-repeat fixed;
	height: 128px;
	padding: 0 !important;
	margin: 0 !important;	
    background-size: contain;
}

/* .region-bandeau h1.page-header:before{
	content: "";
	margin-right: 15px;
	background-image: url('../images/bandeaux/picto-ratier.png');
	background-size: 42px 42px;
	width: 42px;
	height: 42px;
	display: inline-block;
	vertical-align: bottom;
} */

/* 
.page-type--ratier h1.page-header:before{
    background-image: url('../images/bandeaux/picto-ratier.png');
} */

.page-type--ratier .bandeau-wrapper {
	background-image: url(../images/bandeaux/bandeau-ratier.jpg);
}

/* .page-type--ratier h1.page-header:before{
    background-image: url('../images/bandeaux/picto-ratier.png');
} */

.page-type--actus .bandeau-wrapper, 
.path-actualites .bandeau-wrapper {
	background-image: url(../images/bandeaux/bandeau-actus.jpg);
}
 
/* .page-type--actus h1.page-header:before,
.path-actualites h1.page-header:before {
    background-image: url('../images/bandeaux/picto-actus.png');
} */

.path-carrieres .bandeau-wrapper,
.page-type--carriere .bandeau-wrapper {
	background-image: url(../images/bandeaux/bandeau-carriere.png);
}

/* .path-carrieres h1.page-header:before,
.page-type--carriere h1.page-header:before {
    background-image: url('../images/bandeaux/picto-carriere.png');
} */

.page-type--client .bandeau-wrapper {
	background-image: url(../images/bandeaux/bandeau-client.jpg);
}
/* 
.page-type--client h1.page-header:before{
    background-image: url('../images/bandeaux/picto-client.png');
    background-size: 56px 35px;
	width: 56px;
	height: 41px;
	background-repeat: no-repeat;
} */

.page-type--contact .bandeau-wrapper {
	background-image: url(../images/bandeaux/bandeau-contact.jpg);
}

/* .page-type--contact h1.page-header:before{
    background-image: url('../images/bandeaux/picto-contact.png');
} */

.path-frontpage .bandeau-wrapper {
	background: none;
	height: auto;
}

/***** /BANDEAUX *****/

.actualite{
	background-color: lightgrey;
	padding: 0px;
	margin-bottom: 25px;
}

.actualite-info-div{
	padding: 20px 20px 20px 20px;	
}

.actualite-image-div, .actualite-info-div div{
	padding: 0px;
}


/***** CONTACT *****/
.contact-wrapper #edit-form {
	padding: 20px 35px 20px 35px;
	border: 0;
	border-radius: 0;
	background: #ffffff;
	box-shadow: unset;
	-webkit-box-shadow: unset;
}

.contact-wrapper #edit-form label {
	font-weight: normal;
}

.contact-wrapper .webform-submission-contact-form {
	padding: 0;
	background: #ffffff ;
	padding-bottom: 3px;
}

.contact-wrapper #edit-actions {
	text-align: right;
	margin-top: -60px;
}

.contact-wrapper #edit-actions .webform-button--submit {
	font-weight: bold;
	padding: 3px 0px 6px 20px;
	font-size: 1.5em;
	margin-right: 50px;
}

/* .contact-wrapper #edit-actions .webform-button--submit:before {
	font-weight: normal;
	font-family: "glyphicons";
	content: "";
	background-image: url('../images/icons/validate.png');
	font-size: 1.5em;
	color: #4BAE7F;
	padding: 0 20px 10px 30px;
	vertical-align: -16%;
	background-repeat: no-repeat;
} */

.contact-wrapper #edit-obligatoires {
	margin-top: 20px;
	color: #000000;
	font-size: 1em;
}

.contact-wrapper .contact-title {
	text-align: center;
}

.contact-wrapper .contact-body {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 30px 0 30px 0;
	margin-bottom: 40px;	
}

.contact-wrapper #edit-telephone {
	width: 100%;
}

.contact-wrapper .contact-img {
	margin-bottom: 50px;
	padding-right: 20px;
}

.contact-wrapper .contact-img img {
	width: 100%;
	max-width: 250px;
}

.contact-wrapper .contact-adress {
	margin-bottom: 0;
	line-height: 1em;
}

.contact-wrapper {
    margin-bottom: 30px;
}

.contact-wrapper .field--name-field-google-map iframe {
	min-height: 625px;
	margin-top: -25px;
}

@-moz-document url-prefix() { 
  .contact-wrapper .field--name-field-google-map iframe  {
     min-height: 642px;
  }
}

.contact-wrapper .contact-right {
	color: #132861;
}

/***** /CONTACT *****/


/**** /Theming view actualites ****/

.actualite .actualite-info-div .news-created-user a{
	text-decoration: none;
	color: #4BAE7F;
}

.actualite .actualite-info-div .news-title-body{
	margin-top: 15px;
}

.actualite .actualite-info-div .news-title a{
	font-size: 1.3em;
	color: #132861;
	font-weight: bold;
	text-decoration: none;
}

.actualite .read-news{
	margin-top: 25px;
}

.actualite .read-news .view-node-content a{
	background: #fff;
	padding: 15px;
	color: #132861;
	font-weight: bold;
	text-decoration: none;
}

.actualite .read-news .view-node-content a:before{
	font-weight: normal;
	content: ">";
	padding: 15px;
	font-size: 2.2em;
	color: #EC9C11;
	padding: 0 5px 0 0;
	vertical-align: -12%;
}

.actualite .pull-right.read-news {
	position: absolute;
	bottom: 20px;
	right: 15px;
}

/*REVOLUTION SLIDER*/
/*.tp-shape:before{
	content: '';
	width: 10px;
	height: 10px;
	background-color: #EC9C11;
	display: block;
	border-radius: 50%;
	margin-left: -6px;
}*/

#rev_slider_1_1 .zeus.tparrows:before {
	color: #e55520 !important;
}


element.style {
    top: 50%;
    transform: matrix(1, 0, 0, 1, -100, -35);
    left: 100%;
    visibility: hidden;
    opacity: 0;
}
#rev_slider_1_1 .zeus.tparrows {
	border-radius: 0 !important;
}
	

.tp-arr-imgholder{
	display:none;
}

.button-slider-metiers {
	background-image: url('../images/slider/Ratier-Figeac_SITE_Metiers-HP.png');
    background-repeat: no-repeat;
    background-position: 12px 2px;
    background-size: 42px 31px;
}

.button-slider-metiers:hover {
	background-image: url('../images/slider/Ratier-Figeac_SITE_Metiers-HP-white.png');	
}

.button-slider-carrieres {
	background-image: url('../images/slider/Ratier-Figeac_SITE_Carriere-HP.png');
    background-repeat: no-repeat;
    background-position: 12px 3px;
    background-size: 40px 35px;
}

.button-slider-carrieres:hover {
	background-image: url('../images/slider/Ratier-Figeac_SITE_Carriere-HP-white.png');	
}

.button-slider-produits {
	background-image: url('../images/slider/Ratier-Figeac_SITE_Produits-HP.png');
    background-repeat: no-repeat;
    background-position: 12px 2px;
    background-size: 34px 33px;
}

.button-slider-produits:hover {
	background-image: url('../images/slider/Ratier-Figeac_SITE_Produits-HP-white.png');	
}

.sliding-popup-bottom{
	background-color: #000000 !important;
	opacity: 0.9;
}

/*** Menu Hamburger theme ***/

/* Hide Hamburger */
#block-ratier-main-menu label, #hamburger{
	display: none;
  }

  #fullscreen-menu{
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.8s, visibility 0s 0.8s;
	height: 0;
	position: absolute;
  }
  
  /* Menu Items */

  #page-nav ul li {
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
  }
  #block-ratier-main-menu ul li a {
	color: #fff;
	text-decoration: none;
  }
  
  /* [ON SMALL SCREENS] */
  @media screen and (max-width: 768px){
	/* Show Hamburger */
	  .header-main-menu label, #hamburger {
	  display: inline-block;
	  color: #fff;
	  font-style: normal;
	  font-size: 1.2em;
	  padding: 10px;	  
	  padding-left: 90%;
	}

	.header-main-menu{
		background: #000;
		margin-top: -2px;
		margin-bottom: 20px;
	}

	.menu-wrapper #block-ratier-main-menu {
		display: none;
	  }
	
	/* Break down menu items into vertical */
	#fullscreen-menu #block-ratier-main-menu ul li, #fullscreen-menu #block-ratier-main-menu ul li ul li{
	  display: block !important;
	  position: relative;
	}

	#fullscreen-menu.menu-hover-wrapper{
		background: #000000;
		color: #FFFFFF;
		font-size: 1.4em;
		visibility: visible !important;
		z-index: 888;
		opacity: 1 !important;
		transition: opacity 0.8s;
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		padding: 35px;
	}

	#close-menu{		
		position: fixed;
		top: 40px;
		right: 40px;
		z-index: 999;
		width: 35px;
		height: 35px;
		background: url("../images/icons/close.png") transparent no-repeat;
	}

	.dropdown-menu{
		z-index: 888 !important;
	}

	#fullscreen-menu.menu-hover-wrapper li, #fullscreen-menu.menu-hover-wrapper a, #fullscreen-menu.menu-hover-wrapper ul{
		background: #000000 !important;
		color: #FFFFFF;
	}

	#fullscreen-menu #block-ratier-main-menu ul{
		display:block;
	}
  
  }


/*** Style de Visual Studio Code ****/

#block-twitterblock{
	margin-top: -10px;
}

p.timeline-Tweet-text{
    font-size: 17px !important;
    line-height: 20px !important;
    font-weight: 300 !important;
}

body.page-type--ratier .bottom-blocks-wrapper{
	background-color: #FFFFFF;
	max-width: 400px;
}

div.basic-page-title{
	display: none;
}

div.contact-header{
	display: none;
}

.ckeditor-template-block {
    padding: 0px 0 30px 0 !important;
}

.ckeditor-template-block.table-img {
    margin-top: 0px !important;
}

.product-img img{
	max-height: 150px !important;
}

.valeurs-integrite {
	background-image: url('../images/valeurs/integrite.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 200px;
}

.valeurs-confiance {
	background-image: url('../images/valeurs/confiance.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 200px;
	min-height: 200px;
}

.valeurs-excellence {
	background-image: url('../images/valeurs/excellence.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 200px;
	min-height: 200px;
}

.valeurs-respect {
	background-image: url('../images/valeurs/respect.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 200px;
	min-height: 200px;
}

.valeurs-innovation {
	background-image: url('../images/valeurs/innovation.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 200px;
	min-height: 200px;
}

.valeurs p{
	opacity: 100% !important;
}

input#hamburger{
	display:none !important;
}

/***** Maintenance Page  *****/

body.maintenance-page{
	background: #000;
	color: #FFF;
	padding: 10px 0 0 0;
}

.maintenance-page .navbar-brand{
    display: none;
}

.maintenance-page .main-container{
	padding-top: 300px;
	padding-left: 40px;
}

.maintenance-page .navbar-inverse {
    background-color: transparent;
}


