@font-face {
	font-family: "robotor";
	src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
	font-family: "roboto";
	font-style: italic;
	src: url('../fonts/Roboto-Italic.ttf');
}
@font-face {
	font-family: "roboto";
    font-style: italic;
    font-weight: bold;
	src: url('../fonts/Roboto-BoldItalic.ttf');
}
@font-face {
	font-family: "roboto";
	font-weight: bold;
	src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
	font-family: "french-script-mt";
	font-weight: bold;
	src: url('../fonts/FRSCRIPT.TTF');
}

body {
    font-family: 'roboto';   
}

img {
    max-width: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;    
}

header svg {  
    width: 26px;
    height: auto;    
}

#logo, #logo .st0, #logo .st1 {
    width: 60px;
    height: auto;
  
    stroke: black;    
    font-size: 24px;
    
    
}


/**********************/

header {
    background-image: url('../images/img-09.jpg');
    background-size: cover;
    background-position: center;
    min-width: 100%;
    min-height: 100vh;
    position: relative; /**/
}


/* nav start */

.bar {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    display: flex;
    position: fixed;
    z-index: 5;   
    width: 100%;
    height: 60px;
    color: #461e10;
}

.navbar1 a {
    color: #461e10;
}



/***********************/
#btn-menu {
    position: absolute;
    top: 5px;
    left: 20px;
}

.sidenav {   
    background-color: #461e10;
    background-image: url('../images/texture-boisf.jpg');
    background-size: cover;
    
  }

.bar .sidenav a {
    color: rgb(231, 231, 231);
}

.bar .sidenav a:hover {
    color: white;
}


/****************/

.nav-link {
    color: black;
    margin: 0;
    padding: 0;    
}

/* brand start */
.brand {
    margin-left: 90px;
    flex: 1 1 auto;
    color: black;
}

.brand .logo-name a {
    display: flex;
    min-width: 215px;
}

.logo-name a:hover{
    text-decoration: none;
}

.brand h2 {
    max-width: 155px;  
    font-size: 16px;
    padding-top: 10px;
    color: black;
}

.brand h2 .green {
    color: #447634;
}

.name-eg {
    margin-left: 15px; 
}

h2 .letter{
    line-height: 15px;
    font-family: 'french-script-mt';
    font-size: 36px;   
}




/* brand end*/


.bar .navbar1 {
    flex: 1 1 auto;   
}

.header_social-bar {
    flex: 0 1 auto;  
}

.bar .navbar2 {
    flex: 0 1 auto;    
}

.bar .other {
    flex: 1 0 50px;
}

.bar ul {
    list-style: none;
    display: flex;   
    margin: 20px;
}

.bar ul li {
    flex: 1 1 auto;
}

.header_social-bar svg {
    margin-right: 15px;
    fill: #461e10;
}
/* nav end*/

/* */

.header-content {
    max-width: 1200px;  
    margin: 0 auto;
    padding-top: 70px;  
    color: white;
    height: 100vh;  
}

.header-content .slog, .header-content .valeur-contact {
    text-align: center;
}


/* title start */

.header-content h1 {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: bold;  
     
}

.header-content h1 span {
    font-family: 'french-script-mt';
    font-size: 60px;   
}

.header-content h3 {
    font-family: 'roboto';
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
}


.header-h1-h3 {
    max-width: 550px;
    background-image: linear-gradient(rgba(18,132,42,0.5),rgba(18,132,42,0.5));
    margin-top: 15vh;
    margin-left: 13%;  
    margin-bottom: 13vh;   
    padding: 5px 10px;
}

.slog p{
    max-width: 453px;
    font-size: 46px;
    font-family: 'roboto';
    font-style: italic;
    margin: 0 auto;
    line-height: 40px;    
}

@media screen and (max-height:600px) {

    .header-content {
        padding-top: 40px;
    }

    .header-h1-h3 {       
        margin-top: 10vh;
        margin-left: 5%;  
        margin-bottom: 5vh;       
        padding: 5px 10px;
    }
}

