

section{
    margin: 20px auto;
    width: 1100px;
   

}

section p{
    text-align: justify;
    font-family: "Bookman Old Style";
    font-size: 25px;
    margin:20px 0px;
    
    
}



section h1{
    text-align: center;
     margin:40px 30px;
    font-size: 50px;
    font-weight: normal;
    color:#0f8390;
    width: 1000px;
}


section h2{
    
        margin-bottom: 30px;
}
#message{
    height: 100%;
        margin: 37% auto;
}
#message h2{
    text-align: center;
    font-size: 40px;
    
}
.row{
    margin: auto;
    display: inline-flex;
}

section li{
    font-size: 23px;
    margin: 30px 0px;
    list-style-type: none;
    font-family: "Bookman Old Style";
}

section h3{
    font-family: "Bookman Old Style";
    color: #0f8390;
}

section h4{
    font-family: "Bookman Old Style";
    font-size: 25px;
    text-align: left;
}
/* Text hover sur image*/
.image {
  margin:0px auto;
  display: block;
  width: 100%;
  height: auto;
  
}
.col-lg-3 .image{
    margin-top: 10px
}
.col-lg-6 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
 
}
.col-lg-3 .overlay {
    position: absolute;
    top: 50px;
    left: 15px;
    height: 88%;
    width: 89%;
    opacity: 0;
    transition: .5s ease;
}
.col-lg-6:hover .overlay ,.col-lg-3:hover .overlay{
  opacity: 1;
}
.col-lg-6, .col-lg-12{
    margin: 5px auto;
    float:none;
}
.text {

    color: white;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 4%;
}
.col-lg-3 .text {
    font-size: 18px;
    color:black;
    bottom:2%;
    left:2%;
    font-weight: bold;
}

/**/



#imgparte1 img{
    margin: 30px 140px;
}


#image_pretre2{
    width : 200px;
    height: 200px;
    margin: 0px auto;
}

#image_galerie{
    transform: rotate(90deg);
}

.column {
  max-width: 40%;
  padding: 0 4px;
}

.column img {
  margin-top: 10px;
  vertical-align: middle;
}

.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}



#centre{
    margin-left: 750px;
}

@media screen and (max-width:480px){
    section{
    width:auto;
    margin:20px 5px;
}
section p{
    font-size: 22px;
    margin: 20px 15px;
    text-align: left;
}
section h1{
        font-size: 34px;
            width:100%;
            margin:20px 0;
            
}
section h2{
    text-align: center;
    font-size: 23px;
    margin: 30px 10px
}
section h3{
    text-align: left;
}
.col-lg-3 .overlay{
    top: 8px;
    height: 96%;
    width: 84%
}
.col-lg-3 .text{
    font-size:12px;
}
/*Page père accompagnateur*/
.col-xs-12 .image{
    float:none;
    margin:10px 0px;
}
/* Page   Partenaire */
#imgparte1 img {
    margin: 0 auto;
}
/*Page Visite */
.col-xs-9 .image{
    margin:10px auto;
}
.col-xs-9 .text{
    font-size:18px;
    left:5%;
    bottom:3%;
}
.col-xs-9 .overlay{
      width: 89%;
    height: 89%;
    left: 15px;
    top: 10px;
}
}

@media screen and (min-width:481px) and (max-width:1024px){
    section{
    width:auto;
    margin:20px 5px;
}
section p{
    font-size: 22px;
    margin: 20px 15px;
    text-align: left;
}
section h1{
        font-size: 40px;
            width:100%;
            margin:20px 0;
            
}
section h2{
    text-align: center;
    font-size: 28px;
    margin: 30px 10px
}
section h3{
    text-align: left;
}
.col-sm-4 .overlay{
   top: 8px;
    height: 98%;
    width: 90%;
}
.col-sm-4 .text{
    font-size:22px;
}
/*Page père accompagnateur*/
.col-sm-12 .image{
    float:none;
    margin:10px 0px;
}
.col-xs-12 {
    float: left;
    margin: 10px 4px;
    width: 49%;
}
/* Page   Partenaire */
#imgparte1 img {
    margin: 30px 80px;
}
.col-sm-10 .image{
    float:none;
    margin:10px 0px;
}
    
    
    
}



