/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */



/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

/*html {
    font-size: 1em;
    line-height: 1.4;
}*/

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #000;
	color:#fff;
    text-shadow: none;
}

::selection {
    background: #000;
	color:#fff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
	width:250px;
	max-width:100%;
    border: 0;
    border-top: 6px solid #957b37;
    margin: 2em auto;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* { background-repeat:no-repeat; }

p { margin-top:0; margin-bottom:0.8125em; }

a { color:#000; font-weight:600; }
a:hover, a:focus { text-decoration:underline; }

body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 1em;
	line-height: 1.4em;
	color:#000;
	background-color:#000;
}



/* Slide de base */
.page_wrapper {
	position:relative;
	background-color:#f2f2f2;
	width:100%;
	/*z-index:1;*/
	outline:0;
}
.content {
	position: relative;
	/*z-index:100;*/
	padding: 120px 90px 120px 90px;
	max-width:850px;
	margin:0 auto;
	/*overflow:hidden;*/
	box-sizing:border-box;
}
.content > *:first-child { margin-top:0; }
.content > *:last-child  { margin-bottom:0; }

.pastille {
	position:absolute;
	top:-53px; /* 106/2 */
	margin-left:-53px; /* 106/2 */
	width:106px;
	height:106px;
	background:no-repeat 0 -106px;
	left:50%;
	z-index:1000;
}
.pastille.active {
	background-position:0 0;
}



/*
 * Menu du haut site TÉLUQ
 */
.bgLogoHeader {
	background-color:#000;
	border-bottom:7px solid #fff;
}
.bgLogoHeader > .contentWrap {
	display:table;
	width:100%;
	max-width:960px;
	margin:0 auto;
}
#LogoTeluq {
	display:table-cell;
	width:137px;
	height:81px; /* Plus haut que l'image */
	z-index:150;
	margin:0;
	padding-left:15px;
	vertical-align:middle;
}
#LogoTeluq a:focus {
	display:block;
	outline:1px dotted #fff;
}
#TopNav {
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	padding:5px 15px 5px 0;
	font-size:16px;
	font-weight:600;
}
#TopNav,
#TopNav a { color:#fff; text-decoration:none; margin-left:30px; outline:0; }
#TopNav a:first-child { margin-left:0; }
#TopNav a:focus,
#TopNav a:hover { text-decoration:underline; }




/* Slide Entete */
.page_wrapper.entete {
	background:url(../img/bg_entete.jpg) no-repeat #000;
	background-size:cover;
}

.page_wrapper.entete .content {
	text-align:center;
	padding-top:100px;
	padding-bottom:100px;
}
.titrePage {
	display:inline-block;
	text-indent:-99999em;
	background-image:url(../img/collation24-25.svg);
	width:205px;
	height:210px;
	color:#fff;
}





/* Slide Menu */
.page_wrapper.menu {
	background-color:#957b37;
}
.page_wrapper.menu .content {
	padding:0;
	/*max-width:1200px;*/
	max-width:960px;
}
ul.menuPrincipal {
	overflow:hidden;
	padding:0;
	margin:0 auto;
	display: table;
    /*table-layout: fixed;
	width:100%;*/
}
ul.menuPrincipal li {
	display:table-cell;
	margin:0;
	list-style-image:none;
	margin-left:40px;
	float:left;
	height:65px;
	line-height:65px;
	text-align:center;
}
ul.menuPrincipal a,
ul.menuPrincipal a:visited {
	position:relative;
	font-size:0.9375em; /* 15 / 16 */
	line-height:1.2em;
	display:inline-block;
	padding:14px 7px 13px 7px;
	color:#fff;
	text-decoration:none;
	font-weight:600;
	transition:color 0.2s ease;
	text-transform:uppercase;
}
ul.menuPrincipal li:first-child {
	margin-left:0;
}
ul.menuPrincipal li:first-child a{
	padding-left:0;
}
ul.menuPrincipal li:last-child a{
	padding-right:0;
}
ul.menuPrincipal a:hover,
ul.menuPrincipal a:active,
ul.menuPrincipal a:focus,
ul.menuPrincipal a.selected {
	color:#000; /*#9fb8c5*/
}
ul.menuPrincipal a > span {
	display:block;
}

