/*
Theme Name: Excision, parlons-en
Theme URI: http://www.code-design.fr
Author: RÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©gis Evennou
Author URI: http://www.code-design.fr
Description: Le site Excision, parlons-en !
Version: 1.0
Tags: Excision
*/
/*!
* www.KNACSS.com v6.1.2 (21 juin 2017) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==Table Of Content            */
/* ----------------------------- */
/* 1- Normalize (basic reset) */
/* 2- Base (basic styles) */
/* 3- Print (print quick reset) */
/* 4- Stylings (minor stylings) */
/* 5- Misc (skip links, hyphens) */
/* 6- Tables (data tables consistency) */
/* 7- Forms (forms consistency) */
/* 8- Media object */
/* 9- Autogrid object */
/* 10- Global Layout (alignment, modules, positionning) */
/* 11- Helpers (width and spacers helpers) */
/* (12- WordPress reset (disabled by default)) */
/* 13- Responsive (Responsive Web Design helpers) */
/* 14- Grid Layout (grillade) */
/* ---------------------------------- */
/* ==Normalize (basic reset)          */
/* ---------------------------------- */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  color:#838383;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: calc(1em * 0.625);
}

body {
  font-size: 1.4rem;
  background-color: #fff;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.4;
}

@media (min-width: 480px) {
  body {
    font-size: 1.4rem;
  }
}

@media (min-width: 480px) {
  body {
    line-height: 1.5;
  }
}

a {
  color: #333;
}

a:focus, a:hover, a:active {
  color: #000;
}

ul,
ol {
  padding-left: 2em;
}

img {
  vertical-align: middle;
}

blockquote,
figure {
  margin-left: 0;
  margin-right: 0;
}

/* font-sizing for content */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0.75em;
  margin-bottom: 0;
  line-height: 1.5;
}

h1, .h1-like {
  font-size: 2.8rem;
}

@media (min-width: 480px) {
  h1, .h1-like {
    font-size: 3.2rem;
  }
}

h2, .h2-like {
  font-size: 2.4rem;
}

@media (min-width: 480px) {
  h2, .h2-like {
    font-size: 2.8rem;
  }
}

h3, .h3-like {
  font-size: 2rem;
}

@media (min-width: 480px) {
  h3, .h3-like {
    font-size: 2.4rem;
  }
}

h4, .h4-like {
  font-size: 1.8rem;
}

@media (min-width: 480px) {
  h4, .h4-like {
    font-size: 2rem;
  }
}

h5, .h5-like {
  font-size: 1.6rem;
}

@media (min-width: 480px) {
  h5, .h5-like {
    font-size: 1.8rem;
  }
}

h6, .h6-like {
  font-size: 1.4rem;
}

@media (min-width: 480px) {
  h6, .h6-like {
    font-size: 1.6rem;
  }
}

/* alternate font-sizing */

code,
pre,
samp,
kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: consolas, courier, monospace;
  line-height: normal;
}

em,
.italic,
address,
cite,
i,
var {
  font-style: italic;
}

/* avoid top margins on first content element */
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
.h1-like:first-child,
h2:first-child,
.h2-like:first-child,
h3:first-child,
.h3-like:first-child,
h4:first-child,
.h4-like:first-child,
h5:first-child,
.h5-like:first-child,
h6:first-child,
.h6-like:first-child {
  margin-top: 0;
}

/* avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */



/* ----------------------------- */
/* ==Stylings (minor stylings)   */
/* ----------------------------- */
/* styling elements */
code,
kbd,
mark {
  border-radius: 2px;
}

kbd {
  padding: 0 2px;
  border: 1px solid #999;
}

pre {
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11;
}

pre code {
  padding: 0;
  background: none;
  color: inherit;
  border-radius: 0;
}

mark {
  padding: 2px 4px;
}

sup,
sub {
  vertical-align: 0;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

blockquote {
  position: relative;
  padding-left: 3em;
  min-height: 2em;
}

blockquote::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  height: .4em;
  line-height: .9;
  color: rgba(0, 0, 0, 0.3);
}

blockquote > footer {
  margin-top: .75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}

