@charset "utf-8";
/* CSS Document */
html {
  font-size: 80%;
}
/*change la couleur de sélection de texte*/ ::-moz-selection {
  background-color: rgba(0, 102, 153, .7);
}
::selection {
  background-color: rgba(0, 102, 153, .7);
}
body {
  margin: 0;
  padding: .5rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  min-width: 360px;
}
hr {
  height: 1px;
  text-align: center;
}
h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 2.1rem;
  font-weight: bold;
  font-variant: small-caps;
  color: #00519C;
  text-align: center;
}
h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #00519C;
  text-align: center;
}
h3 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #00519C;
  margin: 1rem 0 0 0;
  padding-bottom: 0;
}
h4 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 1rem 0 0 0;
  font-weight: bold;
  font-size: 1.3rem;
}
h5 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: normal;
}
p {
  /*	font-size: 1.2rem;*/
  margin: 0rem 0 0 0;
}
td {
  /*	font-size: 1.2rem;*/
  margin: 0 0 1rem 0;
}
ul {
  text-align: left;
  margin: 0;
  padding-left: 15px;
  list-style: none;
  /*	text-indent: -10px;*/
}
li li:before {
  content: "\2022";
  margin: 0px 5px 0px 0px;
  color: #00519C;
}
.sommaire li:before {
  content: "";
}
.sommaire li li li:before {
  content: "- ";
}
li {
  color: black;
}
b, strong {
  font-weight: bold;
  color: #00519c;
  font-style: italic;
}
table {
  font-size: 3rem;
  font-weight: normal;
  margin-top: 0px;
  vertical-align: middle;
  border-collapse: collapse;
  width: 70rem;
}
td, th {
  vertical-align: middle;
  text-align: center;
}
table p {
  margin-top: 0px;
  /*text-align: left;*/
}
th {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  /*font-size: 1.15rem;*/
 
}
img {
  border: none;
  margin: 0;
  padding: 0;
}
img.imagedeco {
  display: none
}
*.imagetaillefixe {
  width: auto;
  height: auto;
}
a {
  text-decoration: none;
  color: #00519c;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #00519c;
}
.invisible {
  display: none;
}
.visible {
  display: block;
}
.highresonly {
  display: none;
}
header {
  display: block;
}
header div {}

header #logo {
	float: left;
  width: 20%;
  height: 10rem;
}

/*
#ecarmf  {
	float: right;
	min-width: 155px;
	margin-top: 10px;
	padding:20px 0 0 10px;
	right: 10px;
}

#ecarmf a {
	font-size: 1.4rem;
	height: 50px;
	width: 170px;
	overflow: hidden;
	min-width: 170px;
}

#ecarmf svg {
	fill:#00519c;
	height: 3.5rem;
	top:30px;
	float: right;
	right: 5px;
	position: absolute;
	}
	
*/






#accesrapides path {
  fill: #00519c;
}
#barredemenu #menu1 {
  margin-top: 4rem;
}
#menu1 {

	clear: both;
}
#menu1 .download, #menu1 .ecoute, #menu1 .accueil, #menu1 .carm, #menu1 img {
  display: none;
}
#menu1 h1 {
  display: none;
}
#menu1 ul {
  list-style: none;
  padding: 0;
  margin: auto;
}
#menu1 h2 {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  height: 7rem;
  line-height: 6rem;
  background-image: linear-gradient(to top, #00519C, #aab8db);
  border: 3px solid white;
  border-radius: 10px 0px;
  margin: 0;
  transition: all .5s ease-in-out;
}

#menu1 h2 a {
  color: white;
}
#menu1 .info h2 {
  width: 100%;
  margin-bottom: 3rem;
}
#menu1 ul ul {
  display: none;
}
#menu1 li.actualites h2:hover {
  background: #00519C;
  border-radius: 15px 0px;
  border-color: #85D0F0;
  color: white;
}
#menu1 img {
  width: auto;
  height: auto;
  border: 1px solid green;
}
#menu1 li:before {
  content: none;
}
#menu1 li.carm h2:hover, .carm #menu1 li.carm {
  background: #ffcc00;
  background-image: linear-gradient(to top, #ffcc00, #ffeeaa);
  border-radius: 15px 0px;
  border-color: #ffcc00;
}
#menu1 li.coti h2:hover, .coti #menu1 li.coti {
  background: #57ab27;
  background-image: linear-gradient(to top, #57ab27, #cde6bf);
  border-radius: 15px 0px;
  border-color: #57ab27;
}
#menu1 li.retr h2:hover, .retr #menu1 li.retr {
  background: #f38a00;
  background-image: linear-gradient(to top, #f38a00, #faddb7);
  border-radius: 15px 0px;
  border-color: #f38a00;
}
#menu1 li.prev h2:hover, .prev #menu1 li.prev {
  background: #006ab3;
  background-image: linear-gradient(to top, #006ab3, #c9e6f9);
  border-radius: 15px 0px;
  border-color: #006ab3;
}
#menu1 li.rev h2:hover, .rev #menu1 li.rev {
  background: #b6101d;
  background-image: linear-gradient(to top, #b6101d, #e9b7bb);
  border-radius: 15px 0px;
  border-color: #b6101d;
}
#menu1 li.capim h2:hover, .capim #menu1 li.capim {
  background: #85d0f0;
  background-image: linear-gradient(to top, #85d0f0, #d6effa);
  border-radius: 15px 0px;
  border-color: #85d0f0;
}
#menu1 li.calc h2:hover, .calc #menu1 li.calc {
  background: #69207c;
  background-image: linear-gradient(to top, #69207c, #d1bad6);
  border-radius: 15px 0px;
  border-color: #69207c;
}
#menu1 li.doc h2:hover, .doc #menu1 li.doc {
  background: #c9d200;
  background-image: linear-gradient(to top, #c9d200, #edf0ab);
  border-radius: 15px 0px;
  border-color: #c9d200;
}
#menu1 li.info h2:hover, .info #menu1 li.info {
  background: #a00057;
  background-image: linear-gradient(to top, #a00057, #dfaac7);
  border-radius: 15px 0px;
  border-color: #a00057;
}
#documentations {
  display: none;
}
#formulaires span {
	display: none;
}
#framephp {
  border-top: 0;
  padding-top: 0;
}
#framephp .retourpagedac, #framephp .partagefb, #framephp .download {
  text-align: center;
}
div.download {
  
  margin-left: -4rem;
}
#framephp li.actualites, #framephp li.carm, #framephp li.coti, #framephp li.retr, #framephp li.rev, #framephp li.prev, #framephp li.capim, #framephp li.calc, #framephp li.doc, #framephp li.info, #framephp li.ecoute, #framephp li.accueil {
  display: none;
}
#framephp .bandeaubleu {
  text-align: center;
  font-size: 3rem;
  display: block;
  margin: auto;
}
#framephp li:before {
  content: none;
}
#framephp > ul {
  margin-left: 2rem;
}
#framephp ul {
  margin: 0;
  padding: 0;
}