.valeur-contact { 
    display: flex;
    font-family: 'robotor';
    position: absolute;
    bottom: 5vh;
    left: 5vh;
    right: 5vh;    
    font-size: 24px;
    font-weight: 400;
}

.valeur-contact svg {
    width: 58px;
}

.valeur-contact svg .cercle_white{  
    stroke-width:3;
}

.valeur-contact a:nth-of-type(1),
.valeur-contact a:nth-of-type(3) {
    display: block;
    flex: 1 1 auto;
    color:white;   
}

.valeur-contact a:nth-of-type(2) {    
    flex: 0 0 auto;
    display: block;    
}

.valeur-contact {
    text-decoration: underline;
}

.nosvaleurs {
    padding-right: 5px;
}


/*********************/


main {
    background-color: rgb(255, 255, 255);
}


/*****************************/
.cottage {
    display: flex;
    justify-content: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    background-color: black;
    background-image: url('../images/texture-boisf.jpg');
    background-repeat: repeat-x;
    background-size: 100% auto;
    position: relative;
    margin: 50px 0px;
     padding-top: 20px;
    
}

.cottage img {
    max-width: 200px;
}


/**/

.cottage .slide,
.cottage img {
    box-shadow: 15px 15px 10px #1a1919;
}

/* in */
.slide {
    position: relative;
}

.slide button {
    font-size: 16px;
    color: white;
    background-color: #12842a;
    border: solid 1px #12842a;
    border-radius: 6px;
    padding: 5px 15px;
    position: absolute;
    bottom: 5vh;
    right: 5vh;
}

.carousel-item h5, .carousel-item h4, .carousel-item p, .carousel-item li {
    padding-left: 15%;
    padding-right: 15%;
}

.carousel-item h5, .carousel-item h4, .carousel-item p {   
    padding-top: 50px;    
}

.block1 h4, .block2 h5, .block3 h5 {
    font-size: 46px;   
}

.block1 p {
    font-size: 30px;
    font-style: italic;   
}

.block2 p, .block3 li {
    font-size: 30px;     
}


.slide ul {
    list-style-type: none;
    justify-items: center;
 }

 .slide li:before {
    content: '- ';
 }


/**/

.cottage > img:nth-child(1){
    position: relative;
    z-index: 4;
}

.cottage > .slider {
    position: relative;
    z-index: 3;    
}

.cottage > img:nth-child(3){
    position: relative;
    z-index: 2;
}

.cottage > img:nth-child(4){
    position: relative;
    z-index: 1;
}

/**/


.cottage > img:nth-child(1) {
    flex: 1 1 auto; 
    min-width: 360px; 
}

.cottage > div {
    flex: 0 0 auto; 
    width: 900px;
}

.slider img {
    min-width: 900px;
}


.cottage > img:nth-child(3) {
    flex: 1 1 auto; 
    min-width: 300px; 
}

.cottage > img:nth-child(4) {
    flex: 1 1 auto; 
    min-width: 340px;
}

.carousel-caption {
    background-image: linear-gradient(rgba(0,0,0,0.5),
    rgba(0,0,0,0.5));
    top:0;    
    left:0;
    right:0;
    bottom:0;   
}

.carousel-item {
    position: relative;
    width: 100%;
    z-index:2;
}

.carousel-control-prev,.carousel-control-next {
    z-index:2;
}

/**/

#container_flora {
    background-image: url('../images/fond001a.png');
}

#container_sport-activity {
    background-image: url('../images/fond002.png');
}

#container_cooked {
    background-image: url('../images/fond003.png');
}

#container_wedding-seminar {
    background-image: url('../images/fond004.png');
}

/**/

.florafona {
    max-width: 1200px;
    margin: 0 auto;    
    padding: 15px 0;
    display: grid;   
    grid-template-columns: 320px 380px 1fr;
    grid-template-rows: 265px 160px;
    grid-template-areas: "pic1 pic2 pic3"
                        "pic1 title pic3";
    grid-column-gap: 25px;
    grid-row-gap: 10px;
}

.florafona a:nth-of-type(1) {   
    grid-area: pic1;
}

.florafona a:nth-of-type(2) {
    grid-area: pic2;
}

.florafona a:nth-of-type(3) {  
    grid-area: title;
}

