@media (max-width: 991px) {
  .mobiled
  {
    display: none;
  }
}

@media (min-width: 992px) {
  .mobiled
  {
    display: block;
  }
}

header
{
  padding: 105px 0 100px;
}

section
{
  padding-top: 25px;
  padding-bottom: 25px
}


@media (max-width: 991px) {
  body
  {
    padding-top: 60px;
    position : relative;
    font-family: 'Open Sans', sans-serif;
  }
}

@media (min-width: 992px) {
  body
  {
    padding-top: 120px;
    position : relative;
    font-family: 'Open Sans', sans-serif;
  }
}

h1
{
  color:#FFF;
  font-family: 'Montserrat', sans-serif;
}

h2
{
  font-weight: bold;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 0.5rem;
}

.valign
{
  vertical-align: middle;
}

/*
***** LINKS ******
*/

.mindl:link
{
  text-decoration: none;
  color: #2a8dbf;
}

.mindl:visited
{
  text-decoration: none;
  color: #2a8dbf;
}

.mindl:hover
{
  text-decoration: underline;
  color: #2a8dbf;
}
/*
****** TEXTE ******
*/

p
{
  font-size: 16px ;
  text-align: justify;
}

.white-text
{
  color: white;
}

.title
{
  padding-bottom: 3rem;
}

/*
***** bouton mind ****
*/

.btn-mind {
  color: #fff;
  background-color: #2a8dbf;
  border-color: #2a8dbf;
  width: 270px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}

.btn-mind:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-mind:focus, .btn-mind.focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.btn-mind.disabled, .btn-mind:disabled {
  background-color: #2a8dbf;
  border-color: #2a8dbf;
}

.btn-mind:active, .btn-mind.active,
.show > .btn-mind.dropdown-toggle {
  background-color: #0069d9;
  background-image: none;
  border-color: #0062cc;
}

/*
****** CSS POUR LA MISE EN FORME DE LA NAVBAR ******
*/

@media (max-width: 991px) {
  .sc-navbar
  {
    margin-top: 0px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
  }
}

@media (min-width: 992px) {
  .sc-navbar
  {
    margin-top: 40px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
  }
}

.bg-tfnavbar
{
  background-color: #192024;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 40px;
}