#framephp ul ul ul li:before   /*, #framephp #factualites ul li:before a retirer ?*/ {
  content: "- ";
}
#google .invisible:before {
  content: "Rechercher sur le site : ";
  float: left;
  padding: .3rem .5rem 0 .5rem;
}

#google #cse-search-box { float: left; padding-top: 2px; 
}
#google {
  width: 100%;
  min-width: 380px;
  background-color: lightgrey;
  height: 3rem;
  display: block;
  float: left;
  padding: .5rem 0rem 0 0;
  position: absolute;
  top: 8rem;
  box-sizing: border-box;
  font-size: 1rem;
  border:3px solid white
}
#google .invisible {
  visibility: visible;
  display: block;
  float: left;
  text-align: left;
  line-height: 1.2rem;
  box-sizing: border-box;
}
#google svg {
  position: absolute;
  left: 1rem;
	display: none;
}
#google div {

}


#content   {}

/*
#content img, #contentphp img {
  width: 100%;
  height: auto;
}
*/
#content img.imagetaillefixe, #contentphp img.imagetaillefixe {
/*  width: 13rem;
*/
	width: auto; height: auto
}
#content img[src$="nouveau2.gif"], #contentphp img[src$="nouveau2.gif"] {
  width: 45px;
}
#content img.retourautop, #contentphp img.retourautop {
  text-align: center;
  width: auto;
  margin: auto;
  display: block;
}
/*
#content h2:first-of-type {
  font-size: 2.2rem;
  color: #00519c;
	margin-top: 2rem;
}
*/
#sabonner {
  display: none;
}

#content h3 a {
  text-align: right;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  padding: 1.5rem 0 0 0;
color: #00519c;
  transition: 1s ease-in-out;
}

#content h3:after {
    content: " >";
    font-size: 1.2rem;
    font-weight: normal;
    color: #00519C;
    padding-right: 1rem;
    font-style: italic;
}

#content .newsn h2:first-of-type {
  font-size: 2rem;
  font-style: italic;
	
}
#content .newsn h2 { padding:1rem 0; background-color: rgba(0,81,156,0.20); font-size: 1.5rem; }

#content .newsn h2 img {
  display: none;
}
#content .newsn h2:nth-of-type(n+5) {
  display: none;
}
#content .newsn a:nth-of-type(n+4) {
  display: none;
}
#content .newsn p:nth-of-type(n+5) {
  display: none;
}
#contentphp h2 img {
  display: none;
}
#contentphp .newsn h2 {
  border-top: 1px solid #00519c;
  padding-top: 2rem;
}
.newsn img:nth-of-type(n+5) {
  display: none;
}
.rubrique {
  border-top: 2px solid #00519C;
  clear: both;
  margin-top: 2rem;
  text-align: center;
}
#espaceperso, #videos, #statistiques, #publicationalaune, #agenda, #documentations {
  text-align: center;
}
/*#videos h3 a, #statistiques h3 a, #documentations h3 a,  #publicationalaune h3 a, #formulaires h3 a  { text-align:center; font-style:italic; font-weight:normal; color:white;	}*/
#videos img {
  border-radius: 1.5rem 0 1.5rem 0;
  width: 80%
}

#documentations .container {
  border: 1px solid orange;
  text-align: center;
  clear: both;
  display: table;
  min-width: 30rem;
  margin: auto;
}
#documentations .container div:nth-of-type(odd) {
  display: table-cell;
}
#documentations .container div:nth-of-type(even) {
  display: none;
}

#social {
  width: 100%;
  background-color: #00519c;
  min-width: 30rem;
  margin-top: 2rem;
}
#social h2, #social a {
  color: white;
  text-align: center;
}
#social div {
  float: left;
  width: 100%;
  text-align: center;
}
#social iframe {
  text-align: center;
  margin: auto;
  padding-bottom: 2rem;
  min-width: 32rem;
  width: auto;
}

#social responsive .mj-form { border:
1px solid yellow;}