/* Slide "Photos et vidéo" */
#Photos.page_wrapper {
	/*background:#000;*/
	background:#3e3e3e;
	color:#fff;
}
#Photos .content {
	padding:120px 20px 60px 20px;
}
#Photos h2 {
	color:#fff;
	padding-bottom:20px;
	margin-bottom:40px;
	text-align:center;
	position:relative;
}
#Photos h2:after {
	content:"";
	border-bottom: 2px solid #fff;
	position: absolute;
	width: 150px;
	height: 2px;
	bottom: 0;
	left: 50%;
	margin-left: -75px;
}
#Photos h3 {
	text-align:center;
	margin-bottom:25px;
}
#Photos .accordeon-js .toggler {
	color:#fff;
	margin:20px auto 20px auto;
	min-height:31px;
	line-height:30px;
	max-width: 310px;
	padding-right:40px;
	position: relative;
}
#Photos .accordeon-js .toggler .icone {
	display: block;
	background-image:url(../img/icones/plus_sprite.png);
	background-position: 0 0;
	position: absolute;
	right: 0;
	bottom: 50%;
	margin-bottom:-15px;
	height: 31px;
	width: 31px;
}
#Photos .accordeon-js .toggler:hover {
	color:#636466;
}
#Photos .accordeon-js .toggler:hover .icone {
	background-position: 0 -31px;
}
#Photos .row {
	margin:0;
}
#Photos .colonneUnique {
	margin:0 auto;
	max-width:370px;
}
#Photos .colonne1 {
	float:left;
}
#Photos .colonne2 {
	float:right;
}
#Photos a {
	position:relative;
	color:#fff;
	text-transform:uppercase;
	display:block;
	height:234px;
	width:370px;
	border:1px solid #413f3f;
}
a.btGaleriePhotos2324 {
	background:url(../img/archives/bt_photos2324_sprite.jpg) 0 0 #000 no-repeat;
}
a.btVideo2324 {
	background:url(../img/archives/bt_video2324_souvenir_sprite.jpg) 0 0 #000 no-repeat;
}
a.btVideoVoxPop2324 {
	background:url(../img/archives/bt_video2324_voxpop_sprite.jpg) 0 0 #000 no-repeat;
}
a.btGaleriePhotos2223 {
	background:url(../img/archives/bt_photos2223_sprite.jpg) 0 0 #000 no-repeat;
}
a.btVideo2223 {
	background:url(../img/archives/bt_video2223_sprite.jpg) 0 0 #000 no-repeat;
}
a.btVideo2122 {
	background:url(../img/archives/bt_video2122_sprite.jpg) 0 0 #000 no-repeat;
}
a.btGaleriePhotos2122 {
	background:url(../img/archives/bt_photos2122_sprite.jpg?v2) 0 0 #000 no-repeat;
}
a.btVideo2122 {
	background:url(../img/archives/bt_video2122_sprite.jpg) 0 0 #000 no-repeat;
}
a.btVideoDHC2122 {
	background:url(../img/archives/bt_video2122_dhc_sprite.jpg) 0 0 #000 no-repeat;
}
a.btVideoCourt2122 {
	background:url(../img/archives/bt_video2122_court_sprite.jpg) 0 0 #000 no-repeat;
}
a.btVideo1921 {
	background:url(../img/archives/bt_video1921_sprite.jpg) 0 0 #000 no-repeat;
}
a.btGaleriePhotos1819 {
	background:url(../img/archives/bt_photos1819_sprite.jpg) 0 0 #000 no-repeat;
}
a.btVideo1819 {
	background:url(../img/archives/bt_video1819_sprite.jpg) 0 0 #000 no-repeat;
}
a.btGaleriePhotos1718 {
	background:url(../img/archives/bt_photos1718_sprite.jpg) 0 0 #000 no-repeat;
}
a.btVideo1718 {
	background:url(../img/archives/bt_video1718_sprite.jpg) 0 0 #000 no-repeat;
}
a.btGaleriePhotos1617 {
	background:url(../img/archives/bt_photos1617_sprite.jpg) 0 0 #000 no-repeat;
}
a.btVideo1617 {
	background:url(../img/archives/bt_video1617_sprite.jpg) 0 0 #000 no-repeat;
}
a.btGaleriePhotos1516 {
	background:url(../img/archives/bt_photos1516_sprite.jpg) 0 0 #000 no-repeat;
}
a.btVideo1516 {
	background:url(../img/archives/bt_video1516_sprite.jpg) 0 0 #000 no-repeat;
}
a.btGaleriePhotos1415 {
	background:url(../img/archives/bt_photos1415_sprite.jpg) 0 0 #000 no-repeat;
}
a.btVideo1415 {
	background:url(../img/archives/bt_video1415_sprite.jpg) 0 0 #000 no-repeat;
}
a.btGaleriePhotos1314 {
	background:url(../img/archives/bt_photos1314_sprite.jpg) 0 0 #000 no-repeat;
}
a.btVideo1314 {
	background:url(../img/archives/bt_video1314_sprite.jpg) 0 0 #000 no-repeat;
}
#Photos a:hover,
#Photos a:active {
	background-position:0 -234px;
}
#Photos a span {
	position:absolute;
	top:165px;
	left:50%;
	transform:translateX(-50%);
	text-align: center; /* Pour quand il y a 2 lignes */
}