blockquote > footer::before {
  content: "\2014 \0020";
}

q {
  font-style: normal;
}

q,
.q {
  quotes: "“\00a0" "\00a0”";
}

q:lang(fr),
.q:lang(fr) {
  quotes: "«\00a0" "\00a0»";
}

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}

/* tables */
table {
  border: 1px solid #ccc;
}

caption {
  padding: 1rem;
  color: #555;
  font-style: italic;
}

td,
th {
  padding: 0.3em 0.8em;
  border: 1px #aaa dotted;
  text-align: left;
}

/* ----------------------------- */
/* ==Misc (skip links, hyphens)  */
/* ----------------------------- */

@media (max-width: 575px) {
  /* you shall not pass */
  div,
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    word-wrap: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

/* ----------------------------- */
/* ==Tables                      */
/* ----------------------------- */
table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 2rem;
}

td,
th {
  vertical-align: top;
  min-width: 2rem;
  cursor: default;
}

/* ----------------------------- */
/* ==Forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate,
* github.com/nathansmith/formalize and www.sitepen.com
*/

/* forms items */
form,
fieldset {
  border: none;
}

input,
button,
select,
label {
  font-family: inherit;
  font-size: inherit;
}

button,
input,
optgroup,
select,
textarea {
  color: #000;
}

label {
  vertical-align: middle;
  cursor: pointer;
}

legend {
  border: 0;
  white-space: normal;
}

textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical;
}

select {
  -webkit-appearance: menulist-button;
}

/* if select styling bugs on WebKit */
/* select { -webkit-appearance: none; } */
/* 'x' appears on right of search input when text is entered. This removes it */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: #777;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777;
}

/* ----------------------------- */
/* ==Global Layout               */

/* ----------------------------- */

/* ---------------------------------- */
/* ==Helpers                          */
/* ---------------------------------- */


/* -------------------------- */
/* ==Responsive helpers       */
/* -------------------------- */


/* ---------------------------------- */
/* ==Grillade : Simple Grid System    */
/* ---------------------------------- */
/* Doc : http://grillade.knacss.com */

/* ----------------------------- */
/* ==Own stylesheet              */
/* ----------------------------- */
/* Here should go your own CSS styles */

/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');*/
*{
	/*font-family: 'Source Sans Pro', sans-serif;*/
}
.clear{
	clear:both;
}
.wrap {
	max-width:1170px;
	margin: 28px auto;
	margin-top:4px;
}
.container {
    margin: 40px;
}
@media screen and (max-width: 970px) {
	.container {
    	margin: 1%;
	}
}

/* -------------- Global ----------- */
hr {
    color: #69bee5;
    background-color: #69bee5;
}


/* -------------- HEADER ----------- */
.lienHeader{
	text-align:right;
}
.lienHeader a {
    font-size: 80%;
    text-decoration: none;
    margin-right: 4px;
	background-color:#fff;
    color: #666666;
    padding: 2px 5px;
	transition: color 0.3s, background-color 0.3s;
}
.lienHeader a:hover {
	background-color:#69bee5;
	color:#fff;
}

.logo {
    max-width: 210px;
}
/* --------------- Navigation --------- */
.LogoNav {
    display: flex;
}
div#cssmenu {
    margin-left: auto;
	margin-top: 18px;
    z-index: 1;
}
#menu-main{
	float:right;
}

#cssmenu > ul > li > ul {
    text-align: left;
}
#cssmenu > ul > li > a {
    padding: 15px 20px;
    font-weight: 500;
    text-transform: none;
}
li#menu-item-176, li#menu-item-1294, li#menu-item-1296, li#menu-item-1331 {
    border-top: dotted 1px #69bee5;
}


@media screen and (max-width: 1050px) {
	.LogoNav {
		display: block;
	}
	div#cssmenu {
		margin-left: inherit;
	    background-color: #60bfe5;
		margin-top: auto;
	}
	#menu-main{
		float: none;
	}
	
	#cssmenu > ul > li > ul {
		text-align: left;
	}
	html body #cssmenu > ul > li > a {
		color:#fff;
	}
	html body li:hover > a, #cssmenu ul li ul li.active > a {
		color: #000;
	}
	.logo {
		max-width: 180px;
		margin-bottom: 20px;
	}
}