#social div {
  text-align: center;
  margin: auto;
}
footer {
  background-image: linear-gradient(to bottom, #003366, #00519c);
  padding-left: 1rem;
  min-width: 25rem;
}
footer a {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: normal;
}
footer a:visited {
  color: white;
}
footer a:hover {
  text-decoration: underline;
  animation: ease-in-out;
}
footer ul ul {
  margin-left: 1rem;
}
footer .actualites, footer .coti, footer .retr, footer .rev, footer .prev, footer .capim, footer .calc, footer .info, footer .doc, footer .download, footer img {
  display: none;
}
footer #carm {
	display: block;
}
footer svg {
  fill: white;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer li {
  color: white;
}
footer li:before {
  content: none;
}
footer .carm h2 {
  padding-top: 2rem;
}
footer h2 {
  margin-bottom: 0;
  text-align: left;
  padding-left: 1rem;
}
footer h3 {
  padding: 0;
  margin: 0;
}
footer h2 ~ ul {
  padding-left: 1rem;
}
footer h3 ~ ul, footer h1 {
  display: none;
}
footer p {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 1rem;
  ;
}

/*#iFrameResizer0 { width: 200px; padding-left: 1rem; margin-left: 1rem; text-align: center;}
*/
.mj-w-res-iframe { width:200px;}
#agevie {
  color: white;
  text-align: center;
  padding:2rem;
  font-style: italic;
  font-size: 3rem;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
/*  animation: battement 4s infinite;*/
  clear: both;
  margin-top: 0;
    background-color: #00519c;
}
@keyframes battement {
  0% {
    color: rgba(256, 256, 256, 1)
  }
  80% {
    color: rgba(256, 256, 256, 0)
  }
  90% {
    color: rgba(256, 256, 256, 1)
  }
  100% {
    color: rgba(256, 256, 256, 0)
  }
}
/*CARMF*/
.carm h2, .carm h3, .carm h5, .carm .zoneactive, .carm .zoneactive:hover, .carm a:hover, .carm #contentphp h2 a, .carm #contentphp h3 a {
  color: #FFCC00;
}
.carm table h3 {
  color: #00519C;
  background-color: #FFCC00;
  text-align: center;
}
.carm table {
  border: 2px solid #FFCC00;
  border-collapse: collapse;
}
.carm th {
  background-color: #FFCC00;
  color: black;
  text-align: center;
  border: 2px solid #FFCC00;
}
.carm td {
  border: 2px solid #FFCC00;
}
.carm table .fondfonce, .carm table .fondfonced, .carm table .fondfonceg {
  background-color: #FFCC00;
  color: white;
}
.carm table .fondfondclair, .carm table .fondfondclairg, .carm table .fondfondclaird {
  background-color: #fff0b3;
  color: black;
}
.carm table tr:nth-child(odd) {
  background-color: #fff0b3;
}
/*COTISANT*/
.coti h2, .coti h3, .coti h5, .coti .zoneactive, .coti .zoneactive:hover, #framephp .coti a:hover, .coti #contentphp h2 a, .coti #contentphp h3 a {
  color: #57ab27;
}
.coti table {
  border: 2px solid #57AB27;
  border-collapse: collapse;
}
.coti th {
  background-color: #57AB27;
  color: white;
  text-align: center;
  font-size: 3rem;
  border: 2px solid #57AB27;
}
.coti td {
  border: 2px solid #57AB27;
}
.coti table .fondfonce, .coti table .fondfonceg, .coti table .fondfonced {
  background-color: #99CC00;
  color: black;
}
.coti table .fondfondclair, .coti table .fondfondclairg, .coti table .fondfondclaird {
  background-color: #ccff66;
  color: black;
  font-weight: normal;
}
.coti table tr:nth-child(odd) {
  background-color: #ccff66;
}
/*.coti table tr:nth-child(2) {	background-color : #99CC00; font-weight:bold;}
*/
/*.coti table tr:last-child {	background-color : #99CC00;}
*/
/*RETRAITE*/
.retr h2, .retr h3, .retr h5, .retr .zoneactive, .retr .zoneactive:hover, #framephp .retr a:hover, .retr #contentphp h2 a, .retr #contentphp h3 a {
  color: #f38a00;
}
.retr table {
  border: #f38a00 2px solid;
  border-collapse: collapse;
}
.retr th {
  background-color: #f38a00;
  color: white;
  text-align: center;
  border: #f38a00 2px solid;
  /*	font-size: 1.5rem;*/
}
.retr td {
  border: 2px solid #f38a00;
}
.retr table .fondfonce, .retr table .fondfonceg, .retr table .fondfonced {
  background-color: #FFCC66;
  color: #333333;
}
.retr table .fondfondclair, .retr table .fondfondclairg, .retr table .fondfondclaird {
  background-color: #f8e0b7;
  color: #333333;
}
.retr table tr:nth-child(odd) {
  background-color: #f8e0b7;
}
/*.retr table tr:nth-child(2) {	background-color : #FFCC66; font-weight:bold;}
*/
/*.retr table tr:last-child) {	background-color : #f8e0b7;}
*/
/*PREVOYANCE*/
.prev h2, .prev h3, .prev h5, .prev .zoneactive, .prev .zoneactive:hover, #framephp .prev a:hover, .prev #contentphp h2 a, .prev #contentphp h3 a {
  color: #00519C;
}
.prev table {
  border: 2px solid #00519C;
  border-collapse: collapse;
}
.prev th {
  background-color: #00519C;
  color: white;
  text-align: center;
  border: 2px solid #00519C;
}
.prev td {
  border: 2px solid #00519C;
}
.prev table .fondfonce, .prev table .fondfonceg, .prev table .fondfonced {
  background-color: #00519C;
  color: black;
}
.prev table .fondfondclair, .prev table .fondfondclairg, .prev table .fondfondclaird {
  background-color: #DDE1F0;
  color: black;
}
.prev table tr:nth-child(odd) {
  background-color: #DDE1F0;
}
/*REVERSION*/
.rev h2, .rev h3, .rev h5, .rev .zoneactive, .rev .zoneactive:hover, #framephp .rev a:hover, .rev #contentphp h2 a, .rev #contentphp h3 a {
  color: #b6101d;
}
.rev table {
  border: 2px solid #b6101d;
  border-collapse: collapse;
}
.rev th {
  background-color: #b6101d;
  color: white;
  text-align: center;
  border: 2px solid #b6101d;
}
.rev td {
  border: 2px solid #b6101d;
}
.rev table .fondfonce, .rev table .fondfonced, .rev table .fondfonceg {
  background-color: #b6101d;
  color: black;
}
.rev table .fondfondclair, .rev table .fondfondclaird, .rev table .fondfondclairg {
  background-color: #ffb5bb;
  color: black;
}
.rev table tr:nth-child(odd) {
  background-color: #ffb5bb;
}
/*CAPIMED*/
.capim h2, .capim h3, .capim h5, .capim .zoneactive, .capim .zoneactive:hover, #framephp .capim a:hover, .capim #contentphp h2 a, .capim #contentphp h3 a {
  color: #85d0f0;
}
.capim table {
  border: #85d0f0 solid 1px;
  border-color: #85d0f0;
  margin: 0;
  padding: 2px;
  border-collapse: collapse;
}
.capim table h3 {
  background-color: #85d0f0;
  color: #FFF;
  margin-bottom: 0px;
  text-align: center;
}
.capim th {
  background-color: #85d0f0;
  color: #00519C;
  text-align: center;
  border: 2px solid #85d0f0;
  /*	font-size: 1.1em;*/
}
.capim table .fondfonce, .capim table .fondfonced, .capim table .fondfonceg {
  background-color: #85d0f0;
  color: black;
}
.capim table .fondfondclair, .capim table .fondfondclaird, .capim table .fondfondclairg {
  background-color: #d2f2ff;
  color: black;
}
.capim table tr:nth-child(odd) {
  background-color: #d2f2ff;
}
/*CALCULETTE*/
.calc h2, .calc h3, .calc h5, .calc .zoneactive, .calc .zoneactive:hover, #framephp .calc a:hover, .calc #contentphp h2 a, .calc #contentphp h3 a {
  color: #993399;
}
.calc table {
  border: 2px solid #993399;
  border-collapse: collapse;
}
.calc th {
  background-color: #993399;
  color: white;
  text-align: center;
  border: 2px solid #993399;
}
.calc td {
  border: 2px solid #993399;
}
.calc table .fondfonce, .calc table .fondfonced, .calc table .fondfonceg {
  background-color: #cc66cc;
  color: black;
}
.calc table .fondfondclair, .calc table .fondfondclaird, .calc table .fondfondclairg {
  background-color: #ffccff;
  color: #993399;
}
.calc table tr:nth-child(odd) {
  background-color: #ffccff;
}
/*DOCUMENT*/
.doc h2, .doc h3, .doc h5, #framephp .doc a:hover, .doc #contentphp h2 a, .doc #contentphp h3 a {
  color: #00519C;
}
/*	



/*.doc table {
	border : 2px solid  #9cc51f;
	border-collapse: collapse;
}
.doc th {
	background-color : #cdf553;
	color : #006600;
	text-align : center;
	font-size: 1.5rem;
	border : 1px solid #9cc51f;
}
.doc td {
	border : 1px solid  #9cc51f;
}
.doc table .fondfonce, .doc table .fondfonceg, .doc table .fondfonced {
	background-color : #9cc51f;
	color : black;
}

.doc table .fondfondclair, .doc table .fondfondclairg, .doc table .fondfondclaird {
	background-color :  #cdf553;
	color : black;
	font-weight: normal;
}
.doc table tr:nth-child(odd) {
	background-color :  #cdf553;
}*/
/*INFO*/
.info h2, .info h3, .info h5, #framephp .info a:hover, .info #contentphp h2 a, .info #contentphp h3 a {
  color: #a00057;
}
.info table {
  border: #a00057 solid 1px;
  border-color: #a00057;
  margin: 0;
  padding: 2px;
  border-collapse: collapse;
  
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.info th {
  background-color: #a00057;
  color: white;
  text-align: center;
}
.info table .fondfonce, .info table .fondfonced, .info table .fondfonceg {
  background-color: #a00057;
  color: black;
}
.info table .fondfondclair, .info table .fondfondclaird, .info table .fondfondclairg {
  background-color: #ff8ecb;
  color: black;
}
.info table tr:nth-child(odd) {
  background-color: #ff8ecb;
}
.actualites table {
  border: #85d0f0 solid 1px;
  border-color: #85d0d0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
.actualites table h3 {
  color: #FFF;
  background-color: #006ab3;
  text-align: center;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border: #006ab3 solid 1px;
}
.actualites table .fondfonce, .actualites table .fondfonced, .actualites table .fondfonceg {
  background-color: #85d0f0;
  color: black;
}
.actualites table .fondclair, .actualites table .fondclaird, .actualites table .fondclairg {
  background-color: #85d0f0;
  color: white;
}
.actualites th {
  background-color: #00519C;
  color: white;
  text-align: center;
  border: 1px solid #85d0d0;
}
.actualites td {
  border: 1px solid #85d0d0;
}
.actualites table tr:nth-child(odd) {
  background-color: #85d0f0;
}
/*.retr table tr:nth-child(2) {	background-color : #FFCC66; font-weight:bold;}
*/
/*.retr table tr:last-child {	background-color : #f8e0b7;}*/
.actualites hr {
  color: #00519c;
}
*.date, .date, .actualites .date, .chiffrescles .date {
  text-align: right;
  padding-right: 5px;
}
.pagedesdocs {
  width: 600px;
  margin: auto;
}
.pagesdesdocs h3, .pagesdesdocs img {
  display: block;
  float: left;
}

#fraude { background-color: mediumpurple;
font-size:2.1rem;
font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
margin: 1rem 0;
padding: 5px;
font-weight: bold;
border-radius: 1rem 1rem 0 0 ;
animation: clignote2 5s ease-in-out infinite;
text-align: center;

		
}
#fraude a {  color: white;
	  /*animation: clignotant 2s ease-in-out infinite;*/

	
}


