/* ---------------------------------- */
/* Media Queries .................... */
/* ---------------------------------- */

/* ---------------------------------------------- */
/* RESPONSIVE ECOLES ADVENTURE 2017 - CHARNACE.FR */
/* ---------------------------------------------- */

@media (max-width: 990px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-height: 740px) {
	.section66.full{
		padding: 0 !important;
		min-height: 70%;
		height: 70%;
	}
}

@media (orientation: portrait) {
}
/* Large Devices, Wide Screens, iPad, iPad Mini */
@media only screen and (max-width: 1200px) {
  .navbar-default .navbar-collapse {
    background-color: #f5f5f5;
  }
	.backBlueImg,
	.hero{
		background-attachment: scroll;
	}
	header{
		padding: 1%;
	}
	header .logoHeader img{
		height: 30px;
    margin: 14px 0;
	}
	header .ecoleReseau{
    padding: 3% 60px 1.2% 0;
    z-index: -1;
	}
	header .ecoleReseau img{
		height: 34px;
	}
	.navbar-header{
		margin: 9px 0;
    margin-left: 0 !important;
	}
	nav{
		margin-left: 1%;
	}
	nav ul.nav.navbar-nav{
		margin-left: 1.5%;
    text-align: center;
	}
	.navbar-nav>li{
		float: none;
		display: inline-block;
		vertical-align: middle;
    margin: 0 7px;
	}
	.navbar-default .navbar-nav>li>a{
		padding: 12% 8%;
    display: inline-block;
    vertical-align: top;
    width: 120px !important;
    font-size: 14px;
	}
	.content{
		padding-top: 80px;
	}
	.section66.full .col-md-6{
		padding: 3% 3%;
		max-width: 50%;
	}
	.section66.full{
		min-height: 60%;
		height: 60%;
	}
	.modal-backdrop {
		z-index: -1 !important;
	}
	.modal-dialog{
		margin: 120px auto;
	}
	.videoBox{
		height: 220px;
	}
	.videoBox .modal-body iframe{
		max-width: 100%;
	}
	.videoBox .modal-body button.close{
		display: none;
	}
	.videoBox .modal-body h3{
		font-size: 18px
	}
	.videoBox .modal-content .textBox{
		padding: 3% 4%;
	}
	.contactPage .section48 .col-md-8{
		width: calc(60% - 30px);
	}
	.contactPage .section48 .col-md-4{
		width: 40%;
	}
	.tabLabel{
		font-size: 13px;
	}
	#membreAdventure .alignMiddleContent div,
	#membreAdventure .alignMiddleContent div:last-child{
		width: 40%;
	}
	.decollagePage .section48 .col-md-4,
	.decollagePage .section48 .col-md-8,
	.tabContent .col-md-6{
		width: 100%;
	}
	.col-md-5{
		width: 100%;
	}
	.decollagePage .sectionOptions ul{
		text-align: center;
	}
	.decollagePage .sectionOptions ul li{
		width: 30%;
	}
	.sectionGrid .col-md-4,
	.sectionGrid .col-md-6,
	.sectionGrid .col-md-8{
		width: 100% !important;
		display: block !important;
		margin-bottom: 20px;
	}
	.sectionGrid .col-md-6 .col-md-6{
		width: 50%;
	}
	.sectionGrid .col-md-6 .col-md-4,
	.sectionGrid .col-md-6 .col-md-8{
		float: none;
	}
	.lesAiles .tabLabel{
		min-width: 33.3333%;
	}
	.tabContent .col-md-5,
	.tabContent .col-md-7{
		float: none;
	}
	.pageNews .col-md-4{
		display: inline-block;
	}
	.actu .metaActu .metaDate{
		float: none;
	}
	.actu .textBox .btn{
		display: block;
	}
	.bapteme .sectionGrid .col-md-12{
		border-spacing: 0;
		display: block;
		border-collapse: initial;
	}
	.decouvrir .sectionGrid .imgBox{
		height: 500px;
		position: relative;
	}
}
/* iPhone 5 */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (max-width: 768px)
and (max-width: 480px)
and (orientation: portrait){
	header{
		padding: 2%;
		height: 60px;
		display: block;
	}
	header .logoHeader img{
    height: 16px;
    margin: 16px 0;
	}
	header .ecoleReseau{
		padding: 2.5% 0;
    z-index: -1;
	}
	header .ecoleReseau img{
		height: 26px;
	}
	.navbar-nav>li{
		float: none;
		display: block;
		text-align: center;
	}
	.navbar-toggle{
		float: left;
		padding: 9px 10px;
		margin: 7px 6px 8px 16px;
		border: none;
		background-color: #fff;
	}
	.navbar-default .navbar-collapse{
		border: none;
		background-color: #fff;
	}
	.navbar-default .navbar-nav>li>a{
		padding: 4% 4%;
		text-align: center;
	}
	.navbar-default .navbar-toggle{
		border: none
	}
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover{
		background-color: #edf3f7;
	}
	.navbar-header{
		margin: 0;
	}
	.content{
		padding-top: 60px;
	}
	.pageVideo section{
		height: auto;
	}
	.backBlueImg,
	.hero{
		background-attachment: scroll;
	}
	.hero.small{
		min-height: 40%;
	}
	.carousel .intro,
	.hero .intro{
		padding: 0 7% 2% 7%;
	}
	.intro h1{
		font-size: 26px
	}
	.actu .metaActu{
		padding: 10px 10px;
	}
	.actu .metaActu .metaDate{
		float: none;
		margin: 0;
		text-align: center;
	}
	.actu .metaActu .metaTitle{
		display: none;
	}
	.actu .col-md-8{
		padding-left: 0;
		padding-top: 20px;
	}
	.actu h2{
		font-size: 20px;
		text-align: center;
	}
	.actu p{
		font-size: 16px;
	}
	.actu .metaActu .btn.facebook,
	.actu .metaActu .btn.twitter{
		width: 49%;
	}
	.actu .btn.btnWhite{
		width: 100%;
		margin-top: 4px;
	}
	section{
		padding: 14% 0;
	}
	.section66.full .col-md-6{
		width: 100%;
		min-width: 100%;
		display: block;
	}
	.section66.full .col-md-6,
	.imgBox{
		max-width: 100% !important;
		width: 100% !important;
	}
	#votreReussite.section66.full,
	.section66.full{
		padding: 0;
		min-height: initial;
		height: auto;
	}
	.section66.full .col-md-6{
		height: 200px;
		min-height: 200px;
	}
	.sectionGrid .col-md-12:last-child,
	.decouvrir .sectionGrid .imgBox{
		margin-bottom: 0;
	}
	.decouvrir .section66.full .col-md-6,
	.section66.full .col-md-6{
		padding: 10% 8%;
	}
	.pack .title,
	.title{
		font-size: 24px;
		margin: 0 0 12% 0;
	}
	.kanitSubTitle{
		font-size: 14px;
		display: block;
		padding: 0 10%;
		margin: 0 0 10px 0;
	}
	.imgBox{
		min-height: 220px;
		width: 100%;
		position: relative;
	}
	.pack{
		width: 100%;
	}
	.pack .imgBox{
		height: 180px;
	}
	.textBox,
	.pack .textBox{
		padding: 10% 8%;
	}
	.pageAlbum .textBox{
		padding: 10% 6%;
	}
	.pack .data .price{
		font-size: 22px;
		padding-right: 8%;
		margin-right: 5%;
	}
	.pack .data .time{
		font-size: 17px;
	}
	.btn{
		white-space: initial;
		max-width: 100%;
	}
	.btn br{
		display: block;
	}
	.pageLiens .col-md-12{
		text-align: center;
	}
	.decouvrir .sectionGrid .col-md-12 .col-md-6,
	.sectionGrid .col-md-6{
		width: 100%;
	}
	.bapteme .sectionGrid .col-md-6 .customText:last-child,
	.bapteme .customText{
		margin-bottom: 10%;
	}
	.bapteme .sectionGrid .col-md-4.last{
		display: none;
	}
	footer{
		padding: 15% 0;
	}
	footer .col-md-6,
	footer .col-md-6 .col-md-6{
		margin: 0 0 6% 0;
		padding: 0;
	}
	footer .copyright{
		margin-top: 3%;
	}
	footer .right .col-md-8{
		margin-top: 25px;
	}
	.home .intro h2{
		font-size: 20px;
		opacity: 0.5;
	}
	.home .section48.first .col-md-4{
		max-width: 100%;
		width: 100%;
		min-height: 220px;
		height: 220px;
		position: relative;
	}
	.home .section66.full{
		padding: 0 !important;
		min-height: auto;
		height: auto;
	}
	.linkBox .kanitSubTitle, .linkBox h2{
		word-break: break-word;
	}
	.linkBox h2{
		font-size: 18px;
	}
	.sectionVideo .videoBox:last-child{
		margin-right: 0;
		width: 100%;
	}
	.videoFeed{
		margin: 0;
		padding: 0;
	}
	.videoBox{
		width: 100%;
		height: 220px;
	}
	.videoBox .modal-dialog{
		max-width: 80% !important;
		width: 80% !important;
	}
	.videoBox .modal-body iframe{
		max-width: 100% !important;
		width: 100% !important;
		max-height: 220px !important;
	}
	.videoBox .modal-body button.close{
		display: none;
	}
	.videoBox .modal-body h3{
		font-size: 18px
	}
	.pageAlbum h3{
		font-size: 14px;
		text-align: left;
		width: 100%;
	}
	.pageAlbum .videoBox,
	.pageAlbum .videoBox img{
		display: block;
		width: 100%;
		height: 220px;
	}
	.pageAlbum .videoBox button.previous,
	.pageAlbum .videoBox button.next{
		color: #fff;
		font-size: 20px;
		padding: 0 7px;
		position: absolute;
		top: 40%;
	}
	.pageAlbum .videoBox button.next{
		right: 7px;
	}
	.pageAlbum .videoBox button.close{
		font-size: 26px;
		color: #000;
	}
	.pageAlbum .modal-body{
		display: table-cell;
		vertical-align: middle;
	}
	.pageAlbum .modal-body{
		display: table-cell;
		vertical-align: middle;
	}
	.pageVideo .sectionVideo .videoBox:nth-child(6n),
	.pageVideo .sectionVideo .videoBox:nth-child(6n-1),
	.pageVideo .sectionVideo .videoBox:first-child,
	.pageVideo .sectionVideo .videoBox:last-child{
		width: 100% !important;
		height: 220px;
		margin-right: 0;
	}
	.pageAlbum .videoBox .modal-dialog{
		max-width: 100% !important;
		width: 100% !important;
		margin: 0 !important;
		height: 100% !important;
		padding: 60px 0 0 0;
		display: table !important;
		background-color: rgba(255, 255, 255, 0.9);
	}
	.pageAlbum .modal-body img{
		height: auto;
		max-width: 100%;
	}
	.pageAlbum .modal-content{
		height: 100%;
		min-height: 100%;
		display: table-cell;
		vertical-align: middle;
	}
	.pageAlbum .modal-footer{
		padding: 15px 0 0 0;
	}
	.modal-backdrop {
		z-index: -2 !important;
	}
	.contactPage .section48 .col-md-4{
		margin-top: 10%;
	}
	.contactPage .section48 .col-md-4,
	.contactPage .section48 .col-md-8{
		min-height: 220px;
		height: 220px;
		width: 100%;
		margin-left: 0;
	}
	.tabLabel{
		width: 50%;
	}
	#boxmeteo{
		width: 100%;
		max-height: calc(100% - 60px);
		height: calc(100% - 60px);
	}
	.formation .sectionGrid .col-md-4,
	.formation .sectionGrid .col-md-8,
	.formation .sectionGrid .col-md-6{
		width: 100% !important;
		display: block !important;
	}
	#membreAdventure .alignMiddleContent img,
	#membreAdventure .alignMiddleContent div{
		width: 100% !important;
		margin-bottom: 25px !important;
	}
	#membreAdventure .alignMiddleContent div:last-child{
		margin-bottom: 0 !important;
	}
	.formation .pack{
		display: block !important;
	}
	.formation .pack .imgBox{
		width: 100% !important;
		display: block;
	}
	.formation .sectionGrid .col-md-4.textBox{
		padding: 10% 8% !important;
	}
	#boxmeteo{
		overflow: scroll;
		border-radius: 0;
	}
	#closemeteo{
		position: fixed;
		right: 10px;
		top: 74px;
	}
	.titlemeteo strong:first-child i{
		display: block;
	}
	.sectionGrid .col-md-12{
		margin-bottom: 0;
	}
	.sectionGrid .col-md-4,
	.sectionGrid .col-md-6,
	.sectionGrid .col-md-8{
		margin-bottom: 20px !important;
		width: 100% !important;
	}
	.sectionGrid .col-md-6.last{
		width: 100%;
	}
	.sectionGrid .col-md-12,
	.sectionGrid .col-md-6{
		display: block;
	}
	.sectionGrid #membreAdventure{
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
		width: 100%;
	}
	.decollagePage .section48 .col-md-4,
	.decollagePage .section48 .col-md-8{
		display: block;
		width: 100%;
	}
	.marginTop{
		margin-top: 40px;
	}
	.panelTitle span.kanitSubTitle{
		font-size: 14px;
		display: block;
		text-align: left;
		padding: 0;
		margin: 4px 0 10px 0;
	}
	.decollagePage .col-md-7.table.materiel,
	.chariotsPage .col-md-6.table.materiel,
	.lesAiles .col-md-12.table.materiel{
		overflow-y: scroll;
	}
	.decollagePage .sectionOptions ul li{
		display: block;
		vertical-align: top;
		width: 100%;
	}
	.chariotsPage .tabLabel{
		width: 50%;
		min-width: 50%;
	}
}