@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,900);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
@import url(//fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i&display=swap);

/*@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

$grid-breakpoints: (
    xs: 0px,
    sm: 576px,
    md: 768px,
    lg: 992px,
    xl: 1200px
) !default;

*/

html {
  font-size: 62.5%;}

* {
    box-sizing: border-box;
}

body {
	font-size: 1.5rem;
	font-family: 'Open Sans', sans-serif;
  	font-weight: 400;
    line-height: 1.4;
	background-color:var(--color3);
	text-align:justify;
	color:#2D2F30;
}

.color1 {color:var(--color1);}
.color2 {color:var(--color2);}
.color3 {color:var(--color3);}

.container-fluid {
	background-color:#fff;
}

@media (min-width: 1405px) {
  .main{
    width:992px; margin-left:75px;
  }
}

@media (max-width: 768px) {
    .container {
		padding-left:10px;padding-right:10px;text-align:left !important;
    }
}

.fond {color:#333;display:block;border-radius:3px;background-color:#eee;margin:15px 0 15px 0;clear:both;padding:10px 15px 0px 15px;}

.navig {
 background-color:#f3f3f3;
 border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;
 color:#333;
 padding:15px;
}
.navig a, .navig a:link, .navig a:visited, .navig a:focus {
 color:--color2; /*#333*/
 text-decoration:underline;
}
.navig a:hover {
 color:--color2;
 text-decoration:none;
}
.navig a:active {
 color:--color2;
 text-decoration:underline;
}
.ligne {
 background-color:#f3f3f3;
 color:#333;
 padding:4px 0 4px 0; margin:0;
}
.ligne a, .ligne a:link, .ligne a:visited, .ligne a:focus {
 color: #333;
 text-decoration:underline;
}
.ligne a:hover {
 color: #333;
 text-decoration:none;
}
.ligne a:active {
 color: #333;
 text-decoration:underline;
}
.lignebl {
 background-color:#fff;
 color:#333;
 padding:4px 0 4px 0; margin:0;
}
.lignebl a, .lignebl a:link, .lignebl a:visited, .lignebl a:focus {
 color: #333;
 text-decoration:underline;
}
.lignebl a:hover {
 color: #333;
 text-decoration:none;
}
.lignebl a:active {
 color: #333;
 text-decoration:underline;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 400;font-family: 'Open Sans', sans-serif;}
h1 {font-size: 3.5rem; line-height: 1.4; margin-bottom:40px;display: inline-block; padding-bottom: 7px; position: relative;}
h1:after {content: ""; position: absolute; width:76px;height: 1px;bottom: 0;left: 50%; margin-left:-38px;border-bottom: 4px solid var(--color2);}
h2 {font-size: 2.4rem; line-height: 1.2; margin-bottom: .5rem; color:var(--color2);font-variant:small-caps;font-weight: bold;}
h3 {font-size: 3rem; line-height: 1.4; margin-bottom: .8rem;}
h4 {font-size: 1.6rem; line-height: 1.4; font-weight: bold; margin-bottom: .8rem;}
h5 {font-size: 2rem; color:var(--color2);font-variant:small-caps; line-height: 1.1;font-weight: bold;}
h6 {font-size: 1.5rem; line-height: 1.4;font-weight: bold;}

@media (max-width: 768px) {
    h1, h2, h3, h4, h5, h6, zone {
		text-align:left;
    }
}

.titrebl {color:#fff;font-size: 3.5rem; line-height: 1.4; margin-bottom:40px;display: inline-block; padding-bottom: 7px; position: relative;}
.titrebl:after {content: ""; position: absolute; width:76px;height: 1px;bottom: 0;left: 50%; margin-left:-38px;border-bottom: 4px solid var(--color2);}

p, ul, ol {
  margin-bottom: 1.3em;
}

a {color:var(--color2);text-decoration: underline;}
a:link {color:var(--color2);text-decoration: underline;}
a:visited {color:var(--color2);text-decoration: underline;}
a:focus {color:var(--color2);text-decoration: underline;}
a:hover {color:var(--color2); text-decoration:none;}
a:active {color:var(--color2);text-decoration: underline;}

.whit a, .whit a:link, .whit a:visited, .whit a:focus {color:#fff !important;font-size:2.4rem;font-weight:bold;text-decoration:none;}
.whit a:hover {color:#fff !important;text-decoration:none;}
.whit a:active {color:#fff !important;text-decoration:none;}

.other a, .other a:link, .other a:visited, .other a:focus {font-size:2.4rem;font-weight:bold;text-decoration:none;}
.other a:hover {text-decoration:none;}
.other a:active {text-decoration:none;}

.arroweffet {
  transition: transform 1s;
}
.arroweffet:hover {
  transform: translate(20px);
}

.card-columns {
 column-gap: 4rem !important;
}
.card.actu {
 border:0;
 border-bottom:12px solid #eee !important;
}
.card.actu img {
 margin-top: 10px;margin-bottom: 10px;
}
.agendacard {
 padding:8px 0 20px 0;
}
.card-title {
 font-variant:small-caps;color:var(--color2);font-weight:bold;font-size:1.9rem;
}
.card-text {
 font-size: 1.3rem; line-height:1.4;
}

.zone {color:#333;display:block;border-radius:3px;background-color:#eee;margin:15px 0 20px 0;clear:both;padding:10px 15px 10px 15px;}
.zone:link, .zone:visited, .zone:focus {color:#333;}
.zone:hover {color:#333;display: block;background-color:#ccc;}
.zone:active {color:#333;text-decoration:none;}

.pagination a {color:#007BFF;text-decoration:none;font-weight:bold;}

.articl {color:#2D2F30;display:block;background-color:#eee;padding:10px;margin:0 4px;}
.articl:link, .articl:visited, .articl:focus {color:#2D2F30;background-color:#eee;}
.articl:hover {color:#2D2F30;display: block;background-color:#fff;}
.articl:active {color:#2D2F30;text-decoration:none;background-color:#eee;}

.in1 {
        padding:30px 50px; text-align:justify;
}
@media screen and (max-width: 400px) {
    .in1 {
        padding:15px 20px; text-align:left;
    }
}
.in2 {
        padding:20px 0 25px 0; text-align:justify;
}
@media screen and (max-width: 400px) {
    .in2 {
        padding:20px 10px 25px 10px; text-align:left;
    }
}
.in3 {
        padding:40px 0 45px 0; text-align:justify;
}
@media screen and (max-width: 400px) {
    .in3 {
        padding:25px 10px 25px 10px; text-align:left;
    }
}

hr {margin-top:15px;margin-bottom:15px; background-color:#ccc;color:#ccc;border-top: 1px solid #ccc;}
hr.foot {margin-top:5px;margin-bottom:5px; background-color:#666;border-top:1px dotted #666;width:100px;text-align:left;}

.bord1 {border:2px dashed #bbb;border-radius:3px;background-color:#eee; padding:15px;}
.bloc1 {color:#fff;font-weight:600;border-radius:3px;background-color:var(--color1);margin:15px 0 20px 0;clear:both;padding:10px 15px 10px 15px;}
.bloc2 {border-radius:3px;margin:15px 0 20px 0;clear:both;border: 1px solid #ccc;}

.keyword {background-color:#aaa;font-size:1.2rem;color:#fff;padding:1px 4px 1px 4px;margin-right:5px;border-radius:5px;}

.form-row {width:100%;text-align:left;}
.form-control {
font-size: 1.4rem;margin-top:2px;margin-bottom:2px;text-align:left;color:#333 !important;
}
textarea {
resize: vertical;
}
.btn {
font-size:1.4rem;margin-top:2px;margin-bottom:2px;
}
/*a.btn {
color:#007BFF;
}*/
a.btn-outline-info {
color:#17A2B8; text-decoration:none;font-weight:bold;
}
a.btn-outline-danger {
color:var(--color2); text-decoration:none;font-weight:bold;
}
a.btn-outline-warning {
color:#F4B800; text-decoration:none;font-weight:bold;
}
a.btn-outline-warning:hover {
color:#fff;
}
a.btn-outline-secondary {
color:#333; text-decoration:none;font-weight:bold;
}
.btn.small {
font-size:1.2rem;padding:0 3px 0 3px;
}
label {font-size:1.4rem;font-weight:bold;}
select.small {font-size:1.2rem !important;}
input.small {padding:1px 3px 1px 3px;font-size:1.3rem; border: 1px solid #ccc;border-radius:3px;}

@media screen and (max-width: 299px) {
    .social {
        font-size: 1.2em;
    }
}
@media screen and (min-width: 300px) and (max-width: 799px) {
    .social {
        font-size: 2em;
    }
}
@media screen and (min-width: 800px) {
    .social {
        font-size: 3em; 
    }
}

textarea {
resize: vertical;
}

/*.btn-outline-secondary {background-color:#333 !important;font-size:1.2rem !important;color:#fff !important; text-decoration:none !important;}
.btn-outline-secondary:hover {background-color:#fff !important;color:#333 !important; text-decoration:none;}*/

.coul {color:var(--color2);font-weight:bold;}/*FF7F00*/
.coul2 {color:var(--color1);font-weight:bold;}

.error-message-on {
color: #ff5149;
font-size: 11px;
font-weight: bold;
position: relative;
/*top:-8px;*/
}
.error-message-off {
font-size: 11px;
visibility: hidden;
}

/* HEADER
––––––––––––––––––––––––––––––––––––––––––––––––––
*/
.header {
 background-color:#fff;color:#333;
}
.header a {
 font-size: 1.5rem;
 color: #333;
 font-weight: 600 !important;
 font-family: 'Open Sans', sans-serif;
 text-decoration:none;
}
.header a:visited {
 color: #333;
 text-decoration:none;
}
.header a:hover {
 color: #ddd;
 text-decoration:none;
}
@media (max-width: 768px) {
    .header {
		position: relative;
    }
}
@media (min-width: 769px) {
    .header {
		position: -webkit-sticky;
		position: sticky;
 		top: 0;
 		z-index: 1000;
    }
}

.topnav {
  overflow: visible;
  background-color: #fff;
  color: #333;
  font-size: 1.5rem;
  font-family: inherit;
  text-decoration:none;
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  color: #333;
  font-weight: 600 !important;
  text-decoration: none;
  margin-top:21px;
}

.active {
  background-color: #fff;
  color:var(--color1);
}

.topnav .icon {
  display: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: visible;
}

.dropdown .dropbtn {   
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  margin: 0;
  margin-top: 21px;
  color: #333;
  font-size: 1.5rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600 !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #333;
  min-width: 300px;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #333;
  padding: 7px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 300 !important;
  border-bottom:1px dotted #999;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #fff;
  color:var(--color1);/*param*/
}

.dropdown-content a:hover {
  background-color: #eee;
  color:var(--color1);/*param*/
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav { min-height:100px;
  }
  .topnav a {
  margin-top:0;
  padding: 10px 16px;
  }
  .dropdown {
  margin-top:5px;
  }
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
	margin-top:0;/*gv*/
  }
}


/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}
#footer a {
  color: #777;
}
#footer a:hover {
  color: #FC2D43;
}
.footer a.active {
  color:#777;
}
@media (max-width: 768px) {
    .footer {
		padding-left: 0;padding-right: 0;text-align:left;
    }
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc !important;
}


.ck-editor__editable_inline {
    min-height: 400px;
}