/* -------------- HOME ----------- */
.bgCoulHome {
    background-color: #69bee5;
	    padding-top: 50px;
}

.contLigne1Home{
	margin:0 auto;
	max-width:1070px;
}

.ligne1Home{
	display:flex;
}

.homeCol1 {
	padding-right: 12px;
}
.homeCol2 {
    max-width: 570px;
}
.homeCol3 {
	position:relative;
}

.contDonPresse {
    bottom: 31px;
    position: absolute;
}

/* diapo */
.captionDiapo {
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 15px;
    width: 65%;
    margin: 10px;
    /*font-size: 0.97vw;*/
}
.captionDiapo h2 {
    color: #a47a88;
    /*line-height: 1.6vw;*/
    font-size: 120%;
    margin-bottom: 0;
}
.captionDiapo h3 {
    color: #69bee5;
    /*line-height: 1.6vw;*/
    font-size: 120%;
    margin-bottom: 0;
}
.captionDiapo a {
	color: #60bfe5;
	font-weight:bold;
	text-decoration:underline;
}
.captionDiapo a:hover {
	color: #fff;
}
.captionDiapo .petit {
    font-size: 70%;
}
.slick-dots {
    bottom: 0;
}

/* carto home */
.pageAccueilCarto img {
    max-width: 300px;
}
.pageAccueilCarto p:last-child {

}
.pageAccueilCarto a{
	opacity:1;
	transition:opacity 0.3s;
}
.pageAccueilCarto a:hover {
	opacity:0.3;
}


/* Newsletter Form */
.pageAccueilNews {
    background-color: #fff;
    padding: 13px 26px 43px 26px;
	margin-top: 40px;
}
.pageAccueilNews p:first-child{
	font-weight:bold;
	color:#69bee5;
}
div#wpcf7-f242-o1 form p {
    float: left;
}
.wpcf7-email{
	max-width:150px;
    background-color: #d8ecf8;
}
.wpcf7-submit{
	margin-left:4px;
}
div.wpcf7-validation-errors {
    border: 0;
}

/* don / presse */
.pageAccueilDonPresse img {
    max-width: 178px;
    padding-left: 12px;
}
.pageAccueilDonPresse img:last-child {
	padding-top:12px;
}




/* actus home */

.ligne2Home{
	max-width:1070px;
	margin:0 auto;
    padding-top: 50px;
}
.actusHome {
    float: left;
    max-width: 570px;
    padding-right: 20px;
}
.actuHome {
    float: left;
    width: 30%;
    margin-right: 3%;
}
.actusHome p:first-child{
    color: #61bee5;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 17px;
}
p.titreActuHome {
    font-size: 84%;
}
.actuHome a{
	text-decoration:none;
}
.actuHome img {
    border: solid 1px #e1e1e1;
}
.lienHomeActuAll{
	color:#61bee5;
}


/* facebook */
.fbIframe xx{
	border:none; overflow:hidden; width:600px; height:430px; background: white; float:left;
}



.ligne3Home {
    background-color: #69bee5;
    display: flex;
    justify-content: space-around;
    color: #fff;
    padding: 20px 0px;
    margin-top: 50px;
}
div#slogan {
    font-size: 240%;
    font-weight: bold;
    max-width: 50%;
    text-align: center;
    padding: 0 20px;
}
div#twitter {
    max-height: 102px;
    overflow: auto;
}

@media screen and (max-width: 800px) {
.ligne3Home {
    display: block;
	padding:0;
}
div#slogan {
    font-size: 210%;
    font-weight: bold;
    max-width: 100%;
    text-align: center;
    padding: 20px 4px;
}
div#twitter {
    max-height: 400px;
    overflow: auto;
    margin: 5%;
}
}

