
/* -------- */
/* Default  */
/* -------- */

.ssslide {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    display: block;
    background-size: cover;
    background-position: center;
    top: 0;
    padding-bottom: 50%;
    position: relative;
}

.BlocSousPage {
    position:relative; 
    min-height:124px;
}
.sousPageLinkDate {
    font-size: 15px;
    margin-bottom:10px;
}

.sousPageLinkTitre, .sousPageLinkTitre p {

    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}

.template2 .sousPageLinkTitre, .template2  .sousPageLinkTitre p {
    color: #216d7d;
}
.sousPageLinkDescription {
    margin-top: 20px;
}

/* -------- */
/* Generals */
/* -------- */

.clear { clear: both; } 

body { 
    background-image: url(images/tcref-bg.jpg); 
    font-family: 'Roboto', sans-serif; 
  
	
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5em;	
	
}
.sousPageLinkTitre a { display:block;}

a { text-decoration:none; }

h1 { 
    font-family: 'Nothing You Could Do', cursive;
    color: #216d7d;
    text-align:center;
    font-size:2.5em;
	line-height: 1.3em;
}

h2 {
    color:#216d7d;
    font-weight: 900;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 0.5em;

}

h3 {
  
    font-size: 1em;
    font-weight: 300;
    margin: 0.8em 0;
    text-transform: uppercase;
}

h4 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 10px;
    line-height: 1.4em;
}

.content ul { list-style:disc!important; 
padding : 0px 0px 0px 20px;
}
.content ul li { padding-bottom: 10px; }


.tmp-deep-content {
    text-align: left;
}
hr {
    height: 2px;
    background: #fff;
    width: 85%;
    margin: 50px auto;
}
a, a:link, a:visited, a:active { color:inherit;}

input,
textarea,
select { padding: 10px; }

p {

}

nav {
    color: #fff;
}

input,
textarea {
    border: 1px solid #216d7d;
    color: #216d7d;
}

.center {
    text-align: center;
}

/* -------------------------- */
/* Header => Background-image */
/* -------------------------- */

.img-bg-header {
    background-image: url(images/tcref_header.png);
    background-position: bottom;
    padding-bottom: 13.41%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

/* -------------- */
/* Header => Logo */
/* -------------- */

.logo { width:125px; }

/* --------------------------------- */
/* Menu => Not-logged-in & connected */
/* --------------------------------- */

.connection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.not-logged-in,
.connected {
    padding-bottom: 15px;
}

.not-logged-in {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

.not-logged-in li a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-size: 14px;
}

.not-logged-in li:nth-child(2) a::before { 
    content: "/";
    padding-left: 5px; padding-right: 5px;
}

.connected li {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 3px;
}

.connected li button {
    position: relative;
    color: #FFFFFF;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    outline: none;

    text-transform: initial;
    font-size: 13px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 5px 10px;
    margin-top: 5px;
}

.connected li button:after {
    content: "";
    background: #f1f1f1;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.connected li button:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    -webkit-transition: 0s;
    transition: 0s
}

/* ------------------------- */
/* Menu => Normal & Intranet */
/* ------------------------- */

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-transform: uppercase;
}

.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.menu ul li {
    margin-right:20px;
}

.menu .normal {
    padding-bottom: 15px;
    font-size: 15px;
}

.menu .normal li:nth-child(-n+4) a:hover {
    position:relative;
}

.menu .normal li:nth-child(-n+4) a:hover:before{
    content: url(images/butterfly.png);
    display: block;
    position: absolute;
    top: -18px;
    left: -15px;
}

.menu .normal li:last-child a {
    margin-left: 10px;
    font-size: 20px;
}

.menu .intranet {
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 15px;
}

.menu .normal li:last-child,
.menu .intranet li:last-child {
    margin-right: 0px;
}

.intranet .deep p {
    cursor: pointer;
}

/* -------------------- */
/* Menu => Input Search */
/* -------------------- */