.cdf path, .cdf polygon, .cdf text, .cdf a:hover, .cdf tspan {
  fill: #d3d6e9;
  ;
  text-decoration: none;
}
.cdf polygon, .cdf path {
  stroke: #00519c;
  stroke-width: 0.75;
  stroke-miterlimit: 10;
}
.franceentiere path {
  stroke-width: 0.25;
}
.cdf tspan, .cdf text {
  font-family: Arial, Helvetica, sans-serif;
  fill: #00519c;
  font-size: 9px
}
.cdf svg {
  width: 100%;
  height: 600px;
}

#cdfs text {
	font-size:2rem;
}

#cdfs tspan {
	font-size:1.5rem;
}


.fondblanc, .fondblancg, .fondblancd {
  background-color: #FFFFFF;
  color: black;
  font-weight: normal;
}

.cartouche {
  border: .2rem solid #00519c;
  width: 80%;
  padding: 1rem;
  margin: 2rem auto;
  border-radius: 0rem 1rem 0rem 1rem;
  box-shadow: 5px -5px 2px lightgrey;
  text-align: justify;
  background-color: rgba(0, 81, 156, .15);
}
.cartouche img {
  float: left;
  padding: .1rem 1rem 1rem .1rem;
}
.cartouche h2 {
  color: #00519C;
  font-weight: bold;
  font-variant: small-caps;
  margin-top: 0px
}