@media screen and (max-width: 1050px) {
	.homeCol2 {
		display: none;
	}
}
@media screen and (max-width: 529px) {
.ligne1Home {
    display: block;
}
.contDonPresse {
    bottom: unset;
    position: unset;
}
.pageAccueilDonPresse a {
    display: block;
}
.bgCoulHome {
    padding-top: 0;
}
.homeCol1 {
    padding: 0 5px 5px 5px;
    text-align: center;
}
.homeCol3 {
    text-align: center;
    padding-bottom: 10px;
}
.actuHome {
    float: none;
    width: 100%;
    margin: 4px;
}
.actuHome img {
    width: 100%;
}
.actusHome {
    padding-right: 8px;
	    float: unset;
    max-width: unset;
}
iframe.fbIframe {
    display: none;
}
}
/* -------------- Page / defaut ----------- */

.bandeauTitle {
    position: relative;
    background-color: #69bee5;
    z-index: -1;
}
.contTitreBandeau {
    max-width: 1170px;
    margin: 0 auto;
}
.bandeauTitle h1 {
	position: absolute;
    bottom: 10%;
    padding-left: 40px;
    color: #ffffff;
    font-size: 46px;
    font-weight: 500;
}
.bandeauTitle img {
	opacity:0.5;
}
.sansImage {
    position: static;
}
.sansImage h1 {
    position: static;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 970px) {
	.bandeauTitle h1 {
		padding-left: 1%;
		font-size: 200%;
		line-height:34px;
	}
}





.col1 {
    float: left;
    width: 74%;
    margin-right: 2%;
}
.col1 p {
    margin-bottom: 14px;
}
.col2 {
    float: left;
    width: 24%;
}
.page-template-tpl-presse .col2 {
    position: static;
}
.fixed{
	position:static;
}

@media screen and (max-width: 970px) {
	.col1 {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.col2 {
		float: none;
		width: 100%;
	}
}


ul.subNav{
    list-style: none;
    padding: 0;
}
ul.subNav li{
	border-bottom: solid 1px #69bee5;
	    padding: 6px 0;
}
li.current_page_item a{
	color:#a47a88;
}
ul.children{
    list-style: none;
	padding: 4px 14px;
}

.content h2 {
    color: #a47a88;
    /*font-size: 142%;*/
    line-height: 1.2;
    font-weight: 700;
    clear: both;
}
.content h3 {
    color: #61bee5;
    font-size: 120%;
    font-weight: 500;
}
.content h4 {
    color: #61bee5;
    /*font-size: 110%;*/
    font-weight: 500;
}
.content a {
    color: #61bee5;
	text-decoration:none;
	
	transition:color, 0.3s;
}
.content a:hover {
    color: #a47a88;
}
.content img, .content .wp-caption{
    float: left;
    margin: 5px 24px 14px 0;
}
img.aligncenter {
    float: none;
    margin: 5px auto;
    display: block;
}

p.wp-caption-text {
    color: #898989;
    font-size: 85%;
	margin: 5px 1px 0px 0px;
}
span.clearRight img {
    float: none;
}
span.imgNoMarginRight img {
    margin-right: 0;
}
.inbl {
    display: inline-block;
}
.content ul {
    /* list-style: none;*/
	margin: 0 0 20px 20px;
    /*display: inline-block;*/
    padding: 0;
    /* line-height: 160%; */
}
.note {
    border-top: solid 1px #ccc;
    font-size: 80%;
    padding-top: 12px;
    /* margin: 0 0px; */
}
p.justify {
    text-align: justify;
}
.orange{
	color:orange;
}
.violet{
	color:purple;
}
@media screen and (max-width: 450px) {
	.content img {
		float: none;
		margin: 5px 0px 20px 0;
		width:100%;
	}
}



/* -------------- Page PDF ----------- */

.pdfViewer{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}
.pdfViewer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 750px) {
	.pdfViewer{

	}
}

/* -------------- Actualités ----------- */


a.btnSuiteActu {
    color: #000;
    width: 50%;
    /*margin: 0 2% 2% 0;*/
	/* Dans la grille, les gouttières sont gérées avec une bordure blanche, plus simple que margin*/
	/* voir avec :nth-child(even) pour cibler les btn pairs, mais avec masonry le btn pair n'est pas forcément à droite */
    border-right: solid 20px #fff;
    border-bottom: solid 20px #fff;
	opacity:1;
	
	transition:opacity 0.3s;
}
a.btnSuiteActu:hover {
	opacity:0.7;
}
a.btnSuiteActu img {
    margin: 0 0 10px 0px;
}
a.btnSuiteActu div {
    background-color: #f9f9f9;
    padding: 30px;
}
a.btnSuiteActu div h2 {
    color: #61bee5;
}
p.filtre {
    font-size: 82s%;
}

