﻿@font-face {
  font-family: 'banner-moncompte__montserratbold';
  src: url("../Fonts/Montserrat-Bold.otf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'banner-moncompte__montserratmedium';
  src: url("../Fonts/Montserrat-Medium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'banner-moncompte__montserratregular';
  src: url("../Fonts/Montserrat-Regular.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'banner-moncompte__montserratlight';
  src: url("../Fonts/Montserrat-Light.otf");
  font-weight: 300;
  font-style: normal;
}

* 
{
    margin: 0px;
    padding: 0px;
}


html
{ 
    height:100%; 
    font-family: 'banner-moncompte__montserratregular', Helvetica, Arial, sans-serif;
    font-size: 10pt;
}

body
{ 
    height:100%; 
    margin-bottom: 60px;
    overflow: hidden;
}

main{
    display: block;
}

a img 
{
    border : 0px
}

.Button
{
	padding: 2px 5px 2px 5px;
    white-space:normal;
}

.svg-monprofil {
	vertical-align: text-bottom; 
	overflow: visible; 
	padding-left: 6px;
	width: 15px;
	height: 15px;
}

#header 
{
	width: 100%;
	text-align: left;
}

#header > table
{
     width: 100%;
     border-spacing: 4px;
}

#header > table > tbody > tr > td
{
    padding: 4px;
}

#header #gen-title 
{ 
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #666;
	margin-top: 26px;
}

#header #all 
{
	background-color: #11abc5;
	font-size: 11px;
	padding-left: 6px;
	padding-top: 1px;
	width: 100%;
	float: left;
}

#header #all a
{
	font-weight: bold;
	text-decoration: none;
	font-family: 'banner-moncompte__montserratregular', Helvetica, sans-serif;
	color: #FFF; 
	line-height: 20px;
}

#header #service-title 
{ 
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 17px;
}

#header #icon 
{ 
	height: 36px;
	width: 36px;
	margin : 18px 0px 0px 12px;
}

#header #titles 
{
	float:left;
	width: 100%;
	height: 58px;
}
	
#header .logo 
{ 
    float: left;
}

#header #content 
{
    height: 65px;
}

ul.tabs
{
    padding: 0px 8px;
    list-style: none;
    margin: 2px 0px;
    line-height: 20px;
}

ul.tabs > li
{
    display: inline;
}

ul.tabs > li.tab
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    border: 1px solid rgb(206, 206, 206);
    border-bottom: 1px solid rgb(206, 206, 206);
    color: rgb(153, 153, 153);
    background: #F8F8F8;
    padding: 4px 12px;
    margin: 0px;
}

ul.tabs > li.active
{
    background-color: #CCCCCC !important;
    border-color: rgb(155, 155, 155) !important;
    border-bottom-width : 0px !important;
}
ul.tabs > li.active a
{
    color: #777777 !important;
}
ul.tabs > li a
{
    color: rgb(153, 153, 153);
    text-decoration: none;
}

#sidePanel
{
	vertical-align:top;
	width:380px;
}

#sidePanel .filetree
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

#sidePanel .filetree li span:hover
{
    background-color : #cccccc;
} 
#sidePanel .districtForm
{
    position : relative;
}

#sidePanel .checkUncheck
{
	float : right;
    cursor : pointer;
}

.selected 
{
    background-color : #cccccc !important;
}

#tabContent .title table
{
    width: 100%; 
    border-collapse: collapse; 
    padding: 0px;
}

#tabContent .title img
{
    padding-left: 10px;
}

#tabContent #sideDomain
{
    width: 76px; 
    height: 100%; 
    overflow: hidden;
}
#tabContent #sideDomain > div
{
    float: right;
    width: 76px; 
    height: 100%;
}
#tabContent #sideDomain #domainLogo
{
    max-width: 76px;
}

#tabContent #sideDomain #domainName
{
    white-space: nowrap;
    font-family: "Perpetua Titling MT", Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;
    font-size: 18pt;
    font-weight: bold;
    color: black;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg); 
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    text-overflow: ellipsis;
}

#tabContent #sideDomain, 
#tabContent #cardContent .title
{
    background: #0063AA; 
}

#cardContent
{
    padding: 16px;
}

#cardContent .title
{
    padding: 8px 16px;
    font-family: "Perpetua Titling MT", Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;
    font-size: 18pt;
    font-weight: bold;
    color: Black;
}

#cardContent .title img
{
    float: right;
}

#cardContent .subtitle
{
    font-family: Arial, Helvetica, Serif;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    padding: 8px 0px;
    width: 100%;
}

#cardContent .subtitle td
{
    vertical-align: top;
}

#cardContent .subtitle .periodicity
{
    width: 100%;
}

#cardContent .subtitle .logo
{
    text-align: center;
}

#cardContent .subtitle .price
{
    white-space: nowrap;
    padding-left: 8px;
}

#cardContent .header
{
    padding: 4px;
    font-family: Arial, Helvetica, Serif;
    font-size: 14pt;
    font-weight: bold;
    background: #CECECE url('/Images/arrow_down_small.png') no-repeat;
    padding-left: 36px;
    height: 21px;
    margin-top: 16px;
}

#cardContent p
{
    padding: 4px; 
    font-family: Arial, Helvetica, Serif;
    font-size: 11pt;
    padding-bottom: 12px;
}

#cardContent .planning
{
     width: 100%;
}

#cardContent .planning td, 
#cardContent .planning th
{
    font-family: Arial, Helvetica, Serif;
    font-size: 10pt;
    padding: 4px 2px;
}

#cardContent .planning td.semester
{
    text-align: center;
    font-weight: bold;
}

#cardContent .planning td.location
{
    text-align: center;
}

#cardContent .planning td.location div
{
    border-bottom: 1px solid #AAA;
}

#cardContent .planning tr.even
{
    background-color: #EEE;
}

#cardContent #element_UF_UE ul
{
    list-style-type: none;
}
#cardContent #element_UF_UE ul ul
{
    padding-left: 16px;
}

#tabContent
{
    overflow: auto;
    border: 1px solid rgb(206, 206, 206);
    margin: 0px 8px 0px 8px;
}

#contentPanelCart
{
    overflow: auto;
    height: 100%;
}

#tabContent h1
{
    background: #11ABC5;
    color: white;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
    padding: 3px;
    margin: 0px;
    padding-left: 1.2em;
    line-height: 1.3;
}

#tabContent .results
{
    padding: 8px; 
    overflow: auto;
}

#tabContent .results > table
{
    width: 100%;
    padding: 2px;
    border-spacing: 0px;
}

#tabContent .results > table th, 
#tabContent .results > table td
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    padding: 4px;
}