body,
button,
input,
select,
optgroup,
textarea {
    color: #3d4852;
    font-family: 'Muli', sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
}

h1 {
    font-size: 2rem;
    margin: 2rem auto 1rem;
    line-height: 1;
}

h2 {
    font-size: 3.2rem;
    margin-top: 0;
}

a {
    color: #00519c;
    transition: 0.25s all ease-in-out;
}

a:visited {
    color: #00519c;
}

a:hover,
a:focus,
a:active {
    color: white;
}


a:hover,
a:active {
    outline: 0;
}

a.button {
    align-items: center;
    background-color: #3d4852;
    border: 1px solid #3d4852;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-flex;
    padding: 0.25rem 0.75rem;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

a.button:hover,
a.button:focus {
    background-color: #58636F;
    box-shadow: 0 0 2px 2px #bac6d3;
}

a.button:focus {
    outline: 1px solid #3d4852;
}

a.button:visited {
    color: #fff;
}

ul {
    margin: 0 0 1.5rem;
    padding: 0;
}

/*
li {
    display: inline-block;
}
*/

/*
svg {
    fill: currentColor;
    width: 1.5rem;
    height: 1.5rem;
}
*/

img {
    
	width: auto;
    margin: 1rem 0 0 1rem;
    max-width: calc(100% + 2rem);
    position: relative;
    left: -1rem;
    right: -1rem;
}

p {
    margin: 0 0 .5rem;
}

main {
    padding: 1rem 2rem;
    margin: auto;
}


.card {
    border: 1px solid #bac6d3;
    border-radius: 8px;
    padding: 1rem;
}

/********************************
* Carousel styles
*********************************/
.carousel-items {
    display: flex;
    overflow-x: scroll;
    padding: 1rem 0;
    scroll-snap-type: x mandatory;
}

.carousel-item {
    flex: 1 0 250px;
    margin-left: 1rem;
    scroll-snap-align: start;
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #3d4852;
    border-radius: 3px;
}


/********************************
* Breakpoints
*********************************/
@media screen and (min-width: 576px) {
    .carousel-item {
        flex-basis: 300px;
    }
}

@media screen and (min-width: 992px) {

    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 1.125rem;
    }

    h1 {
        font-size: 2.75rem;
    }

    .carousel-item {
        flex-basis: 325px;
    }
}

@media screen and (min-width: 1280px) {
    h1 {
        font-size: 4rem;
    }

    .carousel-item {
        flex-basis: 238px;
    }
}

@media screen and (min-width: 1600px) {

    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 1.25rem;
    }
}

.gridcontainer {width: 95%;
				    margin: auto;
					display: grid;
					gap: 10px 10px;
 					grid-auto-flow: row;
					padding: 20px 10px 10px 10px;
					border-radius: 0px 0px 15px 15px;
					background-color: #00519c;
					border-collapse: collapse;}