.menu input {
    background: url(images/mark.png);
    background-repeat: no-repeat;
    border: none;
    text-align: right;
    font-size: 10px;
    color: #216d7d;
    width: 194px;
    background-position: center right;
    height: 29px;
    padding-top: 13px;
    padding-right: 20px;
    box-sizing: border-box;
    text-transform: uppercase;
    outline: none;
}

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

input:-moz-placeholder {
   color: #848484;  
}

input::-moz-placeholder {
   color: #848484;  
}

input:-ms-input-placeholder {  
   color: #848484;  
}

/* --------------------- */
/* Menu => Button Mobile */
/* --------------------- */

.img-bg-header .container12 {
    position:relative;
}

#btn-mobile {
    background: transparent;
    border: none;
    outline:none;
    width: 60px;
    height: 45px;
    position: absolute;
    top:15px;
    right: 15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#btn-mobile span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#btn-mobile span:nth-child(1) {
  top: 0px;
}

#btn-mobile span:nth-child(2),#btn-mobile span:nth-child(3) {
  top: 10px;
}

#btn-mobile span:nth-child(4) {
  top: 20px;
}

#btn-mobile.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#btn-mobile.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#btn-mobile.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#btn-mobile.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.box-menu {
    overflow-y: visible;
	max-height: 500px; /* approximate max height */

    -webkit-transition-property: all;

    transition-property: all;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
}

.box-menu.open {
 	max-height: 500px;
}

/* --------------- */
/* Main => Accueil */
/* --------------- */

.template-accueil .container12 {
    text-align:center;
}

.template-accueil h1 {
    font-family: 'Roboto', sans-serif; 
    font-weight: 900;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 30px;
}

/* ----------- */
/* Newsletters */
/* ----------- */

.newsletters {
    text-align:center;
}

.newsletters h3 {
    text-align: center;
    font-weight: 900;
    color: #216d7d;
    font-size:16px;
}

.newsletters span {
    font-family: 'Nothing You Could Do', cursive;
    color: #fff;
    font-size:16px;
    line-height: 69px;
}

.bg-newsletters {
    background: url(images/mark-green.png);
    background-repeat: no-repeat;
    border: none;
    color: #216d7d;
    height: 86px;
    background-position: center;
	text-align: center;
}

.newsletters input {
    background: url(images/mark_02.png);
    background-repeat: no-repeat;
    border: none;
    text-align: right;
    font-size: 13px;
    color: #216d7d;
    width: 175px;
    background-position: center right;
    height: 30px;
    padding-top: 13px;
    padding-right: 20px;
    box-sizing: border-box;
    outline: none; 
}


.lst_membre { column-count:4;}
/* ---------------------- */
/* Team Widget */
/* ---------------------- */

.team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.team .box {

}

.team .box  {
    margin-right: 20px;
}

.editMode .box_photo, .editMode .imageDrop {
    background-color: rgba(0,0,0,0.14);
    min-height: 100px;
}
.team .box_photo {
    width:100px;

    min-height: 100px;
   
    border-radius: 50%;
    overflow: hidden;
}


.team .box_photo .ssslide { padding-bottom: 100%; height: inherit; }

.team  a {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: rgb(0, 89, 147);
    margin-top: 10px;
}


.team .box .box_nom {
    font-weight: 700;
    font-size: 21px;

}

.team .box .box_fonction {
    font-weight: 300;
    font-size: 17px;

    margin-top: 5px;
}

.team .box .box_description {
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    line-height: 16px;
  
    margin-top : 10px;
}

/* ---------------------- */
/* Override CMS */
/* ---------------------- */

#sortable .add .add_btn  {

  padding: 0.1em;
  border-radius: 50%;
  border: black 7px solid;

}

.add { background-color:transparent; }

/* ---------------------- */
/* News => Bloc sous page */
/* ---------------------- */

.news .ssslide {
    padding-bottom: 70%;
}

