/**************************
***** Sitemap
************************** */
.csc-sitemap {
}
.csc-sitemap a {
}
.csc-sitemap ul li {
  text-transform: uppercase;
  list-style: none outside none !important;
  margin-bottom: 20px;
}
.csc-sitemap ul li ul li {
  text-indent: 20px;
  margin-bottom: 20px;
}
.csc-sitemap ul li ul li ul {
  margin-bottom: 10px;
}
.csc-sitemap ul li ul li ul li {
  text-indent: 40px;
  margin-top: 5px;
  margin-bottom: 0;
}
.csc-sitemap ul li ul li a {
  text-transform: initial;
}

.fsc-div {
  margin-top: 50px !important;
}

/****************************
***** FILES
**************************** */
.frame-type-header + .frame-type-uploads {
  margin-top: -15px;
}
.frame-type-uploads + .frame-type-uploads {
  margin-top: 0;
}
.frame-type-uploads .ce-uploads {
  background: #f0f0f0;
  padding: 20px 10px;
  margin-top: -10px;
}
.frame-type-uploads .ce-uploads:after {
  clear: both;
  content: "";
  display: table;
}
.frame-type-uploads .ce-uploads li {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  text-align: center;
  max-width: 156px;
}

.ce-uploads-description {
  display: none !important;
}
.ce-uploads-fileName {
  color: #313131;
}
li:hover a .ce-uploads-fileName {
  text-decoration: underline !important;
}

.frame-type-uploads .ce-uploads li a.miniature {
  border: 3px solid transparent;
  display: block;
}
.frame-type-uploads .ce-uploads li a.miniature:hover {
  border: 3px solid rgba(0, 0, 0, 0.3);
}
.frame-type-uploads .ce-uploads li img {
  float: none;
  padding: 0;
  vertical-align: unset;
  background: #ffffff;
}
.frame-type-uploads .ce-uploads li .upload-desc {
  display: block;
}
.frame-type-uploads .ce-uploads li .upload-desc a {
  color: inherit;
  display: block;
}

.frame-type-uploads .title h3 {
  background: #f0f0f0;
  display: inline-block;
  padding: 10px;
}

/****************************
***** MEDIA FSC
**************************** */
.frame-type-textmedia .ce-border figure {
  padding: 20px;
  background: #f0f0f0;
}
.frame-type-textmedia .ce-border img,
.frame-type-textmedia .ce-border iframe {
  border: none;
}

/****************************
***** OUTILS
**************************** */
.home .tx-tools .item:nth-child(8n-3),
.home .tx-tools .item:nth-child(3) {
  margin-right: 0;
}

/****************************
***** METEO
**************************** */
#meteo {
  margin-top: 20px;
}

/****************************
***** TELECHARGEMENT
**************************** */
.blocTelechargement {
  margin: 20px 0;
}
.blocTelechargement .csc-textpic-text {
  padding: 20px;
}
.blocTelechargement .text {
}
.blocTelechargement .text h3 {
  margin: 0 0 10px 0;
  font-size: 28px;
}
.blocTelechargement .text ul {
  margin-bottom: 20px;
}

.blocTelechargement .text ul li {
  list-style: none;
}
.blocTelechargement .text ul li a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease;
  background-position: -50px center;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 12px;
  padding: 5px 10px;
}
.blocTelechargement .text ul li a.download:hover {
  background-color: #f1f1f1;
}
.blocTelechargement .text ul li a.download {
  background-image: url(../images/icones/download.png);
  padding-left: 30px;
}

.tx_fds {
  background: #f1f1f1;
}

.blocColor {
  background: #fbab12;
  margin-bottom: 20px;
}

.feManagerValidation {
  background: #f2f2f2;
  padding: 50px;
}

.feManagerValidation legend {
  display: none;
}

.feManagerValidation label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

.femanager_fieldset {
  margin-bottom: 30px;
}

.feManagerValidation input[type="text"],
.feManagerValidation input[type="email"],
.feManagerValidation input[type="tel"],
.feManagerValidation input[type="password"] {
  border: none;
  background: #ffffff;
  min-height: 40px;
  padding: 5px 20px;
  width: 100%;
}

.femanager_submit {
  margin-top: 50px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.femanager_submit input[type="submit"] {
  border: 2px solid #fbab12;
  border-radius: 320px;
  width: 100%;
  text-align: center;
  min-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fbab12;
  background: none;
  cursor: pointer;
}

/****************************
***** PORTALS ACCOUNT
**************************** */
.tx-portals #account-form {
  background-color: #f2f2f2;
  padding: 50px;
}

.tx-portals #account-form label {
  font-weight: bold;
}

.tx-portals #account-form input {
  background: #fff;
  border: none;
  margin-bottom: 30px;
  margin-top: 5px;
  min-height: 40px;
  padding: 5px 20px;
  width: 100%;
}

.tx-portals #account-submit {
  background: none;
  border: 2px solid #fbab12;
  border-radius: 320px;
  color: #fbab12;
  cursor: pointer;
  font-weight: bold;
  left: 50%;
  margin-top: 50px;
  min-height: 40px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  width: 50%;
}

/****************************
***** FELOGIN
**************************** */
.frame-type-felogin_login {
  background: #f2f2f2;
  padding: 50px;
}

.frame-type-felogin_login form {
  margin-top: 30px;
}

.frame-type-felogin_login fieldset {
  border: 0;
  padding: 0;
}

.frame-type-felogin_login fieldset div {
  margin-bottom: 30px;
}

.frame-type-felogin_login legend {
  display: none;
}

.frame-type-felogin_login label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

.frame-type-felogin_login input[type="text"],
.frame-type-felogin_login input[type="email"],
.frame-type-felogin_login input[type="password"] {
  border: none;
  background: #ffffff;
  min-height: 40px;
  padding: 5px 20px;
  width: 100%;
}

.frame-type-felogin_login .felogin-submit {
  margin-top: 50px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.frame-type-felogin_login input[type="submit"] {
  border: none;
  background: var(--color-menu);
  border-radius: 320px;
  width: 100%;
  text-align: center;
  min-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-white);
  cursor: pointer;
}

.frame-type-felogin_login input[type="submit"]:hover {
  background: var(--color-menu-hover);
}

.frame-type-felogin_login ul {
  margin-top: 20px;
}

.frame-type-felogin_login li {
  list-style: none !important;
  margin-left: 0 !important;
}

.frame-type-felogin_login .alert-success {
	border: 2px solid #6f9f3b;
	padding: 20px;
}

.frame-type-felogin_login .alert-danger {
	border: 2px solid #c0392b;
	padding: 20px;
	color: #c0392b;
}

.frame-type-felogin_login a {
  color: inherit;
}

.tarifs {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.tarifs li {
  list-style: none !important;
  margin: 0 !important;
}

.tarifs a {
  display: block;
  border-radius: 5px;
  padding: 30px 50px 30px 60px;
  background:
    url(../images/icones/tarifs.png), url(../images/icones/download-tarifs.png);
  background-repeat: no-repeat;
  background-size:
    16px auto,
    24px auto;
  background-position:
    25px center,
    95% center;
  background-color: #fafafa;
  color: inherit;
  font-size: 16px;
}

.tarifs a:hover {
  background-color: rgba(251, 171, 18, 0.5);
}