/*		.gridcontainer * {margin: 0; padding: 0;}*/
		.gridcontainer h2 { margin-bottom: 10px; padding-right: 1.5rem;}
		.gridcontainer p   {margin-bottom: 1rem;    padding: 0 2rem 0 1.9rem; }
		.gridcontainer article {  margin: 10px 10px 10px 10px; background-color: rgba(255,255,255,0.9); border-radius:10px;}
		.gridcontainer img {float: left; margin: 20px 15px 10px 30px; height: 60%; width: 20%;  object-fit: cover;}
		.gridcontainer article:nth-of-type h2 {font-size:3rem; padding-bottom: 2rem;}
		.gridcontainer article:nth-of-type(n) a { font-size: 1.9rem; padding: 3rem 1.5rem 2rem 1.5rem; line-height: 2.5rem;}	
		.gridcontainer article:nth-of-type(n) p { max-height: 22rem; font-size: 2.9rem; overflow: hidden;}
		.gridcontainer article:nth-of-type(1) { grid-area: new1; }
		.gridcontainer article:nth-of-type(2) { grid-area: new2; }
		.gridcontainer article:nth-of-type(3) { grid-area: new3; }
		.gridcontainer article:nth-of-type(4) { grid-area: new4; }
		.gridcontainer article:nth-of-type(5) { grid-area: new5; }
		.gridcontainer article:nth-of-type(6) { grid-area: new6; }


		.cinq {		
			background-color: rgba(0,81,156,0.5);

		grid-template-columns: repeat(1, 1fr);
  		grid-template-rows: repeat(6, 1fr);
		grid-template-areas:
			"new1"
			"new1"
			"new2"
			"new2"
			"new3"
			"new3"
			;}
		
		.gridcontainer.cinq article:nth-of-type(n+4) {display: none;}
		

		

		.sept {
			background-color: rgba(87,171,39,0.5);

		grid-template-columns: repeat(1, 1fr);
  		grid-template-rows: repeat(7, 1fr);
		grid-template-areas:
			"new1"
			"new1"
			"new2"
			"new2"
			"new3"
			"new3"
			"new4";}

		
		.gridcontainer.sept article:nth-of-type(n+5) {display: none;}
		.gridcontainer.sept article:nth-of-type(n) p { max-height: 27rem; font-size: 2.9rem; overflow: hidden;}
		.gridcontainer.sept article:nth-of-type(4) {background-color: rgba(87,171,39,0.6);}
		.gridcontainer.sept article:nth-of-type(4) h2 { padding: 3rem 0 0 2rem; color: white;}
		.gridcontainer.sept article:nth-of-type(4) a { text-align: center; color: white; padding: 3rem 0 0 0; }
		.gridcontainer.sept article:nth-of-type(4) img {float: left; margin: 20px 15px 10px 30px; height: 90%; width: 20%;  object-fit: cover;}



		.septret {
			background-color: rgba(243,138,0,0.5);}

		.gridcontainer.septret article:nth-of-type(4) {background-color: rgba(243,138,0,0.6);}


#menutop {width: 100%;
				   	display: grid;
					gap: 10px 10px;
 					grid-auto-flow: row;
			background: linear-gradient(to right);
					background-color: #00519c;
					border-collapse: collapse;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	margin-top: 0.2rem;}
		
		#menutop img {float: left; margin: 0.3rem 0 0 2rem;     height: 11rem;    width: auto;}
		#menutop svg {fill: #00519C;}
		#menutop article.ecarmf:nth-of-type(n) { float:  right; height: 7rem;	color: #00519c;  	font-weight: bold;   	font-size: 2.7rem;  	  	padding: 0.8rem 1rem 1rem 1rem; line-height: 1.2;	}
		#menutop article:nth-of-type(n) div svg  {fill: #00519C; padding: 1rem 3rem 0 0;}

		#menutop article.ecarmf:nth-of-type(n):hover svg {	fill: white;	transition: 0.5s ease-in-out;	box-shadow: 1px 1px 1px grey;		background-color: #6DA8DF;}
		#menutop article.ecarmf:nth-of-type(n):hover div{ color: white;	transition: 0.5s ease-in-out;	text-decoration: underline #6DA8DF;	box-shadow: 1px 1px 1px grey; background-color: #6DA8DF}
		#menutop article.ecarmf:nth-of-type(n) svg {fill:#00519C; background-color: white; padding: 0.3rem 0.6rem 0.3rem 0.6rem ;	border-radius: 1.2rem 0 0 1.2rem;	height: 6.6rem;		transition: 0.7s ease-in-out; margin-left: 12.85rem; }
		#menutop article.ecarmf:nth-of-type(n) a div {border-radius: 0 1rem 1rem 0; padding: 0.2rem 1.3rem 0rem 0.2rem; height: 7rem;	background-color: white;	text-align: left; transition: 0.7s ease-in-out; vertical-align: middle; float:  right; margin-right: 1.5rem;}
		#menutop article:nth-of-type(1) { height: 15rem; background-image: url("/dev/images/logo-carmf.jpg"); background-size: 35rem 17rem; background-repeat: no-repeat;}
		

		#menutop article:nth-of-type(2) {display: none}
		#menutop article:nth-of-type(6) {display: none}
		#menutop article:nth-of-type(3) {display: none} 
		#menutop article:nth-of-type(4) {display: none} 
		#menutop article:nth-of-type(5) {display: none}
		#menutop article:nth-of-type(7) {display: none}
		#menutop article:nth-of-type(8) {display: none}

				
		#menutop article:nth-of-type(1) { grid-area: new1; }
		#menutop article:nth-of-type(2) { grid-area: new2; }
		#menutop article:nth-of-type(3) { grid-area: new3; }
		#menutop article:nth-of-type(4) { grid-area: new4; }
		#menutop article:nth-of-type(5) { grid-area: new5; }
		#menutop article:nth-of-type(6) { grid-area: new6; }
		#menutop article:nth-of-type(7) { grid-area: new7; }
		#menutop article:nth-of-type(8) { grid-area: new8; }
		#menutop article:nth-of-type(9) { grid-area: new9; }
		#menutop article:nth-of-type(10) { grid-area: new10; }
		
		#menutop {
		grid-template-columns: repeat(2, 1fr);
  		grid-template-rows: repeat(2, 1fr);
		
		grid-template-areas:
			"new1 new9"
			"new1 new10";

}
		
		#menutop article:nth-of-type(n+11)  {display: none;}