/* ------------------------------ */
/* Publications => Bloc sous page */
/* ------------------------------ */
.template1 #sortable { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    flex-wrap: wrap;
}

.template1 .grid {
    background: url(images/tcref_bloc.png);
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-size: 1200px 500px;
}

.template1 .grid .ssslide { padding-bottom: 60%; border-bottom: 4px solid #fff; }
.template1 .grid .blocinfo { padding: 1em 1em 3em; }
.template1 .grid .sousPageLinkTitre a:hover { text-decoration: underline; color: #fff;}
.template1 .grid .sousPageLinkTitre,
.template1 .grid .sousPageLinkDescription  { color: #fff; }

/* ------------------------------ */
/* Template => Liste des fichiers */
/* ------------------------------ */

.list_fichier .sousPageLinkDate {
    font-size: 12px;
}

.list_fichier .sousPageLinkTitre p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}

.list_fichier .sousPageLinkDescription {
    margin-top: 0.5em;
}

.list_fichier .sousPageLinkDescription p {
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: 300;
    color: #000;
}

.list_fichier .sousPageLinkIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.sousPageLinkDate { display: none; }
.tmp-deep-content .list_fichier .sousPageLinkIcon {
	     display: inline-block;
}

.list_fichier .sousPageLinkIcon {
    font-size: 12px;
    margin-top: 0.5em;
}

.list_fichier .sousPageLinkIcon span { 
    display:block;
    text-align:center;
    margin: 0.5em auto; 
} 
.fa-binoculars,
.fa-download { font-size: 20px;}
.fa-binoculars { color: #92d1dc; }
.fa-download { color: #bbcf29; }

/* ----------------------------- */
/* Formulaire - Modal => contact */
/* ----------------------------- */

.modal-contact,
.modal-new-member,
.modal-connection {
    position: fixed;
    z-index: 9999;
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: none;
    background-size: cover;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.box-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;  
    -webkit-box-align: center;  
        -ms-flex-align: center;  
            align-items: center;
}

.box-modal .grid_6:first-child { margin-bottom: 0; position: relative; }
.form-modal { margin-top: 0; }
.form-modal .group-form { margin:0; }
.form-modal .group-form:last-child { margin-top:0.5em;}
.form-modal .group-form:last-child button { margin: 0 1.5% 0; }

.box-modal i { position: absolute; top: 0; right: 0; }

.sp-between { 
    -webkit-box-pack: justify; 
    -ms-flex-pack: justify; 
    justify-content: space-between; 
}

.group-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align:left;
    margin: 1.5%;
} 

.group-form span {
    font-size: 12px;
    color: #216d7d;
    margin: 0 1.5% 1.5%;
}

.group-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    width: 47%;
    margin: 1.5%;

} 

.group-input label {
    color: #216d7d;
    font-size: 16px;
    margin-bottom: 5px;
} 

.box-modal .grid_6 p {
    margin: 1.5%;
    color: #216d7d;
    font-weight: 700;
    font-size: 1.5em;
    text-transform: uppercase;
}

/* -------------------------------- */
/* Formulaire - Modal => New Member */
/* -------------------------------- */

.group-select label {
    color: #216d7d;
    font-size: 16px;
    margin-bottom: 5px;
} 

.group-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    width: 47%;
    margin: 1.5%;
	
} 
.group-select select {
    margin-bottom: 1.5%;
    border: 1px solid #216d7d;
    color: #216d7d;
} 

.group-select select option {
    font-weight: 700;
    color:#216d7d;
} 

.group-checkbox {
    margin: 1.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width:100%;
}

.group-checkbox label {
    color: #216d7d;;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-left: 10px;
    /*width:100%;*/
}

input[type=checkbox] {
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  padding: 10px;
  border: none;
  border-radius: 0px;
  background: #fff;
}

.center-cnt { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

/* -------------------------------- */
/* Formulaire - Modal => Connection */
/* -------------------------------- */
.modal-connection .container12 {
    text-align: center;
}

.form-connection{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-connection .box-connection p {
    font-weight: 700;
    font-size:1em;
    color:#fff;
    text-transform: initial;
}

.form-connection a {
    color: #216d7d;
    font-weight: 500;
    margin-top: 0.5em;
}

.box-connection {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(images/tcref_bg_connection.png);
    background-repeat: no-repeat;
	width: 100%;
    padding: 3em;
    color: #fff;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.box-connection a {
    text-transform: initial;
    font-size: 0.8em;
    color: #fff; 
    margin-top:0; 
}

.form-connection div input {
    font-size:1.1em;
    padding: 0px;
    background: url(images/mark-normal.png);
    background-repeat: no-repeat;
    border: none;
    text-align: center;
    font-family: 'Nothing You Could Do', cursive;
    width: 231px;
    height: 30px;
    margin: 0.5em 0em;
}


.modal-connection .reverse {
    background: url(images/mark-reverse.png);
    background-repeat: no-repeat;
}

.modal-connection form div input::-webkit-input-placeholder {
   color: #216d7d;
}

.modal-connection form div input:-moz-placeholder {
   color: #216d7d;  
}

.modal-connection form div input::-moz-placeholder {
   color: #216d7d;  
}

.modal-connection form div input:-ms-input-placeholder {  
   color: #216d7d;  
}

/* ---------------- */
/* Button => submit */
/* ---------------- */

.btn-submit {
    font-family: 'Nothing You Could Do', cursive;
    background: url(images/btn-green.png);
    border: none;
    outline: none;
    width:199px;
    height: 34px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 25px;
}

.btn-submit:hover,
.btn-submit:focus {
    background: url(images/btn-blue.png);
}

/* ------ */
/* Footer */
/* ------ */

.img-bg-footer {

    background: url(images/tcref-footer-001.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    background-color:#071b2f;
    margin-top: 15%;
}

footer h2, footer h4 { color: white; }
.img-bg-footer::before {
	content: "";
    display: block;
    background: url(images/tcref-footer-002.png);
    background-position: bottom;
	background-repeat: no-repeat;
    background-size: 100%;

	position:absolute;
	height: 600px;
	width: 100%;
	top:-600px;
	z-index: -10;
}
.container12 .box-address {
    margin-top: 30px;
}
.address {
    text-align:center;
    font-size: 0.9em;

}

.address img {
    margin: 0px 5px;
}

.heart-svg { width: 12px; }
.fish-svg { width: 20px; }
.drop-svg { width: 8px; }

.menu-footer {
    margin-top: 2em;
    margin-bottom: 2em;
}

.menu-footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.menu-footer ul li {
    border-right: 1px solid #fff;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.4em;
}

.menu-footer ul li:last-child {
    border-right: none;
}

footer .list_fichier .sousPageLinkDescription p {
    color: #fff;
}

footer .list_fichier .sousPageLinkTitre p {
    color: #fff;
}

footer .btn-submit {
    font-size: 1.3em;
}

/* -------------------- */
/* Footer => Calendrier */
/* -------------------- */

#calendar .typoCalendrierAjax {
    color: #fff;
    font-family: 'Nothing You Could Do', cursive;
    font-size:26px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-align:center;
}

#calendar .flechecalen {
    display: inline-block;
}

#calendar .calsui,
#calendar .calpre {
    color: #fff;
    font-family: 'Nothing You Could Do', cursive;
    font-size:26px;
    margin-left: 10px;
}

#calendar table {
    color: #216d7d;
    border-collapse: separate;
    border-spacing: 8px;
}

