@media screen and (max-width: 1000px) {
    body {
        font-size: 16px;
    }
    #editbar-wrapper{
        min-width: 0;
    }
    #editbar{
        width: 100%;
    }
	#menu-toggle {
		background: #f0f0f0;
		border: 1px solid #cecece;
		display: block;
		font-size: 26px;
		font-weight: bold;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
		width: calc(100% - 2px);
	}
	#menu-toggle:hover {
		background: #cecece;
		text-decoration: none;
	}
	#menu-toggle .text {
		display: inline;
		margin-right: 5px;
		text-transform: uppercase;
	}
	#menu-toggle .glyphicon {
		font-size: 22px;
	}
	#menu-wrapper {
		border: 1px solid #cecece;
		display: none;
		height: auto;
        }
        
    .facebook-follow iframe{
        width: 115px;
    }
    
    .reseaux-wrapper .facebook_follow {
        width: 120px;
    }

    #menu {
        border-top: none;
        left: auto;
        position: relative;
        right: auto;
    }
    #menu > li {
        float: none;
    }
    #menu > li > a {
        border: none;
        border-bottom: 3px solid #cecece;
        font-size: 22px;
        padding: 10px;
    }
    #menu li.first a {
        border-radius: 0;
    }
    #menu li.first a img {
        display: none;
    }
    #menu li.first a .text {
        display: inline;
    }
    #menu li .bgDark {
        background: transparent !important;
    }
    .model-3 #menu li.last a {
        border-radius: 0;
        color: gray;
    }
	.dropdownmenu li ul {
        background: transparent;
        border: none;
        box-shadow: none;
        opacity: 1;
    }
    
    #menu li ul{
        position: relative;
    }
    .dropdownmenu li.active ul {
        display: block;
    }
    .model-12 #menu li li {
        background: #f0f0f0;
        max-width: 100%;
        width: 100%;
    }
    #menu li li a {
        border-bottom-style: dashed;
        font-size: 18px;
        font-style: italic;
        padding: 10px;
        text-align: center;
    }
	
	#all {
		padding: 0;
		width: 100%;
	}
	#header,
	#menu,
	#corps,
	#footer-wrapper,
	#footer {
		width: 100%;
	}
	
	#corps-wrapper {
		margin-top: 20px;
	}
	#content {
	    width: calc(100%);
	}
	
	.content-header .miniature {
		display: none;
	}
	.content-header span {
		width: 100%;
	}
	#content h1 {
		font-size: 18px;
		margin: 0 0 1em;
		padding: 0;
		text-transform: uppercase;
	}
    body #menu {
        background: #f0f0f0;
    }
    body #menu > li > a {
        border-bottom-width: 1px;
        color: #333231 !important;
        font-size: 20px;
    }
    body #menu li.active > a {
        color: #333231 !important;
        font-weight: bold;
    }
    body #menu li a:hover {
        background: #cecece !important;
        color: #333231 !important;
    }
    #menu li li {
	    max-width: 100%;
	}
    body #menu li li a {
        font-size: 16px;
    }
        
    #all-wrapper {
        margin: 0 auto;
    }
    
    #collabsWrapper {
        float: none;
        margin: 0;
    }
    body .withcollabs {
        float: none;
        width: 100%;
    }
    body .collabBox {
        border: none;
        margin: 20px 0;
        padding: 0;
        width: 100%;
    }
    body .collabBox .imageWrapper {
        float: left;
        margin-right: 20px;
        width: 100px;
    }
    body .collabBox .collab-infos {
        float: left;
        width: calc(100% - 120px);
    }
}

@media screen and (max-width: 700px) {
    #header-mediumlogo-wrapper {
        float: none;
    }
    #header-mediumlogo-wrapper a {
        display: block;
        margin: 0 auto;
        width: 100px;
    }
    #header-content {
        padding: 0;
        width: 100%;
    }
    #header-content h1 {
        margin: 0 0 1em;
        padding: 0;
        text-align: center;
    }
    #header-content h2 {
        margin: 0 0 1em;
        padding: 0;
        text-align: center;
    }
    
    #corps {
        width: 100%;
    }
    #content {
        font-size: 14px;
        margin: 20px 0 0;
        width: 100%;
    }
    
    .nonaccueil .sidebar {
        display: none;
    }
}