.gridcontainer3 {width: 95%;
				   	display: grid;
					gap: 10px 10px;
 					grid-auto-flow: row;
					background-color: white;
					border-collapse: collapse;
					margin-bottom: 2rem;
					margin-top: 2rem;
					margin-left: 2rem;}

		.gridcontainer3 a { margin:0; padding: 0; font-size: 2.1rem;}
		.gridcontainer3 h2 { line-height: 2.5rem; font-size: 3.5rem; margin-top: 2rem;}
		.gridcontainer3 img { width: 40%; height: auto; margin: 1.6rem 0 0 4.3rem; }
		.gridcontainer3 img.vdo { width: 75%; height: auto; margin: 0.4rem 0 0 4.3rem;}

		

		.gridcontainer3 article.list:nth-of-type(n) ul {list-style: none;  margin: 1rem 0 0 2.2rem;  padding: 0;	display: table;}
		.gridcontainer3 article.list:nth-of-type(n) li {  display: table-cell;	height: 6rem;	  float: left;  border: 1px solid lightgrey;  margin: 0 0 2rem 0;  box-sizing: border-box;  border-radius: 0rem 1rem 1rem 0rem;  text-indent: 0;  padding: 2rem;  vertical-align:middle;}
		.gridcontainer3 article.list:nth-of-type(n) li:before {	content: none;}
		.gridcontainer3 article.list:nth-of-type(n) li:nth-of-type(odd) {  background-color: #00519c;  color: white;  font-weight: bold;  font-size: 4rem;   width: 16rem; height: 12rem;  line-height: 4rem;  text-align: center;  border-radius: 1rem 0rem 0rem 1rem;  border: none;}
		.gridcontainer3 article.list:nth-of-type(n) li:nth-of-type(even) {  width: 50rem; height: 12rem; font-weight: bold;  color: #00519C;  text-align: left; padding: 1.5rem;	font-size: 3rem; vertical-align:middle;}
		.gridcontainer3 article.list:nth-of-type(n) a { margin:0; padding: 0; font-size: 3.3rem;}

		.gridcontainer3 article.demarche:nth-of-type(n) ul {  margin: 0 0 0 0;}
		.gridcontainer3 article.demarche:nth-of-type(n) li {  list-style: none;	 padding: 2rem 0 0 0;  font-size: 2rem;  font-weight: 200; line-height: 3rem;}
		.gridcontainer3 article.demarche:nth-of-type(n) li li { padding: 2rem 0 0 5rem;}
		.gridcontainer3 article.demarche:nth-of-type(n) li:before {  content: " \002023 ";  color: #00519C;  font-size: 4rem; padding-right: 0rem;}
		.gridcontainer3 article.demarche:nth-of-type(n) a { margin-top: 1rem; padding-top: 1rem; font-size: 2rem; font-weight: normal;}

		.gridcontainer3 article.acces:nth-of-type(n) ul {  padding: 0;  margin: 0.7rem 0 0 2.2rem;  width: 95%;  transition: all .5s ease-in-out;}
		.gridcontainer3 article.acces:nth-of-type(n) li {  list-style: none;  display: table;  float: left;  width: 33%;  height: 21rem;  background-color: rgba(223, 239, 255, 1);  border-collapse: collapse;  box-sizing: border-box;  vertical-align: bottom;  text-align: center;  border: 2px solid white; border-radius: 1.7rem;}
		.gridcontainer3 article.acces:nth-of-type(n) p {  display: table-cell;  vertical-align: middle;  text-align: center;  bottom: 0;  font-size: 2.3rem;  color: #00519c;  font-family: rial, Helvetica, sans-serif; font-weight: bold;  transition: all .5s ease-in-out; margin-top: 2rem;}
		.gridcontainer3 article.acces:nth-of-type(n) svg {  margin: 10px 0;	padding: 0 0 0 10px; width: 6rem; height: 6rem;}
		.gridcontainer3 article.acces:nth-of-type(n) p:hover {  transition: all .5s ease-in-out;  background-image: linear-gradient(to top, #00519c, rgba(176, 216, 255, 1));  border-radius: 1.7rem;}
		.gridcontainer3 article.acces:nth-of-type(n) li:before {  content: "";}
		.gridcontainer3 article.acces:nth-of-type(n) p:hover path {  fill: white;}
		.gridcontainer3 article.acces:nth-of-type(n) path {  fill: #00519c;}
		.gridcontainer3 article.acces:nth-of-type(n) p:hover a {  color: white;  text-decoration: none;}
		.gridcontainer3 article.acces:nth-of-type(n) a { margin:0; padding: 0; font-size: 2.8rem;}
		
		.gridcontainer3 article:nth-of-type(4) {display: none;}
			
		.gridcontainer3 article:nth-of-type(1) { grid-area: new1; }
		.gridcontainer3 article:nth-of-type(2) { grid-area: new2; }
		.gridcontainer3 article:nth-of-type(3) { grid-area: new3; }
		.gridcontainer3 article:nth-of-type(4) { grid-area: new4; }
		.gridcontainer3 article:nth-of-type(5) { grid-area: new5; }
		.gridcontainer3 article:nth-of-type(6) { grid-area: new6; }
		.gridcontainer3 article:nth-of-type(7) { grid-area: new7; }
		.gridcontainer3 article:nth-of-type(8) { grid-area: new8; }
		
		
		.gridcontainer3 {
		grid-template-columns: repeat(1, 1fr);
  		grid-template-rows: repeat(7, 1fr);
		
		grid-template-areas:
			"new1"
			"new2"
			"new3"
			"new5"
			"new6"
			"new7"
			"new8"
			
			;
}
.sidenav {
  height: 60%;
  width: 45rem;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -45rem;
  background-color: white;
  padding-top: 60px;
  transition: right 0.5s ease;
}

.sidenav ul {
  list-style-type: none;
  padding: 5rem 0 0 2rem;
  margin: 0;
}

/* Sidenav menu links */
.sidenav a {
  padding: 2rem 1rem 1rem 2rem;
  text-decoration: none;
  font-size: 5rem;
	font-weight: bold;
  color: #00519C;
  display: block;
  transition: 0.3s;
	margin-bottom: 1rem;
}

.sidenav li:nth-of-type(1) {  background-image: linear-gradient(to bottom, rgba(255, 204, 0, 0) 85%, rgba(255, 204, 0, 1) 85%, rgba(255, 204, 0, 1) 95%);
}
.sidenav li:nth-of-type(2) {  background-image: linear-gradient(to bottom, rgba(87, 171, 39, 0) 85%, rgba(87, 171, 39, 1) 85%, rgba(87, 171, 39, 1) 95%);
}
.sidenav li:nth-of-type(3) {  background-image: linear-gradient(to bottom, rgba(243, 138, 0, 0) 85%, rgba(243, 138, 0, 1) 85%, rgba(243, 138, 0, 1) 95%);
}
.sidenav li:nth-of-type(4) {  background-image: linear-gradient(to bottom, rgba(0, 106, 179, 0) 85%, rgba(0, 106, 179, 1) 85%, rgba(0, 106, 179, 1) 95%);
}
.sidenav li:nth-of-type(5) {  background-image: linear-gradient(to bottom, rgba(182, 16, 29, 0) 85%, rgba(182, 16, 29, 1) 85%, rgba(182, 16, 29, 1) 95%);
}
.sidenav li:nth-of-type(6) {  background-image: linear-gradient(to bottom, rgba(133, 208, 240, 0) 85%, rgba(133, 208, 240, 1) 85%, rgba(133, 208, 240, 1) 95%);
}

.sidenav a:hover {
  color: #111;
}

/* Active class */
.sidenav.active {
  right: 0;
}

/* Close btn */
.sidenav .close {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 5rem;
}

.burger-icon span {
  display: block;
  width: 6.5rem;
  height: 1rem;
  background-color: white;
  margin: 1rem 0 1rem 28rem;
}



#sabonner {
  display: block;
  float: right;
  width: 33rem;
  height: 5rem;
  background-color: rgba(0,81,156,0.5);
  border-radius: 15px 15px 0px 0px;
  position: relative;
  color: white;
  text-align: center;
  font-size: 3rem;
	font-weight: bold;
  margin: 1rem 1.12rem 0 0;
}
#sabonner a {
  color: white;
}

#sabonner2 {
  display: block;
  float: left;
  width: 23rem;
  height: 6rem;
  background-color: rgba(0,81,156,0.5);
  border-radius: 15px 15px 0px 0px;
  position: relative;
  color: white;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin: 0 0 0 1.18rem;
	
}


#btcoti {
  display: block;
  float: right;
  width: 36rem;
  height: 5rem;
  background-color: rgba(87,171,39,0.5);
  border-radius: 15px 15px 0px 0px;
  position: relative;
 color: white;
  text-align: center;
  font-size: 3rem;
	font-weight: bold;
  margin: 1rem 1.12rem 0 0;
}
#btcoti a {
  color: white;
}

#btcoti2 {
display: block;
  float: left;
  width: 26rem;
  height: 6rem;
  background-color: rgba(87,171,39,0.5);
   border-radius: 15px 15px 0px 0px;
  position: relative;
color: white;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin: 0 0 0 1.18rem;
}

#btret {
  display: block;
  float: right;
  width: 31rem;
  height: 5rem;
  background-color: rgba(243,138,0,0.5);;
 border-radius: 15px 15px 0px 0px;
  position: relative;
 color: white;
  text-align: center;
  font-size: 3rem;
	font-weight: bold;
  margin: 1rem 1.12rem 0 0;
}