.florafona a:nth-of-type(4) {
    grid-area: pic3;
}

.florafona a {
    padding: 10px;    
    box-shadow: 0px 5px 5px rgba(231, 231, 231, 1);    
}

.florafona a:hover {
    text-decoration: none;
}

.florafona a div {
    min-height: 100%;
    background-size: cover;
}

.florafona a:nth-of-type(1) div{        
    background-image: url('../images/deer-1149706_960_720.jpg');    
}

.florafona a:nth-of-type(2) div{     
    background-image: url('../images/chipmunk-3959206_960_720.jpg');    
}

.florafona a:nth-of-type(3) div{    
    background-image: url('../images/background-title-green.jpg');
}

.florafona a:nth-of-type(4) div {    
    background-image: url('../images/img-14.jpg');    
}

.florafona div p {
    display: inline-block;    
}

.florafona .evergreen-photo div p {
    background-color: rgba(60,176,0,1);
    color: white;
    padding: 15px;
    margin-top: 30px;
    top: 30px;
    font-size: 16px;
    font-style: italic;
}

.florafona .evergreen-title div a {
    display: flex;    
}

.florafona .evergreen-title div {
    display: flex;
    justify-content: center;  
    align-items: center;
}

.florafona .evergreen-title div p {
    color: white;
    font-size: 30px;
    margin:0; /*bootstrap*/  
}

/*sport start*/
.sportactivity {
    max-width: 1200px;
    margin: 0 auto;    
    padding: 15px 0;    
    display: grid;   
    grid-template-columns: 1fr 1fr 430px 1fr;
    grid-template-rows: 200px 250px;
    grid-template-areas: "sa1 sa2 sa3 sa5"
                        "sa1 sa2 sa4 sa5";
    grid-column-gap: 25px;
    grid-row-gap: 10px;
}

.sportactivity a:nth-of-type(1) {   
    grid-area: sa1;
}

.sportactivity a:nth-of-type(2) {
    grid-area: sa2;
}

.sportactivity a:nth-of-type(3) {  
    grid-area: sa3;
}

.sportactivity a:nth-of-type(4) {
    grid-area: sa4;
}

.sportactivity a:nth-of-type(5) {
    grid-area: sa5;
}

.sportactivity a {
    padding: 10px;    
    box-shadow: 0px 5px 5px rgba(231, 231, 231, 1);    
}

.sportactivity a:hover {
    text-decoration: none;
}

.sportactivity a div {
    min-height: 100%;
    background-size: cover;
}

.sportactivity a:nth-of-type(1) div{        
    background-image: url('../images/bonding-1868513_960_720.jpg');    
}

.sportactivity a:nth-of-type(2) div{     
    background-image: url('../images/sporteau.jpg');    
}

.sportactivity a:nth-of-type(3) div{    
    background-image: url('../images/background-title-pink.jpg');
}

.sportactivity a:nth-of-type(4) div {    
    background-image: url('../images/cycling-828646_960_720.jpg');    
}

.sportactivity a:nth-of-type(5) div {    
    background-image: url('../images/img-16.jpg');    
}

.sportactivity div p{
    display: inline-block;    
}

.sportactivity .evergreen-photo div p {
    background-color: rgba(178,37,107,1);
    color: white;
    padding: 15px;
    margin-top: 30px;
    top: 30px;
    font-size: 16px;
    font-style: italic;
}

.sportactivity .evergreen-title div a {
    display: flex;    
}

.sportactivity .evergreen-title div {
    display: flex;
    justify-content: center;  
    align-items: center;
}

.sportactivity .evergreen-title div p {
    color: white;
    font-size: 30px;
    margin:0; /*bootstrap*/
  
}
/* sport end*/


/* cook start*/
.cook {
    max-width: 1200px;
    margin: 0 auto;    
    padding: 15px 0;    
    display: grid;   
    grid-template-columns: 372px 1fr 345px;
    grid-template-rows: 120px 325px;
    grid-template-areas: "coo1 coo2 coo4"
                        "coo1 coo3 coo4";
    grid-column-gap: 25px;
    grid-row-gap: 10px;
}