/* Slide "Inscription et déroulement" */
#Deroulement.page_wrapper {
	background:#fff;
}
#Deroulement .content {
	padding-top:60px;
	background:#fff;
	text-align:center;
}
#Deroulement .content .alignerG {
	text-align:left;
}
#Deroulement h2.date {
	margin-bottom:10px;
}
#Deroulement .heure {
	color:#957b37;
	font-size:1.3em;
	font-weight:600;
	margin:30px 0 15px 0;
}
#Deroulement h3.covid {
	/* Comme H2 */
	font-size: 1.5em;
	line-height: 1.2em;
	color:#860000;
}

#Deroulement .lieu {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight:600;
}
#Deroulement .desc span {
	display:block;
}


/* Slide Consignes */
#Consignes.page_wrapper {
	background:#ebebeb;
	/*background:#000;
	color:#fff;*/
}
#Consignes .content {

}
#Consignes h2 {
	text-align:center;
	/*color:#957b37;*/
}
/*#Consignes h3 {
	text-align:center;
}*/
.zoneAvecPicto {
	position:relative;
	min-height:80px;
	margin-bottom:30px;
}
.zoneAvecPicto .picto {
	position:absolute;
	top:-10px;
	left:-110px;
}


/* Slide Webdiffusion */
#Webdiffusion.page_wrapper {
	background:url(../img/bg_webdiffusion.jpg) 0 0 #000 no-repeat;
	background-size:cover;
}
#Webdiffusion .content {
	color:#fff;
}
#Webdiffusion h2 {
	color:#fff;
	text-align:center;
}
#Webdiffusion .slogan {
	text-align:center;
}
#Webdiffusion h3,
#Webdiffusion a {
	color:#fff;
}
#Webdiffusion ol li {
	font-weight:bold;
}
#Webdiffusion ol li > span {
	font-weight:normal;
}



/* Slide Accès */
#Acces.page_wrapper {
	background-color:#333;
}
#Acces .content {
	text-align:center;
}
#Acces .content,
#Acces h2,
#Acces a {
	color:#fff;
}
/*#Acces h3 {
	color:#2e8804;
}*/


/* Slide Retour sur le dernière collation */
#Retour.page_wrapper {
	background:#fff;
}
#Retour h2 {
	text-align: center;
	text-wrap: balance;
}


/* Slide FAQ */
#FAQ.page_wrapper {
	background-color:#ede5cf; /*#e6e6e6*/
}
#FAQ .content {
	/*text-align:center;*/
}
#FAQ h2 {
	text-align:center;
}


/* Slide Exprimez votre fierté */
#Fierte.page_wrapper {
	background-color:#fff;
}
#Fierte .content {
	padding:0;
	max-width:none;
}
#Fierte .container {
	display:flex;
}
#Fierte .coteTexte {
	width:50%;
	padding:80px 10px 80px 20px;
	max-width:500px;
	margin:0 20px 0 auto;
	/*align-self:center;*/
}
#Fierte .cotePhoto {
	position:relative;
	width:50%;
	background:#fff;
	overflow:hidden;

	display:flex;
}
#Fierte .cotePhoto:before {
	content:"";
	position:absolute;
	left:80px;
	top:0;
	bottom:0;
	right:0;
	background:#edf1f0;
	z-index:1;
}
#Fierte .cotePhoto img {
	position:relative;
	z-index:10;
	max-width:100%;
	height:auto;
	align-self:flex-end;
}



