.color_blue {color: #002658}
.color_white {color: white}
.background_blue {background: #002658}
.background_white {background: white}
.background_gray {background: #ece9de}
.color_black{color: black}
/* Header*/
/* navbar*/




/*Slideshow*/

.slideshow {
    background-image: url(../img/jpg/torse_home.jpg);
    height: 85vh;
    background-size: cover;
    /* background-position: center; */
}

.block_title_slide {
    background: rgba(255, 255, 255, .6);
    margin: 0 auto;
    width: 45%;
    padding: 3em 3em 3em 3em;
    text-align: center;
    vertical-align: middle;
    margin-top: 30vh;
}



.block_title_slide h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  color: black;
  font-weight: bold
}

.block_title_slide h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 44px;
    color: black;
}


@media screen and (min-width: 200px) and (max-width: 991px) {
  .block_title_slide {

      width: 95%;

  }
  .block_title_slide h1 {
font-size: 20px;
  }

  .block_title_slide h2 {
font-size: 22px;
  }
}



/* Parti dl plaquette*/

.cadre_block1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blue_trait {
    width: 50px;
    height: 2px;
    background: #002658;
    margin-bottom: 30px;
}

.picto li {
    display: inline;
    padding-right: 35px;
}
.picto{
  padding-top: 60px;
}
.plaquette img, .cadre_contact button {
    width: 100%;
    border: none;
    color: white;
}
.plaquette{
  background: #002658;

}

.tel_icon{
  margin-right: 10px
}
.cadre_contact {
    padding-right: 40px;
}

.cadre_contact button {
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.plaquette a:hover {
    text-decoration: none
}

.plaquette p {
    text-align: center;
    border: 1px solid #8ac3e8;
    padding: 10px;
    color: #8ac3e8;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;

}

.cadre_text_contact .text_gray {
    width: 90%;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: justify;
    color: #797979;
        line-height: 38px;
}
.text_special_blue{
font-size: 18px;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
padding-top: 15px;
padding-bottom: 15px;
}

.text_gray_semi_bold{
font-size: 16px;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
color: #797979;
width: 90%;
margin: auto;
}

    @media screen and (min-width: 200px) and (max-width: 991px) {
  .cadre_text_contact .text_gray{
    text-align: left;
    line-height: 25px;
  }
  .cadre_contact {
padding: 0;
}
 }

.cadre_text_contact h2 {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
}

.cadre_text_contact {
    padding-left: 30px;
}



/*FORMULAIRE DE CONTACT */
.info_title{
      font-family: 'Open Sans', sans-serif;
          padding-bottom: 10px;
}
.cadre {
    margin: auto;
    width: 60%;
}
.cadre_block2 {
    background: #ece9de;
}
@media screen and (min-width: 200px) and (max-width: 991px) {

  .info_title {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
    font-size: 20px;
}
   }

   @media screen and (min-width: 200px) and (max-width: 501px) {

     .info_title {
       font-family: 'Open Sans', sans-serif;
       padding-bottom: 10px;
       font-size: 18px;
   }
      }

/* PrestA*/
.cadre_block3{height: 671px}
.text_puce h4{
font-size: 18px;
color: #797979;
font-family: 'Open Sans', sans-serif;
}
.text_puce ul li span{
  color: #797979;
  font-family: 'Open Sans', sans-serif;
font-size: 16px;
}
.text_puce ul li {
  color: #797979;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
.text_puce ul li:nth-child(5n){padding-bottom: 35px}
.img_presta{width: 100%}
.no-marge {
  padding: 0;
  margin: 0
}
.info_2{margin-top: 60px}
.img-presta{
  background-image: url(../img/jpg/exception_section.jpg);
  height: 100%;
  background-size: cover;
}
@media screen and (min-width: 200px) and (max-width: 991px) {
.img-presta{
background-image: url(../img/jpg/exception_section.jpg);
height: 670px;
background-position: center;
}
.cadre_block3 {height: auto}
}
.no-marge {
    padding: 0;
    margin: 0
}


/*bandeau */
.bandeau{
  text-align: center;
  font-size: 26px;
}
.bandeau h3{font-family: 'Open Sans', sans-serif}
.bandeau h3:first-child,  {padding-top: 7px}
.bandeau h3:last-child{padding-bottom: 7px}

@media screen and (min-width: 600px) and (max-width: 991px) {
  .bandeau h3{font-size: 21px }
}
@media screen and (min-width: 200px) and (max-width: 599px) {

  .bandeau h3{font-size: 14px }
}
/* Tableau d'appart*/
.block_tableau{margin-top: 60px}
.cadre-tableau {
    margin: auto;
    width: 60%;
}
@media screen and (min-width: 200px) and (max-width: 991px) {
  .cadre-tableau {width: 100%}
}

thead{border-bottom: 2px black solid}
th{
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #636161;
  padding: 10px;
}
td{
  font-size: 18px;
  color: #797979;
  font-family: 'Open Sans', sans-serif;
  padding: 10px;
}
.td_contact{
  text-align: right;
  padding-right: 0px;
}
tr:nth-child(even) {background: #ece9de}
.thead{background: white!important}
table button{
  font-size: 20px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  border: none;
  padding: 10px 20px 10px 20px;
}
@media screen and (min-width: 200px) and (max-width: 500px) {
  td {
    font-size: 13px;
    color: #797979;
    font-family: 'Open Sans', sans-serif;
    padding: 0px;
  }
  table button {
    font-size: 13px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    border: none;
    padding: 5px 10px 5px 9px;
    margin-bottom: 10px;
  }
}

   /* Bouton dl et suivis des travaux*/

.cadre-tableau .btn-dl{
  padding: 25px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  border: none;
  border: 1px solid #8ac3e8;
}
@media (min-width: 992px){
  .offset_special2{margin-left: 28%}
}
.cadre_dl{
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 100px;
}
.dl_plaquette:focus{text-decoration: none}
.dl_plaquette:active{text-decoration: none}
/*AIX EN PROVENCE TEXTE ET IMAGE */
.cadre_text_aix .text_gray {
    width: 90%;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: justify;
    color: #797979;
    line-height: 38px;
}
.cadre_block4 {
    height: 490px;
}
 .text_special_blue2{
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  width: 90%;
 }
.img-aix{
background-image: url(../img/jpg/img-aix.jpg);
height: 100%;
background-size: cover;
    background-position: center;
}


@media screen and (min-width: 200px) and (max-width: 991px) {

.img-aix{
background-image: url(../img/jpg/exception_section.jpg);
height: 490px;
background-position: center;
}
.cadre_block4 {
    height: auto;
}

.cadre_text_aix .text_gray {
    width: 90%;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: left;
    color: #797979;
    line-height: 25px;
}
}
@media screen and (min-width: 992px) and (max-width: 1250px) {
.cadre_block4 {
    height: 560px;
}
 }


/* MAP*/

.map-google {
    height: 36vh
}

.overlay {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0
}

#cd-google-map, #google-container {
    width: 100%;
    height: 36vh;
}

#google-container {
    position: relative;
    width: 100%;
    height: 36vh;
    background-color: #e7eaf0
}

#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #fff;
    border: 1px solid rgba(128, 128, 128, .34);
    background-repeat: no-repeat;
    background-size: 32px 64px;
    border-radius: 3px;
    text-align: center
}

.cd-zoom-in {
    margin-top: 10em
}

.cd-zoom-out {
    margin-top: 0
}

.font-map {
    font-size: 23px
}

@media only screen and (min-width:768px) {
    #cd-zoom-in {
        margin-top: 40em
    }
}