#calendar .calnommois {
    color: #fff;
    margin-bottom: 10px;
    font-weight:500;
}

#calendar .calnommois td {
    padding : 5px 0;
}

#calendar tr td p {
    font-weight: 500;
}
.caljourvide {
    background:#fff;
    font-size: 1em;
    text-align: center;
} 

.caljourplein {
    background:#bbcf29;
    font-size: 1em;
    text-align: center;
    color:#fff;
} 

/* ------------------ */
/* Navigation => Deep */
/* ------------------ */

.deep-nav {
    margin-top: 50px;
}
.deep-nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.deep-nav ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 3em;
    margin-bottom: 1em;
}
.deep-nav a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Nothing You Could Do', cursive;
    text-align: center;
}

.deep-nav span {
    margin-top: 1em;
    display:block;
    background: url(images/mark_deep.png);
    width: 104px;
    height: 19px;
    margin-left: auto;
    margin-right: auto;
}

/* -------------- */
/* Modal Redactor */
/* -------------- */

.mfp-bg, #redactor-modal-overlay, #redactor-modal-box {
    background: rgba(255,255,255, 0.9);
}
/* ------------- */
/* Error message */
/* ------------- */
#message {
    font-size: 14px;
}

label.error {
    color: #D8000C;
    font-size: 0.8em;
    line-height: 1em;
    padding-top: 5px;
}

