@media all and (max-width : 980px) {
  .container {
    width: 900px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  nav .mainmenu ul li {
    margin: 0 16px 16px 16px;
  }

  .banner1 img {
    width: 600px;
    max-width: 728px;
    height: auto;
  }

  .banner2 img, .banner3 img {
    max-width: 300px;
  }

  .site_title {
    width: 32%;
  }

  .site_slogan {
    width: 60%;
    text-align: right;
  }
}

@media all and (min-width : 767px) and (max-width : 980px) {
  .container {
    width: 760px;
    padding: 0 15px;
    box-sizing: border-box;
  }

  nav .mainmenu ul {
    width: auto;
  }

  nav .mainmenu ul li {
    margin: 0 10px 10px 10px;
  }

  nav .mainmenu ul li a {
    font-size: 0.8em;
  }

  .banner2, .index .banner3 {
    float: right;
    width: 100%;
    height: auto;
  }

  .banner2 img, .index .banner3 img, .index .banner1 img {
    margin: auto;
    width: 100%;
    height: auto;
  }

  .banner1 img {
    width: 450px;
    height: auto;
  }

  #menuTheme, #menuFamille {
    width: 100%;
  }

  .image-article img {
    border: none;
    box-sizing: border-box;
  }

  .index .site_description {
    width: 74%;
  }

  .index .responsive-menu nav .mainmenu ul li a {
    font-size: 0.95em;
  }
}

@media all and (min-width : 480px) and (max-width : 660px) {
  nav .mainmenu ul li {
    display: table-cell;
    float: none;
    margin: 0 3px 10px 3px;
  }

  .mainmenu ul {
    display: table;
  }

  .mainmenu ul li {
    display: table-cell;
    float: none;
    margin: 0 10px 10px 10px;
  }

  .theme .banner2 {
    float: right;
    width: 70%;
    height: auto;
  }

  .expand {
    display: block !important;
  }

  .hide {
    display: none !important;
  }

  .searchbox {
    clear: both;
    padding: 20px 0 20px 0;
    width: 100%;
    box-sizing: border-box;
  }

  .searchbox_inner {
    margin: auto;
  }
}

@media all and (max-width : 767px) {
  .container, footer, .page {
    width: 100%;
  }

  .searchbox {
    clear: both;
    padding: 0 0 20px 0;
    width: 100%;
  }

  .searchbox_inner {
    margin: auto;
  }

  .mainmenu ul {
    display: table;
    width: 100%;
  }

  .mainmenu ul li {
    display: table-cell;
    float: none;
    margin: 0 10px 10px 10px;
  }

  .mainmenu ul li a {
    font-size: 0.8em;
    letter-spacing: 0;
  }

  .page .mainmenu {
    display: block;
    font-size: 0.9em;
  }

  .sitemap {
    display: none;
  }

  #menu_header {
    position: relative;
    clear: both;
    margin-bottom: 30px;
    width: 100%;
  }

  h1 {
    width: 80%;
    margin: auto;
    text-align: center;
  }

  .chapo, article {
    box-sizing: border-box;
    width: 100%;
  }

  .chapo {
    margin-bottom: 20px;
  }

  .site_title {
    padding-left: 0;
    width: 40%;
    font-size: 1em;
  }

  .site_slogan {
    width: 50%;
    font-size: 0.8em;
  }

  .col1-4 {
    width: 100%;
  }

  .col3-4 {
    width: 100%;
  }

  .col1-2 {
    width: 100%;
  }

  .col1-3 {
    width: 100%;
  }

  .col2-3 {
    width: 100%;
  }

  .chapo, article {
    box-sizing: border-box;
    width: 100%;
  }

  .left {
    clear: both;
  }

  .right {
    clear: both;
  }

  .banner1 img {
    width: 100%;
    height: auto;
  }

  .image-article {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    margin: 20px auto 0 auto;
    top: 0;
    text-align: center;
  }

  .image-article img {
    float: none;
    clear: both;
    margin: auto;
    width: 80% !important;
    max-width: 80%;
    height: auto;
    max-height: none;
    min-height: none;
    border: none;
  }

  #menuTheme {
    clear: right;
    width: 100%;
  }

  #menuFamille {
    clear: none;
    float: left;
    width: 50%;
    box-sizing: border-box;
  }

  #menuFamille ul li {
    padding-left: 12px;
    list-style-position: inside;
  }

  #menuFamille ul li a {
    padding-left: 6px;
  }

  #menuFamille p {
    padding-left: 20px;
    text-align: left;
  }

  .theme .banner2 {
    float: right;
    margin-top: 0;
    width: 50%;
    max-width: 300px;
    box-sizing: border-box;
  }

  .banner2 img {
    width: 100%;
    height: auto;
  }

  header .newsletter {
    width: 100%;
  }

  .newsletter .button {
    clear: both;
    display: block;
    width: 40%;
    margin: 16px auto;
  }

  #mentions {
    font-size: 0.7em;
  }

  .expand {
    display: block !important;
  }

  .hide {
    display: none !important;
  }

  .index .background {
    background-size: auto 60%;
  }

  .index .site_description {
    width: 90%;
    font-size: 2em;
  }

  .index nav ul li a {
    font-size: 0.8em;
  }

  .index .newsletter {
    margin: 0 0 20px 0;
    max-width: none;
  }

  .index .banner {
    float: none;
    width: 100%;
    text-align: center;
  }
}