#tabContent .results > table th
{
    background: #E8EAED;
    cursor: default;
}

#tabContent .results > table td
{
    border-bottom: 1px solid #E8EAED;
}

#tabContent .results > table tr
{
    cursor: pointer;
}

#tabContent .results > table tr:hover,
.planning tr:hover
{
    background: #FAFAF0;
}

.info
{
    background: transparent url("/Images/information.png") no-repeat 1px center;
    padding-left: 20px !important;
}
.info.sessions
{
    padding : 10px;    
}

#tabContent .contentPanel
{
    color: #555;
    padding: 8px;
}

#tabContent #accueil
{
    margin: auto; 
    position: relative;
    padding: 10px;
}
#tabContent #accueil ul
{
    padding: 10px;
}
#tabContent #accueil ul
{
    margin-left: 30px;
    list-style-type: decimal;
}
#tabContent #accueil ul.simple-list
{
	list-style-type:none;
}

#tabContent .centered
{
    text-align: center;
}

#tabContent .leftalign
{
    text-align: left;
}

#tabContent .fixed-width
{
    max-width :50px;
}

#searchLayout #locationPanel h4
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    padding: 0px;
    margin: 0px;
}

#searchLayout #locationPanel
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    padding: 1em 2.2em;
    /*height: 70% !important;*/

}

#searchLayout
{
    border-collapse: collapse;
	width: 100%;
}

#searchLayout>tbody>tr>td
{
    padding: 0px;
}

#searchLayout #contentPanel
{
    width: 100%; 
    vertical-align: top;
}

#searchLayout #sidePanel
{
    border-right: 1px solid #CECECE; 
    background: #E6E6E6;
}

#accordion
{
	width:100%;
	height:100%;
}

#contentPanel 
{
	overflow:auto;
	width:100%;
}

#searchLayout #tree
{
    width: 100%; 
    /*height: 90% !important;*/
}

@media (max-width:756px) {
    #searchLayout #tree {
        width: 100%;
        /*height: 83% !important;*/
        overflow:auto;
    }
}

#searchByLocationPanel
{
   bottom: 0;
}

