/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19 févr. 2019, 11:14:27
    Author     : Clara
*/
body,
html {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

*[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}


.error{
    border: 2px solid red!important;
}

/** header **/

header {
    text-align: center;
}
img.logo {
    width: 13%;
}

body {
    overflow-x:hidden;
}

/** section desk **/

.col-lg-12.slider img {
    width: 100%;
}
.masthead {
    height: 700px;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/arrondi2.jpg);
    margin-top: 0%;
    background-position-x: 88% !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.col-lg-5.formulaire {
    float: right;
}
.col-lg-5.titre {
    float: left;
    background-color: #56ccb2;
    margin-top: 5%;
    color: white;
    text-align: center;
}
span.gros {
    font-size: 65px;
}
h1.gauche {
    font-size: 33px;
    margin: 11px;
}
.container-fluid.desk {
    padding: 0;
}
/** formulaire **/
.col-lg-5.formulaire {
    float: right;
    height: 89%;
    margin-top: 2%;
}
.font {
    margin: 0px;
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    position: relative;
    padding:20px 5px;
  
}
h2.form {
    text-align: center;
    color: #57433e;
    font-weight: bold;
    margin-top: 20px;
}
input, select {
    width: 33%;
    padding: 10px;
    background-color: #56ccb2;
    color: white !important;
}

textarea {
    width: 66.5%;
    padding: 10px;
    background-color: #56ccb2;
    color: white !important;
    margin-top: 18px !important;
    resize: none!important;
}
input {
    margin-top: 18px !important;
}
form {
    text-align: center;
    margin-top: 30px;
}

::placeholder {
    color: #ffffff!important; 
} 
  
:-ms-input-placeholder {
    color: #ffffff!important; 
} 
  
::-ms-input-placeholder {
    color: #ffffff!important; 
}

input.bouton {
    background-color: #57433e;
    width: 38%;
    font-size: 28px;
    font-weight: bold;
}
input.valid {
    width: 7%;
}
span.marron {
    color: #57433e;
}

/** section 2 **/

.col-lg-3 {
    text-align: center;
}
.container-fluid.bleu {
    background-color: #56ccb2;
    padding: 41px 0px 11px 0px !important;
    color: white;
}
.container-fluid.bleu {
    background-color: #56ccb2;
    padding: 41px 0px;
    margin-top: 2%;
}
h3 {
    color: #57433e !important;
    margin-top: 6% !important;
    font-size: 41px !important;
    font-weight: bold !important;
}

/** section 3 **/
.col-lg-3:hover{
    background: #65b2a0;
    padding: 1%;
    transition: 2s;
}

#diapo{
  position:relative;
  height:30em;
  margin:auto;
  text-align:center;
  margin: 2em 2em;
}
div#diapo {
    margin-top: 77px;
}
#diapo div{
  display:inline-block;
}
#diapo > * + *{
  margin-left:5px;
}
.big_image{
  position:absolute;
  display:block;
  width:600px;
  top:100px;
  left:0;
  right:0;
  margin:0 auto;
  opacity:0;
  border:10px solid #FFF;
  box-shadow: 0 2px 8px 2px #666;

  -webkit-transform:scale(0.25);
     -moz-transform:scale(0.25);
      -ms-transform:scale(0.25);
       -o-transform:scale(0.25);
          transform:scale(0.25);

  -webkit-transition: all 1s ease-in-out;
     -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
       -o-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
}
.r_check, .on_check{
  cursor: pointer;
}
.r_check:checked ~ label img{
  opacity:0.25;
  border:2px solid #006699;
}
.r_check:checked ~ .big_image {
  opacity:1;

  -webkit-transform:scale(1);
     -moz-transform:scale(1);
      -ms-transform:scale(1);
       -o-transform:scale(1);
          transform:scale(1);
}
.r_check{
  opacity:0;
  position:absolute;
}
label img.vignette{
  width:100px;
  height:75px;
  border:2px solid #FFF;
}
.retour{
  color:#909090;
  font-size:1em;
  left:1em;
  bottom:1em;
  position:fixed;
  text-decoration:none;
  font-style:italic;
  text-shadow:1px 1px 0px #FFF;
}
.retour:hover{
  font-style:normal;
  color:#706040;
}

/** footer **/

footer {
    background-color: #56ccb2;
    padding: 10px;
    text-align: center;
    color: white;
}
.mentions {
    margin: 0;
}
a {
    color: white !important;
}


/** RESPONSIVE **/

@media screen and (min-width: 1440px) and (max-width: 1920px){
/*.font {
    margin: 0 3%;
    background-color: rgba(255, 255, 255, 0.7);
    height: 100%;
    padding-top: 10px;
}*/
h1.gauche {
    font-size: 29px;
    margin: 11px;
}
span.gros {
    font-size: 56px;
}
}

@media screen and (min-width: 1024px) and (max-width: 1440px){
/*.font {
    margin: 0 0%;
    background-color: rgba(255, 255, 255, 0.7);
    height: 100%;
    padding-top: 10px;
}*/
input.bouton {
    background-color: #57433e;
    width: 38%;
    font-size: 22px;
    font-weight: bold;
}
span.gros {
    font-size: 39px;
}
img {
    width: 85%;
}

}

@media screen and (min-width: 992px) and (max-width: 1024px){
    img.logo {
    width: 18%;
}
/*.font {
    margin: 0 0%;
    background-color: rgba(255, 255, 255, 0.7);
    height: 100%;
    padding-top: 10px;
}*/
input.bouton {
    background-color: #57433e;
    width: 38%;
    font-size: 22px;
    font-weight: bold;
}
span.gros {
    font-size: 36px;
}
img {
    width: 88%;
}
.big_image {
    position: absolute;
    display: block;
    width: 66%;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    border: 10px solid #FFF;
    box-shadow: 0 2px 8px 2px #666;
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
div#diapo {
    margin-top: 40px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px){
img.logo {
    width: 23%;
}
.masthead {
    height: 850px;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/arrondi2.jpg);
    margin-top: 0%;
    background-position-x: 88% !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
/*.font {
    margin: 0 16%;
    background-color: rgba(255, 255, 255, 0.7);
    height: 79%;
    padding-top: 10px;
}*//
div#diapo {
    margin-top: 36px;
}
img {
    width: 20%;
}
}