@media all and (max-width : 550px) {
  .minHeight {
    min-height: none;
  }

  .theme .site_slogan {
    display: none;
  }

  .theme .page_title {
    max-width: 50%;
    font-size: 0.9em;
  }

  .site_title {
    width: 100%;
    text-align: center;
  }

  .searchbox_inner {
    padding: 3px 16px 3px 6px;
    margin-top: -14px;
    border: 1px solid #808080;
  }

  h1 {
    width: 100%;
    font-size: 2.3em;
  }

  .top_header {
    height: auto;
    background: none;
  }

  article {
    padding-left: 0;
  }

  .banner3 {
    margin: auto;
    width: 100%;
    height: auto;
  }

  .banner3 img {
    width: 100%;
    height: auto;
  }

  .newsletter .button {
    width: 80%;
  }

  .responsive-menu {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .page .mainmenu {
    display: none;
  }

  #top-link {
    display: inline-block;
    margin: 60px auto 30px auto;
  }

  footer {
    display: none;
  }

  #current-page {
    position: absolute;
    z-index: 102;
    float: left;
    display: block;
    left: 0px;
    margin-left: -4px;
    margin-top: -30px;
    width: 80px;
    height: 50px;
    text-align: center;
    color: #FF6633;
    font-size: 0.8em;
  }

  #current-page .icon {
    transform: scale(1.7, 1.7);
  }

  .index .banner1 {
    display: none;
  }

  .index article ul li ul:before {
    background-position: left top !important;
  }

  .index article, .index article ul li li, .index .universName {
    padding-left: 0;
  }

  .index .background {
    position: absolute;
    max-height: 260px;
    background-position: center 50px;
    background-size: 140% auto !important;
    opacity: 1;
    filter: none;
  }

  .index .background:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    background: url(/vues/images/bg-overlay-top-index.png) repeat-x center 50px;
  }

  .index .background:after {
    content: '';
    clear: both;
    position: absolute;
    display: block;
    z-index: 1;
    width: 100%;
    height: 260px;
    background: url(/vues/images/bg-overlay-bottom-index.png) repeat-x center bottom;
    background-size: auto 100px;
    background-position: fixed;
  }

  .index .top_header {
    background: none;
  }

  .index h1 {
    float: left;
    min-width: 60%;
    max-width: 80%;
    font-size: 1.3em !important;
  }

  .index header .page_title {
    margin: -60px 0 0 0;
    width: auto;
  }

  .index .site_slogan {
    margin: -18px 0 0 0;
    padding: 0;
    float: left;
    font-size: 0.75em;
    width: auto;
    min-width: 60%;
    max-width: 80%;
  }

  .index .site_description {
    padding: 20px 0 0 0;
    width: 100%;
    font-size: 1.5em;
    font-weight: 300;
  }

  .index .site_presentation {
    margin-top: 10px;
    width: 100%;
    font-size: 0.9em;
    font-weight: 300;
  }

  .index .page {
    padding-top: 60px;
  }

  .index .searchbox {
    margin-bottom: 10px;
  }

  .index .searchbox .searchbox_inner {
    width: 80%;
    max-width: 90%;
    height: 2em;
  }

  .index .searchbox .searchbox_inner input, .index .searchbox button {
    line-height: 2em;
    font-size: 1em;
  }

  .index .searchbox button {
    font-size: 1.3em;
    line-height: 1.33em;
  }

  .index .mainmenu ul {
    display: block;
    width: 100%;
  }

  .index .responsive-menu.expand nav .mainmenu ul {
    border: none !important;
  }

  .index .responsive-menu.expand nav .mainmenu ul li {
    float: none;
    display: block;
    width: 100% !important;
    max-width: 100%;
    clear: both;
    margin: 0 4px 10px 4px;
    border-right: none !important;
  }

  .index .responsive-menu.expand nav .mainmenu ul li a {
    display: block;
    padding: 20px 0;
  }
}

@media all and (max-width : 480px) {
  #menuTheme, #menuFamille, .more, .sitemap, #mentions, .banner1, .page .mainmenu {
    display: none;
  }

  .site_title {
    font-size: 0.76em;
  }

  header {
    border: none;
  }

  header .theme_title {
    font-size: 0.9em;
    font-weight: 600;
  }

  .theme .background {
    background-position: top center;
    background-size: 150% auto !important;
    opacity: 0.3;
  }

  .image-article {
    display: block;
  }

  .image-article img {
    position: relative;
    clear: both;
    width: 100% !important;
    max-width: 100%;
    height: auto;
    border: none;
  }

  .chapo {
    font-size: 1em;
  }

  article {
    padding-left: 24px;
    padding-right: 0;
  }

  #sidebar, #menus {
    margin: auto;
    padding: 0;
  }

  .theme .banner2, .theme .banner3 {
    float: none;
    margin: 30px auto;
    padding: 0;
    width: 90%;
    height: auto;
  }

  .banner2 img, .banner3 img {
    width: 100%;
    height: auto;
  }

  .searchbox {
    top: 0;
    width: 100%;
  }

  .searchbox_inner {
    width: 140px;
  }
}
		