/*Footer */

footer{
  padding-top: 60px;
  padding-bottom: 60px;
}
footer ul li{
  display: inline;
margin-right: 100px;
}
footer ul{
  margin: auto;
  padding: 0;
  width: 60%;
  text-align: center;
}
.logo_foot{
      width: 20%;
}
@media screen and (min-width: 200px) and (max-width: 991px) {
  .logo_foot{
    width: 80%;
  }
.logo_special{
  width: 15%;
}
.mobile_num{
  display: block;
}

.slideshow {
    background-image: url(../img/jpg/torse_home.jpg);
    height: 100vh;
    background-size: cover;
     background-position: center;
}
}

/* Black footer*/

.black_footer {
    background-color: #0b0b0b;
    bottom: 0;
    left: 0;
    right: 0
}

.p_black_footer {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: .5em;
    margin-left: 30px;
        display: -webkit-inline-box;
}

.span_footer{
  color: white;
   font-family: 'Open Sans', sans-serif;"
}
/* Btn scroll*/

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    font-size: 20px;
    text-align: center;
    line-height: 37px;
    border-radius: 3px;
    color: white;
}
.scrollup, .scrollup:hover {color: #fff}
/* MODAL CONTACT*/
#secondModal.reveal-modal {
	  padding: 0 !important;
		background-color:#E6E7E8;
	  position:absolute;
	  right:0;
}
#secondModal .revel-header {background-color:#10477C}
#secondModal .revel-header h2 {
	color:white;
	font-size:34px;
	padding:15px;
	margin:0;
}

/* CONTACT*/
@media (min-width: 768px){
  .modal-dialog {
    width: 50%;
    margin: 30px auto;
  }
}
.modal-title{
font-size: 30px;
font-family: 'Montserrat', sans-serif;
text-align: center;
font-weight: bold
}
.modal-content {
    background-color: #ece9de;
    padding: 12px;
}
.submit_form{
  font-size: 20px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  padding: 25px!important;
}
@media (min-width: 768px){
  .modal-dialog {
    width: 45%;
    margin: 10vh auto;
  }
 }
#mymodal{padding-right: 0px}
.input_modal{
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px){
  .input_modal{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .modal-title {font-size: 20px}
 }

/*Modification pour la page d'avancements*/
.avancement-navbar {
  min-height: 100px;
  background-color: white;
}
.avancement-container {
  margin-top: 50px;
  margin-bottom: 100px;
}
.avancement-container h1 {
  font-family: "cacko",sans-serif;
  font-weight: 100;
  font-size: 46px;
  margin-bottom: 32px;
  line-height: 1.09;
      color: #79802e!important
}
.avancement-container img {transition: 0.15s ease in}
.avancement-container img:hover {opacity: 0.6}
.mb25 {margin-bottom: 25px}
.mb50 {margin-bottom: 50px}
.avancement-square-photo {
  width: 90%;
  height: 350px;
  background-position: center;
  background-size: cover;
  max-width: 100%;
  margin: auto;
  position: relative;
}
.avancement-square-description {
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  height: 60px;
  color: white;
  position: absolute;
  padding: 20px 16px;
  bottom: 0;
}
@media screen and (min-width: 202px) and (max-width: 600px) {
  .avancement-square-description {
      width: 100%;
      background-color: rgba(0,0,0,0.6);
      height: 60px;
      color: white;
      position: absolute;
      padding: 20px 16px;
      bottom: 0;
  }
 }


 @media screen and (min-width: 992px) and (max-width: 1200px) {
   .cadre_croix {
       margin: auto;
       margin-left: 10%;
   }
   .avancement-square-description {
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    height: 60px;
    color: white;
    position: absolute;
    padding: 20px 16px;
    bottom: 0;
}
}
@media screen and (max-width: 767px){
  .avancement-square-photo{
    width: 100%;
    max-width: 100%;
  }
}