.cook a:nth-of-type(1) {   
    grid-area: coo1;
}

.cook a:nth-of-type(2) {
    grid-area: coo2;
}

.cook a:nth-of-type(3) {  
    grid-area: coo3;
}

.cook a:nth-of-type(4) {
    grid-area: coo4;
}

.cook a {
    padding: 10px;    
    box-shadow: 0px 5px 5px rgba(231, 231, 231, 1);    
}

.cook a:hover {
    text-decoration: none;
}

.cook a div {
    min-height: 100%;
    background-size: cover;
}

.cook a:nth-of-type(1) div{        
    background-image: url('../images/img-05.jpeg');    
}

.cook a:nth-of-type(2) div{    
    background-image: url('../images/background-title-orange.jpg');
}

.cook a:nth-of-type(3) div{     
    background-image: url('../images/meal.jpg');    
}

.cook a:nth-of-type(4) div {    
    background-image: url('../images/cesar-cocktail-canada.1544849.w740.jpg');    
}

.cook div p{
    display: inline-block;    
}

.cook .evergreen-photo div p {
    background-color: rgba(181,72,7,1);
    color: white;
    padding: 15px;
    margin-top: 30px;
    top: 30px;
    font-size: 16px;
    font-style: italic;
}

.cook .evergreen-title div a {
    display: flex;    
}

.cook .evergreen-title div{

    display: flex;
    justify-content: center;  
    align-items: center;
}

.cook .evergreen-title div p {
    color: white;
    font-size: 30px;
    margin:0; /*bootstrap*/  
}

/* cook end*/

/*wedding start*/
.wedding_seminar {
    max-width: 1200px;
    margin: 0 auto;    
    padding: 15px 0;    
    display: grid;   
    grid-template-columns: 522px 1fr;
    grid-template-rows: 87px 325px;
    grid-template-areas: "ws1 ws3"
                        "ws2 ws3";
    grid-column-gap: 25px;
    grid-row-gap: 10px;
}

.wedding_seminar a:nth-of-type(1) {   
    grid-area: ws1;
}

.wedding_seminar a:nth-of-type(2) {  
    grid-area: ws2;
}

.wedding_seminar a:nth-of-type(3) {
    grid-area: ws3;
}

.wedding_seminar a {
    padding: 10px;    
    box-shadow: 0px 5px 5px rgba(231, 231, 231, 1);    
}

.wedding_seminar a:hover {
    text-decoration: none;
}

.wedding_seminar a div {
    min-height: 100%;
    background-size: cover;
}

.wedding_seminar a:nth-of-type(1) div{        
    background-image: url('../images/background-title-blue.jpg');    
}


.wedding_seminar a:nth-of-type(2) div{    
    background-image: url('../images/img-06.jpeg');
}

.wedding_seminar a:nth-of-type(3) div{     
    background-image: url('../images/img-19.jpg');    
}


.wedding_seminar div p{
    display: inline-block;    
}

.wedding_seminar .evergreen-photo div p {
    background-color: rgba(46,49,146,1);
    color: white;
    padding: 15px;
    margin-top: 30px;
    top: 30px;
    font-size: 16px;
    font-style: italic;
}

.wedding_seminar .evergreen-title div a {
    display: flex;    
}

.wedding_seminar .evergreen-title div {    
    display: flex;
    justify-content: center; 
    align-items: center;
}


.wedding_seminar .evergreen-title div p {
    color: white;
    font-size: 30px;
    margin:0; /*bootstrap*/  
}


/*wedding end*/

footer {
    background-image: linear-gradient(
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)), 
        url('../images/img-footer.jpg');
    background-size: cover;
    background-repeat: no-repeat;    
    /*min-height: 325px;*/
    font-size: 18px;
    font-family: 'robotor';
    padding: 40px 10px;
    min-height: 326px;
}

footer p {
margin-bottom: 0; 
}

.footer-container{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: white;
}

.footer-container > div {
    flex: 0 1 25%;
}

footer .brand {
    margin-left: 0px;
    padding-bottom: 30px;
}