/* Slide Nos diplômés */
#Diplomes.page_wrapper {
	background-color:#3e3e3e;
}
#Diplomes .content {

}
#Diplomes h2 {
	text-align:center;
	color:#fff;
}
#Diplomes .avenir {
	text-align:center;
	color:#fff;
}
#LstPhotos {
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	/*padding:50px 0;*/
	padding:0;
	margin:0;
	list-style-image:none;
}
#LstPhotos > li {
	padding:0;
	margin:0;
	width:30%;
	padding:0 1.5% 3% 1.5%;
}
#LstPhotos img {
	width:100%;
	height:auto;
}
#LstPhotos figure {
	position:relative;
	overflow:hidden;
}
#LstPhotos figcaption {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	background-color:rgba(255,255,255,0.85);
	color:#000;
	visibility:hidden;
	opacity:0;
	transition:opacity 0.3s;

	padding:10px;
	text-align:center;
	display:flex;
	flex-direction:column;
	justify-content: center;
}
#LstPhotos figure:hover figcaption {
	visibility:visible;
	opacity:1;
}
#LstPhotos figcaption > *:last-child {
	margin-bottom:0;
}
#LstPhotos figcaption .titre {
	position:relative;
	text-transform:uppercase;
	color:#957b37;
	font-weight:700;
	padding-bottom:20px;
	margin-bottom:15px;
}
#LstPhotos figcaption .titre:after {
	position:absolute;
	content: "";
	position:absolute;
	border-bottom:5px solid #000;
	bottom:0;
	left:50%;
	height:5px;
	width:50px;
	margin-left:-25px;
}



/* Slide AETELUQ */
#AETELUQ.page_wrapper {
	background-color:#5b5959;
}
#AETELUQ .content {
	padding-top:60px;
	padding-bottom:60px;
	text-align:center;
}
#AETELUQ p, #AETELUQ a {
	color:#fff;
}
#AETELUQ .merci,
#AETELUQ .imgAETELUQ {
	/*float:left;*/
	display:inline-block;
	margin-left:20px;
}
#AETELUQ .merci {
	margin:0;
	line-height:74px; /* Hauteur du Logo */
}

/* Slide Nous joindre */
#Joindre.page_wrapper {
	background-color:#000; /*#3b3a3c*/
}
#Joindre .content {
	padding-top:60px;
	padding-bottom:60px;
}
#Joindre h2 {
	color:#fff;
}
#Joindre p,
#Joindre a {
	color:#fff;
}

.mediasSociaux {
	margin:60px 0 20px 0;
	text-align:center;
}
.mediasSociaux a {
	display:inline-block;
	margin:0 25px 15px 0;
}

#Copyrights {
	background-color:#2e8804;
}
#Copyrights .content {
	padding-top:20px;
	padding-bottom:20px;
	font-size:12px;
	line-height:1.5em;
}
#Copyrights ul,
#Copyrights p,
#Copyrights a {
	color:#fff;
	font-weight:400;
}

/*
#Consignes .content,
#Fierte .content,
#AETELUQ .content,
#Joindre .content,
#Copyrights .content {
	font-weight:400;
}*/




/*
 * Typographie
 */
