/*######################################\*
     /* PARTIE COMMUNE DES 2 PARTIE */
/*######################################*/

.container3{
    position: relative;
    width: 100%;
    padding: 1em;
    padding-top: 0!important;
    margin-top: 3px!important;
    margin: auto;
    text-align: left;
    padding-bottom: 28px;
}


.container3 h3{
    text-align: left;
    font-family: 'Source Sans pro';
    text-transform: uppercase;
    color: #439eff;
    margin-top: 0!important;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 18px;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}
.modalDialog > div {
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    background: #F1F1F1;

}

.closemaj{

    height: 20px;
        width: 20px;
    margin-left: 96%;
    margin-top: 15px;
}
.closemaj:hover {
  color: #000;
  height: 20px;
      width: 20px;
}



@media all and (max-width: 480px){
    .container3 {
        overflow-y: auto;
        max-height: 100vh;
        padding-bottom: 80px;
    }
    .modalDialog > div {
        position: relative;
        margin: 0;
        padding: 5px 20px 13px 20px;
        background: #F1F1F1;
    }
}






/*######################################\*
/* OPEN MODAL POUR LA PARTIE : A NE RIEN RATER */
/*######################################*/

#plaquette-form label{
    /*text-align: left;*/
    color: #333;
    font-family: 'Source Sans pro';
}


#plaquette-form input[type="text"],#plaquette-form input[type="email"], #plaquette-form textarea{

    width: 60%;
    font-size: 18px;
    color: #777;
    border: 1px solid #ccc;
    padding: 7px;

}
#plaquette-form textarea{
	font-size: 16px;
}

#plaquette-form input:hover, #plaquette-form textarea:hover{
	border: 1px solid #888;
}
#plaquette-form input:focus, #plaquette-form textarea:focus{
	border: 1px solid #777;
}

#plaquette-form .send-button button[type="submit"],#plaquette-form .send-button input[type="submit"]{
    color: #fff;
    background: #14467b;
    border: none;
    width: 18%;
    text-emphasis: dot;
    margin-left: 31px;
    padding: 6px 0;
    font-family: 'Source Sans pro';
    font-weight: 300;
    font-size: 19px;
    /* text-transform: uppercase; */
    transition: .5s all ease;
    cursor: pointer;
}

#plaquette-form .send-button button[type="submit"]:hover{
	background: #c0392b;
}

#plaquette-form .send-button button[type="submit"]:focus{
	position: relative;
	top: 2px;
}

#plaquette-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9b9b9b;
  font-family: 'Source Sans pro';
  font-weight: 400;
  font-size: 14px;
}

#plaquette-form input::-moz-placeholder { /* Firefox 19+ */
    color: #9b9b9b;
    font-family: 'Source Sans pro';
    font-weight: 400;
    font-size: 14px;
}

#plaquette-form input::-ms-input-placeholder { /* IE 10+ */
    color: #9b9b9b;
    font-family: 'Source Sans pro';
    font-weight: 400;
    font-size: 14px;
}

#plaquette-form input::-moz-placeholder { /* Firefox 18- */
    color: #9b9b9b;
    font-family: 'Source Sans pro';
    font-weight: 400;
    font-size: 14px;
}

      /*######################################\*
    /* OPEN MODAL POUR LA PARTIE : NOTRE OFFRE */
      /*######################################*/

.container3 p{
	text-align: left;
    font-family: 'Source Sans pro';
    font-weight: 400;
    font-size: 14px;
	color: #9b9b9b;
}

.container3 .bold{
	text-align: left;
    font-family: 'Source Sans pro';
    font-weight: 600;
    font-size: 14px;
	color: #000000;
    margin-bottom: 15px;
    display: block;
}


/*######################################\*
              Responsive
\*######################################*/


@media screen and (max-width: 640px){
    .container3{
        width: 100%;
    }
}
@media screen and (min-width: 640px){


    .modalDialog .df{
		width: 840px;
	}

  #plaquette-form textarea{
    max-width: 100%;
    min-width: 100%;
    min-height: 152px;
    margin : 0 auto;
  }

	#plaquette-form .right,#plaquette-form .left{
		display: block;
        text-align: left;
	}

	#plaquette-form .left{
		width: 100%;
        margin: 0 auto;
        text-align: left;
	}
	.cl{
    clear: both;
  }
}


/* POP UP TEST */