footer .brand svg{
    width: 60px;
    height: auto;
    fill: white;
    stroke: white;
}

footer .brand h2,
.footer-container .green{  
    color: white;
}

.footer-container h1 span {
    font-family: 'french-script-mt';
    font-size: 60px;
}

.footer-container h2{
    padding-top: 10px;
}


.footer-container .col3 svg {
    max-width: 35px;
    max-height: 35px;
}

.upercase {
    text-transform: uppercase;
    
}

.footer-contact, .reservation, .evergreen-adress{
    display: block;
    padding-bottom: 30px;
}

.lang {
    display: flex;
}

footer .btn-outline-success {
    background-color: black;
    border: solid 1px white;
    color: white;
}

.col4 form{
    padding: 10px 0;
    
}

/*centrage*/
.title-container {
    display: flex;
    align-content: center;
}

.title-container {
    flex: 1 0 auto;
    text-align: center;
}

footer .col2 a {
    text-decoration: underline;
    color: white;
    line-height: 3;
}

footer i {
    padding: 0 10px;
}

footer .col4 a {   
    line-height: 2;
}

footer .col4 .btn {
    padding: 6px 6px;
}


/**************************
*                         *
*                         *
*                         *
*                         *
*                         *
*                         *
*                         *
*                         *
*                         *
*                         *
*                         *
*                         *
*                         *
*                         *
*                         *
*                         *
*                         *
*                         *
*                         *
*                         *
***************************/



@media screen and (max-width:1919px) {
    .cottage > img:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width:1620px) {
    .cottage > img:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width:1290px) {
    .cottage > img:nth-child(1) {
        display: none;
    }
}

@media screen and (max-width:1260px) {
    
    .florafona img {
        width: 100%;
    }

    .florafona {
        max-width: 842px;         
        grid-template-columns: 1fr 1fr;   
        grid-template-rows: 160px 195px 280px; 
        grid-template-areas: "picb1 picb4"
                            "picb2 picb4"
                            "picb2 picb3";     
    }

    .florafona a:nth-of-type(1) {   
        grid-area: picb2;
    }
    
    .florafona a:nth-of-type(2) {
        grid-area: picb3;
    }
    
    .florafona a:nth-of-type(3) {  
        grid-area: picb1;
    }
    
    .florafona a:nth-of-type(4) {
        grid-area: picb4;
    }

    /**/

    .sportactivity {
        max-width: 842px;          
        grid-template-columns: 274px 180px 92px 296px;
        grid-template-columns: 3.25fr 2.15fr 1.1fr 3.5fr;
        grid-template-rows: 220px 480px;  
       
        grid-template-areas: "picc1 picc1 picc3 picc3"
                            "picc4 picc5 picc5 picc2"
                            "picc4 picc5 picc5 picc2";                                 
    }

    .sportactivity a:nth-of-type(1) {   
        grid-area: picc2;
    }
    
    .sportactivity a:nth-of-type(2) {
        grid-area: picc4;
    }
    
    .sportactivity a:nth-of-type(3) {  
        grid-area: picc1;
    }
    
    .sportactivity a:nth-of-type(4) {
        grid-area: picc3;
    }

    .sportactivity a:nth-of-type(5) {
        grid-area: picc5;
    }

    /**/

    .cook {
        max-width: 842px;         
        grid-template-columns: 374px 36px 44px 388px;   
        grid-template-columns: 4.44fr 0.42fr 0.52fr 4.62fr;   
        grid-template-rows: 300px 490px; 
        grid-template-areas: "piccr1 piccr3 piccr3 piccr3"
                            "piccr2 piccr2 piccr2 piccr4"
    }


    .cook a:nth-of-type(1) {   
        grid-area: piccr2;
    }
    
    .cook a:nth-of-type(2) {
        grid-area: piccr1;
    }
    
    .cook a:nth-of-type(3) {  
        grid-area: piccr3;
    }
    
    .cook a:nth-of-type(4) {
        grid-area: piccr4;
    }

    /**/

    .wedding_seminar {
        max-width: 842px;         
        grid-template-columns: 500px 342px;   
        grid-template-columns: 0.594fr 0.406fr;   
        grid-template-rows: 72px 300px; 
        grid-template-areas: "picws1 picws3"
                            "picws2 picws3"                       
    }

    .wedding_seminar a:nth-of-type(1) {   
        grid-area: picws1;
    }
    
    .wedding_seminar a:nth-of-type(2) {
        grid-area: picws2;
    }
    
    .wedding_seminar a:nth-of-type(3) {
        grid-area: picws3;
    }
    
    .wedding_seminar a:nth-of-type(3) div { 
        background-image: url('../images/img-19b.jpg'); 
    }    

    /**/

    .footer-container {
        max-width: 842px;
    }

    footer {
        padding: 40px 15%;
    }

    .footer-container > div {
        flex: 0 1 50%;
    }

    footer .col3 img {
        margin: 20px 20px 20px 0;        
    }

}