#searchLayout #tree .notice
{
    padding: 8px; 
    font-family: Arial; 
    font-size: 10pt;
    /*height: 80% !important;*/
}

#searchLayout .checkboxList
{
    margin-top: 4px;
    margin-bottom: 12px;
    border: 1px solid #CCC;
    width: 100%;
    min-height: 70px;
    overflow: auto;
}

#searchLayout .checkboxList>table
{
    border-spacing: 0px;
}

#searchLayout .checkboxList>table td
{
    padding: 2px;
    vertical-align: middle;
}

#searchLayout .checkboxList .wide
{
    width: 100%;
}

#searchLayout .inputForm
{
     padding: 1em 2.2em;
    /*padding: 8px 8px 100% 8px;*/
}

#searchLayout .inputForm div
{
    font-family: Arial, Helvetica, Serif;
    font-size: 10pt;
}

#searchLayout .inputForm input[type=text]
{
    margin-top: 4px;
    margin-bottom: 12px;
    width: 100%;
}

#searchLayout .inputForm .buttons
{
    text-align: right;
}

#searchLayout .inputForm .buttons input[type=submit]
{
    padding: 4px; 
    width: 100px;
}

#stats
{
    font-family: Tahoma;
}

#stats h3
{
    padding: 8px 0px;
    padding-top: 16px;
}

#stats table td
{
    padding: 0px;
}

#stats table th
{
    padding: 0px 4px;
    vertical-align: top;
    font-size: 8pt;
}

#stats h4
{
    font-size: 9pt;
    padding: 2px 0px;
}

.clear
{
    clear: left; 
    display: block;
}

/*.login
{
    float: right;
}*/

.login > a
{
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 12pt !important;
    vertical-align: middle;
    padding-right: 6px;
    padding-left: 6px;
    color: #fff !important;
    font-weight: normal !important;
    background-repeat: no-repeat;
}

.login > a.logoff
{
    background-image: url("/Images/key_go.png");
    padding-left: 20px;
    background-position: left center;
}

.login > a.logon
{
    background-image: url("/Images/user.png");
    padding-left: 20px;
    background-position: left center;
}

.login > a.sulogon
{
    background-image: url("/Images/user_gray.png");
    padding-left: 20px;
    background-position: left center;
}

.login > a.admin
{
    background-image: url("/Images/gear_wheel.png");
    padding-left: 20px;
    background-position: left center;
	background-size: 16px 16px;
}
.require
{
    color: #ee0000 !important;
}

.form
{
	height: 100%;
	width: 100%;
}
.fieldset
{
	border: none;
}

#center
{
	/*height: 570px !important;*/
	width: 100%;
}

#center .scroll
{ 
	width:100%;
	height:100%;
}

.Top
{
	top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: White;
	padding: 3px 5px;
	background-color: #064986;
}

.Bottom
{
    position: fixed;
    bottom: 55px;
	text-align: center;
	width: 100%;
	background-color: #11abc5;
	z-index: 999;
}


/* Style du footer */

.footer {
    bottom: 0;
    left: 0;
    position: fixed;
    margin-top: -50px;
    width : 100%;
    height: 60px; 
    font-size: 1.1rem;
    font-weight: 300;
    background-color: #EEE;
}

@media (min-width: 1160px){
	.layout-wrapper {
		padding-left: 0;
		padding-right: 0;
		width: 1100px;
	}
}

.layout-wrapper {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-wrapper {
    padding: 20px 0 10px;
}

@media (min-width: 650px){
	.footer-logo {
		margin: 0 50px 0 0;
	}
}

.footer-logo {
    display: inline;
    float: left;
    text-align: center;
}

.footer-links {
    list-style: none;
    display: inline;
    margin-left: 10px;
    padding: 0;
}


.footer-links>li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}