@media screen and (max-width: 700px) {
	a.btnSuiteActu {
		width: 100%;
		border: 0;
		margin-bottom:20px;
	}
}

/* Actu single */
.btnPV {
    margin-top: 30px;
}
div.btnPV div span, div.btnPV div a {
    color: #bfbfbf;
}
div.btnPV div span{
	font-size: 80%;
    text-transform: uppercase;
}
div.btnPV div {
    float: left;
    width: 50%;
}
.Next {
    text-align: right;
}
div.btnPV div a{
	font-size: 140%;
	font-weight:bold;
}
div.btnPV div a:hover{
	color:#69bee5;
}

.single-post .content{
	text-align:justify;
}


/* -------------- Biblio + Presse ----------- */
.page-template-tpl-bibliographie .content hr, .page-template-tpl-presse .content hr, .page-template-tpl-reseau .content hr {
    width: 50%;
    margin: 30px auto;
}

/* presse */
.page-template-tpl-presse .col2{
	position:relative;
}
.fixed{
	position:fixed;
}



@media screen and (max-width: 970px) {
	.page-template-tpl-presse .col2 {
    	position: static;
	}
	.fixed{
		position:static;
	}
}

/* -------------- Liens ----------- */

.page-template-tpl-liens .col1{
	column-count:2;
    column-gap: 20px;
}
.page-template-tpl-liens .col1 h2{
	column-span:all;
}


/* -------------- le réseau ----------- */

.page-template-tpl-reseau .col1 img{
	max-width:200px;
}
.page-template-tpl-reseau .content .col1 hr:last-of-type{
	display:none;
}

/* -------------- Carto / Pays ----------- */

.parent-pageid-216 h3 {
    font-size: 130%;
    color: #a47a88;
}
.parent-pageid-216 h4 {
    font-size: 110%;
}



/* -------------- search / results ----------- */
#searchform div label{
	display:none;
}
.result {
    margin: 20px;
    padding: 10px;
}
.result:nth-child(odd) {
    background-color: #edf9ff;
}
.result:nth-child(even) {
    background-color: #f8f8f8;
}





/* -------------- Contact Form ----------- */

.col1 textarea, .col1 input {
    max-width: 100%;
    width: 100%;
    border-color: #62bee2;
    background-color: #d8ecf8;
    color: #494949;
    border-width: 1px;
}
.col1 input[type="submit"]{
    width: auto;
    background-color: #69bee5;
    color: #fff;
}

/* -------------- footer ----------- */
footer{
	background-color:#a47a88;
	color:#fff;
	padding:30px;
	margin-bottom:0;
}
.coordFootSearch {
    display: flex;
}
.coordFoot {
    white-space: nowrap;
}
.coordFoot h2 {
    font-size: 150%;
    margin: 0;
}
.coordFoot p {
	margin-top:0;
}
.coordFoot a {
	color:#fff;
	text-decoration:none;
}
.coordFoot a:hover {
	color:#ccc;
}
footer form#searchform {
    width: 100%;
    text-align: right;
}
.lienFooter {
    text-align: center;
}
.lienFooter a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
	font-size:80%;
}
.lienFooter a:hover {
    color: #ccc;
}
footer .credit {
    text-align: center;
    font-size: 80%;
    padding: 20px 0;
}
@media screen and (max-width: 700px) {
	footer{
		padding:1%;
	}
	.coordFootSearch {
		display: block;
	}
	.coordFoot h2 {
		display:none;
	}
	.coordFoot p {
		text-align:center;
	}
	footer form#searchform {
		text-align: center;
		margin-top: 40px;
	}
	.lienFooter {
		text-align: center;
	}
	footer .credit {
		text-align: center;
		font-size: 80%;
		padding: 20px 0;
	}

}