@media screen and ( max-width: 980px ){
    .navbar1, .header_social-bar{
        display: none;
    } 
 }

@media screen and (max-width:960px)  {

    .cottage > div {
        flex: 0 0 auto; 
        width: 100%;
    }
    
    .slider img {
        min-width: 100%;
    } 
    
}



@media screen and (max-width:768px)  {

    .d-none {
        display: block!important;
    }
}


@media screen and (max-width:720px)  {

    main .evergreen-title .title-container p{
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 24px;
    }
    
    .florafona .evergreen-photo div p,
    .sportactivity .evergreen-photo div p,
    .cook .evergreen-photo div p,
    .wedding_seminar .evergreen-photo div p 
    {
        font-size: 20px;
        max-width: 150px;
        line-height: 22px;
    }
    
    .florafona {
        max-width: 360px;
        margin: 0 auto;       
        grid-template-columns: 1fr;
        grid-template-rows: auto repeat(3, 240px);
        grid-template-areas: "titleflo"
                            "pic1"
                            "pic2"
                            "pic3";
        grid-column-gap: 0px;
    }

    .florafona a:nth-of-type(1) {   
        grid-area: pic2;
    }

    .florafona a:nth-of-type(2) {
        grid-area: pic1;
    }

    .florafona a:nth-of-type(3) {  
        grid-area: titleflo;
    }
    
    .florafona a:nth-of-type(4) {
        grid-area: pic3;
    }
    
    .florafona a:nth-of-type(1) div{        
        background-image: url('../images/deer-1149706_960_720-h.jpg');    
    }
        
    /*sport start*/

    .sportactivity {
        max-width: 360px;
        margin: 0 auto;
        display: grid;   
        grid-template-columns: 1fr;
        grid-template-rows: auto repeat(4, 240px);
        grid-template-areas: "titlespo"
                            "sa1" 
                            "sa2"
                            "sa3"
                            "sa4";
        grid-column-gap: 0px;
        grid-row-gap: 10px;
    }

    .sportactivity a:nth-of-type(1) {   
        grid-area: sa1;
    }

    .sportactivity a:nth-of-type(2) {
        grid-area: sa3;
    }

    .sportactivity a:nth-of-type(3) {  
        grid-area: titlespo;
    }

    .sportactivity a:nth-of-type(4) {
        grid-area: sa2;
    }

    .sportactivity a:nth-of-type(5) {
        grid-area: sa4;
    }

    .sportactivity a {
        padding: 10px;    
        box-shadow: 0px 5px 5px rgba(231, 231, 231, 1);    
    }

    .sportactivity a:hover {
        text-decoration: none;
    }

    .sportactivity a div {
        min-height: 100%;
        background-size: cover;
        background-position: center;
    }

    .sportactivity a:nth-of-type(1) div{        
        background-image: url('../images/bonding-1868513_960_720-h.jpg');
        background-size: cover;
    }

    .sportactivity a:nth-of-type(2) div{     
        background-image: url('../images/sporteau-h.jpg');background-size: cover;
    }

    .sportactivity a:nth-of-type(3) div{    
        background-image: url('../images/background-title-pink.jpg');
        background-size: cover;
    }

    .sportactivity a:nth-of-type(4) div {    
        background-image: url('../images/cycling-828646_960_720.jpg');
    }

    .sportactivity a:nth-of-type(5) div {    
        background-image: url('../images/img-16-h.jpg'); 
        background-size: cover;
        background-position: 0 25%;     
    }

    /**/
    
    .cook {
        max-width: 360px;
        margin: 0 auto;
        display: grid;   
        grid-template-columns: 1fr;
   
        grid-template-rows: auto repeat(3, 240px);
        grid-template-areas: "titlecoo"
                            "coo1"
                            "coo2"
                            "coo3";
        grid-column-gap: 0px;
        grid-row-gap: 10px;
    }

    .cook a:nth-of-type(1) {   
        grid-area: coo1;
    }

    .cook a:nth-of-type(2) {
        grid-area: titlecoo;
    }

    .cook a:nth-of-type(3) {  
        grid-area: coo2;
    }

    .cook a:nth-of-type(4) {
        grid-area: coo3;
    }    

    /* cook end*/   

    /*wedding start*/
    .wedding_seminar {
        max-width: 360px;
        margin: 0 auto;       
        display: grid;   
        grid-template-columns: 1fr;
        grid-template-rows: auto repeat(2, 240px);
        grid-template-areas: "titlewe"
                            "ws1"
                            "ws2";
        grid-column-gap: 0px;
        grid-row-gap: 10px;

    }

    .wedding_seminar a:nth-of-type(1) {   
        grid-area: titlewe;
    }

    .wedding_seminar a:nth-of-type(2) {  
        grid-area: ws1;
    }

    .wedding_seminar a:nth-of-type(3) {
        grid-area: ws2;
    }

    /*wedding end*/   

    .footer-container {
        max-width: 360px;
    }

    .footer-container > div {
        flex: 0 1 100%;
    }

    .col3 img {
        max-width: 100%;
    }
    
}

