a.principal-link {
    /*text-align: justify;*/
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
  text-decoration:none ;
}

a.external-link {
    text-align: justify;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 15px ;
	text-decoration:none ;
}
a:hover.principal-link,
a:hover.external-link {
  text-decoration: underline; 
}
a.secondary-link {
    text-align: justify;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 15px ;
	text-decoration:underline ;
}
a.secondary-link:hover {
  text-decoration: underline;
  color: #0a5c71 !important;
}
a.link-picto:after {
  content: ' ' url(../modules/cnavtemplate/css/../img/external-link.png);
}
.table-mobile {
	display: none;
	width: 100%;
}
.table-row,
.table-column,
.table-both {
	display: table;
	border: none;
}
.table-simple,
.table-row,
.table-column,
.table-both,
.table-mobile {
	table-layout:fixed;
	width: 100% !important;
	word-wrap: break-word;
	margin-top: 10px;
}
.table-simple {
	color: black;
}
.table-row,
.table-column,
.table-both {
	border-collapse: collapse;
}
.table-simple,
.table-simple caption,
.table-simple th,
.table-simple td {
	border:none;
}
.table-simple caption {
	padding: 2px 0;
	color: black;
}
.table-both thead tr th:first-child {
	visibility: hidden;
	border: none;
	color: rgba(0,0,0,0);
}
.table-row caption,
.table-column caption,
.table-both caption,
.table-mobile caption {
	padding: 0;
}
.table-row .span-caption,
.table-column .span-caption,
.table-both .span-caption,
.table-mobile .span-caption {
	padding: 5px;
	color: white;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	min-width: 150px;
	display: inline-block;
}
.table-row td,
.table-column td,
.table-both td {
	border-right: 1px solid;
	border-left: 1px solid;
}
.table-row thead tr,
.table-both thead tr {
	height: 30px;
}
.table-row tbody tr,
.table-column tbody tr,
.table-both tbody tr {
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.table-row th,
.table-column th,
.table-both th {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	text-overflow: ellipsis;
	border:1px solid;
	border-top: none;
}
.table-simple td,
.table-row td,
.table-column td,
.table-both td {
	padding: 5px;
	text-overflow: ellipsis;
}
.table-simple td p,
.table-row td p,
.table-column td p,
.table-both td p {
	margin: 0;
}
.table-mobile {
	border: 1px solid;
}
.table-mobile tbody,
.table-mobile tr {
	width: 100%;
}
.table-mobile th,
.table-mobile td {
	display: block;
	padding-left: 10px;
}
.th-column {
	padding: 10px;
	margin-bottom: 5px;
}
.th-row {
	margin-top: 10px;
}
.table-mobile td {
	margin-bottom: 15px;
}

/*Mobile screen*/
@media screen and (max-width: 993px) { 
	.table-mobile {
		display: table;
	}
	.table-row,
	.table-column,
	.table-both {
		display: none;
	}
}

.btnPrimaire {
    padding: 13px 16px;
    font-size: 15px;
    font-family: 'Roboto';
    font-style: normal;
    line-height: 18px;
    border: 0;
    border-radius: 23px;
    color: #fff;
    box-shadow: 0px 5px 10px rgba(53, 131, 63, 0.25); 
    background: linear-gradient(90deg, #015A94 -1.32%, #0071B9 100%);
    display: inline-block;
    margin: 5px 0px 5px 0px;
}

.btnPrimaire a, .btnPrimaire a:hover {
    color: #fff !important;
    text-decoration: none;
}

.btnPrimaire:focus {
    outline-offset: 2px;
    outline: 2px solid;
}

.btnTertiaire:focus{
    outline-offset: 0px;
    outline: 2px solid;
    box-shadow: 0px 5px 10px rgba(72, 129, 159, 0.25);
}

.btnTertiaire {
	padding: 11px 16px;
    font-size: 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border: 0;
    border-radius: 23px;
    color: #fff;
    border:  2px solid;
    background: #E5E5E5;
    box-shadow: 0px 10px 18px rgba(72, 129, 159, 0.25);
    display: inline-block;
    margin: 5px 0px 5px 0px;
}

.btnTertiaire a {
	float: none !important;
}

span.external-link a {
  display: inline-block;
  align-items: center;
}

span.external-link a:after {
  background: url('../modules/cnavtemplate/css/../img/picto-url-externe.svg') no-repeat;
  content: "";
  display: inline-block;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 0;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 3px;
}