.footer-links a {
    color: #333;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}

a {
    background-color: transparent;
}

.footer-links a:hover {
    border-bottom: 1px solid #333;
    color: #000;
	cursor: pointer;
}

.footer-links a {
    color: #333;
    text-decoration: none;
}


#layout-stack {
    background-color: #fff;
    color: #000;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Positionnement du bouton Mon Compte */
.banner-mon-compte__connexion-wrapper {
	color: #fff;	
    z-index: 200;
	position: relative;
	left: 5px;
	margin-top: 2px;
	margin-right: 20px;
}

svg:not(:root) {
    overflow: hidden;
}

.icon-avatar {
	padding-top: 9px;
	margin-left: 9px;
}


/* Style du header */
.rheader{
    left: 0;
    top: 0;
	margin-bottom: 10px;
    background-color: #0C518A;
    height: 60px;
    position: relative;
    width: 100%;
    z-index: 300;
}

@media (min-width: 1161px) {
	.rheader, .rheader-logo {
		height: 60px;
		transition: height 0.2s ease;
	}
}

@media (min-width: 1161px) {
	.rheader {
		text-align: right;
	}
}

@media (min-width: 1370px){
	.rheader-logo {
		border-bottom: 0;
		left: 30px;
		left: calc(50% - 650px);
		width: 285px;
	}
}

@media (min-width: 1161px){
	.rheader-logo {
		left: 15px;
		position: absolute;
		width: 185px;
	}
}

@media (min-width: 1161px){
	.rheader-logo, .rheader-locales {
		transition: -webkit-transform 0.2s ease;
		transition: transform 0.2s ease;
	}
}

@media (min-width: 1161px) {
	.rheader, .rheader-logo {
		height: 60px;
		transition: height 0.2s ease;
	}
}

@media (min-width: 1370px){
	.rheader-logo-paris {
		background-position: 50% 54%;
		width: 180px;
	}
}

@media (min-width: 1161px) {
	.rheader-logo-paris {
		background-position: 50% 60%;
		width: 140px;
	}
}

@media (min-width: 1161px) {
	.rheader-logo-paris {
		/*background-image: url(../Images/Header/CMA-Logo-large.svg);*/
        background: url(../Images/Header/header-large.PNG) center center no-repeat;
        background-repeat: no-repeat;
		background-size: contain;
		display: block;
		height: 100%;
		position: absolute;
		left: 30px;
		text-indent: -9999px;
		width: 700px;
	}
}

@media (min-width: 600px) and (max-width:1160px) {
	.rheader-logo-paris {
		/*background: url(../Images/Header/CMA-Logo-medium1.svg) center center no-repeat;*/
        background: url(../Images/Header/header-medium.PNG) center center no-repeat;
		background-size: contain;
		display: block;
		height: 100%;
		position: absolute;
		left: 25px;
		text-indent: -9999px;
		width: 325px;
	}
}

@media (max-width:599px) {
	.rheader-logo-paris {
		/*background: url(../Images/Header/CMA-Logo-small1.svg) center center no-repeat;*/
        background: url(../Images/Header/header-small.PNG) center center no-repeat;
		background-size: contain;
		display: block;
		height: 100%;
		position: absolute;
		width: 200px;
		left : 32%;
	}
}

@media (min-width: 600px) and (max-width:1160px) {
	.rheader-nav-item {
		display: inline-block;
		vertical-align: middle;
	}
}

@media (max-width:599px) {
	.rheader-nav-item {
		display: inline-block;
		vertical-align: middle;
	}
}

/*@media (max-width: 768px) {
	.item-service {
		margin-top: 10px;
	}
}*/

@media (max-width: 599px) {
	.item-service a {
		width: 40%;
		text-align: center;
	}
}

*, *:before, *:after {
    box-sizing: inherit;
}

@media (max-width:599px){
	.rheader-button-menu {
		border-right: 1px solid #fff;
		transition: border 0.2s;
	}
}

/* Style navigation */
@media (min-width: 1161px){
	.rheader-nav {
		display: inline-block !important;
		padding: 0 0 0 25px;
		vertical-align: top;
	}
}

@media (min-width: 1161px){
	.rheader-nav>ul {
		display: inline-block;
	}
}

.rheader ul, .rheader ol {
    list-style: none;
}

@media (min-width: 600px) and (max-width: 1161px){
	.rheader ul {
		margin-top: 20px;
	}
}


@media (min-width: 1161px){
	.rheader-nav-item {
		margin-left: 20px;
	}
}

@media (min-width: 1161px){
	.rheader-nav-item+.rheader-nav-item {
		margin-left: 20px;
	}
}

@media (min-width: 1161px){
	.rheader-nav-item {
		display: inline-block;
		vertical-align: top;
	}
}

@media (min-width: 1161px){
	.rheader-nav-item {
		height: 60px;
		transition: background-color 0.3s ease, height 0.2s ease;
	}
}

.rheader-nav-item {
    transition: background-color 0.5s ease;
}

@media (min-width: 1161px){
	.rheader-nav-item.account a {
		padding: 0 20px;
	}
}

.rheader-nav-item.account a {
    background-color: #0C518A;
    transition: background-color 0.3s ease;
}

@media (min-width: 1161px){
	.rheader-nav-item a {
		height: 60px;
		line-height: 60px;
		transition: height 0.2s ease, line-height 0.2s ease;
	}
}

.rheader-nav-item a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.rheader a {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 1370px){
	.rheader-nav-item.account .rheader-nav-item-icon {
		margin-right: 5px;
	}
}

@media (min-width: 1161px){
	.rheader-nav-item.account .rheader-nav-item-icon {
		margin-right: 0;
	}
}

@media (min-width: 1161px){
	.rheader-nav-item-icon {
		margin-right: 5px;
		position: relative;
		top: 3px;
		vertical-align: baseline;
	}
}

.rheader-nav-item-icon, .rheader-button-icon {
    display: inline-block;
    font-size: 2rem;
}

@media (min-width: 1161px) {
    .hoverLink:hover {
        border-bottom: 1px solid #fff !important;
        color: #fff;
        cursor: pointer;
    }
}


/* ------ New menu ------ */

@media (max-width:599px) {
  .rheader-nav {
    width:100%;
  }
}

@media (max-width:599px) {
  .rheader-nav {
    width:100%;
  }
}

@media (max-width:599px) {
  .item-service {
    width: 100%;
    text-align: center;
    display: block;
  }
}

@media (max-width:599px) {
  .item-service:hover {
      background: #0A487B;
 }
}

.rheader-nav-mobile {
	display: none;
	cursor: pointer;
	position: relative;
	top: 0;
	left: 0;
	background: #0C518A url(/Images/burger_menu.png) no-repeat center center;
	border-right: 1px solid #fff;
	height: 60px;
	width: 60px;
	-moz-border-radius: 5px;
	background-size: 40px;
}

@media (max-width:599px) {
    .item-moncompte {
        position: absolute;
        right: 0;
    }
}

    .item-moncompte {
        position: relative;
        float: right;
        right: 0;
    }

.rheader-nav-mobile:hover {
	background: #0A487B url(/Images/burger_menu.png) no-repeat center center;
	background-size: 40px;
}

@media (max-width:599px) {
  .rheader-nav-mobile {
    display:block;
  }
}

@media (max-width:599px) {
  .rheader-nav-list {
    display:none;
  }
}

@media (max-width:599px) {
	.rheader-nav-mobile-open {
		background: #0A487B url(/Images/burger_menu_close.png) no-repeat center center !important;
		background-size: 20px !important;
	}
}

@media (max-width:599px) {
	.rheader-nav-active {
		display: block;
	}
}

@media (max-width:599px) {
	.nav {
		width: 100%;
        position: absolute;
        top: 60px;
        width: 100%;
        background-color: #0C518A;
        border-top: 1px solid #fff;
	}
}

@media (max-width:599px) {
	.overlay-nav {
        background-color: rgba(70, 70, 70, 0.81);
        opacity: 1;
    }
}

.nav {
    font-size: 14px;
	float: right;
}

@media (max-width:599px) {
	.nav {
        font-size: 14px;
	    float: right;
        flex-direction: column;
    }
}

@media (max-width:599px) {
	.rheader-nav-item a {
        width: 100%;
        
	}
}

@media (max-width:599px) {
	.rheader-nav-list li span{
        display: block;
        padding: 20px 0px;
    }
}


/* Modal css */

html.modal-active, body.modal-active {
  overflow: hidden;
}

.modal.fade.in {
    background-color: rgba(70, 70, 70, 0.81);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.fade.in {
    opacity: 1;
}

.modal {
    text-align: center;
    padding: 0!important;
    z-index: 9999;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media (min-width: 768px) 
{
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

.modal-content {
    -webkit-box-shadow: none;
    margin-left: 0;
    margin-right: 0;
}
.modal-content {
    border-radius: 0px;
    box-shadow: none;
    border: none;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
}

.modal-title {
    color: rgb(57, 57, 57);
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    color: rgb(18, 82, 136);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
    line-height: 25px;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.text-center {
    text-align: center;
}

/* bouton Aller sur mon */
.btn-moncompte {
    background-color: #df225a;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    overflow: hidden;
    padding: 15px 20px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    z-index: 1;
    margin-top: 20px;
}

button.close {
    z-index: 1000;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}