h1, h2 {
	color:#000;
	font-weight:700;
	text-transform:uppercase;
}
h3 { font-weight: 600; }
h4, h5, h6 { font-weight: 300; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup { text-transform:none; }
/* Base = 16px */
/* 14px = 1.076923em */
/* 20px = 1.25em */
/* 22px = 1.375em */
h1 { font-size: 2em; line-height: 1.5em; margin: 0 0 10px 0; text-transform:uppercase; }
h2 { font-size: 1.5em; line-height: 1.2em; margin: 20px 0 20px 0; color:#000; letter-spacing:3px; }
h3 { font-size: 1.2em; line-height: 1.15em; margin: 26px 0 14px 0; color:#957b37; }
h4 { font-size: 1.25em; line-height: 1.285714em; margin: 15px 0 5px 0; font-weight:600; color:#58595B; }
h5 { font-size: 1.25em; line-height: 1.285714em; margin: 15px 0 5px 0; }
h6 { font-size: 1em; line-height: 1.307692em; margin: 10px 0 5px 0; }


ul {
	margin:0;
	padding:0 0 0 15px;
	list-style-type:none;
	list-style-image:url(../img/puce_square.png);
}
ul li { margin:0 0 0.6em 0; }

ol {
	margin:0;
	padding:0 0 0 18px;
}
ol li {
	margin:0 0 0.6em 0;
	padding-left:10px;
}





/*
 * Liens spéciaux
 */
.lien_1:link,
.lien_1:active,
.lien_1:visited {
	color:#fff;
	background-color:#957b37;
	display:inline-block;
	font-weight:700;
	font-size: 0.875em;
	line-height:1.2em;
	padding:15px;
	text-align:center;
	text-decoration: none;
	text-transform:uppercase;
	transition:all 0.2s ease;
}
.lien_1:hover,
.lien_1:focus { background-color:#636466; }

.lien_1.alt {
	background-color:#000;
}
.lien_1.alt:hover,
.lien_1.alt:focus { background-color:#636466; }



.lien_2:link,
.lien_2:active,
.lien_2:visited {
	color:#fff;
	border:1px solid #fff;
	display:inline-block;
	font-weight:700;
	font-size: 0.875em;
	line-height:1.2em;
	padding:15px;
	text-align:center;
	text-decoration: none;
	text-transform:uppercase;
	transition:all 0.2s ease;
}
.lien_2:hover,
.lien_2:focus { background-color:#000; border:1px solid #000; }


/* Bouton comme lien_2 */
button {
	color:#fff;
	border:1px solid #fff;
	display:inline-block;
	font-weight:700;
	font-size: 0.875em;
	line-height:1.2em;
	background:none;
	padding:15px;
	text-align:center;
	text-decoration: none;
	text-transform:uppercase;
	transition:all 0.2s ease;
}
button:hover,
button:focus {
	outline:1px dotted #fff;
	background-color:#000;
	border:1px solid #000;
}
button:hover,
button:active {
	outline:0;
}

button:disabled {
	outline:0;
	background:none;
	border:1px solid #fff;
	font-style:italic;
}



.accordeon-js .toggler { cursor:pointer; }



/*
 https://wordpress.stackexchange.com/questions/119547/oembed-youtube-video-aspect-ratio#138553
*/
.videoWrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom:1em;
}
.videoWrapper:before {
	content: "";
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	display: block;
	overflow: hidden;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*
 * Bouton sticky comme lien_1 "Je confirme ma présence"
 */
.btSticky {
	color:#fff;
	position:fixed;
	bottom:-50px;
	right:7%;
	z-index:9999999;
	overflow:hidden;
	visibility:hidden;
	opacity:0;
	padding:0;
	margin:0 0 1px 0;
	white-space:nowrap;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
	    -ms-transition: all .4s ease-in-out;
	     -o-transition: all .4s ease-in-out;
	        transition: all .4s ease-in-out;
}
.btSticky.visible {
	visibility:visible;
	opacity:1;
	bottom:0px;
}

.btSticky a,
.btSticky a:active,
.btSticky a:visited,
.btSticky a:hover {
	color:#fff;
	background-color:#2e8804;
	/*border:1px solid #fff;*/
	display:inline-block;
	font-weight:700;
	font-size: 0.875em;
	line-height:1.2em;
	padding:15px;
	text-align:center;
	text-decoration: none;
	text-transform:uppercase;

	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
}
.btSticky a:focus,
.btSticky a:hover {
	background-color:#000;
	outline:0;
}



.print_only { display:none; }
.screen_only {}


.remove-top { margin-top: 0 !important; }
.add-top { margin-top: 1em !important; }
.half-top { margin-top: 0.5em !important; }
.add-d-top { margin-top: 2em !important; }
.add-t-top { margin-top: 3em !important; }
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 0.5em !important; }
.add-bottom { margin-bottom: 1em !important; }
.add-d-bottom { margin-bottom: 2em !important; }
.add-t-bottom { margin-bottom: 3em !important; }

/* Textes/paragraphes */
.vsmall { font-size: 0.75em; line-height:1.5em; }
.vsmall2 { font-size: 0.6875em; line-height:1.5em; }
.small { font-size: 0.875em; line-height:1.5em; }
.semi-big { font-size: 1.1875em; line-height:1.2em; }
.big { font-size: 1.375em; line-height:1.2em; }


.alignerTxtG { text-align:left; }
.alignerTxtD { text-align:right; }
.alignerTxtC { text-align:center; }

.caps, .ucase { text-transform:uppercase!important; }
.sans-gras { font-weight:300!important; }
.gras, .bold { font-weight:600!important; }

/* Images */
img.scale-with-grid { max-width:100%; height:auto; width:auto; }
.alignerImgG { margin-bottom:15px; float:left; margin-right:20px; }
.alignerImgD { margin-bottom:15px; float:right; margin-left:20px; }

/* Marges */
.marge0  { margin-left:0 !important; }
.marge10 { margin-left:10px !important; }
.marge15 { margin-left:15px !important; }
.marge20 { margin-left:20px !important; }
.marge25 { margin-left:25px !important; }



/* #Fluide 960 Grid
*  http://grids.heroku.com/fluid_grid.css?column_amount=16
*  Et ajustements : IE8+, et les autres supportant le box-sizing
   http://paulirish.com/2012/box-sizing-border-box-ftw/
================================================== */

.row { margin-bottom: 10px; }

.container .columnf {
	float:left;
	display:inline;
	padding-left: 2%;
	padding-right: 2%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}


.columnf.first { padding-left:0!important; }
.columnf.last  { padding-right:0!important; }

/* Base Grid */
.container .g100.columnf { width: 100.0%;  }
.container .g1-2.columnf { width: 50.0%;  }
.container .g1-3.columnf { width: 33.33%; }
.container .g2-3.columnf { width: 66.66%; }
.container .g1-4.columnf { width: 25.0%;  }
.container .g2-4.columnf { width: 50.0%;  }
.container .g3-4.columnf { width: 75.0%;  }


@-ms-viewport{
	width: device-width;
}
@media only screen and (max-width: 1279px) {
	#Fierte .cotePhoto:before {
		left:40px;
	}
}
@media only screen and (max-width: 1023px) {
	/*#Copyrights {
		padding-bottom: 50px;
	}*/
	.btSticky {
		right:50%;
		transform:translateX(50%);
	}



	#Fierte .container {
		display:block;
	}
	#Fierte .coteTexte {
		width:auto;
		padding:120px 20px 0 20px;
		max-width:850px;
		margin:0 auto;
		box-sizing:border-box;
	}
	#Fierte .coteTexte h2 {
		text-align:center;
	}
	#Fierte .cotePhoto {
		display:block;
		width:100%;
		text-align:right;
	}
	#Fierte .cotePhoto:before {
		left:0;
		top:80px;
		bottom:0;
		right:0;
	}
	#Fierte .cotePhoto img {
		width:400px;
		margin:0 0 0 auto;
	}


}