#btret2 {
 display: block;
  float: left;
  width: 21rem;
  height: 6rem;
  background-color: rgba(243,138,0,0.5);;
   border-radius: 15px 15px 0px 0px;
  position: relative;
  color: white;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin: 0 0 0 1.18rem;
}

#btret a {
  color: white;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 70rem;
/*  -ms-touch-action: pan-y;*/
  margin: auto;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-item:hover {
	border: 1px solid grey;
	box-sizing: border-box;
	border-radius: 10px;
	transition: all .5s ease-in-out;
	box-shadow: 3px 3px 3px grey; 

}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  /*	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
/* suppression 01/12/23  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
/* mouse grab icon */
/*
.grabbing {
  cursor: url(/grabbing.png) 8 8, move;
}
*/
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  /*	zoom: 1; propriété inconnue*/
  display: inline; /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  /*	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;*/
  border-radius: 30px;
  background: #869791;
  /*	filter: Alpha(Opacity=50);*/ /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  /*	filter: Alpha(Opacity=100);*/ /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  /*	zoom: 1; commande non reconnue*/
  display: inline; /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  /*	filter: Alpha(Opacity=50);*/ /*IE7 fix*/
  opacity: 0.5;
  /*	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;*/
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  /*	filter: Alpha(Opacity=100);*/ /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  /*	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;*/
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 80px;
  background: url(AjaxLoader.gif) no-repeat center center
}
#owl-demo .item {
  margin: 10px;
}
#owl-demo .item img {
  display: block;
  width: 33%;
  height: auto;
}