.tfnavbar
{
  color: #FFF !important;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.mail
{
  margin-top: auto;
  margin-bottom: auto;
}
.dropblack
{
  background-color: #192024 !important;
}

.textnull:focus, .textnull:hover, .textnull:active
{
  color: #FFF !important;
  background-color: #192024 !important;
}

.texthover:focus, .texthover:hover, .texthover:active
{
  color: #000 !important;
}

.navmind
{
  color: #000 !important;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

.dropdown-mcustom
{
  top: 76%;
  min-width: 4.5rem;
  margin: 0;
}

.frflag
{
  margin-left: 4px;
  margin-right: 4px;
}
/*
****** FIN DU CSS POUR LA NAVBAR ******
*/

/*
***** HEADER *****
*/

.bg-header
{
  background-image: url("../images/index/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  margin-bottom: 25px;
}

.headeralign
{
  text-align: center;
}

.headeralignp
{
  font-size: 20px;
  text-align: center;
}

/*
***** Offres *****
*/
.offres
{
  text-align: center;
}

.offrescard
{
  border: 1px solid rgb(222, 236, 247);
}

.foffres
{
  margin-top: 30px;
  margin-bottom: 30px;
}

.soffres
{
  margin-bottom: 30px;
}

.offrestext
{
  text-align: justify;
}

.bluecircle
{
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
  height: 150px;
  width: 150px;
  align-items: center;
}

.bluep
{
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
  list-style-image: url('../images/offres/bluep.png');
}

.coffres
{
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.boffres
{
  padding-top: 0;
}

.bg-list
{
  background-color: rgba(234, 242, 248, 1);
}
/*
***** TEMOIGNAGES *****
*/

.tborder
{
  border-color: rgb(222, 236, 247);
}

.temoignages
{
  margin-bottom: 25px;
}
.titlet
{
  padding: 1.25rem;
}

/*
***** Expertises *****
*/

.expertises
{
  text-align: center;
  background-color: rgba(234, 242, 248, 1);
}

/*
***** Partenaires *****
*/

.partenaires
{
  text-align: center;
}
/*
***** PAGES PARTENAIRES *****
*/

.collapseimage
{
  margin-left: auto;
  margin-right: auto;
  display: inherit;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}

.collapseminus
{
  margin-left: auto;
  margin-right: auto;
  display: inherit;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}

.rowmargin
{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.carousel_block .content-overlay-default, .carousel_block .content-partenaires
{
  background: rgba(255, 255, 255, .7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}

.carousel_block:hover .content-partenaires
{
  background-color: #2a8dbf;
  opacity: 1;
  cursor: pointer;
}
.carousel_block:hover .content-overlay-default
{
  background-color: #EF7B04;
  opacity: 1;
  cursor: pointer;
}
.carousel_block:hover img
{
  opacity: 0;
}
.content-details
{
  position: absolute;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.carousel_block:hover .content-details
{
  top: 50%;
  left: 50%;
  opacity: 1;
  cursor: pointer;
}
.content-details h3
{
  color: #fff;
  font-weight: 500;
  letter-spacing: .15em;
  margin-bottom: .5em;
  text-transform: uppercase;
}
.content-details p
{
  color: #fff;
  font-size: 1em;
  text-align: center;
}
.fadeIn-bottom
{
  top: 80%
}
.fadeIn-top
{
  top: 20%
}
.fadeIn-left
{
  left: 20%
}
.fadeIn-right
{
  left: 80%
}
.carousel_block
{
  position: relative;
  height: 200px;
  margin: 0 0 5px;
  width: 90%;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10%;
  overflow: hidden;
}
.carousel_block img
{
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  max-height: 80%;
  max-width: 90%
}
.carousel_block h3
{
  font-size: 18px;
  text-align: center;
}

/*
***** xs *****
*/

.headerclient
{
  text-align: justify;
  background-color: rgba(234, 242, 248, 1);
}

/*
***** FOOTER *****
*/

.bg-footer
{
  background-color: #192024;
  color: rgb(255, 255, 255);
}

.hfsize
{
  font-size: 16px;;
}

.fsize
{
  font-size: 14px;
  text-align: left;
}

.contact
{
  margin-bottom: 13px;
  color: rgb(255, 255, 255);
}

.contact .contact-icon
{
  display: block;
  float: left;
  width: 130px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.contact .contact-text
{
  display: block;
  margin-left: 135px;
}

.contact .contact-icon
{
  width: 30px;
}

.contact .contact-text
{
  margin-left: 35px;
}

.footerlink:link
{
  color: inherit;
  text-decoration: none;
}

.footerlink:visited
{
  color: inherit;
  text-decoration: none;
}

.footerlink:hover
{
  text-decoration: underline;
}

.footerlink:active
{
  text-decoration: underline;
}

.legal
{
  text-align: center  ;
  font-size: 12px;
  color: #FFF;
}

/*
****** Mentions Légles ******
*/

.mentions
{
  font-size: 1rem;
}
h1
{
  color: #000;
}
.bg-mentions
{
  background-image: url("../images_background/mentions.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}


/*
****** APPROCHE ******
*/

.approche
{
  text-align: center;
}

/*
***** RECRUTEMENT *****
*/

.recrutement
{
  border: 1px solid rgb(222, 236, 247);
}

.rint
{
  margin-top: 10px;
  margin-bottom: 10px;
}

.ricone
{
  margin-right: 10px;
}

/*
***** form *****
*/

.btn-align
{
  text-align: center;
}

.btn-form
{
  margin-top: 1rem;
}

.confirm
{
  color: #0069d9;
  font-size: 1.25rem;
}