@media only screen and (max-width: 959px) {
	ul.menuPrincipal li {
		margin-left:20px;
	}

	#Deroulement .lieu span,
	#Deroulement .desc span {
		display:inline;
	}


	#Photos h3 {
		text-align:center;
		margin-top:40px;
	}

	#Photos .colonne1,
	#Photos .colonne2 {
		float:none;
		margin:0 auto;
		max-width:370px;
	}
	#Photos .colonne2 {
		margin-top:30px;
	}


	#Deroulement .content {
		background-image:none;
	}

	#Fierte .container {
		padding-right: 0;
	}

	#Consignes h2 {
		margin-bottom:30px;
	}
	.zoneAvecPicto {
		min-height:1px;
		text-align:center;
		/*margin-bottom:60px;*/
	}
	.zoneAvecPicto .picto {
		position:static;
		top:0;
		left:0;
		display:block;
		margin:0 auto;
	}

}

@media only screen and (max-width: 767px) {
	.content { padding: 100px 5% 100px 5%; }

	#LstPhotos > li {
		width:47%;
		padding:0 1.5% 3% 0;
	}
	#LstPhotos > li:nth-child(even) {
		padding:0 0 3% 1.5%;
	}

	#Photos .content {
		padding: 100px 20px 60px 20px;
	}

	/* Slide Menu */
	ul.menuPrincipal {
		padding:10px 0;
	}
	ul.menuPrincipal li {
		float:none;
		display:block;
		margin-left:0;
		text-align:center;
		height:auto;
		line-height:1;
	}
	ul.menuPrincipal a,
	ul.menuPrincipal li:first-child a,
	ul.menuPrincipal li:last-child a {
		padding:7px 20px;
	}
	ul.menuPrincipal a > span {
		display:inline;
	}

	#Copyrights p { text-align:center; width:100%; display:block; float:none; }
	#Copyrights p:first-child { padding-bottom:5px; }
	#Copyrights a { display:inline-block; }
}