.w-all { width:100%; }

.callBackMessage{
    background: #ffffff;
    padding: 1em;
    margin: 2em 0;
}

.callBackMessage.error {
    color: #D8000C;
    background-color: #FFBABA;
}

.callBackMessage.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.terms-link{
	text-decoration:underline;
	font-weight:bold;
}
a.newsletter_subscribe{
	color:#fff;
	font-size:1.4em;
}
/* ---------- */
/* Responsive */
/* ---------- */

@media screen and (min-width: 1306px) { 
    #btn-mobile { display: none; }
}

@media screen and (max-width: 1305px) { 
    .not-logged-in li a { font-size: 12px; }
    .menu .normal { font-size: 14px; }
    .menu .intranet { font-size: 13px; }
    #btn-mobile { display: none; }


}

@media screen and (max-width: 1000px) { 
    .sousPageLinkTitre p{
        font-size: 24px;
        line-height: 26px;
    } 

}

@media screen and (max-width: 640px) { 
    .menu input { display:none; }
    #btn-mobile { display: initial; }
    
    h4 { font-size: 0.9em; }

    header .grid_2 { padding: 1.5%;}
    .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .menu ul li { 
        margin-right: 0px; margin-bottom: 10px;
        font-size: 15px; 
    }

    .not-logged-in li a { font-size: 15px; }
    .connected,
    .connection,
    .menu .normal,
    .menu .intranet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
    }

    .menu .normal { 
        margin-bottom: 10%;
    }
    .menu .normal li:last-child a {
        margin-left: 10px;
        font-size: 25px;
    }

    .box-menu { overflow-y: hidden; max-height: 0px; margin-top: 2%; }

    .box-menu.open {
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 1s;
                transition-duration: 1s;
        -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
                transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        max-height: 500px;
    }

    .sousPageLinkTitre p{
        font-size: 24px;
        line-height: 26px;
    } 

    .template-accueil h1 {
        font-size: 23px;
        line-height: 26px;
    }

    .template1 {
        display: initial;
    }

    .template1 .grid {
        padding: 0px 0px 2em;
    }

    .box-modal .grid_6:first-child {
        margin-bottom: 0!important;
    }
    .form-modal {
        margin-top: 0!important;;
    }
    .container12 .box-address {
        margin-top: 30px!important;
    }

    .menu .normal li:nth-child(-n+4) a:hover {
        position:initial;
    }

    .menu .normal li:nth-child(-n+4) a:hover:before {
        content: "";
        display: initial;
        position: initial;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 460px) {
    .box-modal .grid_6 p {
        font-size: 1.2em;
        line-height: 1em;
        margin-bottom: 0px;
    }
    .group-input,
    .group-select { width:100%; }
    .not-logged-in li a { font-size: 14px; }
}

@media screen and (max-width: 437px) {
    .newsletters { display:none;}
}