@media screen and (max-width:800px)  {    

    .block1 h4, .block2 h5, .block3 h5 {
        font-size: 36px;   
    }

    .block1 p {
        font-size: 24px;
        font-style: italic;   
    }

    .block2 p, .block3 li {
        font-size: 24px;     
    }
}

@media screen and (max-width:700px)  {    

    .carousel-item h5, .carousel-item h4, .carousel-item p {   
        padding-top: 40px;    
    }

    .block1 h4, .block2 h5, .block3 h5 {
        font-size: 28px;   
    }

    .block1 p {
        font-size: 18px;
        font-style: italic;   
    }

    .block2 p, .block3 li {
        font-size: 18px;     
    }
}

@media screen and (max-width:600px)  {
    
    .slog p {
        display: none;
    }
    
}


@media screen and (max-width:580px)  {
    
    .block2 p {
        display: none;
    }
    
}

@media screen and (max-width:520px)  {
    
    .block3 ul {
        display: none;
    }
    
}

@media screen and (max-width:500px)  {
    
    .block1 p {
        display: none;
    }
    
}

@media screen and (max-width:414px) {

    .header-h1-h3 {
        margin-top: 15vh;
        margin-left: 0;
        margin-bottom: 13vh;
        padding: 5px 10px;
    }

    .header-h1-h3 h1{
        font-size: 30px; 
    }

    .header-h1-h3 h3{
        font-size: 16px; 
    }

    .slog p{
        font-size: 30px;
        padding: 0 10px;
    }

    .valeur-contact{
        font-size: 20px; 
    }

    .valeur-contact #arrow-bottom-cercle{
        display: none;
    }

    .cottage {
        display: flex;       
        justify-content: space-around;
        flex-wrap: nowrap;
        background-color: black;
        position: relative;
        margin: 50px 0px;        
    }
   
    
    .cottage > div {
        flex: 0 0 auto; 
        width: 375px;     
    }
    
    .slider img {
        min-width: 375px;
    }


    #carouselExampleCaptions {
        width: 375px;        
    }
    .carousel-item {
        position: relative; 
        width: 375px;
        z-index:2;    
    }

    /*footer*/

    .footer-container > div {
        flex: 0 1 100%;
    }

}


@media screen and (max-width:374px)  {
    
    #cottage_room {
        max-width:320px;
    }
    
}