@media only screen and (max-width: 480px) {
	.container .palm100.columnf { width: 100.0%; padding-left: 0; padding-right: 0; }
	.container .palm1-2.columnf { width: 50.0%;  }
	.container .palm1-3.columnf { width: 33.33%; }
	.container .palm2-3.columnf { width: 66.66%; }
	.container .palm1-4.columnf { width: 25.0%;  }
	.container .palm2-4.columnf { width: 50.0%;  }
	.container .palm3-4.columnf { width: 75.0%;  }


	.content { padding: 100px 5% 100px 5%; }

	.page_wrapper.entete .content {
		padding-top:60px;
		padding-bottom:60px;
	}

	#Deroulement .content {
		padding-top:30px;
	}

	.titrePage {
		width:135px; /* 205px */
		height:139px; /* 210px */
		background-size:cover;
	}


	#AETELUQ .imgAETELUQ { display:block; margin-left:0; }


	#Photos .colonneUnique,
	#Photos .colonne1,
	#Photos .colonne2 {
		max-width:231px;
	}
	#Photos .colonneUnique a,
	#Photos .colonne1 a,
	#Photos .colonne2 a {
		width:231.25px; /* 370px */
		height:146.25px; /* 234px */
		background-size:cover;
	}
	#Photos a:hover,
	#Photos a:active {
		background-position:0 -146.25px;
	}
	#Photos a span {
		font-size:0.8125em; /* 13 / 16 */
		line-height:1.384615384615385; /* 18/13 */
		top:100px;
		text-align:center;
		width:100%;
	}

	.mediasSociaux .ligne2 {
		display:block;
	}
}

@media only screen and (max-width: 479px) {
	#LstPhotos > li,
	#LstPhotos > li:nth-child(even) {
		width:100%;
		padding:0 0 5% 0;
	}

	#LstPhotos > li:last-child {
		padding-bottom:0;
	}
}

/* Petits ajustements */
@media only screen and (max-width: 360px) {
	.content { padding: 80px 5% 80px 5%; }

	#Photos .content {
		padding: 80px 20px 40px 20px;
	}

	#AETELUQ .content,
	#Joindre .content {
		padding-bottom: 40px;
		padding-top: 40px;
	}


}

@media only screen and (max-width: 610px) {
	#AETELUQ .merci,
	#AETELUQ .imgAETELUQ {
		/*float:none;*/
		display:block;
		margin-left:0;
	}
	#AETELUQ .merci { line-height:1.2em; margin-bottom:20px; }

	#AETELUQ .content {
		text-align:center;
	}
}


@media only screen and (min-width: 1600px) {
	.page_wrapper.entete .content {
		padding-top:160px;
		padding-bottom:160px;
	}
}


/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearleft {
  clear: left;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }*/

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    /*.ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }*/

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }


	.print_only { display:block; }
	.screen_only { display:none; }

	.lien_1:link, .lien_1:active, .lien_1:visited {
		color:#000;
		background-color:#fff;
		border:1px solid #000;
	}


	/* Ajustements des slides */
	.content {
		padding:15px;
		max-width:none;
	}


	.bandeLogo {
		position: static;
		text-align:right;
	}


	#Diplomes .content {
		width: 100%;
	}

	.page_wrapper.menu,
	#Photos {
		display:none;
	}

}
