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

	footer .flex{
		display: inherit;
	}

	footer .social_nav{
		text-align: center;
	}

	footer .button_contact{
		margin:auto;
	}

	footer .w50, footer .search{
		padding:0;
	}

	main{
		padding-bottom:100px;
	}

    .sous_titre{
        margin-top: 0;
    }

	.blog .bloc_titre, .search-results .bloc_titre, .archive .bloc_titre, .search-no-results .bloc_titre{
		width:100%;
	}

	.flex_container {
    	display: block;
	}

	#mega-menu-wrap-main #mega-menu-main{
    	z-index: 10;
    }

    #mega-menu-wrap-main .mega-menu-toggle{
    	background-color: #FFF;
    	height:50px;
    	line-height: 50px;
    }
    #mega-menu-wrap-main .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label{
    	font-family: oswald, sans-serif;
		font-weight: lighter;
		color:#383838;
		text-transform: uppercase;
		font-size: 1.2em;
    }

    #mega-menu-wrap-main .mega-menu-toggle .mega-toggle-block-1::before{
    	color:#383838;
    }

    #mega-menu-wrap-main .mega-menu-toggle + #mega-menu-main{
    	background-color: #FFF;
    }

    .post_archive {
    	height: inherit;
    	margin-bottom: 50px;
    }

    .blog aside, .search-results aside, .archive aside, .search-no-results aside{
    	margin-left:0;
    	padding-left: 0;
    	margin-top:50px;
    	float:none;
    }

    .narrow, #presentation {
        padding: 0 5%;
    }

    .post_img{
    	height:auto;
    }

    #slogan h1{
        font-size: 1.8em;
        margin-top: 30px;
        width:300px;
        text-align: left;
        top:60%;
        left:60%;
    }

    h2.juliane{
        font-size: 2.3em;
    }

    .home .button, #sb_instagram .sbi_follow_btn a{
        width:80%;
    }

    #presentation{
        text-align: center;
        margin-top: 20px;
    }

    #presentation .w60{
        display: none;
    }

    .w40, .w60{
        width:100%;
        margin-bottom: 50px;
    }

    .background1{
        height:300px;
        overflow: hidden;
        text-align: center;
        background-size: 400%;
    }

    #destinations .flex_container{
        display: flex;
        flex-wrap: wrap;
    }

    #destinations .carte_pays{
        width:45%;
        margin-bottom: 40px;
    }

    .carte_pays:hover .titre_pays{
    top:25%;
    transition: all 0.5s ease;
    }

    #destinations{
        background-size: 110%;
        padding-bottom: 150px;
    }

    #voyage_local{
        margin-top:0; 
        padding-bottom: 120px;
    }

    #voyage_local .dest_locales{
        padding-top: 0;
    }

    #voyage_local .w40{
        width:100%;
    }

    #voyage_local .slogan{
        display: none;
    }

    .home .derniers_articles{
        padding:0 10%;
    }

    .home .post_archive{
        height: inherit;
    }

    .home .derniers_articles h2{
        margin-bottom: 15px;
    }

    #social_links{
        min-height: 220px;
    }

    #dest_inspirantes .flex_container{
        display:inherit;
    }

    #insp_cuba{
        margin-bottom: 50px;
    }

    #insp_cuba .w30{
         width: 100%;
    }

    #insp_cuba:before, #insp_cuba:after{
        content: '';
        display: block;
        width:200px;
        margin:70px auto;
        border-top:1px solid #D8D5D5;
    }

    #podcast .w50{
        width: 100%;
        text-align: center
    }
    #insp_prague .w50, #insp_vienne .w50 {
        width: 100%;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .wp-block-audio audio{
        min-width: inherit;
    }

    #instagram{
        display: none;
    }

    .home main.full_width{
        padding-bottom: 100px;
    }

    .carte_pays .titre_pays{
        font-size:1.2em;
    }

    .carte_pays .text_hover{
        display:none;
    }

    #voyage_local .carte_pays{
        width:45%;
    }

    .post_content, #comments_box{
        padding:0;
    }

    .post_content h2{
        font-size: 1.5em;
    }

}

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

	main{
		padding-bottom:200px;
	}

	.flex_container {
    	display: block;
	}

	article .flex_container {
    	display: flex;
	}

	.blog aside, .search-results aside, .archive aside, .search-no-results aside{
    	margin-left:0;
    	padding-left: 0;
    	margin-top:50px;
    	float:none;
    }

    .post_img{
    	height:auto;
    }

	#mega-menu-wrap-main #mega-menu-main{
    	z-index: 10;
    }

    #slogan h1{
        font-size: 2.2em;
        margin-top: 30px;
    }

    #presentation{
        text-align: center;
    }

    .w40, .w60{
        width:100%;
        margin-bottom: 50px;
    }

    .background1{
        height:200px;
        overflow: hidden;
        text-align: center;
        background-size: 130%;
    }

    #destinations .flex_container{
        display: flex;
        flex-wrap: wrap;
    }

    #destinations .carte_pays{
        width:45%;
        margin-bottom: 40px;
    }

    #destinations{
        background-size: 110%;
        padding-bottom: 150px;
    }

    #voyage_local{
        margin-top:0; 
        padding-bottom: 20px;
    }

    #voyage_local .w40{
        width:100%;
    }

    .home .derniers_articles{
        padding:0 15%;
    }

    .home .post_archive{
        height: inherit;
    }

    .home .derniers_articles h2{
        margin-bottom: 15px;
    }

    #social_links{
        min-height: 400px;
    }

    #dest_inspirantes .flex_container{
        display:flex;
    }

    #insp_cuba{
        margin-bottom: 0px;
    }

    #podcast .w50{
        width: 60%;
    }

}


































